/* CSS Document */



body {
	background:url("images/pattern.png");
	background-repeat:repeat;
	background-position:center center;
    background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}


.wrap {
	/*background-color: #FFFfff;
	opacity: .85;*/
    margin: 0 auto;
    height: auto;
    width: 1024px;
    
    position: relative;
   
}

.side_links {
	/*background-color: #FFFfff;
	opacity: .85;*/
	
	float: left;
	height: auto;
    width: 400px;
    /*border-right: 1px dashed #d68a29;*/
    
    margin: 2px;
}

.side_rechts {
	/*background-color: #FFFfff;
	opacity: .85;*/
	float: left;
    width: 600px;
    height: auto;
    
    
}

.content div h2,
.content div h3{
	color: #905e36;
}
.content div p {
	font-size: 16px;
	line-height: 22px;
	
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(144,94,54, 0.1);
}

.main {
	margin: 0 auto;
    height: auto;
    width: 900px;
    position: relative;
    border-top: 4px dotted rgba(172,205,5, 0.5);
    border-bottom: 4px dotted rgba(172,205,5, 0.5);
    z-index: 0;
}



.main div h2,
.main div h3{
	color: #88a205;
	
}
.main div p {
	font-size: 18px;
	line-height: 22px;
	
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 20px;
	font-family: Cambria, Georgia, serif;
	
} 
 
 
 
 
 
.h1_ {
    background: url("images/headline.jpg") repeat-x scroll left top transparent;
    color: #FFFFFF;
    font-family: Georgia,Times,serif;
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 26px;
    margin-left: -16px;
    padding: 0 0 0 6px;
    width: 80%;
}

.h2_ {
	background: url("images/headline2.jpg") repeat-x scroll left top transparent;
	color: #FFFFFF;
    font-family: Georgia,Times,serif;
    font-size: 15px;
    font-style: italic;
    font-weight:  bold;
    line-height: 30px;
    margin-bottom: 26px;
    margin-left: -10px;
    padding: 0 0 0 6px;
    width: 90%;
}


.h3{
font-family:Georgia, Times,serif;
font-size:16px;
color: #9a352c;
line-height:normal;
padding:3px;
}


/*Schrift All.
p{
font-family:Georgia, Verdana, sans-serif;
font-size:15px;
color: #777;
line-height:normal;
padding:3px;
}
*/
p{
	color: #777;
	font-size: 15px;
	padding:3px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

/*�berschrift 1 mit Linie*/
.h1{
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #d68a29;
	border-bottom: 5px solid #d68a29;
}


/*�berschrift 2 ohne Linie*/
.h2 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #943029;
}


/*Frei_�berschrift ohne Linie*/
.style1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}		


/*Markierung*/
.style2 {
font-weight: bold;
font-size:13px;
color: #4e9482;
line-height:normal;
padding:3px;
}


	
.navigation{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #943029;
	text-decoration: none;
	text-align: right;
	padding: 8px;
}

.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #d68a29;
	text-decoration: none;
	text-align: right;
	padding: 8px;
}

.nav_current{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #d68a29;
	text-decoration: none;
	text-align: right;
	padding: 8px;
}

.navi_bot{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #a0a0a0;
	text-decoration: none;
	text-align: center;
	padding: 2px;
}

.link{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #943029;
	text-decoration: none;
}


.link_ {
	color: #d68a29;
    font-family: Georgia,Times,serif;
    font-size: 13px;
    font-weight:  bold;
    line-height: 30px;
    margin-bottom: 26px;
    margin-left: -10px;
    padding: 0 0 0 6px;
    width: 90%;
}

.link_ak {
	color: #943029;
    font-family: Georgia,Times,serif;
    font-size: 13px;
    font-weight:  bold;
    line-height: 30px;
    margin-bottom: 26px;
    margin-left: -10px;
    padding: 0 0 0 6px;
    width: 90%;
}

.clear {
    clear: both;
}

.list {
    border-bottom: 1px dashed #d68a29;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

a { 
font-family:Georgia, Times,serif;
font-size:15px;
color: #9a352c;
line-height:normal;
padding:3px;
}



/* html einf�gen: Muster
 
<style type="text/css">
<!--
.style1 {
	font-size: 14px;
	font-weight: bold;
}
-->
</style>
*/