* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	margin: 0px;
	background-color: #F3E2BF;
}

h2 {
	font-size: 18px;
	color:#871C00;
	margin-top: 0.1em;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #871C00;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font-weight:normal;
}
.klein {
	font-size: 11px;
	color:#871C00;
}



.menulvl-1 a:link, .menulvl-1 a:visited {
	text-decoration: none;
}
.menulvl-1 a:hover {
	color:#663300;
	text-decoration: none;
}
.menulvl-1a {
	text-decoration: none;
	font-weight: bold;
}
.menulvl-1a a:link, .menulvl-1a a:visited {
	text-decoration: none;
	font-weight: bold;
}
.menulvl-1a a:hover {
	color:#000000;
	font-weight: bold;
}



a:link {
	color: #871C00;
	text-decoration: none;
}
a:visited {
	color: #871C00;
	text-decoration: none;
}
a:hover {
	color: #871C00;
	text-decoration: underline;
}
a.contentlink:link { color: #871C00; text-decoration:none; }
a.contentlink:visited { color: #871C00; text-decoration:none; }
a.contentlink:hover { color: #871C00; text-decoration:none; }
a.contentlink:active { color: #871C00; text-decoration:none; }
a.contentlink:focus { color: #871C00; text-decoration:none; }

a.linkicon:link { background:url(../images/layout/linkicon.gif) no-repeat center left; }
a.linkicon:visited { background:url(../images/layout/linkicon.gif) no-repeat center left; }
a.linkicon:hover { background:url(../images/layout/linkicon.gif) no-repeat center left; }
a.linkicon:active { background:url(../images/layout/linkicon.gif) no-repeat center left; }

a.linkiconcontent:link { background:url(../images/layout/linkicon.gif) no-repeat center left; padding-left:20px; }
a.linkiconcontent:visited { background:url(../images/layout/linkicon.gif) no-repeat center left; padding-left:20px; }
a.linkiconcontent:hover { background:url(../images/layout/linkicon.gif) no-repeat center left; padding-left:20px; }
a.linkiconcontent:active { background:url(../images/layout/linkicon.gif) no-repeat center left; padding-left:20px; }


a.contentlinkunderline:link { color: #871C00; text-decoration:underline; }
a.contentlinkunderline:visited { color: #871C00; text-decoration:underline; }
a.contentlinkunderline:hover { color: #000000; text-decoration:underline; }
a.contentlinkunderline:active { color: #871C00; text-decoration:underline; }
a.contentlinkunderline:focus { color: #871C00; text-decoration:underline; }

a.partnerlinks:link { color: #871C00; font-size: 9px; text-decoration:none; }
a.partnerlinks:visited { color: #871C00; font-size: 9px; text-decoration:none; }
a.partnerlinks:hover { color: #871C00; font-size: 9px; text-decoration:none; }
a.partnerlinks:active { color: #871C00; font-size: 9px; text-decoration:none; }
a.partnerlinks:focus { color: #871C00; font-size: 9px; text-decoration:none; }

#adress {
	text-align: left;
	padding: 0 70px;
	margin: 0px;
	list-style: none;
	font-size: 10px;
	font-weight: normal;
	color: #BF6B3C;
}

/* Menu */
ul#nav-left {
	text-align: left;
	padding: 0px 50px;
	margin: 0px;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	}
	ul#nav-left li {

		}
		ul#nav-left li a {
			display: block;
			width: 165px;
			padding: 5px 20px;
			color: #871C00;
			text-decoration: none;
			border-bottom: 1px solid #F9CB75;
			}
		ul#nav-left li a:hover {
			color: #871C00;
			background-color: #FEF2C2;	
			border-bottom: 1px solid #F9CB75;
			}



#header {
	width: 880px;
	margin: 0 auto;
	background:url(../images/layout/bg-oben.jpg) no-repeat;
}

#content {
	position:static; top:162px;
	width: 880px;
	margin: 0 auto;
	background: url(../images/layout/bg-content.jpg);
}


#colOne {
	float: right;
	width: 485px;
	padding: 40px 55px 0px 0px;
	color: #871C00;
	font-size:14px;
}

#colTwo {
	float: left;
	width: 255px;
	padding: 0px 0px 0px 30px;
}
#unten {
	width: 880px;
	margin: 0 auto;
	background: url(../images/layout/hg-unten.gif);
}

