﻿div, p { margin:0; padding:0;}
p{ margin-bottom: 1em;}
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-color:#4b574b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

	background-color: #4b574b;
	position: relative; /* important!*/
}
.oneColFixCtr #mainContent {
	padding: 0 0px;
}
#apDiv1 {
	position:absolute;
	width:1200px;
	height:63px;
	z-index:1;
	left: 0px;
	top: 290px;
	border-color: #e7d0b4;
	border-style: solid;
	border-width: 0px;
	overflow: hidden;
	opacity: 0.0;
}

#apDiv1main {
	position:absolute;
	width:1200px;
	height:63px;
	z-index:1;
	left: 0px;
	top: 290px;
	border-color: #e7d0b4;
	border-style: solid;
	border-width: 0px;
	overflow: hidden;
	opacity: 1.0;
}
#apDivUvaha {
	position:absolute;
	width:400px;
	z-index:3;
	left: 50px;
	top: 0px;
	height:0px;
	overflow: hidden;
	background-image: url(sede_podbarveni_obdelnik.png);
	background-repeat: repeat;
	

}
#apDivUvahaDelsi {
	position:absolute;
	width:450px;
	z-index:3;
	left: 50px;
	top: 0px;
	height:0px;
	overflow: hidden;
	background-image: url(sede_podbarveni_obdelnik.png);
	background-repeat: repeat;
}

#apDivText {
	position:absolute;
	width:300px;
	z-index:4;
	left: 0px;
	top: 0px;
	padding: 40px 10px 20px 50px;
	color:#ffffcc;
}