@charset "windows-1252";
body {
	background-color: #EEEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
}
#page_margins{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#page{
	border: 1px solid #7e3821;
	float: left;
	background-color: white;
	padding: 10px;
}
#innerBox {
	background-color: #7e3821;
	float: left;
	width: 760px;
}
#menuBox {
	float: left;
	margin-top: 115px;
	color: white;
	width: 170px;
}
#contentBox {
	float: right;
	width: 584px;
	background-color: white;
	text-align: left;
	font-size: .7em;
	line-height: 1.2em;
	height: 600px;
}
#logoBox{
	margin-top: 10px;
	margin-left: 80px;
}
#textBox{
	width: 430px;
	margin-left: 80px;
	margin-top: 40px;
}
#spaltenbox{
	width: 430px;
	margin-left: 75px;
	margin-top: 40px;
	float: left;
	border: 2px solid #7e3821;
	margin-bottom: 10px;
	background-color: #f4f0d5;
	display: inline;
}
#imageBox{
	clear: none;
	display: inline;
	float: left;
}
#imgTextBox{
	float: right;
	display: inline;
	width: 200px;
	padding: 5px;
}
img{
	border: thin solid #7e3821;
}
blockquote{
	margin-left: 15px;
}
.noBorder{
	border-style: none;
}
.fett{
	font-weight: bold;
}
.square{
	border-style: none;
	margin-left: -12px;
	background-color: #7e3821;
	margin-right: 0;
}
#contentBox a:link, a:visited{
	text-decoration: none;
	color: black;
}
#contentBox a:hover, a:active{
	text-decoration: none;
	color: #a74b2c;
}
h3{
	font-size: 1.1em;
	margin-top: 0;
}
h4{
	font-size: 1.0em;
	margin-top: 0;
}
p{
	margin-top: 0;
}
h5 {
	font-size: .9em;
}
blockquote {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* @group new menu */
#menuBox { width: 170px; }

#menuBox ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: .8em;
	text-align: left;
	color: white;
}
#menuBox .aktiv{
	display: block;
	width: 170px;
	border-bottom: 1px solid #eee;
	background-color: #995846;
	padding: 3px 0 3px 6px;
}

#menuBox a
{
	display: block;
	padding: 3px 0 3px 6px;
	width: 170px;
	color: white;
	border-bottom: 1px solid #eee;
}

#menuBox a:link, #navlist a:visited
{
	color: white;
	text-decoration: none;
}

#menuBox a:hover
{
	background-color: #995846;;
	color: white;
}


/* @end */
