@charset "utf-8";

* { 
	margin:0; 
	padding:0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;	
	vertical-align: baseline;
	background-repeat: no-repeat;
	}

html { 
	background:#fff; 	
	}


body {
	color:#666; 
	font:12px/1.55em "Lucida Grande", "Lucida Sans", Verdana, Tahoma, sans-serif;
	text-align:left;
	border: 0;
	background-image: url(../img/layout/bg/body.jpg) ;
	background-repeat: repeat-x;
	text-align:left;	
}

.wrapper {
	}

.logo  {
	padding-top: 2px;
	display:block;
	width:160px;
	height:175px;
	/*background:url(../img/layout/logo_neu_jpG.jpg) 0 2px no-repeat;*/
	background:url(../img/layout/logo_neu_jpG.jpg) 0 0 no-repeat;
	}
.logo span {
	display:none;
	}

.container {
	margin: 0 auto;
	width: 720px;  
	padding: 0 7px;
	margin-top: 54px;
	}	
	
.container-navi {
	background: url(../img/layout/bg/container-navi.jpg);
	background-repeat: repeat-x;
	height: 50px;
	/*margin-top: 42px;*/
	margin-top: 23px;
}

.container-navi .container {
	padding: 0;
	width: 714px;
	text-align:left;
	margin-top: 0;
}



.folge #col-main {
	width: 500px;
	float:left;
	}

.start #col-right {
	display:none;
	}
	
#col-right {
	width: 180px;
	margin-left: 20px;
	float:right;	
	
	}


.main {
	margin-top:42px ;
	}

#search {
	display:none;
	height: 25px;
	width: 160px;
	background: #e6ebea;
	}

#search label {
	padding: 2px 5px;
	float: left;
	}

.searchInput {
	margin: 3px 0 0 0;
	height: 18px;
	float:left;
	width: 87px;
	}
	
.magnifier {
	margin: 5px 0 0 5px;
	background:url(../img/layout/search.jpg);
	width:17px;
	height:13px;
	display:none;
	}
	
.teaser a {
	text-decoration:none;
	color: #7E766A;
	}

.teaser {
    margin-bottom: 25px;
	}
	
.teaser h1 {
	text-transform:uppercase;
    color:#17463e;
    background: #ecece4;
    font-size: 1em ;
    border-top: 1px dotted #17463e;
    padding: 2px 5px;    
	}
    
.teaser p {
    padding: 0 5px;
    background: white;
	color: #7e766a;
	}
    




/************************************************************************* level 1 ****************/
.level1 {
	padding: 4px 0 0 0;
	background:transparent;
	text-align:left;
	font-size:1.1em;	
	list-style:none;
	font-weight:normal;
	text-transform:uppercase;
	position:relative;
	}	
.level1 a {

	color:#fff;
	text-decoration:none;	
	}
.level1 li {
	padding:0;
	float: left;	
	display:inline-block;
	margin-right: 15px;	
	}
.level1 li span	{
	}
.level1 li a {
	display:inline-block;
	}
.level1 li a:hover {

	}
.level1 li.current {

	}	
.level1 li.current li span {
	padding:0;
	background:none;
	}	
.level1 li.current span {
	display:inline-block;
	background:#3a645a;
	color:#fff;
	}	
.level1 li a,
.level1 li.current span {	
	padding: 2px 8px 3px 8px;	
	}
	
.level1 a.active {
	background:#3a645a;
	}
.level1 a.active:hover {
	opacity:.8;
	}	
	

.level2 {
	text-transform:none;
	position: absolute;
	top: 28px;
	width: 700px;
	font-size: 0.9em;
	left: 0;
	}
.level2 li {
	margin-right:20px;
	}
.level2 li a,
.level2 li.current span {	
	padding: 2px 8px 0px 8px;	
	}	


/************************************************************************* meta 1 *****************/
.meta {
	clear:both;
	padding-top:30px;
	list-style:none;
	}
.meta a {
	color:#666;
	font-size:.9em;
	}