@charset "UTF-8";
/* CSS Document */


html { 
   height:100%; 
} 

body {  
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	height:100%; 
}

#wrap {
	margin: 0;
	padding: 0;
}


/* -- HEADER -- */

#header {
	height: 128px;
	background-color: #f1f1f1;
	border-bottom: #439dd5 solid 1px;
	width: 100%;
	min-width: 1024px;
	
}

#logo {
	width: 160px;
	height: 128px;
	padding-left: 32px;
	position: absolute;
	top:0;
	left:0;
}

#nav-container  {
	text-align: center;
	height: 128px;
	width: 100%;
	margin-left: 0px;
}

#navigation {
	width: 1024px;
	text-align: left;
	margin: auto;	
	padding-top: 37px;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
}


#navigation a {
	text-decoration: none;
	color: #747577;
}

#navigation a:hover, #navigation a.active {
	color: #439dd5;
}
	
#container2{
	width: 712px;
	margin-left: 160px;
}

#navi1 {
	float:left;
	width:192px;
}
#navi2 {
	float:left;
	width: 460px;
}
#navi3 {
	float:left;
	width:60px;
}


/* --- CONTENT --- */

#inhalt {
	text-align: center;
	width:100%;
}

#inhaltcontainer {
	width: 1024px;
	margin: auto;
	padding-top: 64px;
	text-align: left;
}


#hauptspalte {
	float: left;
	width: 450px;
	font-size: 14px;
	line-height: 21px;
	color: #515254;
}

#seitenspalte {
	float: left;
	width: 192px;
	margin: 24px 6px 0 64px;
	font-size: 11px;
	line-height: 15px;
	color: #2f2f31;
	font-weight: normal;
}

#hauptspalte h1, #hauptspalte h2 {
	font-weight: bold;
	color: #1481cc;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 30px;
}	
	
#inhalt img {
	padding-bottom: 5px;
}

#inhalt a {
	text-decoration: none;
	padding-left: 15px;
	background-image: url(pr.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;;
}

#hauptspalte a {
	color: #1481cc;
}

#seitenspalte a {
	color: #2f2f31;
	margin-bottom: 6px;
}

#inhalt a:hover, #seitenspalte a.aktiv {
	color: #439dd5;
}

#seitenspalte h1 {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #EFEFF0;
	margin-bottom: 10px;
}

#seitenspalte h2 {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
}


#seitenspalte h3 {
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
}

.accordion_toggle {
	display: block;
	background-image: url(pu.png);
	cursor: pointer;
}

.accordion_toggle:hover {
	color: #439dd5;
}
		
.accordion_toggle_active {
	background-image: url(pa.png);
}

.accordion_toggle, .accordion_toggle_active {
	background-position: 180px 2px;
	background-repeat: no-repeat;
}

.accordion_content {
	background-color: #ffffff;
	overflow: hidden;
}

span.spacer5576 {
	display:block;
	height: 32px;
}

/* SITEMAP */
#hauptspalte .sitemap {
	width: 290px;
}

#hauptspalte .sitemap ul, #hauptspalte .sitemap li {
	list-style-type: none;
	margin: 0; 
	padding-left: 0;
}

#hauptspalte .sitemap a {
	background-image: none;
	color: #515252;
	display: block;
	border-bottom: 1px #CCCCCC solid;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Helvetica;
}


#hauptspalte .sitemap ul ul a {
	padding-left: 40px;
}

#hauptspalte .sitemap ul ul ul a {
	padding-left: 80px;
}

.blog-list {
	list-style: none;
	padding: 0;
	border-bottom: solid 1px #CCCCCC;
}

.blog-list .title {
	font-weight: bold;
}

#hauptspalte .blog-list a {
	color: #515252;
	background-position: 1px 3px;
}

#hauptspalte .blog-list p a {
	color: #439DD5;
	background-image: none;
	padding-left: 0;
}
#hauptspalte .blog-list p a:hover {
	text-decoration: underline;
}

#hauptspalte .blog-list a:hover {
	color: #439dd5;
}

#hauptspalte .blog-list .blogteaser div p {
	display: inline;
}

#hauptspalte .blog-list .blogteaser {
	padding-left: 6px;
	overflow: hidden;
}

#hauptspalte .blog-list li {
	padding: 14px 0 14px 6px;
	border-top: solid 1px #CCCCCC;
	cursor: pointer;
}

#hauptspalte .blog-list li:hover {
	background-color: white;
}

#hauptspalte .txt-img p {
	margin-bottom: 14px;
}

.white {
	background-color: #F1F1F1;
}
