/*  =========================================================
Datei:  extern.css
Media:  screen 
Datum:  01. August 2009
Autor:  rs
Aufbau  1. Kalibrierung und allgemeine Styles 
        2. Styles für Layoutbereiche    
        3. Sonstige Styles 
========================================================== */

/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */

/* Kalibrierung der wichtigsten Abstände */
* {
	padding: 0;
	margin: 0;
}

a { 
text-decoration: none; 
outline: none;
} 

h2, p { margin-bottom: 1em;}
ul ul { margin-bottom: 0; }
li { margin-left: 0; }

/* Allgemeine Selektoren */

html, body {
height:100%;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:11px;
color:#008093;
}

body  {
	background-color: #008093;
}

/* Allgemeine Klassen und IDs */

strong{ font-weight:bold; }

p, th, td, label {
	
	margin: 0 0 1em 0;
	font-size:11px;
}

/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */

#center_layer_hg {
	position: relative;
	width:952px;
	height: auto;
	margin:0 auto;
	background-image:url('../pics/hg-blur.png');
	background-position: left bottom;
	background-repeat:no-repeat; padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:15px
}

#center_layer {
	background-color:#FFF;
	position:relative;
	width:952px;
}

#main {
	position:relative;
	width:952px;
	overflow:hidden;
	background-color:#FFF;
}

#main_pic_l {
	position: relative;
	width:952px;
	height:179px;
	overflow:hidden;
}

#content {
	position:relative;
	float:left;
	width:600px;
	padding:40px 40px 10px 30px;
    font-size:11px;
}

#content a {
color:#008093;
font-weight:bold;
font-size:11px;
}

#content a:hover {
color:#008093;
font-weight:bold;
font-size:11px;
}

/*
#content ul li{
display:block;
padding-left:32px;
padding-top: 1px;
list-style-type: none; 
background: url(../pics/listgr.gif) 0px 5px no-repeat;
}
*/

#content ul {
padding-bottom:1em;
}



#navi {
	position:relative;
	background-color:#29b5b3;
    width:952px;
	height:32px;
}

#unavi {
	position:relative;
	float:left;
    width:264px;
}

#main_pic_r {
	position:relative;
	width:80px;
	padding-top:460px;
	height:240px;
	float:left;
}


.white {
color:#FFFFFF;
font-weight:normal;
}



#links {
	position: relative;
	float:left;
	width:280px;
	padding-bottom: 30px;
}
#champion {
	position: relative;
	padding: 25px 0 0 0;
}


/* navigation : start */

ul#navigation {
	margin:0;
	padding:0;
	list-style:none;
}

ul#navigation li {
	position:relative;
}

ul#navigation li a {
    outline:none;
	position:relative;
	color:#fff;
	float:left;
	display:block;
	margin: 0;
	width:136px;
	height: 24px;
	padding-top:8px;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	border-right:1px solid #FFFFFF;
}
ul#navigation li.active a { color: #fff;
font-weight:normal;
background-color:#008093; }

ul#navigation li.active { 
color: #fff;
font-weight:normal;
background-color:#008093;
}
ul#navigation li a:hover { 
color: #fff;
font-weight:normal;
background-color:#008093;
}


ul#navigation li ul { margin: 0 0 10px 20px; }
ul#navigation li li { text-transform: none; }

ul#navigation li.active li a { color: #c27f1a; 
font-weight:bold;
font-size:11px;
text-transform:none;
}
ul#navigation li.active li a { color: #c27f1a; 
font-weight:normal;
text-transform:none;
}
ul#navigation li.active li a:hover { font-weight: bold; }
ul#navigation li.active li.active a { font-weight: bold; }


/* Unternavigation */


#unavi {
padding:43px 10px 40px 20px;
width:230px;
}

ul#unavi li {
	position: relative;
}

ul#unavi li a {
    outline: none;
	position: relative;
	display:block;
	text-decoration: none;
	font-weight:normal;
	color: #008093;
	line-height:30px;
	text-transform:uppercase;
	font-size:13px;
	height:30px;
	border-bottom:1px dotted #008093;
}


ul#unavi li a:hover { color: #008093; background-color:#cff9f8; }
ul#unavi li ul { margin: 0 0 10px 20px; }
ul#unavi li li { text-transform: none; }
ul#unavi li.active a { color: #008093; background-color:#cff9f8; }
ul#unavi li.active li a { color: #008093; 
font-weight:bold;
font-size:11px;
text-transform:none;
}
ul#unavi li.active li a { color: #c27f1a; 
font-weight:normal;
text-transform:none;
}
ul#unavi li.active li a:hover { font-weight: bold; }
ul#unavi li.active li.active a { font-weight: bold; }


/* navigation : ende */



#fuss {
    clear:both;
	position:relative;
	color:#008093;
	padding:25px 15px 20px 15px;
	height:18px;
	font-size:10px
}

#fuss a, a:link, a:active, a:visited, a.mailto:link {
    font-size: 10px;
	color: #008093;
	text-decoration:none;
}
#fuss a:hover {	
	color: #000;
	text-decoration:none;
}



h1 {
	font-size:21px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#008093;
	padding-bottom:15px;
}
h2 {
	font-size:17px;
	font-weight:bold;
	color:#008093;
}



