/**********************************
 * Bereiche der Seite 
 **********************************/
body {
	background:url(../layout/img/bg.gif) left top repeat-y;
}


/* Kopf */
#header {
	width:980px;
	height:130px;
	background-color:white;
  background: white url(../layout/img/header_bg2.gif) left top repeat-x; 
  font-size:0.9em;
  display:block;
}

/* Kopf: Linke Spalte */
#hLeft {
	width:220px;
	height:130px;
  text-align:center;
	overflow:hidden;
}
#hLeft img {
	margin-top:22px;
}

#hLeft2{
	width:780px;
	height:130px;
  text-align:center; 
  padding:0px;
  margin:0px; 
	/*background:url(../layout/img/header_bg2.gif) left top repeat-x;*/
	overflow:hidden;
}

/* Kopf: Mittlere Spalte */
#hCenter {
	width:560px;
	height:130px;
  text-align:right;
	overflow:hidden;
}

/* Kopf: Rechte Spalte */
#hRight {
	width:200px;
	height:130px;
	overflow:hidden;
}

/* Horizontales Menue */
#servicemenu {
        width:760px;
	height:25px;
        font-size:0.9em;
        padding-left:220px;
        background-color:#017755;
}
#servicemenu ul {
	margin:0;
	padding:0;
}
#servicemenu ul.firstLevel li {
	float:left;
}
#servicemenu ul.firstLevel a {
	float:left;
	display:block;
	line-height:25px;
	font-weight:bold;
	width:111px;
	color:#fff;
	border-left:1px solid #fff;
	text-align:center;
}

#servicemenu ul.firstLevel a:hover, #servicemenu ul.firstLevel a.active {
	color:#017755;
	text-decoration:none;
	background-color:#F3F4F3;

}
#servicemenu ul.secondLevel {
	position:absolute;
	z-index:1;
	margin-top:25px;
	float:left;
	left:220px;
	padding-left:20px;
	border-bottom:1px solid #F3F4F3;
	width:540px;
}
#servicemenu ul.secondLevel a {
	width:auto;
	color:#017755;
	padding:0 5px;
}

#servicemenu ul.secondLevel a:hover,#servicemenu ul.secondLevel a.active {
	text-decoration:underline;
	background:none;
}


/* Inhalt */
#content {
	width:980px;
	display:block;
	font-size:0.9em;
	background:url(../layout/img/content_bg.gif) 220px top no-repeat;
}


/* Inhalt: Linke Spalte (Navigation) */
#cLeft {
	width:220px;
	overflow:hidden;
}

#cLeft form { 
	padding:10px 5px 0 5px;
}
#cLeft fieldset, #cLeft legend { 
	padding:0;
	margin:0;
}
#cLeft input.search { 
	width:70%;
}
#cLeft input.subSearch { 
	padding:0;
        border:none;
        margin-top:-4px;
}

#cLeft ul.firstLevel, ul.secondLevel { 
        margin:0; 
        padding:0; 
        list-style-type:none; 
}

#cLeft li { 
        padding:0;
        margin:0;
}
#cLeft ul.firstLevel a {
        display:block;
        line-height:1.7em;
        background-color:#fff;
        border-top:1px solid #017755;
        border-bottom:1px solid #017755;
        border-right:1px solid #017755;
        text-decoration:none;
        font-weight:bold;
        padding-left:0.5em;
        padding-right:0.5em;
        margin-top:0.3em;
}
#cLeft ul.firstLevel a:hover, #cLeft ul.firstLevel a:focus,#cLeft ul.firstLevel a.active {
        color:#fff;
        background-color:#017755;
}
#cLeft ul.secondLevel a {
        background:none;
        color:#454545;
        border:none;
        line-height:1.1em;
        margin-bottom:0.6em;
        font-size:0.95em;
}
#cLeft ul.secondLevel a:hover,#cLeft ul.secondLevel a:focus,#cLeft ul.secondLevel a.active {
        color:#ff6400;
        background:none;
}

/* Inhalt: Mittlere Spalte */
#cCenter {
	width:510px;
	padding:35px 25px;
	overflow:hidden;
}


/* Inhalt: Rechte Spalte */
#cRight {
	width:200px;
	background-color:#F3F4F3;
}

#cRight #moreNews { 
         background-color:#017755; 
         text-align:center; 
         color:#ffffff; 
         height:2em;
}
#cRight #moreNews a {
        font-weight:bold;
        line-height:2em;
        text-decoration:none;
        color:#ffffff; 
}
#cRight div.newsItem { 
        padding:0.5em;
        border-bottom:1px solid #017755; 
        line-height:1.6em;
}
#cRight div.newsItem h3,#cRight div.newsItem p { 
        padding:0;
        margin:0;
        line-height:1.6em;
}
#cRight div.newsItem a { 
        color:#333333; 
}
#cRight div.newsItem a:hover,div.newsItem a:focus { 
        color:#017755; 
}


