div, p, h1 {margin: 0; padding: 0;}
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;

	background: #666666;
	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: #ffffdb;
}
.oneColFixCtr #container {
	width: 1000px;
	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. */
	height: 5000px;
	background-color: #ccf3d6;
	position: relative; /* important!*/

}
.oneColFixCtr #mainContent {
	padding: 0;
}
#apDiv1 {
	position:absolute;
	width:1000px;
	height:5000px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-image: url(pozadi.jpg);
	background-attachment: fixed;
	background-position: top;
   background-repeat: no-repeat;
	padding-top:367px;
	background-color: #8d8b8a;
}

/* vlastni prispevek */
.dvojice { position:relative; float:left; width:930px; margin-left:40px; clear: both;}
.levy { width: 450px; position:relative; float:left; 
 margin:0px; padding:5px; text-align:right; 
}
.pravy { width: 450px; position:relative; float:right; margin:0px; padding:5px; text-align:left; }
/* styly spojene se zapatim */
.text h1 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 1em;
	display: inline;
	color:#FF0000;
	text-shadow: 0.035em 0.03em  black ;
}

.text p {
	font-weight: bolder;

}

.header {
	position: fixed;
	top:0px;
	left: auto;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	z-index:10;

}

.transition {
	position: absolute;
	top:130px;
	left: 650px;
	z-index:12;
	display:none;

}

p {
	margin-bottom: 1em;
	padding:0px;
}
.levy p {
	margin-bottom: 1em;
	padding-right:43px;
}
.pravy p {
	margin-bottom: 1em;
	padding-left:43px;
}
.stopa {
	margin-bottom:-60px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
.obrazek {
	height:auto;
}
.text {
	height:auto;
}
figcaption {
	font-style: italic;
	font-size: 0.8em;
}
#jazyky {
	position: fixed;
	top:0px;
	left: auto;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	z-index:11;

}
#domu {
	position: fixed;
	top:50px;
	left: auto;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	z-index:11;

}
#domu p {
text-align: right;
padding-right:20px;
}
#domu a {
	text-decoration: none;
}
#jazyky p {
text-align: right;
}
#jazyky a {
	text-decoration: none;
}
p strong {
	color: #fff000;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	display: inline;
	text-shadow: 0.035em 0.03em  black ;
  }
.text p.datum { font-weight:normal; font-size : 0.8em; padding-top:5px; }