
body, #banner, #footer 		{padding:0px;margin:0px;}
body, #banner, #container 	{background-color: #EFF2F3;}

#banner {padding:0px;background: url(../img/layout/bg_inhalt2.gif);} 

/* ----------container zentriert das layout-------------- */
#container {width: 808px;margin-bottom: 10px;margin-left: auto;margin-right: auto;background-image: url(../img/layout/bg_inhalt.gif);}


/* ----------Haupt Navigation------------------ */
#main_nav_list 	{height:33px;background-color:#CCCCCC;background: url(../img/layout/main_nav.gif) no-repeat;background-position: left top;}

#main_nav_list 		{margin: 0;/*padding: 0;*/list-style-type:none;}
#main_nav_list li 	{float: left;}
#main_nav_list a 	{overflow: hidden;height:33px;padding-right:13px;}
/*Abstand erster Menupunkt*/
* html .rand 		{padding-left:145px;} /* nur IE6 */
*+html .rand 		{padding-left:145px;} /* nur IE7 */
html>/**/body .rand	{padding-left:105px;} /* nur MOZ und andere */

			
/* --------------SubNavigation ------------- */
#left 				{float:left;width: 145px;margin: 0px;padding-left: 4px;padding-top:25px;width:132px;}

a.subnav,a.subnav_act	{display:block;width:132px;text-indent:35px;height:28px;line-height:21px;}
a.subnav						{background-image: url(../img/layout/sub_nav.gif);}
a.subnav:hover,a.subnav_act 	{background-image: url(../img/layout/sub_nav_active.gif);}



/* -----------------Inhalt--------------------- */
#content 	{padding-top:25px;margin-left: 145px;padding-right: 25px;}
div#content {min-height:600px; height:expression(this.scrollHeight > 600 ? "auto":"600px"); }


/* -----------footer--------------------------- */
#footer 	{background: #CCC;clear: both;height: 20px;padding-top:5px; padding-left:145px;}


/* ----------Formulare -------------------------*/
TABLE.tab {	margin: 0;	padding: 0;	margin-top: 3px;	border: 1px solid #00AE52;}

TD.norm {font-size : 12px;}
.bild 	{border: 1px solid #00AE52;}
td 		{font-size : 10px;}

/* ----------Typografie // Schriften-------------- */
body			{font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;}

.hauptnav,.hauptnav_act		{text-decoration: none;}
a.subnav,a.subnav_act			{text-decoration: none;}


/* ---------- Schrift Groessen -------------- */
body,h1,#inhalt,td, .subnav	{font-size: 12px;}
a.hauptnav					{font-size: 11px;}
p.kb /* Kundenbetreuung*/	{font-size: 11px;}
h1 							{font-size: 12px;display:inline;}

/* ---------- Schrift Farben -------------- */
.hauptnav						{color:#000000;font-weight:bold;}
.hauptnav:hover,.hauptnav_act	{color:#087D3B;font-weight:bold;font-size: 11px;}

a.subnav							{color:#000000;}
a.subnav:hover,a.subnav_act		{color:#087D3B;}

hr { color : #00AE52; background-color : #00AE52; height:1px; border : 0px; }

#eye-catcher {position:absolute;width:229px;top:85px;left:50%;padding-left:262px;}
img {behavior: url("css/pngbehavior.htc");} /* IE Darstellung trans png */

/* Gallery Werkneue Behählter */
ul.gallery {
margin:0;
padding:0;
}

ul.gallery li {
	list-style-type:none;

	float:left;
	margin: 0px 5px 5px 0;
	padding:3px;
	border:1px solid #ccc;
}

ul.gallery li div {

	text-align:center;
	width:80px;
	height:80px;
	line-height:80px;
	overflow:hidden;
	float:left;
	margin: 0;
	padding:0;

}

ul.gallery li img {
		line-height:100px;
		vertical-align: middle;
		text-align:center;
}



