body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3E1D02;
	background: #FBB67B;
	margin: 3px;
	padding: 3px;
}
img, div, a {
        behavior: url(iepngfix.htc);
}
a {
	color: #582903;
	text-decoration: underline;
}
a:hover {
	color: #F00;
}
h1, h2, h3, h4, h5, h6, p {
        margin: 0px 0px 12px;
        padding: 0px;
}
h1 {
	font-size: 18px;
}

h2 {
        font-size: 18px;
}
h3 {
        font-size: 16px;
}
h4 {
        font-size: 14px;
}
h5 {
        font-size: 10px;
        font-weight: normal;
}
h6 {
        font-size: 8px;
        font-weight: normal;
}
.justify {
        text-align: justify;
}
.center {
        text-align: center;
}
.right {
        text-align: right;
}
.imgnorm, .imgleft, .imgright {
        background: #FFF;
        margin: 1px;
        padding: 1px;
        border: 1px solid #000;
}
.imgleft {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
}
.imgright {
        float: right;
        margin-bottom: 10px;
        margin-left: 10px;
}
input, textarea, select {
	margin: 0px;
	padding: 0px;
	background: #FEE2CB;
	border: 1px solid #763703;
}

#main {
	margin: auto;
	height: auto;
	min-height: 600px;
	width: 970px;
	position: relative;
}
#main #header {
	background: url(images/design_01.jpg);
	float: left;
	height: 181px;
	width: 970px;
}
#main #header #adresse {
	padding: 30px 20px 20px;
	float: right;
	height: 50px;
	width: 260px;
	position: relative;
	text-align: center;
}
#main #inhalt {
	float: left;
	height: auto;
	min-height: 379px;
	width: 970px;
	position: relative;
	background: url(images/design_inhalthg.jpg);
}
#main #inhalt #menuaussen {
	background: url(images/design_02.jpg) no-repeat;
	float: left;
	height: auto;
	min-height: 379px;
	width: 217px;
	position: relative;
}
#main #inhalt #menuaussen #menu {
	padding: 0px 24px 0px 13px;
	float: left;
	height: auto;
	min-height: 379px;
	width: 180px;
}
#main #inhalt #menuaussen #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main #inhalt #menuaussen #menu ul li {
	margin: 0px 0px 3px;
	padding: 0px;
}
#main #inhalt #menuaussen #menu ul li a {
	text-decoration: none;
	display: block;
	width: 148px;
	border: 1px solid #2375AD;
	line-height: 27px;
	height: 27px;
	padding-left: 30px;
	font-size: 14px;
}
#main #inhalt #menuaussen #menu ul li a:hover {
	color: #0C2E53;
	background: #FBB67B;
}


#main #inhalt #contentaussen {
	background: url(images/design_03.jpg) no-repeat;
	float: left;
	height: auto;
	min-height: 379px;
	width: 753px;
	position: relative;
}
#main #inhalt #contentaussen #content {
	padding: 10px 10px 10px 0px;
	float: left;
	height: auto;
	min-height: 359px;
	width: 743px;
	position: relative;
}
#main #inhalt #contentaussen #content #imageContainer {
	float: left;
	height: 350px;
	width: 490px;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
}


#main #feater {
	background: url(images/design_04.jpg);
	text-align: center;
	float: left;
	height: 30px;
	width: 950px;
	position: relative;
	padding: 10px;
}

