@CHARSET "ISO-8859-1";

html {
    height: 100%; /* for ever scrollbars (no jumping pages) */
}

body {
	height: 100.01%; /* for ever scrollbars (no jumping pages) */
	margin: 0px;
	padding: 0px;		
	background:#333333 url(../images/bg_fill.gif) repeat-x;
	text-align: center; /* for IE 5 */	
}

.clearfix {display:block;}
.clearfix:after {content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; visibility:hidden;}
* html .clearfix {zoom:1;} /* IE6 */
*+ html .clearfix {zoom:1;}/* IE7 */



/* ********************************** Opener *********************************************************** */
.opener {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;	
 	width: 820px;	
 	text-align: center; 	 
}

.opener_left {
	background:url(../images/opener_left.gif) no-repeat;
	width:20px;
	height:106px;
	float:left;
}

.opener_middle {
	background:url(../images/opener_middle.gif) repeat-x;
	width:780px;
	height:106px;
	float:left;
}

.opener_right {
	background:url(../images/opener_right.gif) no-repeat;
	width:20px;
	height:106px;
	float:left;	
}

.logobox {
	background:url(../images/logo.gif) no-repeat;
	width:189px;
	height: 49px;
	margin-top: 50px; 
	float: left
}

.adressbox {
	background: url(../images/adress_line.gif) no-repeat;	
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color:#999999;	
	float: right; 
	width: 330px; 
	height: 90px; 
	padding-left: 20px; 
	margin-top: 10px;
}

.adressbox_yellow {
	color:#FFCC00;
}

.adressbox a:link, .adressbox a:visited, .adressbox a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFCC00;
	}

.adressbox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCCCCC;
}

/* **********************************     Navigation    ****************************************** */

#menu {
	width: 792px;
	height: 54px;
	margin: 0px auto;
	padding: 0px;
	display: block;			
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}

#menu li {
	display: inline;	
}

#menu a {			
	height: 54px;
	padding-top: 0px;
	float: left;	
}

.noshow{
	display: none;	
}


#nav_start a:hover img,
#nav_abg_basis_system a:hover img,
#nav_abg_kellerdicht_system a:hover img,
#nav_abg_deckendicht_system a:hover img,
#nav_abg_schachtinliner_system a:hover img,
#nav_ueber_abg a:hover img,
#nav_kontakt a:hover img
{
	visibility: hidden;
}

/* Workaround for IE 5.5 und 6 */  
#nav_start a:hover,
#nav_abg_basis_system a:hover,
#nav_abg_kellerdicht_system a:hover,
#nav_abg_deckendicht_system a:hover,
#nav_abg_schachtinliner_system a:hover,
#nav_ueber_abg a:hover,
#nav_kontakt a:hover
{
	border:0;
}

    
/* Workaround for IE 5.01 */
* html #nav_start a:hover,
* html #nav_abg_basis_system a:hover,
* html #nav_abg_kellerdicht_system a:hover,
* html #nav_abg_deckendicht_system a:hover,
* html #nav_abg_schachtinliner_system a:hover,
* html #nav_ueber_abg a:hover,
* html #nav_kontakt a:hover
{
	width:10px; 
	margin-right:0; 
}

/* ************* Start *************** */
#nav_start a {
	display:block;
	background: url(../images/start-on.gif) no-repeat;	 
	width:52px;
}
  	
#nav_start img {
	display:block; 
	width: 52px;	     
	border:0;
}

/* ************* abg-basis-system *************** */
#nav_abg_basis_system a {
	display:block;
	background: url(../images/abg-basis-system-on.gif) no-repeat;	 
	width:109px;
}
  	
#nav_abg_basis_system img {
	display:block; 
	width: 109px;	     
	border:0;
}

/* ************* abg-kellerdicht-system *************** */
#nav_abg_kellerdicht_system a {
	display:block;
	background: url(../images/abg-kellerdicht-system-on.gif) no-repeat;	 
	width:151px;
}
  	
#nav_abg_kellerdicht_system img {
	display:block; 
	width: 151px;	     
	border:0;
}

/* ************* abg-deckendicht-system *************** */
#nav_abg_deckendicht_system a {
	display:block;
	background: url(../images/abg-deckendicht-system-on.gif) no-repeat;	 
	width:165px;
}
  	
#nav_abg_deckendicht_system img {
	display:block; 
	width: 165px;	     
	border:0;
}

/* ************* abg-schachtinliner-system *************** */
#nav_abg_schachtinliner_system a {
	display:block;
	background: url(../images/abg-schachtinliner-system-on.gif) no-repeat;	 
	width:177px;
}
  	
#nav_abg_schachtinliner_system img {
	display:block; 
	width: 177px;	     
	border:0;
}

/* ************* ueber-abg *************** */
#nav_ueber_abg a {
	display:block;
	background: url(../images/abg-news-on.gif) no-repeat;	 
	width:64px;
}
  	
#nav_ueber_abg img {
	display:block; 
	width: 64px;	     
	border:0;
}

/* ************* kontakt *************** */
#nav_kontakt a {
	display:block;
	background: url(../images/kontakt-on.gif) no-repeat;	 
	width:74px;
}
  	
#nav_kontakt img  {
	display:block; 
	width: 74px;	     
	border:0;
}

/* ************************************ Content **************************************************** */
.wrapper {
	display: block;
	clear: both;
	width: 810px;
	background-color: #181818;	
	margin: 0px auto;	
	padding-top: 20px;
}

#content {
	display: block;
	margin: 0px auto;
	padding: 0px;	
	width: 793px;
	min-height: 500px;
	background-color: #000000;	
}

.middle {
	display:block;	
	float: left;
	color: #c9c9c9;
	width: 790px;
	min-height: 500px;
	background: url(../images/bgcontent.gif) repeat-x;
	border-left: 1px solid #faba00;
	border-right: 1px solid #faba00;
	text-align: left;
}

.bottom {
	background: url(../images/footer.gif) no-repeat;
	display: block;
	width: 793px;
	height: 8px;
	clear: both;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c9c9c9;
	text-align: center;	
	padding: 10px;
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c9c9c9;
	text-decoration: none;
}

.footer a:hover{
	color: #faba00;
}

/* Allgemein */
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #717879;	
	margin: 20px 20px 0px 20px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #b7b7b7;
	margin: 0px 20px 0px 20px;	
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #faba00;
	margin: 20px 0px 10px 00px;	
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #b7b7b7;		
}

.col_left {
	min-height: 400px;
	width: 400px;	
	margin: 20px 20px 20px 20px;		
	float: left;		
}

.col_right {
	min-height: 400px;
	margin-bottom:20px;
	margin-top:20px;
	width: 330px;		
	float:left;	
}

.col_one {
	min-height: 400px;
	width: 400px;	
	margin: 20px 20px 20px 20px;		
}

.col_full {
	min-height: 400px;	
	margin: 20px 20px 20px 20px;		
}


p, 
table {	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight:normal;
	color: #b7b7b7;	
	margin: 0px 0px 0px 0px;	
}

.right {
	text-align: right;	
}

td {
	vertical-align: top;	
	padding-bottom: 10px;
}


p a, 
table a, 
ul a,
.link {
	text-decoration: underline;
	color: #b7b7b7;	
}



p a:hover,
table a:hover,
ul a:hover {
	color: #faba00;	
}

input,
textarea {
	background-color: #333333;
	border: 1px solid #CCCCCC;
	color: #cccccc;
	font-size: 11px;
	padding: 2px;
}

.radio {
	border: 0;
	background-color: #000000;
	margin-right: 5px;
}

.button:hover {
	background-color: #cccccc;
	color: #000000;
}

.form_error {
	color: #ff0000;
	font-weight: bold; 
}

ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight:normal;
	color: #b7b7b7;
	list-style-type:square;	
}

.comic {	
	margin-bottom: 30px;		
}

.movie {}

/*  Start Seite */
.start_left {
	display: block;
	width: 180px;	
	float: left;	
	margin-top: 33px;	
}

.start_middle {
	display: block;
	width: 180px;		
	float:left;
	margin-left: 40px;	
	margin-top: 33px;
}

.start_right {
	display: block;
	width: 200px;		
	margin-left: 20px;	
	margin-top: 50px;
}


img  {
	border: 0px;
}




.basis-bild  {
	display: block;
	width: 110px;
	float:left;
	height: 118px;	
	margin-right: 50px;			
}
 

.keller-bild  {
	display: block;	
	margin: auto;	
	margin-bottom: 10px;
}

.deckendicht-bild  {
	display: block;	
	margin: auto;	
	margin-bottom: 10px;
}

.schachtinliner-bild  {
	display: block;	
	margin: 0 0 10px 0;
}

.link_icon {
	width:108px;
	display:block;	
}

.hide_image {
	display:none;
}
.show_image {
	display:block;
}
#MySlideshow {
	background-color:#333;
	overflow:hidden;
	width:330px;
}

#MySlideshow  a {
	text-align: center;
}


.teaser_pdf {
	margin:0 0 30px 0;
}

.teaser_pdf .thumb {
	float:left;
	margin:0 15px 0 0;
}

.teaser_pdf .text {
	float:left;
}

.teaser_pdf .datum,
.teaser_pdf .datum a {
	color:#B7B7B7;
	font: normal 12px/16px Helvetica,Arial,sans-serif;
	margin:0 0 0 0;
	text-decoration:none;
}

.teaser_pdf .title,
.teaser_pdf .title a {
	color:#B7B7B7;
	font: bold 16px/20px Helvetica,Arial,sans-serif;
	margin:0 0 10px 0;
	text-decoration:none;
}

.teaser_pdf .download,
.teaser_pdf .download a {
	color:#FFCC00;
	font: normal 12px/16px Helvetica,Arial,sans-serif;
	margin:0 0 0 0;
	text-decoration:none;
}
