/* @override http://alu-haeber.de/css/style.css */


/*
blau		 #1939A6
link		 #1939A6
text:        #666
*/

html, body {
   margin:0;
   padding:0;
}


body {
	font-family: Arial, Verdana;
	font-size: 13px;
	font-size: 62.5%;
	color: #666;
	padding-bottom: 40px;
	background: #CCC url(../images/layout/body-bg.png); 
}

a { color: #1939A6;  text-decoration: none;}
a:visited { color: #1939A6;}
a:hover { color: #1939A6; text-decoration: underline; }
a:focus {outline-style: none;} /* get rid of dotted border in FF*/

h1, p { margin-top: 0; padding-top: 0; } 

h1 { 
	color: #1939A6;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.8px; 
	line-height: 27px;
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	text-transform: uppercase;
	background: url(../images/layout/underline.gif) repeat-x left bottom; 
}

h2 { color: #1939A6; font-size: 18px; line-height: 24px;}
h3 { color: #555; font-size: 15px;}

.eng { margin-bottom: 2px; }

.linie { color:#969696; }
.barrierefrei { display: none; }

blockquote {
	color: #333;
	font-style: italic;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


hr { 
	background: #FFF;
	border: none;
	height: 1px;
	margin: 1px 0 15px 0;
	padding: 0;
	border-top: 1px dotted #999;
}

img, img a {border: none;}

/* WRAPPER
----------------------------------------------------------------------------- */

#container {
    position: relative;   
	margin: 0 auto;
	margin-top: 20px;
	padding: 20px 40px 10px 40px;
	width: 936px;
	min-height:100%;
	background: #FFF;
}

/* HEADER
----------------------------------------------------------------------------- */

.subnav {
	color: #999;;
	padding-bottom: 20px;
	padding-right: 2px;
	text-align: right;
	text-transform: uppercase;
	background: #FFF url(../images/layout/header-top.png) no-repeat bottom left; 
}

.subnav a, .subnav a:visited {
	color: #999;
	font-size: 11px;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
}

.subnav a:hover {
	color: #1939A6;
	text-decoration: none;
}


#header {
 	width: 936px;
	height: 193px;
	margin: 0 0 0 0px;
    clear: both;
    /* BG image selected in template */
    background-color: #F1F1F1;
	background-position: top right;
	background-repeat: no-repeat;
}

#header h1 {
	position: absolute;
	top: 105px;
	left:  65px;
	width: 300px;
	height: 50px;
	padding: 0;
	margin: 0;
	font-size: 20px;
	text-indent: -850px;
	overflow: hidden;
	background: transparent;
}

#header h1 a {
	display: block;
	position: absolute;
	top: 0px;
	left:  0px;
	width: 300px;
	height: 50px;
	overflow: hidden;
}



/* CONTENT
----------------------------------------------------------------------------- */

#content {
   clear: both;
   margin: 0px auto 0px 0;
   width: 936px;
   background: #FFF;
}

/* NAV
----------------------------------------------------------------------------- */

#nav {
	z-index: 10;
	float: left;
	width: 220px;
	display: inline;  /* FIX IE double margin bug */
	overflow: hidden;
	margin: -30px 30px 0 0px;	
	padding: 0px 0 100px 0;
    background: transparent;
}

* html #nav {position:relative} /*IE*/


#addressbox {
	margin: 30px 0 0 0;
	padding: 20px;
	color: #FFF;
	background: #A8A8A8;
	font-size: 11px;
	line-height: 17px;
	text-transform: uppercase;
    font-family: "Helvetica Neue", Arial;
}

#addressbox a {
	color: #FFF;
	text-decoration: underline;
}


/* MAIN
----------------------------------------------------------------------------- */

#main {
	width: 650px;
	float: left; 
	padding: 20px 0px 60px 0px;
	font-size: 14px;
	line-height: 20px;
	min-height: 300px;
	margin: 0 0px 0 0;
}

#main img {
	padding: 0px;
	border: none;
}

#main img a {
	border: none;
}

#main a:hover img { border: 0px solid #9C4C59; }


#main img.left {  /* Bild links */
	float: left;
	margin: 0px 20px 10px 0px;
}


#main img.right {  /* Bild rechts */
	float: left;
	margin: 0px 0 10px 20px;
}

.block {
	display: block;
	clear: both;
}

/* --- List --- */

#main ul {
	padding: 0px 10px 7px 10px;
	margin: 0 0 15px 0;
	list-style: none;
	background: transparent;
}