input, select, textarea, button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
	border: 1px #CCC solid;
	margin:2px 0;
	padding: 1px 2px;
	width:200px;
}
label{ width:200px; display:block; margin:2px 0;}
button {
	background-color: #ECEDED;
	cursor: pointer;
	margin: 2px 0;
	padding: 1px 2px;
	width:auto;
	display:inline;
}
button:hover{ background-color:#CCC;}
.files table { margin:1em 0 .5em 0;}
.files th, .files td{padding:1px;}
.files tr th, .files tr td{ border-bottom: 1px #CCC solid; }
.files tr th{background-color: #E9EAEF; font-weight:bold; padding-left:2px;}
.files tr td a { display:block;}
.files tr td+td{ width:100px;}
.files tr td+td+td{ width:50px;}
.files tr td+td+td+td{ width:25px;}
.files tr td+td+td+td+td{width:50px; padding-right:0;}
.files.nothumbs tr td+td+td+td+td{ display:none;}
.files tr:hover td {background-color: #FBFBFF;}
a.logoff{
	font-size:.75em;
	line-height:1.5em;
}
.files p { margin:1em 0;}
#picselection a.active {
	text-decoration: underline;
}
.hidden{
	display:none;
}
.error{
	font-weight:bold;
	color: #69A2C9;
}
.clear{
	clear:both;
	background-color:#FFFFFF;
}
.abstand {
	padding:17px 0 0 0;
}
.right {
	text-align:right;
	padding:0 20px 0 0;
}




/*.bottom20 {*/
#cmsright img{
padding-bottom:20px;
}
ul#bilder{
	margin:2em 0 0 -10px;
	padding:0;
	list-style: none;
	width:580px;
	clear:both;
}
ul#bilder li.clear{
	clear:both;
}
ul#bilder li{
	float:left;
	margin:0 10px 20px 10px;
	padding:0;
}
ul#bilder li a{
	display:block;
/*	padding:1px;*/
}
ul#bilder li a:hover{
	background-color:#FFF;
	color:#000;
}
/* teamliste */
ul#teamliste {
	position: absolute;
	top:322px;
	left:416px;
	padding: 0;
	list-style: none;
/*	width: 580px;*/
	clear: both;
}
ul#teamliste li{
	float:left;
	margin: 0 4px 4px 0;
}
ul#teamliste li.clear{
	clear:both;
}

ul#newsliste {
	padding-top:2em;
	list-style:none;
	margin:0;
}

a.back{ font-size:0.75em}
#newsliste a { 
font-weight:bold;
color:#fdc613;}
#newsarchivliste a { color:#fdc613;}
#newsarchivliste a:hover { color:#fdc613;}
.news h2{ padding:0 0 1em 0;}
.news #newsliste h2{ padding-bottom:0.5em;}
.news p { padding-bottom:1em;}
.news .more { color:#9b9b9b;}
div.newsbilder {
	margin-bottom:.5em;
}
.newsbilder img{
	margin:0 3px 3px 0;
}


ul#kategorien {
	list-style: none;
	margin: 2px 0;
	padding: 0;
}

ul#kategorien li {
	background: none;
	padding: 0;
}

ul#kategorien h3 {
	line-height: 1.5em;
	margin: 1em 0;
}

ul#kategorien a,ul#kategorien a:link,ul#kategorien a:visited { color: #FFF; }
ul#kategorien a:hover { color: #f2fa94; }

ul#bilder, ul#team {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 420px;
	clear: both;
	display: block;
}

ul#bilder { width: 475px; }
ul#bilder.small { width: 285px; }
ul#bilder.medium { width: 380px; }
ul#bilder li.clear { clear: both; }

ul#bilder li, ul#team li {
	float: left;
	margin: 0 1px 1px 0;
	padding: 0;
	background: none;
}

ul#bilder li a, ul#team li a {
	display: block;
	padding: 2px;
}

ul#team li a {
	width: 90px;
	height: 90px;
}

ul#bilder li a:hover, ul#team li a:hover { background-color: #fff; }

.backforward {
	margin-top: .5em;
	text-align: center;
}

.error { color: red; }
.firstpic td { vertical-align: bottom; }

.firstpic td img {
	border: 0 none;
	margin-right: 10px;
}


td.bild {
	padding: 35px 0 0 0;
	text-align: right;
	vertical-align: top;
}

#imagewrapper {
	position: relative;
}
#galerie #imageplaceholder {
	width: 528px;
	height: 342px;
	background-position: left top !important;
}
#galerie #imageplaceholder div {
	background-color: #FFF;
	background-position: left top !important;
}
#imageplaceholder img {
	display: block;
}
#imageslist a:focus {
	outline: 0;
}
#galerie #imageslistwrapper{
	position: relative;
	height: 51px;
	margin-top: 6px;
	width: 533px;
}
#galerie #imageslist {
	position: relative;
	height: 51px;
}
#galerie #imageslist li {
	display: block;
	height: 45px;
	width: 533px;
	margin-bottom: 6px;
}
#galerie #imageslist li li {
	float: left;
	display: block;
	width: 36px;
	height: 45px;
	margin-right: 5px;
	margin-bottom: 0;
}
#galerie #imageslist li li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 36px;
	height: 45px;
	display: block;
}
#galerie #imageslist li li a.active {
	width: 32px;
	height: 41px;
	border: 2px #008093 solid;
}
#galerie #imageslist li li a.active img {
	margin: -2px 0 0 -2px;
}
#imgBackForward {
	position: absolute;
	bottom: 0px;
	right: 16px;
}
#imgBackForward span {
	color: #888;
}
#imgBackForward span.active {
	color: #008093;
	cursor: pointer;
}

#angebot #imageslist {
	display: none;
}
#angebot #imgBackForward {
	right: -20px;
}
#caption {
	margin: 1em 0 0 0;
}
/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */