body {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #CFBA9A url(../images/bg.gif) repeat;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	color:black;
}
a { color:black }
img {
	border: none;
}
th {
	text-align:left;
	font-weight:normal;
}
legend {
	font-weight:bold;
	color: #8B4513;
}
hr {
	border-top:1px solid gray;
	border-bottom: none;
	border-left:none;
}
p { margin: 0.5em 0 }

h1,h2,h3,h4 { margin: 0.2em 0 }

h1 {
	color: #769400;
	padding-bottom: 10px;
	font: 23px Arial, Helvetica, sans-serif;
}
h2 {
	color: #956900;
	margin-bottom: 10px;
	font: bold 18px Arial, Helvetica, sans-serif;
}
h3 {
	font: bold 18px Arial, Helvetica, sans-serif;
	display:block;
	position:relative;
}
h3 a {
	font-size: 18px;
	text-decoration:none;
	color: #1E90FF;
}
h3 a:hover {
	text-decoration:underline;
}

.clear,.cleaner {
	font-size: 1px;
	height: 1px; width: 100%;
	clear: both;
	visibility: hidden;
	margin: 0; padding: 0;
}

.smallcap {
	line-height: 14px;
	font-size:10px;
}
#pagecenter {
	width: 760px;
	position: relative;
	display:block;
	margin: auto auto auto auto;
	padding: 5px;
	border: 1px solid black;
	background-color: white;
	margin-top:10px;
	margin-bottom:10px;
}
#breadcrumbs {
	margin-top:10px;
	margin-bottom:10px;
	margin-right: 15px;
	text-align:right;
}
	#header {
		margin:0; 
		padding:0;
		background:white;
		position:relative;
		display:block;

		z-index:50;
		}

	#main1 {
		margin:0; padding:0;
		}
	#main2 {
		margin:0; padding:0;
		margin-bottom: 20px;
		}

	#right {
		float:right;
		width:190px;
		margin:0; padding:0;
		margin-right: 15px;
/*		background:url("corner.gif") top right no-repeat;*/
		font-size:100%;
		}
	#middle {
		margin:0; /* 0 150px */
		float:left;	
		width:550px;
		}

	.middle-in {
		display:block;
		margin-left:50px;
		margin-right:50px;
	}
#aktuality {
	padding: 5px;
	border: 1px solid gray;
}
	.column-in {
		margin:0; padding:0.1em 0em;
		}
	#footer {
	border-top: 5px solid #9A8F73;
	}


/* Content Management default classes */
.error, .event {
	margin-bottom:20px;	
	padding:3px;
	text-align:center;
	display:block;
	position:relative;
}
.error,.systemerror {
	border: 1px solid #8B0000;
	color: white;
	background: #CC2626;
}
.event {
	border: 1px solid #1E90FF;
	background: #A4D2FF;
}
.highlight {
	background-color: Yellow;
}


/* OBJEKTY */
.object {
	display:block;
	position:relative;
	clear:both;
	margin-bottom: 18px;
}
.blog_view .date {
	font-size:90%;
	color: #A4A4A4;
	display:block;
	float:left;
	margin-right:15px;
	padding-top:2px;
}
.textwithimage img.left {
	float:left;
	margin-bottom: 10px;
	margin-right:10px;
}
.textwithimage img.right {
	float:right;
	margin-bottom: 10px;
	margin-left:10px;
}
.news {
	margin-bottom: 20px;
}
.article_view h4 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	font-size: 13px;
}
.article_view .date {
	display:block;
	font-size:10px;
	clear:both;
	
}
.galeria {
	display:block;
	position:relative;
	float:left;
	clear: none;
	width: 200px;
	_height:200px;
	min-height:200px;
	padding:5px;
	border: 1px solid #D5D5D5;
	margin: 3px;
	text-align:center;
	background-color: #EEEEEE;
	margin-bottom:10px;
}
.image {
	text-align:center;
}
.galeria .textin, .image .textin {
	text-align:center;
}


/****** CSS MENU ******/
#menu {
	/*
	height: ??;
	Since we are floating all LIs, then you need to set height in the make-up part, if you want to place some background on the menu
	*/
	display: block;

}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}

#menu a {
	display: block;
}

* html #menu li a {
	position: relative;/* Fix IE6's inability to expand clickable area */
}

#menu li ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
}

/* using display is better (no scrollbars when page loads), but IE can't handle it, so only good browsers should see this */
html>body #menu li ul {
	display: none;
}

#menu li li {
	width: 100%;
}

/* fix the position */
#menu li li ul {
	top: 0;
	left: 100%;
}

/* simulate child selector for IE */
div#menu li:hover ul,
#menu li:hover li:hover ul,
#menu li:hover li:hover li:hover ul {
	visibility: visible;
}
div#menu li:hover li ul,
#menu li:hover li:hover li ul,
#menu li:hover li:hover li:hover li ul {
	visibility: hidden;
}

/* do the normal show, with increased specificity, for good browsers */
#menu ul#menuList li:hover>ul {
	display: block;
	visibility: visible;
}


/*		------   Make-up	--------			*/

#menu {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	height: 30px;/* 	Height mentioned above	 */
	z-index:100;
	position: relative;
}

#menu a {
	text-decoration: none;
	text-align: center;
	color: #000;
	padding: 4px 5px 5px;
}

#menu li {
	margin: 2px;
	padding: 1px;
}
#menu li:hover {
	background-color: #ddd;
	padding: 0;
	border: 1px solid #ccc;
}


#menu li li {
	width: 124px;/* 	we can't use 100% because LIs have margin and padding (although latter is more important) */
}

#menu li ul {
	color: #000;
	background-color: #fff;
	background-image: url(../images/iconbg.gif);
	background-repeat: repeat-y;
	border: 1px solid #ccc;
	width: 130px;
}

#menu li ul a {
	text-align: left;
	padding-left: 29px;
}

#menu li ul a.submenu {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 7px;
}
#menulist {
	position:absolute;
}

/*		------   Specific fixes	(thank to W3C for these) --------			*/
/* 
		I'm gonna move the submenus 5px up
		5px works fine here and it is roughly calculated as:
			padding-bottom + margin-bottom + border-bottom of the LI
			+
			*-top values of the LI
			
		Mostly it needs a bit of trial and error.
		Basic idea is to remove the scrollbar when menu re-positioning is perfomed. Of course, script could take care of that, but that takes too much code - this is easier.
*/
#menu li li ul {
	margin-top: -5px;
}
