@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/background_grey_smooth.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
img {
	border: none;
}
/* globale drop shadow for boxes*/
#content_footer, #navi {
	box-shadow: 5px 5px 20px -5px #000000;
	-moz-box-shadow: 5px 5px 20px -5px #000000;
	-webkit-box-shadow: 5px 5px 20px -5px #000000;
}
/*for rounded corners of drop shadow*/
#content_footer {
	border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
#content_footer {
	position: relative;
	top: 33px;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
#content {
	background-image: url(images/content_bg_logo_2.jpg);
	background-repeat: no-repeat;
	height: 623px;
	border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}
#content #logo {
	height: 100px;
	width: 290px;
}
#content #headline {
	font-size: 5em;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: 230px;
	float: none;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-transform: uppercase;
}
#content #contenttext {
	position: absolute;
	height: 320px;
	width: 580px;
	top: 281px;
	left: 180px;
	color: #FFFFFF;
	font-size: 1.2em;
}
#content #contenttext h1 {
	font-weight: bold;
	font-size: 1.6em;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}
/*#content #contenttext h1 + h2 {
	margin-top: -0.1em;
}*/
#content #contenttext h2 {
	font-size: 1.4em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
/*#content #contenttext h2 + h3 {
	margin-top: -0.1em;
}*/
#content #contenttext h3 {
	font-size: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#content #contenttext p {
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
#content #contenttext .contenttable p {
	margin-bottom: 0;
	margin-top: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
#content #contenttext ul {
	padding-left: 15px;
	list-style-type: square;
}
#content #contenttext a {
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
#content #contenttext a:hover {
	color: #CCCCCC;
}
#content #contenttext #padding_iframe {
	padding: 10px;
}
#content #contenttext #padding_iframe #scroll {
	overflow: auto;
	height: 320px;
}
#content #contenttext #padding_iframe #scroll #padding_scrollbar {
	padding-right: 10px;
}
#footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 35px;
	padding-left: 190px;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer ul li.active {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 0px;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	float: left;
	margin-right: 20px;
	line-height: 25px;
	padding-top: 5px;
}
#navi {
	position: absolute;
	height: 395px;
	width: 200px;
	left: -33px;
	top: 281px;
	z-index: 2;
	background-image: url(images/navi_bg.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
}
#navi span {
	display: block;
	width: 195px;
}
#navi a {
	text-decoration: none;
}
#navi span.level_1 {
	line-height: 3em;
	height: 30px;
}
#navi span.level_1 a {
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
}
#navi span.level_1 a:hover {
	font-size: 2em;
	margin-left: -1px;
	white-space: nowrap;
}
#navi span.level_2 {
	line-height: 2.6em;
	height: 26px;
}
#navi span.level_2 a {
	color: #FFFFFF;
	font-size: 1.2em;
	margin-left: 20px;
	font-weight: bold;
}
#navi span.level_2 a:hover {
	font-size: 1.7em;
	margin-left: 19px;
	white-space: nowrap;
}
#navi span.active {
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #FFFFFF;
}
/* plugins */
/*div.mailform .label {
	width: 100px;
	float: left;
}
div.mailform .mf-submit {
	margin-left: 100px;
}*/
div.mailform > div {
	margin-top: 5px;
	margin-bottom: 5px;
}
.news-list-container .news-list-item h3 a {
	display: block;
	margin: 5px 0;
	font-weight: bold;
	text-decoration: none;
}
.news-list-container .news-list-item h3 .news-list-date {
	font-weight: normal;
	font-size: 0.8em;
}
.news-list-container .news-list-item .news-list-category {
	color:#D0D0D0;
	font-size:0.8em;
	font-weight:bold;
	margin-bottom: 3px;
}
.news-list-container .news-list-item .clearer {
	margin: 3px 0;
}
.news-single-rightbox {
	margin-top: 0.8em;
}
.news-single-item .clearer {
	margin: 3px 0;
}
.news-single-backlink {
	padding-left: 0;
}
