/* CSS Document */
Body {
margin: 0;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

a {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #000000;
text-decoration: none;
}

H1 {
font-weight: normal;
color: #669999;
}

H2 {
font-weight: normal;
}

H3 {
font-weight: normal;
}

p {
line-height: 1.7em;
}

li {
line-height: 1.7em;
}

img.pic {
text-align: left;
width: 200px;
margin: 10px;
float: left;
}

a img{
border: 0;
}


/* -------------------- obsahove tagy -----------------------*/

div#logo {
position: absolute;
left: 5px;
top: 20px;
}

div#popis {
position:absolute;
left: 565px;
top: 50px;
text-align: right;
}

		div#popis H3 {
		font-size: 18px;
		}

div#flashbanner {
position: absolute;
left: 0;
top: 100px;
width:100%;
height: 150px;
margin: 0;
padding: 0;
background-color:#CC0000;
}

		div.flash {
		margin-left:250px
		}
		
div#menu {
position: absolute;
left: 66px;
top: 250px;
text-align: right;
width: 180px;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.7em;
}
	
	
		div#menu H3 {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size: 20px;
		color: #990000;
		}
		
		
div#content {
	position: absolute;
	top: 260px;
	left: 260px;
	width: 540px;
}
	
