@charset "UTF-8";

/* Layout-Styles */

body, p, h1{
	margin: 0;
	padding-top: 0;
}



.termine {
	font-family: Helvetica, Arial, sans-serif;
	color: #8f9090;
	text-align:left;
	font-family: Georgia, Times New Roman, serif;
	font-size: small;
	
	}


em {
	font-family: Georgia, Times New Roman, serif;
	line-height: 1.5em;
	padding-top: 0.5em;
	margin-top: 0.5em;
	color:#666666;
	}
#rechts em {
text-align: left;
	}


h1 {
	text-transform: uppercase;
	font-size: 14px;
	color: #9D0F1E;
	padding-top:20px;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	background-image: url(pix/page/hg-holz.jpg);
	background-repeat:repeat;
	padding-bottom: 20px;
	font-family: Helvetica, Arial, sans-serif;
	}


a:link, a:visited{
	text-decoration: none;
	color: #8f9090;
}

a:hover{
	text-decoration: none;
	color: #9D0F1E;
}



#box {
	padding-left:50%;
	padding-top:0;
	margin-top:0;
	background-image: url(pix/page/hg-seite.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	display:block;
}

#centerframe {
	margin-left: -465px;
	width:930px;
	text-align: center;
}	

/* Logo-Schriftzug */

#logo {
	height:128px;
	display:block;
	background-repeat:no-repeat;
	background-image: url(pix/page/logo.jpg);
	background-position:center bottom;
	margin-bottom:12px;
	}
	
	
/* Haupt-Navi */

#navi {
	width:916px;
	height:19px;
	text-align: center;
	background-repeat:no-repeat;
	text-transform: uppercase;
	background-color: #f8f8f8;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e4e4e4;
	border-bottom-color: #e4e4e4;
	position: relative;
	left: 7px;
	font-size: 11px;
	vertical-align: middle;
	line-height:19px;
}	

* html #navi {
	height: 23px; 
	h\eight: 19px;
}

#navi ul {
margin-top:1;
padding-left:1.5em;
padding-top:0;
}

#navi ul li {
	display: inline;
	padding-right: 3em;
	
}


#navi-aktiv {
	font-weight:bold;}


/* Bild */

#bild {
	text-align:center;
}

#bild img{
	padding-top:5px;
}
	
/* Inhalt=Text */

#inhalt {
	margin-top:20px;
	padding-left: 50px;
	padding-right:80px;
	padding-bottom:10px;
	color: #8f9090;
	position: relative;
	text-align:left;
	font-family: Georgia, Times New Roman, serif;
}


#inhalt p {
	font-size: small;
	line-height: 1.5em;
	margin-top: 0.5em;
	}


#inhalt p > strong {
font-weight:bold;
color:#333333;
}

#inhalt a:link, #inhalt a:visited{
	text-decoration: underline;
	color: #8f9090;
}

#inhalt a:hover{
	text-decoration: underline;
	color: #9D0F1E;
}
	
/* Inhalt und Subnavi in zwei Spalten */
#frame {
	width:916px;
}

#links {
	font-size: 11px;
	vertical-align: middle;
	text-transform: uppercase;
	width: 170px;
	float: left;
	margin-top:50px;
	padding:0;
	margin-bottom:0;
	color: #8f9090;
	position: relative;
	left: 7px;
	text-align:right;
	background-color: #f8f8f8;

}



#links ul {
margin-top:0;
margin-bottom:0;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #e4e4e4;
padding-top:0;
padding-left:0;
padding-bottom:0;
line-height:17px;
}

#links ul li {
	margin-top:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	padding-right:15px;
	display: block;
}


#rechts a:link, #inhalt a:visited{
	text-decoration: underline;
	color: #8f9090;
}

#rechts a:hover{
	text-decoration: underline;
	color: #9D0F1E;
}


#rechts {
	margin-top:20px;
	padding-left:57px;
	padding-right:50px;
	padding-bottom:10px;
	color: #8f9090;
	text-align:left;
	width: 639px;
	float: right;
	font-family: Georgia, Times New Roman, serif;
	font-size: small;
}

#rechts p {
	line-height: 1.7em;
	margin-top: 0.5em;
	}

#rechts p > strong {
font-weight:bold;
color:#333333;
}


/* Fusszeile */
#fuss {
	padding-top:60px;
	clear:both;
	text-align:right;
	background-image: url(pix/page/fuss.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	display:block;
	height: 40px;
}

#metanavi {
	width:916px;
	height:16px;
	text-align: center;
	background-image: url(pix/page/borduere.gif);
	background-repeat:repeat-x;
	text-transform: uppercase;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #d5d5d5;
	border-bottom-color: #d5d5d5;
	position: relative;
	left: 7px;
	font-size: 9px;
	line-height: 16px;
	vertical-align: middle;
	color:#d5d5d5;
}	

#metanavi ul {
	margin-top:1px;
	padding-top:0;

}

#metanavi ul li {
	display: inline;
}

#metanavi ul li a{
	background-color: #ffffff;	
	padding-left: 1.8em;
	padding-right: 1.8em;}

