/* CSS Document */

body {
 width: 980px;
 margin-left:auto;
 margin-right:auto;
 background-image:url(gfx/bg.jpg);
 
}

.logo {
 float: left;
 width: 980px;
 height: 350px;
 background-color: #FFF;
 font-size:10px;
 font-family:"Times New Roman", Times, serif;
 font-style:normal;
}


.tresc {
 float: left;
 width: 980px;
 height: 100%;
 background-image: url(gfx/tlo.png);
 background-repeat: no-repeat;
 
}

.stopka {
 float: left;
 width: 980px;
 height: 250px;
 background-image:url(gfx/stopka.png);
}
.table {
 background-color: #fff;
 border: #999999 1px;
}
.tdtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	width: 245px;
	height: 30px;
	background-color: #CCCCCC;
}
.tdtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	width: 245;
}
.textbok {
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	color:#333333;
	width: 400px;
}
.kontakt {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

	
}
.email {
	font-size:12px;
	color: #ffffff;
	font-family:"Times New Roman", Times, serif;
}
		
