/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 0.8em;
	color:#333;
	background: #DDD;
	line-height: 1.2 em;
	}

#bcg {
	background: url(tema/bcg_bod.gif); 
	margin: 20px auto;
	width: 752px;
	height: auto;
	border: #FFF solid 2px;	
	}
#head {
	border-top:#CCC solid 1px;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	background:url(tema/head.jpg) no-repeat;
	width:750px;
	height:94px;
	}
#menu {
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	border-bottom:#F90 solid 1px;
	background:url(tema/menu.jpg) no-repeat;
	width:500px;
	height:26px;
	padding: 0 0 0 250px;
	}
	
#menu a {
	display:block;
	position:relative;
	float:left;
	padding:6px 7px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	}
#menu a:hover {
	color:#F90;
	}
	
#menu a.active {
	color:#F90;
	}
	
#menu span {
	display:block;
	color: #F90;
	position:relative;
	float:left;
	padding:6px 0;
	text-align:center;
	}
	
#content {
	position: relative;
	float: left;
	background: url(tema/body.gif)  top left no-repeat;
	padding: 20px;
	border: #CCC solid 1px;
	width: 710px;
	height: auto;
	}
	
h2 {
	color: #F60;
	font-size:1.5em;
	font-weight:bold;
	padding-bottom:0.5em;
	}
	
h3 {
	display:block;
	width:100%;
	font-size:1em;
	font-weight:bold;
	padding-bottom:0.5em 0 0 0;
	margin:1em 0 0.5em 0;
	border-bottom:solid 1px #CCC;
	}
	
table {
	width: 100%;
	}
	
td {
	padding:  5px 10px;
	width:33.3%;
	text-align:center;
	}
	
table.kontakt {
	width:60%;
	margin-top:1.2em;
}

table.kontakt th {
	margin-top:2em;
	color:#C30;
	padding:7px;
	text-align:right;
	width:33%;
	font-weight:normal;
	border:1px solid #fce2c8;
}

table.kontakt td {
	padding:7px;
	border:1px solid #fce2c8;
}
	
#content a img {
	border:2px solid #CCC;
	}
	
#content a img:hover {
	border:2px solid #F90;
	}
	

#footer {
	color:#FFF;
	border:#CCC solid 1px;
	clear:both;
	background:url(tema/footer.jpg) no-repeat;
	width:710px;
	height:15px;
	padding:5px 20px;
	}
	
#foot_left {
	position:relative;
	float:left;
	}
	
#foot_left a {
	text-decoration:none;
	color:#FFF;
	}
	
#foot_left a:hover {
	color:#F90;
	}
	
#foot_left a {
	text-decoration:none;
	color:#FFF;
	}
	
#foot_right {
	position:relative;
	float:right;
	}
	
#foot_right a {
	text-decoration:none;
	color:#FFF;
	}
	
#foot_right a:hover {
	color:#F90;
	}
	
#foot_left span {
	color:#F90;
	}
	
#flash {
	width:269px;
	height:90px;
	border:#CCC solid 1px;
	}
					
img.self {
	border:#999 solid 1px;
	float:left;
	margin:0 0.5em 0.5em 0;
	}
	
th {
	width:100px;
	font-weight:normal;
	color:#F90;
	text-align:right;
	}
	
	
	
	

	
	


