/* CSS Document */
/* Styles für Homepage Grit Reimann */

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:12px;
	line-height:16px;
	text-align: center; /* Zur Zentrierung vom IE */
  	

}

p {margin-top:2px;margin-bottom:16px;text-align:left;}
A {	color:#29A27B;font-weight:bold;} 
ul,li {text-align:left;list-style-type:square;}

#global {
	width:864px;
	margin:0px auto;   	/* Zur Zentrierung von netscape, Firefox, Opera needed */
	text-align:justify; /* for Opera 6 needed */
}

#header {
	width:864px;
	height:112px;
	margin:0px;
	text-align:left;
}

#img1 {float:left; }
#img2 {float:left; padding-top:28px; padding-left:16px;}
#servicenav {float:right; padding-top:24px; }


#menucontainer {
	height:52px; 
	background-color:#E2E3E2;
	padding-left:156px;
	background-image:url(../images/line.gif); 
}

.menuitem, .menuitem_act {
	background-color:#29A27B;
	display:block;
	float:left; 
	background-image:url(../images/ecke_oben.gif); 
  	background-repeat:no-repeat;
  	background-position:top left; 
    background-position:4px 4px; 	
}

.menuitem_act {
	background-color:#E2E3E2;
	background-image:url(../images/ecke_oben_act.gif); 
}

/* Hack für Item-Höhe Internet Explorer*/
* html .menu {
  height:36px;
} 


.menu  {	
	display:block;
	float:left;
	border-left: 4px solid #FFFFFF;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	height:28px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	font-weight: bold;
  	background-image:url(../images/ecke_unten.gif);
  	background-repeat:no-repeat;
  	background-position:bottom right;
	padding:0px 8px 0px 8px;
	margin:0px;

}




a.menu {

	/* border-left:1px solid #FFFFFF; */
	line-height:26px;
 	text-decoration:none;
 }
 
a.menu:link, a.menu:visited 

{ 
	color:#FFFFFF;
	text-decoration:none;


}
a.menu:hover
{ 
	color:#CCCCCC;
}



/* Hack für Item-Höhe Internet Explorer*/
* html .menu_act {
  height:36px;
} 


.menu_act  {	
	display:block;
	float:left;
	border-left: 4px solid #FFFFFF;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	height:28px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	font-weight: bold;
  	background-image:url(../images/ecke_unten_act.gif);
  	background-repeat:no-repeat;
  	background-position:bottom right;
	padding:0px 8px 0px 8px;
	margin:0px;

}




a.menu_act {

	/* border-left:1px solid #FFFFFF; */
	line-height:26px;
 	text-decoration:none;
 }
 
a.menu_act:link, a.menu_act:visited, a.menu_act:hover, a.menu_act:active

{ 
	color:#29A27B;
	text-decoration:none;


}


/* Styles für Content und Subnavigation */

#main {
	width:864px;
	margin-top: 16px;
} 

/* Styles linke Spalte */

.colleft {
	width:144px;
	float:left;
}

.boxhead {
	background-color:#29A27B;
 	border:1px solid #29A27B;
 	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
 	text-align:center;	
}

.box {
 	border-bottom:1px solid #29A27B;
 	border-left:1px solid #29A27B;
 	border-right:1px solid #29A27B;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:11px;
 	text-align:center;
 	padding:2px;		
}

.subnaviborder {
	background-color:#E2E3E2;
 	padding:16px;
	padding-bottom:4px;
}
.subnavitem {
	background-color:#E2E3E2;
 	padding:0px;
	background-image: url(../images/arrow.gif); 
 	background-position:0px 5px; 
 	background-repeat:no-repeat;
	margin-bottom: 16px;	
}

.subnavb {
	color:#29A27B;
	font-size:11px;
	font-weight: bold;
	padding-left: 16px; 
	margin:0px;
}

a.subnav:link, a.subnav:visited, a.subnav:active { 
	padding-left: 0px;
	text-decoration:underline;
}

/* Styles mittlere Spalte */

.content {
	width:480px;
	/* background-color:#CCCCCC; */
	float:left;
	margin-left:16px;
	padding:0px;
}

.headline1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:18px;
	color: #29A27B; 
	padding-top: 4px;	
	/* padding-bottom: -10px; */
	line-height:8px;
	font-weight:normal;
	
}

.headline2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:11px; 
	/* background-color:#E2E3E2; */	
	padding-bottom: 0px;
	padding-left:0px;
	line-height:24px;
	color: #666666; 
	border-bottom:1px dashed #666666; 
}

.headline3 {
	color: #29A27B;
	font-weight:bold;
}

.infosmall {
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:10px;
	color: #999999; 
}

a.more:link, a.more:visited, a.more:active{
	color: #29A27B; 
	font-weight:bold;
	text-decoration:underline;
}

/* Styles rechte Spalte */

.colright {
	width:208px;
	float:right;
}

.img3 {
	margin: 0px;
}

.linklist {
	margin-top: 16px;
}

.link1 {
	color:#29A27B;
	font-size:10px;
	font-weight: bold;
}

.link2 {
	color:#29A27B;
	font-size:11px;
	line-height:24px;
	font-weight: bold;
	padding-left: 16px;
	background-image: url(../images/arrow.gif); 
 	background-position:0px 4px;
 	background-repeat:no-repeat;
	margin:0px;
}

a.link1:link, a.link1:visited, a.link1:active,
a.link2:link, a.link2:visited, a.link2:active  { 

	text-decoration:underline;
}



/* footer */

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:11px;
 	text-align:center;
}


h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:18px;
	color: #29A27B; 
	font-weight:normal;
	margin-top:2px;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:11px; 
	margin-bottom: 16px;
	padding-left:0px;
	line-height:24px;
	color: #666666; 
	border-bottom:1px dashed #666666; 
	font-weight:normal;
}

h3{
	font-weight:normal;
	color: #29A27B;
	font-weight:bold;
	font-size:12px;
}