body {
	font-size: 11px;
	margin: 0;
}

#mainholder {
	margin: 20px auto;
	width: 800px; 
}

/*HLAVICKA*/
#header {
	position: relative;
	height: 103px;
	background: white url("../../images/layout/headerimg.jpg") no-repeat 0 0;  
	padding: 1px 0;
}

h1#title {
	margin: 0;
	font-size: 1.7em;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 220px;
}

h1#title a {
	text-decoration: none;
}
/*DOKUMENT*/
#doccontent {
	margin-left: 180px;
	margin-right: 180px;
	min-height: 450px;	
}

/* minimalni vyska obsahu pro IE...*/
/*
* html #doccontent {  
	height: 450px;
}
*/

/*HLAVNÍ MENU*/

#topmenucontainer {
	background:  #d0d0d0;
	border-bottom: 1px solid black;
   border-top: 1px solid black;
	position: relative;
}

#topmenu {
	padding: 2px 0;
}

#topmenu a {
	color: white;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	padding: 4px 8px;
	font-variant: small-caps;
	margin-right: -3px;
}

#topmenu a:hover, #topmenu .selected {
	color: #ff0;
	text-decoration: underline;
}

#topmenu span .selected {
	color: white;
	text-decoration: none;
}

.pasive_subsections, .active_subsections {
	color: white;
	position: absolute;
	width: 100%;
	height: 2em;
	top: 2em;
	left: 0;
	padding-top: 0 5px;	
	visibility: hidden;
}

.active_subsections {
	visibility: visible;
}

#topmenu .subsection_item a {
	color: white;
}

#topmenu .subsection_item a.selected {
	color: #ff0;

}

#text {
	padding: 10px;
}

#text h2 {  
	font-size: 1.3em;
	margin: 1em 0;
}

/*	BLOKY S TEXTEM */

.box1, .box2, .box3 {
	padding:  0.7em;
	margin-top: 8px;
	width: 400px;
	float:right;
}


.box3 h2  {
	margin: 0 0 0.35em 0;
	background-color:  #f60;
	padding-left: 5px;
	background-image: none;
}

.box1 h2, .box2 h2,  {
	border-bottom: 1px solid;
	margin: 0 0 0.35em 0;
	padding-left:33px;
	padding-bottom: 5px;
	background: url(../images/layout/pikola_hlav.gif) no-repeat center left;
}

/*PATICKA*/

#footer {
	margin: 0;
	padding-left: 20px;
	background: #eee;
	border: 1px solid gray;
	clear: both;
	text-align: center;
}
