body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	background:#FFFFFF;
	color:#747374;
	line-height: 1.3em;
}
.hidden, hr.hidden {
	display:none;
}
/** {
	margin:0;
	padding:0;
}*/
#titulka h2, #titulka h3 {
	margin:0;
	padding:0;
	overflow:hidden;
	/*border:1px solid #33CC99;*/
}
#titulka dl, #titulka dd, #titulka dt {
	margin:0;
	padding:0;
}
#titulka {
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}
#titulka strong {
	font-weight:bold;
}
img {
	border:none;
}
a {
	text-decoration:underline;
	color:#4051a3;
}
a:hover {
	text-decoration:none;
}
#main {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
	div#top_menu {
		position:relative;
		width:100%;
	}
	div#top_menu span {
		position:absolute;
		top:0;
		left:0;
		width:200px;
		text-align:center;
		line-height:30px;
		color:#4051a3;
	}
	div#top_menu ul {
		float:right;
		margin-bottom:1px;
	}
		div#top_menu li {
			float:left;
			list-style:none;
			background:#d8dde1;
			margin-left:1px;
		}
			div#top_menu li a {
				position:relative;
				color:#565758;
				display:block;
				height:38px;
				text-align:center;
				line-height:38px;
				overflow:hidden;
				
				/*padding:10px 15px 10px 15px;*/
			}
			div#top_menu li a span {
				display:block;
				position:absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
				/*background-position:center;*/
				background-repeat:no-repeat;
				z-index:1;
				cursor:pointer;
				cursor:hand;
			}
	/*li#menu_titulni_strana a {
		width:144px;
	}
	li#menu_o_spolecnosti a {
		width:120px;
	}
	li#menu_modely a {
		width:88px;
	}
	li#menu_kariera a {
		width:84px;
	}
	li#menu_media a {
		width:77px;
	}
	li#menu_fotogalerie a {
		width:110px;
	}
	li#menu_kontakt a {
		width:110px;
	}
/* jednotlive polozky menu */
	/*li#menu_titulni_strana a span {
		background:url(../img/titulni_strana.gif);
	}
	li#menu_o_spolecnosti a span {
		background:url(../img/o_spolecnosti.gif);
	}
	li#menu_modely a span {
		background:url(../img/modely.gif);
	}
	li#menu_kariera a span {
		background:url(../img/kariera.gif);
	}
	li#menu_media a span {
		background:url(../img/media.gif);
	}
	li#menu_fotogalerie a span {
		background:url(../img/fotogalerie.gif);
	}
	li#menu_kontakt a span {
		background:url(../img/kontakt.gif);
	}*/
	h1{
		width:960px;
		margin-top:1px;
		margin-bottom:8px;
		clear:both;
		background:#204782;
		border-top:solid 3px #a29795;
		border-bottom:solid 3px #a29795;
		color:#FFFFFF;
		height:41px;
		line-height:41px;
		padding-left:10px;
		font-size:1em;
	}
		h1 a {
			display:block;
			position:relative;
			text-decoration:none;
			color:#FFFFFF;
			height:41px;
		}
		h1 a span {
			display:block;
			position:absolute;
			z-index:1;
			background:url(../img/header.gif) no-repeat;
			top:0;
			left:0;
			width:100%;
			height:100%;
			cursor:pointer;
			cursor:hand;
		}
	div#page {
		float:left;
		width:605px;
	}
		div#flash {
			width:601px;
			height:357px;
			background:url(../img/flash.jpg) no-repeat;
			margin-bottom:20px;
		}
		div#zivotni_prostredi, div#o_spolecnosti {
			width:296px;
			height:100px;
			position:relative;
			float:left;
		}
		div#zivotni_prostredi span, div#o_spolecnosti span {
			cursor:pointer;
			cursor:hand;
		}
			div#zivotni_prostredi {
				margin-right:10px;
			}
			/*div#zivotni_prostredi span {
				position:absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
				background:url(../img/zivotni_prostredi.jpg) no-repeat;;
			}
			div#o_spolecnosti span {
				position:absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
				background:url(../img/o_spolecnosti.jpg) no-repeat;
			}*/
		div#aktuality {			
			float:right;
			width:350px;
			background:#f7f7f7;
		}
			div#aktuality h2 {
				position:relative;
				background:#c4e5f4;
				/*padding:5px;*/
				overflow:hidden;
				height:35px;
				font-size:1.4em;
			}
				/*div#aktuality h2 span {
					display:block;
					position:absolute;
					top:2px;
					left:0;
					width:100%;
					height:100%;
					background:url(../img/aktuality.gif) no-repeat;
				}*/
				a#aktuality_archiv {
					display:block;
					position:relative;
					top:-23px;
					left:290px;
					width:45px;
					height:9px;
					text-decoration:none;
					font-size:9px;
					overflow:hidden;
					cursor:pointer;
					cursor:hand;
				}
				a#aktuality_archiv span {
					position:absolute;
					top:0;
					left:0;
					width:100%;
					height:100%;
					background:url(../img/archiv.gif) no-repeat;
				}
			div#aktuality dl {
				margin:5px 0 15px 15px;
				width:310px;
			}
				div#aktuality dl dt {
					color:#0b2268;
				}
				div#aktuality dl dd {
					color:#4051a3;
					border-bottom:dotted 1px #9f9f9f;
					padding-bottom:15px;
					margin-bottom:15px;
				}
				dd#last {
					border:none !important;
					margin:0 !important;
					padding:0 !important;
				}
				div#aktuality dd a {
					font-size:0.5em;
					display: inline;
					width:20px;
					height:10px;
					margin-left:20px;
					text-decoration:none;
				}
				div#aktuality dd a span {
					/*position:relative;
					left:-10px;*/
					display:block;
					width:10px;
					height:10px;					
					background:url(../img/sipka_prava.gif) no-repeat;
				}
		div#kariera {
			width:350px;
			float:right;
			clear:right;
			margin-top:20px;
			background:#c4e5f4;
			padding-bottom:20px;
			color:#000000;
			font-size:1.1em;
		}
			div#kariera h2 {
				position:relative;
				margin:4px;
				margin-left:9px;
				margin-right:9px;
				/*margin-left:9px*/
				background:#FFFFFF;
				/*padding:4px;*/
				/*width:340px;*/
				height:30px;
			}
				/*div#kariera h2 span {
					position:absolute;
					top:0;
					left:0;
					width:100%;
					height:100%;
					background:url(../img/ridim_svou_karieru.gif) no-repeat;
				}*/
			div#kariera img {
				margin-left:9px;
			}
			div#kariera p {
				margin:10px 20px 0 20px;
			}
			div#kariera ul {
				margin:10px 0 0 10px;
			}
			div#kariera li {
					display:inline;
					list-style:none;
					background:url(../img/sipka_kariera.gif) no-repeat left center;
					padding-left:15px;
					margin-left:10px;
				}
		span#foot_cleaner {
			display:block;
			clear:both;
			height:10px;
		}
		div#footer {
			border:1px solid #e3e2e1;
			height:75px;
			margin-bottom:10px;
		}
			div#footer ul {
				float:right;
				margin-top:10px;
				padding-right:20px;
			}
				div#footer li {
					display:inline;
					list-style:none;
					background:url(../img/sipka.gif) no-repeat left center;
					padding-left:15px;
					margin-left:10px;
				}
				div#footer li a {
					color:#999999;
				}
			div#footer p {
				line-height:1.8em;
				margin-top:10px;
				margin-left:10px;
				color:#999999;
				font-family:Verdana, Arial, Helvetica, sans-serif;
			}
			div#footer p a {
				position:relative;
				width:46px;
				height:38px;
				margin:5px 20px 0 0;
				float:left;
				font-size:0.8em;
			}
				div#footer p a span {
					position:absolute;
					top:0;
					left:0;
					width:100%;
					height:100%;
					background:url(../img/icon.gif) no-repeat;
					cursor:pointer;
					cursor:hand;
				}
		
