/* CSS Document */



body {
	background:url("images/bg.png");
	background-repeat:no-repeat;
	background-position:center center;
    background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}


.wrap {
	/*background-color: #FFFfff;*/
    margin: 0 auto;
    width: 964px;
    padding: 30px 30px 0;
}

#side_links {
	float: left;
    width: 300px;
    /*border-right: 1px dashed #d68a29;*/
    padding-left: 30px
    
}

#side_rechts {
	float: right;
    width: 630px;
    
    
}

.h1_ {
    background: url("images/headline2.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/headline3.jpg") repeat-x scroll left top transparent;
	color: #9a352c;
    font-family: Georgia,Times,serif;
    font-size: 13px;
    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:15px;
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: 16px;
	font-weight: bold;
	text-align: left;
	color: #d68a29;
	border-bottom: 5px solid #d68a29;
}


/*�berschrift 2 ohne Linie*/
.h2 {
	font-size: 13px;
	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-family: Verdana, sans-serif;
font-weight: bold;
font-size:12px;
color: #aba693;
line-height:normal;
padding:0px;
}


	
.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>
*/