body{
	margin:0px;
	padding:0px;
	background:#FFFFFF url("../webimages/background.jpg") no-repeat top center;
	font-family: Georgia, serif;
	font-style: italic;
	color:#162c4b;
	}
p {
	font-size:  12px;
}
a.topmenu{
font:normal 18px Bookman Old Style,Bookman,URW Bookman L,serif;
text-decoration: none;
font-style: italic;
color:#162c4b;
}
a.topmenu:hover{
font-style: italic;
text-decoration: underline;
color:#ffffff;
}
a{
font-weight:bold;
font-size: 12px;
text-decoration: underline;
color:#162c4b;
}


/*
h2 a, p a{
text-decoration: underline;
color:#fbc632;
}
h2 a:hover,p a:hover{
color:#FDE4A6;
text-decoration: underline;
}
a.menu_linka{
font:normal 18px;
text-decoration: none;
color:#fbc632;
}
a.menu_linka:hover{
text-decoration: underline;
}
a.lave_menu_linka_podkategorie{
text-decoration: none;
color:#fdd568;
}
a.lave_menu_linka_podkategorie:hover{
text-decoration: underline;
}
*/
h1{font-size:14px;}
h2{font-size:13px;}
h3{font-size:12px;}


.image{border: 1px solid #162c4b;
margin-top:5px;}
/*
table td,p{color:#fdd568;font-size:12px;}
hr{border:1px;color:#F4B304;background-color: #F4B304;height: 1px;}
.alltable {border:1px solid #F7D209;}
.alltable  td{
border-bottom:1px solid #F7D209;
border-right:1px solid #F7D209;
padding:2px;
}
img.text {	float: right;}
img.text2 {float: left;}
.video {border: 2px solid #99CCFF}
*/

input[type="text"], input[type="password"], select, textarea {
	font-family: Verdana, Georgia, sans-serif;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #800040;
	font-size: 13px;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	background: #162c4b url('/config/bg.png') repeat-x center center;
	border: 1px solid #3061A3;
	color: #fff;
	padding: 4px 10px 4px 10px;
	font: bold 12px Tahoma, serif;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-color: #162c4b;
	background-image: none;
	color: #fff;
}

input[type="text"]:hover, input[type="password"]:hover, select:hover, textarea:hover {
	background: white;
	border:1px solid #7bb9da;
}

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	background: white;
	border: 1px solid #A0CDE5;
}