/*  =========================================================
Datei:  extern.css
Media:  screen 
Datum:  08. Oktober 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; }

hr {
height:1px;
border:0;
color: #000;
background-color: #000;
margin-top:-8px;
}

/* Allgemeine Selektoren */

html,body {
height:100%;
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:11px;
color:#000;
background-color:#939598;
}
input, textarea, button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000;
}
#index #content p {
margin:0;
padding:0;
}

td.center {
	text-align: center;
	vertical-align: middle;
}
#wrapper{
	height:100%;
	width:100%;
	text-align: center;
	vertical-align: middle;
}
#pagewrapper {
	margin: auto;
	width: 980px;
	min-height: 655px;
	padding: 10px 10px 0 10px;
}

/*#page_center {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding-top:100px;
}*/

#page {
	position: relative;
	width: 100%;
/*	height:100%;*/
	background-color:#FFF;
	text-align: left;
}


#logo {
	position: relative;
	float:left;
	height: 146px;
	width: 238px;
	float: left;
	text-align:right;
}

#suche {
	position: relative;
	float:left;
	color:#808285;
	height: 33px;
	width: 172px;
	text-align:right;
	right:0;
	font-size:9px;
	padding: 32px 0 0 0;
}

#headline {
	position: relative;
	float:left;
	color:#808285;
	height: 33px;
	width: 500px;
	text-align:left;
	left:0;
	font-size:9px;
	padding: 35px 0 0 0;
}

#suche input{
border: 1px solid #808285;
width: 110px;
height:13px;
margin-left:5px;
color:#808285;
line-height:13px;
}

#suche a {
color:#808285;
text-decoration:none;
line-height: 18px;
}

#suche a:hover {
color:#808285;
text-decoration:underline;
padding-left:5px;
}



#contentwrapper {
	position: relative;
	width: 100%;
/*	min-height: 478px; */
	z-index: 10;
}

#links {
	float: left;
	width: 238px;
}


#content {
	position: relative;
	float: left;
	width: 742px;
	min-height: 498px;
}



.inhalt {
/*	position:relative; */
	padding: 100px 28px 0 28px;
	width: 217px;
	float:left;
	}
	
.inhalt_breit {
	/*position: relative; */
	padding: 100px 0 0 28px;
	width: 205px;
	float:left;
	z-index:500;
	}
	
#preise .inhalt_breit {
	/*position: relative; */
	padding: 0 0 0 28px;
	width: 305px;
	float:left;
	z-index:500;
	}	
	
.inhalt_inhalt {
	position: relative;
	padding: 130px 0 0 28px;
	width: 180px;
	float: left;
}

#preise .inhalt_inhalt {
	position: relative;
	padding: 30px 0 0 28px;
	width: 305px;
	float: left;
}
.inhalt_tanning {
	margin-top: -130px;
	margin-left: -70px;
	}
.inhalt_kontakt {
	margin-left: -50px;
	}


h1 {
	color:#333;
	font-size:16px;
	margin-bottom:10px;
}

h2 {
	font-size:12px;
}

a, a:link, a:visited {color: #be3018; text-decoration: none;}

a:hover {color: #000; text-decoration: none;}

.clear { display: block !important; clear:both !important; height:0 !important; padding: 0 !important; margin: 0 !important;}

.titel {font-weight:bold;}

/*--------------- start default ------------------------*/



#content .bilder {
	position:relative;
	padding: 0;
	float:left;
}


#content .caption {
	padding: .5em;
}
.main_content ul {
	/*margin-left: 4px;*/
	list-style: square;
	/*padding-left: 10px;*/
}
.main_content { 
padding-bottom: 20px;
/*padding-bottom: 1em;*/
}
ul.links,
ul.dateien {
	/*margin-bottom: 1em;*/
	padding-bottom: 1em;
}
/*--------------- end default ------------------------*/


/*------------------------------------------------------------*/
#navibereich {
	position: relative;
	z-index: 20;
	float:left;
	padding:0 0px 0 28px;
}
#navigation {
	font-size:16px;
	float: left;
}

#navigation li {
	padding:0 0 20px 0;
}

#navigation li+li+li{
	padding:0 0 60px 0;
}
#navigation li+li+li+li{
	padding:0 0 20px 0;
}


#navigation li a:link,
#navigation li a:visited, 
#navigation li.active li a:link,
#navigation li.active li a:visited {
	font-weight: normal;
	color:#939598;
}

#navigation li.active a:link,
#navigation li.active a:visited,
#navigation li.active li.active a:link,
#navigation li.active li.active a:visited {
	font-weight: bold;
	color:#000;
}

