/**********************************************************
*
* 1. Allgemeine Definitionen
*
*/

* /* Alle Elemente nullen */
{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
}

html /* Scrollbars in Firefox immer anzeigen um Sprünge zu vermeiden */
{
	min-height: 101%;
	height: 101%;
	color: #575454;
}



body
{
	background-image: url(  'images/bg.jpg' );
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #575454;
	background-color: #efefef;
}

.clearer
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.Wrapper /* DIV-Umgebung (Mitte bestimmen) */
{
	margin: 0px auto;
	width: 968px;
	text-align: left;
	position: relative;
}

div#navganzoben
{
	color: White;
	position: relative;
	padding: 0px;
	height: 0px;
	text-align: right;
	float: right;
}

#navioben 
	{
		list-style: none;
		margin-right: 20px;		
}

#navioben li
{
	float:left;
	list-style: none;
	}
	
#navioben a
{
	color:#fff;
	font-size: 8pt;
	padding:3px 0 3px 20px
	}
	
#navioben a:hover
{
	color:#ff0000;
	}

div#bannertop
{
	color: White;
	right: 0px;
	top: 30px;
	position: relative;
	height: 105px;
	/*overflow: hidden;*/
}



div#logo
{
	top: -20px;
	left: 23px;
	z-index: 99;
	position: absolute;
	background-image: url(images/logo.png);
	width: 278px;
	height: 100px;
}


*html div#logo
{
	top: -20px;
	left: 23px;
	z-index: 99;
	position: absolute;
	width: 278px;
	height: 100px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='scale');
	background: none;
}


div#logorechts
{
	right: 20px;
	position: absolute;
	height: 96px;
	overflow: hidden;
}

* html div#logorechts
{
	position: absolute;
	right: -174px;
}

#content
{
	background:url('images/content_bg.png') left top repeat-y; margin:0 3px 0 3px; padding-left: 1px; padding-right: 2px;
}

/* ++++++++++++++ Navigationen +++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Hauptnavigation */
#main_nav
{
	background:#000 url(images/nav_bg1.gif) left top no-repeat;  
	margin:0 4px 0 3px;  
	position: relative;
	margin-top: 21px;
	}
	
#main_nav
{
	background:#000 url(images/ecke.gif) left top no-repeat;
	}
	
#main_nav ul
{
	background:url(images/nav_bg2.gif) right top no-repeat;
	overflow:hidden;
	padding:0 0 0 10px;
	list-style: none;
	}
	
#main_nav li
{
	float:left; 
	background:url(images/light_down.gif) right bottom no-repeat;
	}
	

#main_nav a
{
	color:#fff; 
	font-size:10pt; 
	padding:8px 20px 5px 20px;
	float:left;
	}
	

	
#main_nav li.homeinaktiv a
{
	background:url(images/light_down.gif) right bottom no-repeat !important;
	color:#fff !important; 
	border-left: 0 !important;
}	

#main_nav li.homeinaktiv a:hover
	{
		color:#ff0000 !important;
		}
		
		
#main_nav a:hover
	{
		color:#ff0000;
		}
		
		
		
#main_nav li.active a, #main_nav ul li:first-child a
	{
		color:#575454; 
		background:#d1d2d3 url(images/main_tab.gif) right top repeat-x; 
		border-left:1px solid #d1d2d3
		}
		
#main_nav ul li:first-child a{ border-left:0}

#main_nav li#accountant_nav {float:right; background:0; margin-right:10px;}
#main_nav li#accountant_nav a{color:#aaa; font-weight:bold; font-size: 8pt;}
#main_nav li#accountant_nav a:hover{color:#ff0000}

* html #main_nav, * html #main_nav ul
	{
		height:1%
		}
		
/*++++++++++++++++++++++++++++++++++++ Block Unternavigation ++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.nav_sub
{
	width: 159px;	
	padding: 15px 0 0 2px;
}

.nav_sub ul
{
	list-style: none;
}

.nav_sub a
{
	color:#000;
	font-size: 11px;
	padding: 1px 0 4px 14px;
	background: url(images/subnav_bg.gif) left top repeat-y;
	display: block;
	border: 0px;
}

html* .nav_sub a  /* hack für ie7 */
{
	padding: 1px 0 1px 14px;
}

* html .nav_sub a
{
		height: 14px;
		width: 145px;
}

.nav_sub a:hover
	{
		color: Red;
		background: url(images/subnav_bg2.gif) left top repeat-y;	
	}
	

	
.nav_sub_img1
{
	background: url(images/subnav_top.png) left top no-repeat;
	height: 18px;	
}
	
.nav_sub_img2
{
	background: url(images/subnav_bottom.png) left top no-repeat;
	height: 25px;	
}
	
/* Hack um png im IE 6 korrekt anzuzeigen */	
* html .nav_sub_img1
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/subnav_top.png', sizingMethod='scale');
	background: none;	
}
	
* html .nav_sub_img2
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/subnav_bottom.png', sizingMethod='scale');
	background: none;	
}	

div#leistungsblock
{
    display: block; position: absolute; margin-left: 760px; top: 0px;
}

div#leistungsblock li
{
    padding: 5px 4px 0 30px;
    border: 1px solid grey;
    margin: 2px; height: 20px; width: 150px;
    font-size: 10px;
    display: block;
}

div#leistungsblockaktiv
{
    border: 1px solid red;
    background-color: White;
    font-weight: bold;
}


div#anfragenformular
{
    display: none;
    border: dotted 1px black;
    margin: 5px 3px 5px 10px;
    font-family: Verdana, Arial;
    font-size: 11px;
    background-color: White;
    }
    
    div.anfragenformularheader
{ background-image: url('images/header_bg.gif'); height: 21px; padding: 4px 0 0 3px; color: White; font-weight: bold; font-size: 12px;
  border-bottom: 1px dotted black;
    }
    
    div#anfragenformular input
    { font-family: Verdana, Arial; font-size: 10px; border: dotted 1px black;
      height: 17px;
      padding: 3px 5px 0px 3px;
      width: 300px;
        }
        
    div#anfragenformular select
    { font-family: Verdana, Arial; font-size: 10px; border: dotted 1px black;
      height: 20px;
      width: 190px;
        }      
        
    div#anfragenformular textarea
    { font-family: Verdana, Arial; font-size: 10px; border: dotted 1px black;
      height: 60px;
      width: 308px;
        }   
div#anfragenformular button
    { font-family: Verdana, Arial; font-size: 10px; border: solid 1px black;
      height: 20px;
      width: 190px;
        }  

.anfragenbuttons
{
    cursor: pointer; height: 20px !important; font-weight: bold !important; border: 1px solid grey !important; width: 100px !important;                 
}

div#divbildergalerie img
{ height: 70px;
  max-width: 250px;
  border: 1px solid white;
  margin-right: 3px;
  margin-bottom: 3px;
  cursor: pointer;
	}
	
div#divbildergalerie span
{
	font-weight: bold;
	margin-top: 15px;
	display: block;
}	

div#werkzeugepdfs a, div#toppdfs a
{
	color: #0066cc;
	text-decoration: none;
}

div#werkzeugepdfs a:hover, div#toppdfs a:hover
{
	color: Red;
	text-decoration: underline;
}

a.normalelinks
{
		color: #0066cc;
	text-decoration: none;
}

a.normalelinks:hover
{
	color: Red;
	text-decoration: underline;
}
