body, html {
	padding: 0;
	margin: 0;
}  
body {
	background-color: #f1b08d; /*#d2d2d2; #ff271c;*/
	font-family: Verdana,"Geneva CE",sans-serif;
	font-size: 80%; 
	min-width: 850px;
}
#header {
/*	position: relative;
	top: 0px;*/
	background: #c54242 url(images/top.jpg) no-repeat;
	padding-top: 3em;	
	margin: 0 10% 0 10%;
	border: 1px solid white;
}
#header h1 {
	font-size: 180%;
	color: white;
	background-color: #69beef;	
/*     	margin: 10px 0px 10px;*/ 
/*	width: 100%;*/
	margin-top: 5em;
	letter-spacing: 0.2em;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
/*	filter:alpha(opacity=75);/*
/*	-moz-opacity:0.75;*/
/*	opacity: 0.75; */
	padding-left: 2em;
	overflow: auto;
}
.obrazek {
	border: 1px solid white;
	margin: 1em;
}

#seznam {
	color: white;
/*	display: block;*/
	list-style-display: square;
	list-style-position: outside;
	position: absolute;
	top: 4em;
	right: 5em;
}

#navcontainer ul
{
	text-align: center;
	padding-bottom: 4px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 4em;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color:  #f1b08d;
	color: white;
	width: 100%;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#navcontainer ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background-color:  #69beef;
	color: white;
}

#navcontainer #active { 
	border-left: 1px solid #fff; 
}
#content {
	background-color: #ff271c;
	margin: 0 10% 0 10%;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding-top: 1px;
	padding-bottom: 5em;
	position: relative;
}
#aktuality {
	position: absolute;
	top: 4em;
	right: 5em;
	color: white;
}
#content h2 {
	color: white;
	background-color: #69beef;	
	text-align: center;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#content h3 {
	color:  white;
	background-color: #c54242;	
	margin: 5% 5% 0 5%;
	text-align: left;
	padding-left: 1em;
	border: 1px solid white;
}
#content h3 .text_invert, #content .form_button {
	color:  #c54242;
	background-color: white;	
	padding: 0 1em 0 1em;
}
#content p {
	color: white;
	background-color: #c54242;	
	margin: 2% 5% 0 5%;
	padding: 10px;
	border: 1px solid white;
}
#content  hr {
	color: white; 
	background-color: white;  
	margin: 2% 5% 0 5%;
	border: 1px solid #c54242;
	height: 5px;
	width: 80%;
}
#content a {
	color: white;
	text-decoration: underline;
	padding: 0 0.5em 0 0.5em;
}
#content a:hover {
	background-color: white;	
	color: #c54242;
	text-decoration: none;
	padding: 0 0.5em 0 0.5em;
}
#content ul{
	color: white;
	margin: 2% 7% 0 7%;
	padding: 0.5em;
	background-color: #c54242;	
	border: 1px solid white;
}
#content ul li {
	list-style-type: square;
	list-style-position: inside;
}
#content .formular {
	color: white;
	background-color: #c54242;	
	border: 1px solid white;
	width: 100%;
}
#content .sam_formular {
	color: white;
	margin: 2% 5% 0 5%;
	padding: 10px;
	background-color: #c54242;	
	border: 1px solid white;
}
#content .form_button {
	border: 1px solid white;
}
#footer {
	position: relative; 
	color: white;
	padding: 10px 15px 10px 25px;
	background-color: #c54242;
	margin: 0 10% 0 10%;
	border: 1px solid white;
	text-align: center;
}				

