/* CSS Document */
body {
background-color:#F5FFFA;
margin:0px;
}

#vrch {
width:100%;
height:80px;
background-color:#AFC1E1;
}

#vrch_stred {
margin-left: auto;
margin-right:auto;
text-align:center;
width:800px;
}

#menu {
border-top:5px solid #2F4F4F;
width:100%;
height:50px;
background-color:#F5FFFA;

}

#menu_stred {
	text-align:center;
	width:37%;
	margin-left: auto;
	margin-right: auto;
}

ul {
/*list-style-image:url(images/sipka01.gif);*/
}

h1 {
text-align: left;
font-size: 18px;
color: #2F4F4F;
}

a {
color: #2F4F4F;
text-decoration: none;
font-weight: bold;
}

#menu2 {
width:100%;
border-bottom:3px solid #2F4F4F;
height:30px;
background-color:#F4F9B6;
margin: 0px;
padding: 0px; 
text-align: center;
}

#menu2_stred {
margin-left:auto;
margin-right:auto;
text-align:center;
width:810px;
}

#obsah {
margin-left:auto;
margin-right:auto;
text-align:left;
width:760px;
background-color:#B0C4DE;
min-height:420px;
margin-bottom:0px;
padding: 15px;
}

#obsah textarea,
#obsah input {
	border: 1px solid black;
	background-color: #F7F9A5;
}

#bottom {
border-top:5px solid #2F4F4F;
width:100%;
height:24px;
background-color:#FFFFA6;
}

.utable {
	font-size: 14px; 
	border-top: 2px solid #2F4F4F;
	border-bottom: 2px solid #2F4F4F;
	font-size: 0.8em;
	font-weight: bold;
}

.utable img {
	border: 0px;
}

.doggy {
	background-color: #F4F9B6;
	border: 1px solid #2F4F4F;
}
	
