﻿/***** © zeta software GmbH 2008
Layout: di-soric *****/

/***** TAGS *****/
html,body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
}

h1 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #00a1e5;	
}

h2 {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 14px;
	font-weight: bold;
	color: #00a1e5;	
}

h3 {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 12px;
	font-weight: bold;
	color: #00a1e5;	
}

ul {
	margin: 0 0 0 40px;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
	list-style: square;
	color: #444444;
}

ol {
	margin: 0;
	padding: 0;
}

ol li {
	margin: 0;
	padding: 0;
	list-style: decimal;
}

img {
	margin: 0;
	padding: 0;
	border-style: none;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
}

hr {
	color: #e1e1e1;
	height: 1px;
	width: 100%;
}

/***** LINKS *****/
a:link,a:visited,a:hover,a:active {
	text-decoration: none;
	color: #00a1e5;	
}

a:hover {
	text-decoration: underline;
}

/***** MAINMENU *****/
#mainmenu {	
	clear: both;
	margin: 48px 10px 0 10px; 
	padding: 0;
	background: url(mainnav_bg.jpg) no-repeat top left;
	font: bold 14px/36px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 38px;
}

#mainmenu ul {
  	padding: 0px;
   	margin: 0px;
  	list-style: none;
 	white-space: nowrap;
 	list-style-type: none;
 	height: 36px;
}

#mainmenu ul li {
	display: inline;
  	float: left;
  	position: relative;
	padding: 0px;
  	white-space: nowrap;
  	height: 36px;
  	background: url(nav_li_bg.jpg) no-repeat 100% 100%;
}

#mainmenu ul li:hover, #mainmenu ul li.over {
	display: inline;
  	float: left;
  	position: relative;
	padding: 0px;
  	white-space: nowrap;
  	height: 36px;
  	background: url(mainnav_bg_1x36_hover.jpg) repeat-x top left;
}

a.topmenu:link,a.topmenu:visited,a.topmenu:hover,a.topmenu:active,
a.topmenuactive:link,a.topmenuactive:visited,a.topmenuactive:hover,a.topmenuactive:active {
	display: inline;
	padding: 10px 30px 10px 30px;
	color: #eaeaea;	
	text-decoration: none;
	background: url(nav_li_bg.jpg) no-repeat top right;
}

a.topmenu:hover {
	color: #00a1e5;		
	padding: 10px 30px 10px 30px;
	margin: 0;
	background: url(nav_li_bg.jpg) no-repeat top right;
}

a.topmenuactive:link,a.topmenuactive:visited,a.topmenuactive:hover,a.topmenuactive:active {	
	color: #00a1e5;		
	padding: 10px 30px 10px 30px;
  	background: url(nav_li_bg.jpg) no-repeat top right;
  	text-decoration: none;
}

.aktiv_bg {
	margin: 0;
	padding: 0px;
	height: 36px;
	background: url(mainnav_bg_1x36_aktiv.jpg) repeat-x top left;
}

/***** SUBMENU 1 *****/
#submenu1 {
  padding: 10px 5px 0 10px; 
}

#submenu1 ul {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#submenu1 ul li {
	display: block;
	list-style: none;
	padding: 0;
	margin:0;
}

a.subnav1:link,a.subnav1:visited {
	display: block;
	text-decoration: none;
	color: #f2f2f2;
	background: url(submenu_li.gif) no-repeat 2px 5px;
	padding: 0 0 0 14px;
	margin: 0;
	height: auto;
}

a.subnav1:hover,a.subnav1:active,a.subnav1active:hover,a.subnav1active:active,a.subnav1active:link,
a.subnav1active:link,a.subnav1active:hover,a.subnav1active:active,a.subnav1active:visited {
	display: block;
	text-decoration: none;
	color: #13b8fd;
	background: url(submenu_li_cyan7x7.png) no-repeat 0 5px;
	padding: 0 0 0 14px;	
}

/***** EXTRAMENU *****/
#xmenu {
	float: right;
	font-size: 10px;
	padding: 18px 10px 0 0;
	margin: 0;
}
 
#xmenu a:link,#xmenu a:visited,#xmenu a:hover,#xmenu a:active {
	text-decoration: none;
}

#xmenu a:hover {
	text-decoration: underline;
}

/***** LANGUAGE *****/
#language {
	float: right;
	padding: 16px 0 0 0;
	margin: 0;
}
 
#language a:link,#language a:visited,#language a:hover,#language a:active {
	margin: 0 3px 0 0;
	padding: 0;
	width: 17px;
	height: 13px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left;
}

#language a:hover {
	background-position: right;
}

#language span.active a.language1,#language span.active a.language2,#language span.active a.language3,#language span.active a.language4,
#language span.active a.language5,#language span.active a.language6,#language span.active a.language7 {
	background-position: right;
}

/***** TOP *****/
#top {
	margin: 0;
	padding: 0;
}

