/* css Zen Garden submission 163 - 'Like the Sea', by Lars Daum, http://www.redrotate.de/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2005, Lars Daum */
/* Added: Apr. 15th, 2005 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */



* {
	padding: 0;
	margin: 10;
}
body {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    background: #FBFBE5;
    color:#34392b;
	margin: 0 auto;
}
a, a:link, a:visited {
    color: #566047;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:active, a:focus {
    color: #566047;
}  
.p5 span a {
    font-weight: bold;
}
p {
    margin-bottom: 10px;
    line-height: 19px;
    font-size: 11px;
}

#vstavka {
	position: relative;
	margin: auto;
	text-align: left;
	background: red;
	left: 20px;
	top: 16px;
}

#navigation {
	position: absolute;
	margin: 10px;
	text-align: left;
	background: #8C9777;
	top: 3px;
	width: 89px;
	height: 174px;
	padding: 10px;
	font: Tahoma;
	font-size: 12px;
	font-weight: bold;
	left: -22px;
}
#pageHeader {
    text-align: center;
    background: #8C9777;
    height: 300px;
}

#quickSummary .p1 {
	position: absolute;
    top: 65px;
    left: 40px;
    font-weight: bold;
    color: #FBFBE5;
    width: 475px;
}
#quickSummary .p2 span {
	position: absolute;
	color: #566047;
	font-size: 100%;
	text-align: left;
	top: 245px;
    left: 530px;
}
#preamble {
	margin: -40px 50px 20px 265px;
	padding: 20px 20px 10px;
	border: 3px solid #8C9777;
	background: #FBFBE5;
	font-size: 14px;
	font-style: italic;
	position: absolute;
}
#preamble h3 {
    margin-bottom: 10px;
    height: 32px;
    background: transparent;
    border-bottom: 1px solid #7D8965;
}
#preamble h3 span {
    display: none;
}
#supportingText {
    margin-left: 230px;
    padding: 0 0 35px 35px;
}
#supportingText h3 span {
    display: none;
}
#explanation, #participation, #benefits, #requirements {
    padding-right: 50px;
}

#linkList {
    position: absolute;
    top: 284px;
    left: 76px;
    width: 138px;
}
#linkList h3 span {
    display: none;
}
#linkList h3 {
    margin-top: 25px;
    width: 138px;
    height: 30px;
    border-bottom: 1px solid #7D8965; 
}

#linkList ul {
    list-style: none;
}
#lselect ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 70%;
    color: #8C9777;
    border-bottom: 1px solid #8C9777;
}