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

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus

0. Import CSS
1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

########################################################################################################
######################################################################################################*/

/* 0. Import CSS */

	@import url("lightbox.css");
	@import url("cms.css");

/* ########################################################################################################
######################################################################################################*/   

/* 1. Standards */

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, form, object, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #fff;
	font-size:12px;
}

body {
	background: #60676e url(../images/bg2.jpg) repeat-x top center;
}

html, body {
	height:100%;
}

html[xmlns^="http"] {
	overflow-y: scroll;
}

h1{
	font-size: 21px;
	color: #aaadb5;
	font-weight:lighter;
	font-style:italic;
}

h2 {
	font-size: 21px;
	color: #fff;
	font-weight:lighter;
	padding: 0 0 40px 0;
	font-style:italic;
}

h3 {
	font-size: 18px;
	color: #fff;
	font-weight:lighter;
	padding: 0 0 10px 0;
}

h4 {
	font-size: 17px;
	color: #831634;
	font-weight:lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 10px 0;
}

p {margin: 0 0 20px 0px; line-height: 18px;}
	
.unsichtbar  {display: none;}


/*######################################################################################################
######################################################################################################*/

/* 2. Layout */

#clear, .clear {
	clear:left;
	float:none;
}

#wrapper {
	width: 955px;
	position:relative;
	margin: 0 auto -45px auto;
	background:url(../images/layout/bg_wrapper.gif) repeat-y;
	min-height: 100%;
}

*html #wrapper {
	height:100%;
}

/*---------------------------------*/

.logo{
	position:absolute;
	width: 217px;
	height: 71px;
	left: 37px;
	top: 42px;
}

#head {
	width: 955px;
	height: 135px;
	clear: both;
	background: url(../images/layout/bg_head.gif) no-repeat;
}

.slidebar{
	width: 955px;
	height: 304px;
	background: url(../images/layout/bg_sidebar2.gif) repeat-x;
	position:relative;
	z-index: 20;
}

.slidebar-end{
	width: 955px;
	height: 20px;
	background: url(../images/layout/bg_sidebar.gif) no-repeat left -5px;
}

.headline{ padding: 30px 0 0 296px; height: 70px;}
.col1{ float:left; width: 246px; height: 170px; padding: 0 20px 0 30px;}
.col2{ float: left; width: 328px; padding: 0 20px 0 0;}
.col3{ float:left; width: 290px;}
.col4{ float:left; width: 640px;}

.headlinest{ padding: 30px 0 0 30px; height: 40px;}
.col1st{ float:left; width: 246px; padding: 0 20px 0 30px;}
.col1ge{ float:left; width: 100px; padding: 0 0px 0 0px; height: 10px;}
.col2large{ float: left; width: 720px; padding:10px; background: #fff;}

#content {
	background:url(../images/layout/bg_content.gif) no-repeat;
/*	min-height: 350px;*/
	padding: 0 0 55px 0;
}

/**+html #content {padding: 0 0 10px 0;}
*html #content {padding: 0 0 10px 0;}*/

.standorte{position:relative; margin: -55px 0 0 0; z-index: 400;}

/*---------------------------------*/

#footer{
	margin: 0 auto;
	position: relative;
	width: 955px;
	padding: 0;
	height: 45px;
	background:url(../images/layout/bg_footer.gif) no-repeat;
}


/*######################################################################################################
######################################################################################################*/


/* 3. Navigation */

ul li ul {
	display:none;
 	list-style:none;
}

/* -------- horizontale Navigation (#navi-horizontal) -------- */
ul#navigation {
  position: relative;
  padding: 90px 0 0 296px;
  z-index: 99;
}

ul#navigation li {
  float:left;
}

/* Die normalen Buttons: */
ul#navigation a {
	display: block;
	padding: 0;
	color:#FFF;
	text-decoration:none;
}

.l1{ width: 88px; text-indent: -9999px; height: 45px;}
.l2{ width: 106px; text-indent: -9999px; height: 45px;}
.l3{ width: 147px; text-indent: -9999px; height: 45px;}
.l4{ width: 102px; text-indent: -9999px; height: 45px;}
.l5{ width: 188px; text-indent: -9999px; height: 45px;}

ul#navigation a.l1:hover{ background: url(../images/layout/bg_navi.jpg) no-repeat 0 0;}
ul#navigation a.l2:hover{ background: url(../images/layout/bg_navi.jpg) no-repeat -235px 0;}
ul#navigation a.l3:hover{ background: url(../images/layout/bg_navi.jpg) no-repeat -88px 0;}
ul#navigation a.l4:hover{ background: url(../images/layout/bg_navi.jpg) no-repeat -341px 0;}
ul#navigation a.l5:hover{ background: url(../images/layout/bg_navi.jpg) no-repeat -443px 0;}

ul#navigation a:hover {
	background: url(../images/bg_navi-hover.jpg) repeat-x;
	color: #333;
}

/* Stile und Position der Untermenüs: */

