﻿@charset "utf-8";
/* CSS Document */


body {
	background: #e6d7ba;
	font-family: Verdana;
	font-size: 10pt;
	padding: 10px 0px 10px 0px;
}


/* HEADER--------------------------------------------------------- */


#header {
	background: #ece7d2;
	border-left: solid 1px #4a5418;
	border-right: solid 1px #4a5418;
	border-top: solid 1px #4a5418;
	color: #5a672e;
	letter-spacing: 5px;
	text-align: center;
	height: 191px;
	line-height: 80px;
	margin: auto;
	width: 970px;
}


/* MENU--------------------------------------------------------- */

#menu {
	background: #f2eede;
	border-left: solid 1px #4a5418;
	border-right: solid 1px #4a5418;
	display: block;
	height: 20px;
	margin: auto;
	width: 970px;
}

#menu a {
	color: #5a672e;
	font-size: 8pt;
	height: 20px;
	line-height: 20px;
	padding: 10px 13px 10px 13px;
	text-align:center;
	text-decoration: none;
}

#menu a:hover {
	background: #ff8a00;
	color: #e1d9b9;
	font-size: 8pt;
	height: 20px;
	line-height: 20px;
	padding: 10px 13px 10px 13px;
	text-align:center;
	text-decoration: none;	
}

#menu a.aktiv {
	background: #4a5418;
	color: #e1d9b9;	
}

/* MENU2--------------------------------------------------------- */

#menu2 {
	background: #f2eede;
	border: solid 1px #4a5418;
	display: block;
	height: 20px;
	margin: auto;
	width: 970px;
}

#menu2 a {
	color: #5a672e;
	font-size: 8pt;
	height: 20px;
	line-height: 20px;
	padding: 10px 13px 10px 13px;
	text-align:center;
	text-decoration: none;
}

#menu2 a:hover {
	background: #ff8a00;
	color: #e1d9b9;
	font-size: 8pt;
	height: 20px;
	line-height: 20px;
	padding: 10px 13px 10px 13px;
	text-align:center;
	text-decoration: none;	
}

#menu2 a.aktiv {
	background: #4a5418;
	color: #e1d9b9;	
}



/* MAIN--------------------------------------------------------- */

#main {
	background: #ece7d2;
	color: #000000;
	border-right: solid 1px #4a5418;
	border-left: solid 1px #4a5418;
	line-height: 12.3pt;
	margin: auto;
	padding: 19px 19px 30px 19px;
	width: 932px;
	text-align: justify;
	line-height: 18px;
	}
	
#main a {
	color: #ff8a00;
	text-decoration: none;
}

#main a:hover {
	color: #4a5418;
	text-decoration: underline;
}

#main a.link {
	color: #ff8a00;
	line-height: 28px;
	text-decoration: none;
}

#main a:hover.link {
	color: #4a5418;
	text-decoration: none;
}

#main img {
	margin-bottom: 0px;
	margin-right: 0px;
	border: 0px;
}

#main img.float {
	float: left;
	margin-right: 10px;
}

#main img.hp {
	margin-right: 0px;
}

#main p.zitat {
	font-size: 11px;
	font-style: italic;
}
	
#main table.hp {
	width: 932px;
}


#main td {
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}

td.tabelle1
{
	background: #f2eede;
	font-size: 10pt;
	padding: 10px 10px 10px 10px;
	border-bottom: dotted 1px #4a5418;
	border-top: dotted 1px #4a5418;
	vertical-align: top;
	text-align: justify;
}

td.tabelle2
{
	font-size: 10pt;
	padding: 10px 10px 10px 10px;
	border-right: dotted 1px #4a5418;
	vertical-align: top;
	text-align: justify;
}

#main hr {
	width: 790px;
	margin: 10px 0px 10px 0px;
}
	
#main h1 {
	color: #ff8a00;
	font-family: Century Gothic;
	font-size: 16px;
	text-align: center;
	}
	
#main h2 {
	color: #4a5418;
	font-family: Century Gothic;
	font-size: 13px;
	
	}


#main h3 {
	font-size: 10px;
	font-weight: normal;
	color: #5a672e;
	text-decoration: none;
	margin: 2px;
	}
	
#main h3:hover {
	color: #5a672e;
	text-decoration: none;
	}
	
#main h4 {
	color: #5a672e;
	font-size: 11px;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 2px;
	}

#main h4:hover {
	color: #5a672e;
	text-decoration: underline;
	}
	

#main a.galerie {
	font-size: 14px;
	color: #5a672e;
	text-decoration: none;
	line-height: 38px;
}

#main a.galerie:hover {
	color: #5a672e;
	text-decoration: underline;
}

/* FOOTER--------------------------------------------------------- */


#footer {
	background: #ece7d2;
	border-right: solid 1px #4a5418;
	border-left: solid 1px #4a5418;
    border-bottom: solid 1px #4a5418;
	color: #5a672e;
	font-size: 10px;
	text-align: left;
	height: 25px;
	line-height: 18px;
	margin: auto;
	width: 950px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer a {
	color: #5a672e;
	text-decoration: none;
}

#footer a:hover {
	color: #5a672e;
	text-decoration: underline;
}

#footer h3 {
	font-size: 10px;
	font-weight: normal;
	color: #5a672e;
	text-decoration: none;
	margin: 2px;
	}
