body{
	text-align: center;
	margin: auto;

	height: 100%;
	margin: 0px;
	
	color: #000;
	background-color: #e1e1e1;

	font-family: verdana;
	font-size: 100%;
}

#header{
	background-color: #fff;
}

#header-border{
	height: 140px;
	width: 943px;
	text-align: left;
	background-color: #fff;
	
	margin: auto;
}

#header-border h1{
	display: none;
}

#header #logo{
	margin-top: 30px;
	margin-left: 30px;
	
	border: none;
}

#header #languages{
	float: right;
	
	font-size: 12px;
}

#body{
	min-height: 300px;
	_height: 300px;
	
	position: relative;
}

#body #body-border{
	width: 943px;
	min-height: 900px;
	_height: 900px;
	margin: auto;
	
	background-color: #fff;
	border-left: solid #a0a4a5 32px;
	border-right: solid #a0a4a5 4px;
	
	position: relative;
	top: -30px;
}

#body #body-header{
	height: 113px;
	background-color: #da1b20;
}

#body #body-header h2{
	display: none;
}

#body #content{
	width: 900px;
	margin-left: 20px;
	
	border-right: solid #da1b20 23px;

	min-height: 900px;
	_height: 900px;
}

#tail{
	position: absolute;
	bottom: 0px;
	
	color: #9f9f9f;
	font-size: 10px;
}

#tail a{
	color: #afafaf;
	text-decoration: none;
}

.cleaner{
	clear: both;
}

#content{
	text-align: justify;
	font-size: 14px;
	
	padding-bottom: 50px;
	
	color: #5a5a5a;
}

#article{
	font-size: 12px;
	padding-right: 20px;
}

#article a{
	color: #5a5a5a;
	text-decoration: underline;
}

#content .content-300{
	margin-top: 20px; 
	margin-left: 80px;
}

#content .nabidka-left{
	float: left;
	width: 210px;
}

#content .nabidka-left ul{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

#content .nabidka-left h4{
	color: #ff0000;
}

#content .nabidka-left h5{
	margin: 0px;
	position: relative;
	
	top: +10px;
	font-size: 12px;
}

#content .nabidka-left .smallFont{
	font-size: 11px !important;
}

#content #contact{
	float: left;

	margin-top: 40px;
	margin-left: 80px;
}

#content #contact #mapa{
	border: solid #afafaf 1px;
}

#content #contact #contact-form{
	background-color: #a2a3a4;
	padding: 10px;
	margin-top: 10px;

	position: relative;
}

#content #contact #contact-form #contact-submit{
	position: absolute;

	top: 10px;
	right: 12px;

	width: 100px !important;
	text-indent: 0px !important;
	background-color: #fff;

	text-align: center;
}

.contact-form-error{
	color: #ff0000;
}

#content #contact #contact-form h4{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;

	color: #fff;
}

#content #contact #contact-form p{
	margin: 2px;
	position: relative;
}

#content #contact #contact-form input{
	border: none;
	width: 100%;

	text-indent: 80px;
	font-size: 12px;
}

#content #contact #contact-form label{
	position: absolute;
	left: 2px;
	text-align: left;
}

#content #contact #contact-form span{
	position: absolute;
	right: 2px;
}

#content #contact #contact-form textarea{
	border: none;
	margin: 2px;

	width: 99.5%;
	height: 100px;
}

#content #certifikaty img{
	border: solid #c1c2c3 1px;
	padding: 5px;
	
	margin: 5px;
	height: 277px;
	width: 200px;
}

.red{
	color: #ff0000;
}

#services, #services ul{
	list-style-type: none;
}

#services h4 a{
	text-decoration: none;
	color: #5a5a5a;
}

.services-hidden ul{
	display: none;
}

.services-visible ul{
	display: block;
}

.services-visible h4 a{
	color: #e80f20 !important;
}

.reference{
	border: solid #000 1px;
	margin: 0px;
	margin-top: -1px;
	padding: 5px;
}

.reference-nazev{
	float: left;
	width: 450px;
}

.reference-nazev h4{
	margin: 0px;
}

.reference-nazev p{
	margin: 0px;
}

.reference-objem{
	float: left;
	width: 100px;

	text-align: right;
}

.reference-rok{
	float: left;
	width: 100px;

	text-align: center;
}

.reference-objednatel{
	float: left;
	width: 200px;

	text-align: left;
}

.reference-objednatel h5{
	margin: 0px;
	font-size: 11px;
}

.reference-objednatel p{
	margin: 0px;
	font-size: 11px;
}

#languages a{
	color: #000;
	text-decoration: none;
}

#languages .selected{
	color: #a0a4a5;
}

#menu{
	display: inline;
	list-style-type: none;
	
	float: right;
	position: relative;
	top: -10px;

	font-size: 12px;
}

#menu li{
	float: left;
}


#menu li a{
	border-left: solid #5a5a5a 1px;
	padding: 0px 15px 0px 15px;
	
	display: block;
	text-align: center;
	
	text-decoration: none;
	color: #5a5a5a;
	
	line-height: 14px;
	height: 15px;
}

#menu .selected{
	border-left: solid #ff0000 1px;
	color: #ff0000;
}


