@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

h1 { font-size: 2em; margin: .67em 0 }
h2 { font-size: 1.5em; margin: .75em 0 }
h3 { font-size: 1.17em; margin: .83em 0 }
h4 { margin: 1.12em 0 }

a {
	color: #0f2351;
}

html, body {
	width: 100%;
	height: 100%;
}
body {
	background: url(/images/bg.png) #fff repeat-x;
	font-family: Verdana, "Times New Roman";
	line-height: 1.5em;
	font-size: 12px;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}
#wrap, #footer {
	margin: 0 auto;
	width: 930px;
}
#logo {
	float: left;
	width: 325px;
	height: 81px;
	background: url(/images/logo.png) no-repeat;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#twitter {
	float: right;
	padding-left: 90px;
	width: 350px;
	height: 81px;
	background: url(/images/twitter_bird.png) no-repeat;
}
#twitter a {
	display: block;
	padding-top: 5px;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
#menu {
	clear: both;
}
#menu ul.level_1 {
	height: 27px;
	list-style-type: none;
	font-size: 14px;
}
#menu ul.level_1 li {
	display: inline;
	float: left;
	padding: 0;
	height: 100%;
}
#menu ul.level_1 li a {
	display: block;
	padding: 4px 10px 0;
	height: 23px;
	color: #fff;
	text-decoration: none;
}
#menu ul.level_1 li a:hover {
	background: #fff;
	color: #0f2351;
	text-decoration: none
}
#menu ul.level_1 li ul.level_2 {
	display: none;
	position: absolute;
	list-style-type: none;
	background: url(/images/footer.png) repeat #0f2351;
	z-index: 1000 !important;
}
#menu ul.level_1 li:hover ul.level_2 {
	display: block;
}
#menu ul.level_1 li ul.level_2 li {
	display: block !important;
	float: none !important;
}
#slideshow {
	height: 160px;
	z-index: 1;
}
#slideshow img {
	z-index: 1;
}
#main {
	padding-bottom: 31px;
	z-index: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
#content {
	margin: 15px 0 30px;
}
#content h2 {
	margin-bottom: 6px;
	color: #0f2351;
	letter-spacing: 10px;
}
#content hr {
	margin-bottom: 10px;
}
#footer {
	position: relative;
	margin-top: -31px;
	padding-top: 3px;
	height: 25px;
	clear: both;
	border-top: 3px solid #0f2351;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}



/* Contentbezogenes Design */
#teamtable {
	border: 0px solid #000;
	width: 930px;
}

#teamtable th {
	text-align: left;
	border: 1px solid #000;
	background-color: #bfd5f9;
	padding: 5px;
}

#teamtable td {
	text-align: left;
	border: 1px solid #000;
	padding: 5px;
}

*.liste {
	margin-left: 20px;
}

.news_default {
	margin-top: 10px;
	padding: 8px;
	border: #ababab 1px solid;
}

.news_default legend.info {
	padding: 0 5px;
}