li#freilassing ul, li#badreichenhall ul, li#ruhpolding ul{
  top:133px;
  position:absolute;
  border-bottom: solid 3px #000;
  z-index: 100;
}

li#freilassing ul {left:530px;}
li#badreichenhall ul {left:384px;}
li#ruhpolding ul {left:637px;}

li#freilassing:hover ul, li#badreichenhall:hover ul, li#ruhpolding:hover ul  {
	display:block;
}

/* Buttons in den Untermenüs: */

ul#navigation li ul li {
  float:none;
  margin: 0 0 0px 0;
  background: url(../images/bg_trans2.png) repeat;
  width: 140px;
  height: 23px;
}

ul#navigation li ul:hover {
  display:block;
}

ul#navigation li ul a {
  float:none;
  padding: 5px 5px 5px 15px;
  height: 12px;
  background:url(../images/layout/bg_a.gif) no-repeat 4px center;
  _width: 140px;
}

ul#navigation li ul a:hover {
  float:none;
  color: #fff;
  background: #000 url(../images/layout/bg_a.gif) no-repeat 4px center;
}


/*--------------- PNG-Filter/Position Hacks für IE6 ------------------------*/


*html ul#navigation li ul li {
	margin: 0px 0 0px 0;
	height:23px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_trans2.png', sizingMethod='scale');
}

*html li#freilassing ul {left: -400px;}
*html li#badreichenhall ul {left: -545px;}
*html li#ruhpolding ul {left: -290px;}

/*------------------------------- Subnavi  -------------------------------*/

ul#subnavi{
	padding: 10px 0 0 38px;
}

ul#subnavi li{
	float: left;
}

ul#subnavi a{
	text-indent: -9999px;
	display:block;
	text-decoration: none;
	height: 25px;
}

.l6{ width: 84px; margin: 0 175px 0 0;}
.l7{ width: 136px;}
.l8{ width: 197px;}
.l9{ width: 129px;}
.l10{ width: 169px;}

ul#subnavi a.l6:hover{ background:url(../images/layout/bg_subnavi.gif) no-repeat;}
ul#subnavi a.l7:hover{ background:url(../images/layout/bg_subnavi.gif) no-repeat -259px 0;}
ul#subnavi a.l8:hover{ background:url(../images/layout/bg_subnavi.gif) no-repeat -395px 0;}
ul#subnavi a.l9:hover{ background:url(../images/layout/bg_subnavi.gif) no-repeat -592px 0;}
ul#subnavi a.l10:hover{ background:url(../images/layout/bg_subnavi.gif) no-repeat -721px 0;}


	
/*######################################################################################################
######################################################################################################*/

/* 4. Content */

.bildborder {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 8px 4px 0;
	cursor: url(../images/zoomin.cur), pointer;
    outline: none;
}

.bildborder:hover, a:hover img.bildborder{
	border: 2px solid #000;
	padding: 1px;
	cursor:pointer;
}

.bildbordernohover {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
}

.slidebar img{ border: none; outline: none; padding:0; margin:0; float:left;}

/*---------------------------------*/

.floatleft{
	float: left;
}

.marginright10px{
	margin: 0 10px 0 0;
}

.floatright {
	float: right;
}

/*---------------------------------*/

ul.liste{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

ul.liste li {
	padding: 5px 0 5px 25px;
	border-bottom: dashed 1px #ccc;
	margin: 0 10px 0 0;
	line-height: 18px;
	list-style:none;
	background:url(../images/bullet-mark.gif) no-repeat 3px center;
}


ul.liste li:hover {
	color:#ccc;
	background: #4b5259 url(../images/bullet-mark.gif) no-repeat 3px center;
}

*html ul.liste li {
/*	line-height: 20px;*/
	height: 20px;
}

/*---------------------------------*/

address { 
	font-style:normal;
	line-height: 18px;
}

abbr {
	color: #333; 
	border-bottom: dotted 1px #333;
}

#rotator img
{
	display: none;
	position: absolute;
	z-index: 100;
	background: red;
}

.logo h1{
	text-indent: -9999px;
	position:absolute;
}

#noflash{}

.kalkulator{	padding: 5px; border:1px solid #aaadb5; }

/*######################################################################################################
######################################################################################################*/


/* 5. Links */

a:link, a:visited, a:active, a:focus, .escape span{
	text-decoration: underline;
	color: #aaadb5;
	outline: none;
}

a:hover, a:hover span{
	text-decoration:none;
	color:#fff;
}

/*---------------------------------*/

.gototop{
	position:fixed;
	right:10px;
	bottom:10px;
	color:#999;
	font-size:10px;
	text-decoration:none;
	_display:none;
}

a[href$=".pdf"] {
	 padding: 4px 0 4px 55px;
	 background: url(../images/pdf.gif) no-repeat 0 50%;
	 line-height: 30px;
	 border-bottom: none;
	 display:block;
}

/*######################################################################################################
######################################################################################################*/
