body {
	margin: 0px 0px;
	padding: 30px 50px;
	text-align: center;
	background-image: url("images/bg.png");
	background-repeat: repeat-x;
	color: #555;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}
div#pageWrap{

}
div#page{
	width: auto;
	margin: 0px auto;
	
}
div#content {
	border: 1px solid #555;
	background-color: white;
	text-align: left;
	padding: 20px 20px;
	clear: both;
	position: relative;
}
h1{
	margin: 15px 0px 20px;
	color: #333;
}
a, a:link, a:visited {
	color: rgb(204, 51, 153);
}
a:hover {
	color: rgb(204, 51, 0);
}
a:visited {
	color: rgb(102, 0, 102);
}
ul#menu{
	margin: 0px 20px;
	padding: 0px;
}
ul#menu li{
	display: block;
	float: right;
	list-style: none;
}
ul#menu li a{
	display: block;
	margin: 0px 5px -1px;
	padding: 5px 7px 3px;
	border: 1px solid #777;
	color: #555;
	text-decoration: none;
	background-color: #eee;
}
ul#menu li.sel a{
	color: #555;
	border-bottom: 1px solid white;
	background-color: white;
}
ul#menu li a:hover{
	color: black;
	text-decoration: underline;
}
form{
	margin: 20px 20px 10px 40px;
	
}
fieldset{
	border: 0px;
}
legend{
	color: #333;
	font-weight: bold;
	margin: 10px 0px 10px -30px;
}
label{
	display: block;
	margin-bottom: 3px;
}
input, select, textarea{
	margin-left: 15px;
}
.more {
	padding-right: 18px;
	background-image: url("images/more.gif");
	background-repeat: no-repeat;
	background-position: 100% 4px;
}
.help{
	padding-left: 25px;
	background-image: url("images/help.gif");
	background-repeat: no-repeat;
	background-position: 12px 3px;
}
.info{
	border-bottom: 1px dashed #777;
	cursor: pointer;
}
.map img{
	display: block;
	padding: 3px;
	border: 1px solid #777;
	background-color: white;
}
.map img.mapDetail{
	display: none;
	position: absolute;
}
span.err{
	
	color: red;
	font-weight: bold;
	padding: 4px 10px;
	margin: 10px 10px;
	border: 1px solid red;
}
input.small{
	width: 3em;
}
div.steps{
	position: relative;
	top: -15px;
	left: 10px;
	font-size: 0.8em;
}
div.steps ul {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.steps ul li{
	color: gray;
	display: inline;
	list-style: none;
	padding: 0px 5px 0px 10px;
}
div.steps ul li.active{
	color: black;
	font-weight: bold;
	
}
img.map{
	border: 1px solid #555;
	display: block;
	padding: 5px;
	margin: 10px;
}
label.error{
	color: red;
}
span.datum{
	float: right;
	font-size: 0.8em;
}
.prispevek{
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
}
h3.prispevek{
	padding-bottom: 10px;
	
}
div.foot{
	position: relative;
	top: 40px;
	text-align: right;
	font-size: 0.8em;
}
div.foot a{
	color: #555;
	text-decoration: none;
}
div.foot a:hover{
	color: #111;
	text-decoration: underline;
}