#navigation li a:hover,
#navigation li.active li a:hover {
	color:#000;
}

#navigation li li,
#navigation li li+li+li{
	font-size: 12px;
	padding: 2px 0 0 10px;
}





.hidden { display: none; }
.clear { clear: both; }
.error { color: red; }

/*------------------ start footer -----------------------*/
#pagefooter {
	font-size: 10px;
	padding: .5em 0;
	color:#FFF;
	background-color:#939598;
}
#pagefooter a {
	color:#fff;
	text-decoration: none;
}
#pagefooter a:hover {
	color:#fff;
	text-decoration: underline;
}
#pagefooter div.copy{
	float: left;
}
#pagefooter div.links{
	float: right;
	text-align: left;
	/*padding-right: 15px;*/
}
.copy {
	padding: 0 0 0 0px;
}

/*--------------- end footer ------------------------*/









/*--------------- start newspage ------------------------*/
ul.news {
	padding-bottom: 1.5em;
}
ul.news li {
	padding-bottom: .7em;
}
ul.news .datum {
	color: #000;
	/*display: block;*/
	width: 72px;
	float: left;
}
ul.news .titel {
	/*display: block;
	width: 360px;
	float: right;*/
}
ul.news a:hover {
	text-decoration: none;
}
ul.news a:hover .titel {
	text-decoration: underline;
}
#newscontainer {
	padding: 20px 5px 0 20px;
	position: relative;
}
#newscontainer li {
	padding-bottom: 1.5em;
}
#newscontainer a span {
	color: #000;
	display: block;
}
#newscontainer a:hover {
	text-decoration: none;
}
#newscontainer a:hover span {
	color: #DA2031;
}
#newscontainer .superTitel {
	font-weight: bold;
}
#newscontainer .scrollerfader {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 190px;
	height: 10px;
	background-image: url(../pics/scroller_top.png);
	background-repeat: repeat-x;
}
#newscontainer .scrollerfader.bottom {
	top: auto;
	left: 20px;
	bottom: 0px;
	background-image: url(../pics/scroller_bottom.png);
}
/*--------------- end newspage ------------------------*/






.nav_doc, .nav_doc:link, .nav_doc:visited, .nav_news, .nav_news:link, .nav_news:visited {
text-decoration: none;
line-height: 19px;
}

.nav_doc:hover, .nav_news:hover {
text-decoration: none;
}

.nav_kl, .nav_kl:link, .nav_kl:visited, .nav_kl:hover {
font-size: 10px;
}

.inhalt ul {
	padding: 0 0 0 30px;
}
 
.inhalt ul li {
	list-style:disc;
}

.symbol01 {
	position:absolute;
	right: -80px;
	top: -65px;
	z-index: 100;
}
.symbol02 {
	position:absolute;
	right: -120px;
	top: -89px;
	z-index: 100;
}
.symbol03 {
	position:absolute;
	right: -63px;
	top: -73px;
	z-index: 100;
}
.symbol04 {
	position:absolute;
	right: -150px;
	top: -73px;
	z-index: 100;
}
.symbol05 {
	position:absolute;
	right: -80px;
	top: -90px;
	z-index: 100;
}
.symbol06 {
	position:absolute;
	right: -80px;
	top: -90px;
	z-index: 100;
}

/** start files **/
.login label {
	display: block;
	float: left;
	width: 70px;
}
.login input {
	width: 150px;
}
.files table { margin:1em 0 .5em 0;}
.files th,.files td{padding:1px;}
.files tr th,.files tr td{ border-bottom: 1px #CCC solid; text-align:left; }
.files tr th {
	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: #e9e9e9;}
a.logoff{
	font-size:11px;
	line-height:12px;
}
.files p { margin:1em 0;}
#picselection a.active {
	text-decoration: underline;
}
/** end files **/








/*------------------ start bilder -----------------------*/



#galerie {
	width: auto;
	height: auto;
	float:left;
	position: relative;
}

#preise #galerie {
    margin-top:-55px;
	width: auto;
	height: auto;
	float:left;
	left:650px;
	position: relative;
}

/*#imagewrapper {
	width: auto;
	height: auto;
	float:left;
}*/



#imageplaceholder {
	width: auto;
	height: 352px;
	background-position: left top !important;
	/*float:left;*/
}


#imageplaceholder div {
	width: auto;
	background-position: left top !important;
}


ul#imageslist {
	display: none;
}

p#caption {
	font-size:9px;
	width: 100%;
	color:#666;
}

/*--------------- end bilder ------------------------*/
