@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	background-color: #e4e4e4;
}
a {
	text-decoration:none;
	color:#57abc2;
}
#container {
	height: auto;
	width: 930px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
	padding-left:25px;
	padding-right:25px;
}
#head {
	width: 930px;
	height: 63px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#navi {
	width: 866px;
	height: 30px;
	float: left;
	margin-top:35px;
}
#logo {
	width: 64px;
	height: 63px;
	float: right;
	background-image: url(bilder/logo.png);
	background-repeat: no-repeat;
}
#banner {
	width: 930px;
	height: 149px;
	background-image:url(bilder/banner.jpg);
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#content {
	width: 930px;
	background-color:#FFF;
	height:auto !important;
	height:400px;
	min-height:400px; 
	margin-bottom: 10px;
}
#bild {
	width: 280px;
	height: auto;
	float:left;
}
#text {
	width: 620px;
	height: auto;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
#text2 {
	width: 910px;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	clear:both;
}
#text li, #text2 li {
	list-style-type:square;
}
#footer {
	width:930px;
	height: 1px;
	clear:both;
}
h1 {
	font-size:12pt;
}
h2 {
	font-size:10pt;
	font-weight:bold;
}
.highlight {
	color:#57abc2;
}



/* Menü Anfang */

ul.menu, ul.menu li, ul.menu ul {
 	list-style: none;
 	margin: 0;
 	padding: 0;
}
ul.menu {
	position: relative;
 	z-index: 597;
 	float: left;
}
ul.menu li {
 	float: left;
 	line-height: 1.3em;
 	vertical-align: middle;
 	zoom: 1;
}
ul.menu li.hover, ul.menu li:hover {
 	position: relative;
 	z-index: 599;
 	cursor: default;
}
ul.menu ul {
 	visibility: hidden;
 	position: absolute;
 	top: 100%;
 	left: 0;
 	z-index: 598;
 	width: 100%;
}
ul.menu ul li {
 	float: none;
}
ul.menu ul ul {
 	top: 1px;
 	left: 99%;
}
ul.menu li:hover > ul {
 	visibility: visible;
}
ul.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul.menu li {
	padding: 0;
	background-color: #fff;
	color: #333;
	line-height: normal;
}
ul.menu li a {
 	display: block;
 	padding: 7px 14px;
}
ul.menu li.hover, ul.menu li:hover {
}
ul.menu a:link, ul.menu a:visited { 
	color: #333; 
	text-decoration: none; 
}
ul.menu a:hover { 
	color: #57abc2; 
	text-decoration: none; 
}
ul.menu a:active { 
	color: #57abc2; 
}
ul.menu a.open {
	background-color: #fff;
	color: #57abc2;
}
ul.menu ul {
	width: 170px;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	text-transform: none;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	KhtmlOpacity: .9;
	opacity: .9;
}
ul.menu ul li {
	background-color: transparent;
	color: #333;
	filter: none;
}
ul.menu ul li.hover, ul.menu ul li:hover {
	background-color: transparent;
}
ul.menu ul a {
	padding: 4px 5px 4px 14px;
	width: 151px; /* Especially for IE */
}
ul.menu ul a:link, ul.menu ul a:visited { 
	color: #333; 
}
ul.menu ul a:hover { 
	color: #333;
	background-color:#57abc2;
	text-decoration: none; 
}
ul.menu ul a:active { 
	color: #333; 
}
ul.menu ul a.open {
	background-color: #FFF;
	color: #57abc2;
}
ul.menu *.dir {
 	padding-right: 12px;
}
ul.menu li.dir {
	padding: 7px 20px 7px 14px;
}
ul.menu ul li.dir {
	padding-right: 15px;
}

ul.menu li:hover > a.dir {
	background-color: #fff;
	color: #57abc2;
}
ul.menu ul li:hover > a.dir {
	background-color: #57abc2;
	color: #333;
}
#active {
	color: #57abc2;
}

/* Menü Ende */


/* Tabs */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px; /*--Set height of tabs--*/
	width: 100%;
	background-color:#e0e0e0;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 24px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 10pt;
	padding: 0 15px;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #57abc2;
}
.tab_container {
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 2px;
	font-size: 10pt;
}
.tab_content li{
	margin-left:-10px;
	margin-right:20px;
	margin-bottom: 10px;
}