@charset "utf-8";
/* CSS Document */

a img {
	border: none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/fileadmin/pics/bg.jpg);
	background-color: #94846A;
	background-repeat:repeat-x;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

#teaser_all {
	float:right;
	width:270px;
	margin-right: 59px;

}


#page {
	width:995px;
	margin:auto;
	text-align:left;
}

/* top */

#header  {
	background-image:url(/fileadmin/pics/header.png);
	background-repeat:no-repeat;
	width: 995px;
	height:127px;
}



/* navigation */

#nav_bg {
	background-image:url(/fileadmin/pics/navigation.png);
	background-repeat:no-repeat;
	width: 995px;
	height: 61px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
}

#navigation {
	font-size:12px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
	text-transform:uppercase;
	
	width: 829px;
	margin-left: 70px;
	padding-top: 10px;
}


#subnavigation {
	font-size:12px;
	font-weight:bold;
	color: #686767;
	text-decoration:none;
	text-transform:capitalize;
	
	width: 829px;
	margin-left: 70px;
	padding-top: 6px;
	
}




/* content */

#rep {
	background-image:url(/fileadmin/pics/rep.png);
	background-repeat:repeat-y;
	
	width:996px;
	float:left;
	
}

#content_all {
	width: 995px;
}



#content_inhalt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	margin-left:67px;
	width: 580px;	
}


#content_inhalt h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;

	margin-top:0px;
	padding-top:19px;
}



/* teaser */





#teaser {
	float:right;
	/*width: 267px;*/
	
	margin-top:21px;
	
	background-image:url(/fileadmin/pics/teaser_rep.png);
	background-repeat:repeat-y;
		
}


#teaser_inhalt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 230px;
	margin-top:10px;
	padding-left:20px;
}

#teaser_top {
	background-image:url(/fileadmin/pics/teaser_top.png);
	background-repeat:no-repeat;
	width:271px;
	height:50px;
	margin-top:-6px;
}
#teaser_footer {
	background-image:url(/fileadmin/pics/teaser_bottom.png);
	background-repeat:no-repeat;
	
	width: 270px;
	height:23px;
	
	clear:both;
	float:right;
	
	padding-right:57px;
}

#teaser_inhalt h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;

	margin-top:0px;
	margin-bottom:14px;
}



/* F O O T E R */

#footer {
	background-image:url(/fileadmin/pics/footer.png);
	background-repeat:no-repeat;
	width: 996px;
	height: 57px;
	clear:both;
}

#copyright {
	color:#5b513d;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:-12px;
	margin-bottom:20px;
}

#copyright a{
	text-decoration:none;
	color:#5b513d;
}

#copyright a:hover{
	text-decoration:none;
	color:#ffffff;
}



#content_inhalt a{
	text-decoration: none;
	color: #6b6b6b;
}

#content_inhalt a:hover{
	text-decoration: none;
	color: #ff7200;
}


#content_inhalt .point {
	width:1px;
}


.navi_element a{
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}
.navi_element_active a, a:hover, .navi_element_active a:active {
	color: #ff7200;
	text-decoration: none;
}



.sub_element a {
	color: #686767;
	text-decoration:none;
	text-transform:capitalize;
}

.sub_element_active a, a:hover, .sub_element_active a:active{
	color: #ff7200;
	text-decoration: none;
}


#teaser_inhalt a{
	text-decoration: none;
	color: #6b6b6b;
}

#teaser_inhalt a:hover{
	text-decoration: none;
	color: #ff7200;
}

.teaser-element {
	padding-bottom:20px;
	
}


.teaser-element_inhalt_1 {
	margin-top:10px;
}	

#teaser_inhalt .point {
	color: #d9d7d1;
	margin-left:-3px;
}



#adresse {
	float:right;
	padding-right:75px;
	padding-top:22px;
	font-size:11px;
}

#adresse a{
	color: #000000;
	text-decoration:none;
}

