/* CSS Document */

body {
margin-top:0;
margin-bottom:0;
padding:0;
background-color:#CCCCCC;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
position: relative;
left: 50%;
top: 0px;
width: 850px;
margin-left: -425px;
height:100%;

}

#top {
background-image:url(top.jpg);
width:850px;
height:199px;
margin:0;
border-top:10px white solid;
border-left:10px white solid;
border-right:10px white solid;
font-size:24px;
font-weight:bold;
}
#mid {
background-image:url(mid.jpg);
width:850px;
margin:0;
border-left:10px white solid;
border-right:10px white solid;
}
#bottom {
background-image:url(bottom.jpg);
width:850px; 
height:290px; 
margin:0; 
padding:0; 
border-left:10px white solid;
border-right:10px white solid;
border-bottom:10px white solid;
}

a:link {
	color: #FFFFFF;
	text-decoration:none;
}

a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #003366;
	text-decoration:underline;
}

a:active {
	color: #003366;
	text-decoration:none;
}
#obsah {
	margin-right:105px;
	margin-bottom:0px;
	padding:0px;
	margin-left: 105px;
}

p {
	color: #0099FF;
	font-size:12px;
	line-height:20px;
}

.nazev_akce {
	color: #003366;
	font-size:14px;
	font-weight:bold;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: 003366;
}