#main ul li {
	background: url(../images/layout/bullet-li.gif) no-repeat left 7px;
	padding-left: 14px;
	margin: 0 0 3px 5px;
}

#main ul.sitemap { 
	margin: 0 0 15px 0;
	padding-top: 0;
	padding-bottom: 0;
	background: #FFF;
}

#main ul.sitemap ul {
	margin: 0;
	padding: 0 0 0 20px;
}

#main ul.sitemap li { 
	margin: 0;
	padding: 0;
	background: #FFF;
	height: 1%; /*IE*/
}

#main ul.sitemap li a { 
	display: block;
	margin: 0;
	padding: 3px 0 3px 0;
	border-bottom: 1px dashed #CCC;
	background: #FFF;

}

/* Text */

p.einleitung {
	font-size: 16px;
	line-height: 25px;
}

p.smalltext {
	font-size: 11px;
	line-height: 14px;
}

a.bulletlink, a:visited.bulletlink {
	font-weight: bold;
	padding:  0 0 0 12px;
	color: #0268A7;
	background: url(../images/layout/bulletlink.gif) no-repeat left 0px; 
}

a:hover.bulletlink {
	color: #1939A6;
	text-decoration: none;
}

.download {
	padding: 0 0 0 18px;
	background: url(../images/layout/download-icon.gif) no-repeat left 2px; 
}


/* Textboxen */

.box_1 p, .box_2 p {
	padding: 0px; margin: 0;
}

.box_1 { /* hellgruen */
	padding: 10px 15px;
	margin: 0 0 10px 0;
	background: #E8EBF6;
	border-left: 5px solid #1939A6;
}

.box_2 { /* grau */
	padding: 10px 15px;
	background: #E5E5E5;
	margin: 0 0 10px 0;
}

.red { color: RED; }

span.text-red {
	color:  #A51423;
}

span.text-green {
	color:  #1939A6;
}

.trennstrich-oben { /* p */
	margin-top: 15px;
	padding-top: 15px;
	background: url(../images/layout/underline.gif) repeat-x left top; 

}

.trennstrich-unten { /* p */
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../images/layout/underline.gif) repeat-x left bottom; 
}

/* --- Tables --- */

table {
	margin: 0 0 15px 0;
	border-right: 1px solid #C1D870;
	border-bottom: 2px solid #C1D870;
}

td { 
	background: #EFF5D9;
	border-top: 1px solid #C1D870;
	border-left: 1px solid #C1D870;
	padding: 4px;
	}

td.z1 { /* zentriert */
	text-align: center;
}

/* Preise */

table.preise { width: 95%; 
}

table.preise tr th {
	padding: 2px;
	background: #C1D870;
}

table.preise td {
	padding: 4px;
	border-top: 1px solid #C1D870;
	border-left: 1px solid #C1D870;
}


/*--- Slideshow ---*/

#main ul#slidebox {
	position: relative;
	height: 300px;
	overflow: hidden;
	margin: -10px 0 10px 0;
	padding: 0;
	background: #FFF;
	list-style: none;
}

#main ul#slidebox li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 500px;
	height: 300px;
    margin: 0px 0 0px 0px;
}

ul#slidebox li img { }


/* --- GalleryView (filmstrip) --- */

#photos.galleryview {
	background: #1939A6;
	margin: 0 0 15px 0!important;
}

.panel-overlay {
}

.panel-overlay h2 {
	margin: 10px 0 0 0;
	color:  #FFF;
}

.panel-overlay p {
	color:  #FFF;
	margin: 0px 0 0 0;
	font-size: 12px;
}

#main ul.filmstrip {
	background: #1939A6;
}

 #main ul.filmstrip li {
 padding: 0;
 margin: 0;
 margin-right: 5px;
}


/*--- Referenzen ---*/

#main .referenzen p.beschreibung {
	margin: 5px 0 0 0;
	
}

#main .referenzen img {
	margin: 0 1px 1px 0;
}



/* FOOTER
----------------------------------------------------------------------------- */

#footer {
	width: 936px;
	margin: 0;
	padding: 10px 0 20px 0;
	font-size: 12px;
	background: url(../images/layout/underline.gif) repeat-x top left; 
}

#footer p {
	text-align: left;
	padding: 0px;
	color: #999;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
}


/* ACCESSIBILITY
----------------------------------------------------------------------------- */

.printbuttons {
	text-align: right;
	padding: 0 5px 0 0;
}

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #333;
   margin: 1em;
}

.accessibility {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* clearing */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* End of 'style' */

