* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana;
	color: white;
	text-align: center;
   	font-size: small;
	fo\nt-size: middle;
	background: #AFD5F4;
}
a{
	color: #004F90;
}
#page {
	width: 960px;
	widt\h: 950px;
	font-size: 95%;
	margin: 0 auto;
	left: 1px;
	text-align: left;
	background-color: #E9F5FF;
	border: solid #E9F5FF;
	border-width: 0 5px;
	position: relative;
}
* html #page {
	font-size: 80%;
	fo\nt-size: 90%;
}
#logo {
	width: 950px;
	height: 150px;
	background: #0C6BB8;
	margin-bottom: 5px;
}
#nazev {
	height: 100px;
	heig\ht: 55px;
	padding: 45px 0 0 20px;
	font-family: Verdana;
	font-size: 260%;
}
#nazev a{
	text-decoration: none;
	color: white;
}
#pole {
	border: 5px solid #92CBF9;
        font-family: Verdana;
        color: #0C6BB8;
        font-size: 105%;
}
.userarea{
	margin: 5px;
}
#submenu {
	width: 200px;
	float: left;
	font-size: 100%;
	background-color: #E9F5FF;
}
* html #main {
	height: 10px;
}
#main {
	background: #E9F5FF;
}

#submenu .box {
	border: 5px solid #92CBF9;
	margin-bottom: 5px;
	background-color: white;
}
#submenu h3{
	background: #0C6BB8;
	padding: .4em 0 .4em 20px;
	font-size: 110%;
	color: white;
}
#submenu li{
	border-bottom: 1px solid #92CBF9;
	list-style-type: none;
}
#submenu a{
	color: #004F90;
}
#menu a{
	display: block;
	padding: 5px 0 5px 25px;
	text-decoration: none;
}
* html #menu a{
	height: 10px;
}
#menu a:hover{
	color: white;
	background: #92CBF9;
}
#text {
	float:right;
	margin-left: -205px;
	width: 100%;
	color: #333333;
}
#text-in {
	margin-left: 205px;
	line-height: 150%;
}
#cr {
        clear: both;
        background: #0C6BB8;
        color: white;
        text-align: center;
        font-family: Verdana;
        font-size: 85%;
        margin-top: 5px;
}
hr {
        display: none;
}
.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
}