/***** WRAPPER *****/
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	background: #deecf7 url(schatten.jpg) repeat-y center top;
}

/***** HEADER *****/
#header_top {
	margin: 0;
	padding: 0 9px 0 0;
	height: 44px;
	background: #deecf7 url(header_top.jpg) no-repeat center bottom;
}

#header {
	position: relative;
	margin: 0; 
	padding: 40px 0 0 39px;
}

#header h2{
	font-size: 26px;
	color: #00a1e5;
	text-transform: uppercase;
	font-weight: normal;
}

/****** SLOGAN *****/
#slogan {
    float: left;
    width: 265px;
    height: 23px;
	position: absolute;
    top: 45px;
    left: 38px; 
}

/****** LOGO *****/
#logo {
    float: right;
    width: 345px;
    height: 55px;
	position:absolute;
    top: 19px;
    right: 30px;
}

/***** SUCHE *****/
#suche {
	margin: -2px auto;
	padding: 0;
	border-top: 1px solid #d8d8d8;
	width: 1004px;
	height: 48px;
	background: #f1f1f1;
}

/***** IFRAME *****/
#iframe {
	margin: -2px 0 0 10px;
	padding: 0;
}

/***** HEADERBOTTOM *****/
#header_bottom {
	margin: 0 10px;
	padding: 0;
	height: 9px;
}

#left {
	float: left;
	margin: 0;
	padding: 0;
	width: 195px;
	height: 9px;
	background: #00a5e7;
}

#right {
	float: right;
	margin: 0;
	padding: 0;
	width: 809px;
	height: 9px;
	background: #e1e1e1;
}

/***** CONTENT *****/
#content_wrap{
	clear: both;
	overflow: hidden;
	margin: 0 10px;
	padding: 0;
	background: #595350 url(content_bg.jpg) repeat-x top left;
	position: relative;
}

#content_white_bg{
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(content_white_bg.png) repeat-y top center;
}

#content_bg_news{
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(content_bg_news.png) repeat-y top center;
}

#sidebar{
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0 0 50px 0;
	width: 195px;
	background: transparent;
}

#sidebar_top {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0 0 15px;
	width: 195px;
	height: 29px;
	background: url(subnav_top_test.jpg) repeat-x top left;
	font-size: 13px;
	font-weight: bold;
	color: #00a5e7;
	text-transform: uppercase;
}

#content {
    float: right;
	overflow: hidden;
	width: 809px;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

#inner_content {
	margin: 0;
	padding: 23px 20px 20px 20px;
	clear: both;
    float: left;
	overflow: hidden;
	width: 769px;	
}

#inner_content_news {
	clear: both;
    float: left;
	overflow: hidden;
	width: 574px;
	margin: 0;
	padding: 23px 20px 20px 20px;
}

/***** LOGIN *****/
#login_rahmen {
	margin: 20px 0 0 0;
	padding: 0;
	border-top: #aaaaaa 1px solid;
	border-bottom: #444444 1px solid;
	background-color:#e7e7e7;
	height: 101px;
	width: 195px;
}

#login_box {
	margin: 0;
	padding: 10px 13px 10px 13px;
	font-size:10px;
	font-weight: bold;
	color:#555555;	
	border-top: #333333 1px solid;
	border-bottom: #777777 1px solid;
	height: 79px;
}

#login_box div.rightbar input{
	width: 87px;
	color: #666666; 
	height: 12px;
	padding: 2px;
	margin: 0;	
	border: 1px solid #999999; 
	vertical-align: middle;
	font-size: 11px;
	background-color:#ffffff;	
}

.leftbar {
	float: left;
	padding: 3px 0 0 0;
	margin: 0;
	text-align: left;
}

.rightbar {
	float: right;
	padding: 0;
	margin: 0;
	text-align: left;
} 

#button_login {  
	padding: 0 0 1px 0;
	margin: 0;	 
}

#button_registrierung {  
	padding: 0 0 1px 0;
	margin: 0;	 
}

.zeile{
 	clear: both;
	margin: 0;
	padding: 5px 0 5px 0;
}

.zeile_btns{
 	clear: both;
	margin: 0;
	padding: 13px 0 0 0;
}

#leftbar_btn {
    float: left;
	padding: 0 0 0 5px;
   	margin: 0;	
}

#rightbar_btn {
	float: right;
	padding: 0;
   	margin: 0;
} 

input.login_btn {
	font-family: Arial;
  	color: #00a1e5;
   	font-size: 11px;
   	font-weight: bold;
   	background-color: #f1f1f1;
   	width: 48px;
   	height: 18px;
   	border: 1px solid #b7b7b7;
}

input.login_btn_hover {	
	font-family: Arial;
  	color: #00a1e5;
   	font-size: 11px;
   	font-weight: bold;
   	background-color: #dfdfdf;
   	width: 48px;
   	height: 18px;
   	border: 1px solid #999999;
   	cursor: pointer;
}

