html, body {
	height: 100%;
}

body {
	font-family: arial;
	font-size: 0.8em;
	background: #BDD0AF;
	text-align: center;
}

p {
	margin: 10px 0;
}

a {
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

h1 {
	line-height: 2em;
	font-weight: bold;
	font-size: 2em;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 1.8em;
	padding: 5px 0 5px 0;
}

h3 {
	font-size: 1.6em;
	padding: 0 0 5px 0;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-weight: bold;
	font-size: 1em;
}


#content .csc-header {
	padding-top: 20px;
}

#content h2 {
//	font-size: 1.3em;
}

.news-single-img {
	float: right;
	margin: 10px 0 5px 5px;
}

.news-list-hr {
	clear: both;
	margin-bottom: 10px;
}

.clear {
	height: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}



#main {
	width: 950px;
	margin: auto;
	border: 2px solid #84A880;
	border-top: none;
}

#wappen {
	width: 100px;
	height: 148px;
	display: block;
	position: relative;
	left: 22px;
	margin-bottom: -148px;
	z-index: 12;
	background: url(../img/wappen.png) no-repeat;
}

#centaurLogo {
	width: 121px;
	height: 40px;
	display: block;
	position: relative;
	left: 800px;
	margin-bottom: -40px;
	background: url(../img/centaur_logo.png);
	text-decoration: none;
}

#menuBg {
	height: 25px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: #FFF;
	position: relative;
	z-index: 10;
}

#menu {
	height: 26px;
	margin-bottom: 25px;
	position: relative;
	z-index: 11;
}

#menu ul {
	margin-left: 130px;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	height: 25px;
	line-height: 24px;
	display: block;
	float: left;
	padding: 0 20px;
	color: #394C33;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li.active a {
	background: #394C33;
	color: #BDD0AF;
}

#menu ul li a:hover {
	background: #BDD0AF;
	color: #394C33;
}

#sidebar {
	width: 220px;
	min-height: 420px;
	height: auto !important;
	height: 420px;
	padding-top: 5px;
	float: left;
//	float: none;
}

#sidebar p {
	margin: 0;
}

#sidebar h2 {
	line-height: 1em;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 5px 0;
}

#sidebar h3 {
	line-height: 1em;
	font-size: 1.3em;
	padding: 5px 0 5px 0;
}

#sidebar hr {
	height: 0;
	margin: 10px auto;
	border: none;
}

#sidebar #sidebarHead, #sidebar #sidebarFoot {
	height: 11px;
	line-height: 0;
	font-size: 0px;
}

#sidebar #sidebarFoot {
	margin-bottom: 10px;
}

#sidebar #sidebarContent {
	min-height: 398px;
	height: auto !important;
	height: 398px;
	padding: 0 10px;
	background: #BDD0AF;
}

.news-latest-item p {
	display: inline;
}

.news-list-hr {
	border: none;
	border-bottom: 1px solid #394C33;
}