input.regist_btn {
   	font-family: Arial;
  	color: #00a1e5;
   	font-size: 11px;
   	font-weight: bold;
   	background-color: #f1f1f1;
   	width: 93px;
   	height: 18px;
   	border: 1px solid #b7b7b7;
}

input.regist_btn_hover {
   	font-family: Arial;
  	color: #00a1e5;
   	font-size: 11px;
   	font-weight: bold;
   	background-color: #dfdfdf;
   	width: 93px;
   	height: 18px;
   	border: 1px solid #999999;
   	cursor: pointer;	
}

/***** ARTICLES *****/
.articlearea {
	margin: 0 0 30px 0;
	padding: 0;
}

.bildunterschrift {
	font-size: 10px;
}

/***** FORM *****/
.form td {
	padding: 0 10px 2px 0;
	white-space: nowrap;
}

/***** DATABASE *****/
.dbheader {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}

.dbrow1,.dbrow2 {
	padding: 5px;
	vertical-align: middle;
}

.dbrow2 {
	background: #f0f0f0;
}

/***** NEWS *****/
#news {
	float: right;
	width: 195px;
	margin: 0 0 -9999px 0;
	padding: 0 0 9999px 0; 
	background: #e7e7e7 url(news_head.jpg) top left no-repeat;
}

.newsrubrik {
	margin: 0;
	padding: 13px 0 8px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;	
}

.newstext {
	margin: 0;
	padding: 18px 15px 17px 18px;
	margin: 0;
	font-size: 11px;
	color: #333333;
}

.news {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00a1e5;		
}

.newstext p {
	margin: 0;
	padding: 0;
}

.newstext a:link,.newstext a:visited,.newstext a:hover,.newstext a:active {
	text-decoration: none;
}

.newstext a:hover {
	text-decoration: underline;
}

.news_img {
	display: block;
	margin: 0;
	padding: 3px 0 13px 0;
}

.article_sep {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
}

.article_sep_header {
	display: block;
	margin: 0;
	padding: 0;
}

.abstand_news_bottom {
	display: block;
	margin: 0;
	padding: 20px 0 0 0;
}

/***** NEWS SPECIAL*****/
#news_special {
	margin: 0;
	padding: 0;
}

.special_head {
	display: block;
	margin: 0;
	background: url(news_special.jpg) top left no-repeat;
	padding: 10px 0 0 18px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00a1e5;
	width: 100%;
}

.special_content {
	margin: 0;
	padding: 0;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	width: 572px;
}

.item{
	overflow: hidden;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.item_2 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.item_3 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#news_special p {
	margin: 0;
	padding: 10px 10px 0 0;
}

#news_special .p_item_ff{
	margin: 0;
	padding: 0 10px 0 0;
}

.abstand {
	clear: both;
	visibility: hidden;
	font-size: 10px;
}

/***** TEASER *****/
.teaser {
	margin: 25px 0 0 0;
	padding: 0;
	width: 195px;
	border-bottom: #444444 1px solid;
}

.teaser img {
	margin: 0;
	padding: 0 0 3px 0;
}

.teaser_head {
	margin: 0;
	padding: 0;
	background: url(teaser_bg.png) top left no-repeat;
	height: 40px;
}

.teaser_name{
	margin: 0;
	padding: 13px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;	
}

.teaser h3{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00a1e5;	
}

.teasertext {
	margin: 0;
	padding: 18px 15px 17px 18px;
	margin: 0;
	font-size: 11px;
	color: #333333;
	background-color: #e7e7e7;
	border-bottom: #777777 1px solid;
}

.teasertext p {
	margin: 0;
	padding: 0;
}

.teasertext a:link,.teasertext a:visited,.teasertext a:hover,.teasertext a:active {
	text-decoration: none;
}

.teasertext a:hover {
	text-decoration: underline;
}

/***** MAP *****/
#map {
	margin: 10px 0 0 0;
	padding: 12px 0 0 0;
	width: 769px;
	height: 500px
}

/***** FOOTER *****/
#footer {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 10px;
	color: #222222;
	position: absolute;
	bottom: 7px;
}

#footer a:link,#footer a:visited,#footer a:hover,#footer a:active {
	text-decoration: none;
	color: #222222;
	font-size: 10px;
}

.abstand_footer {
	margin: 0;
	padding: 40px 0 0 0;
}

/***** BOTTOM *****/
#sockel {
	margin: 0;
	padding: 0;
	height: 10px;
}

#bottom {
	margin: 0;
	padding: 0;
	height: 30px;
	background: #deecf7 url(bottom.gif) no-repeat center top;
}

/***** LINK TOP *****/
#link_top {
	position: absolute;
	margin: 10px 0 0 0;
	padding: 0 0 20px 0;
	width: 24px;
	border-top: #00a1e5 1px solid;
	bottom: 0px;
}

#link_top a{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/***** CLEAR *****/
.clear {
	clear: both;
}

.clearx {
	clear: both;
	visibility: hidden;
}