body {
	background-color: #F4E9C8;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(../img/interface/backgr_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
body, td {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #57513E;  
}

#containerInhalt { 	
  position: relative;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
}
#inhalt {
	clear: both;
	position: relative;
	width: 750px;
	height: 458px;
	background-image: url(../img/interface/backgr_container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
  font-size: 12px;
	text-align: left;
}

#content1 {
	position: relative;
	top: 37px;
	left: 100px;
	width: 380px;
	height: 270px;
	overflow: auto;
	text-align: left;
}
#content1.startpage{
	position: relative;
	top: 70px;
	left: 175px;
	width: 400px;
	height: 270px;
	overflow: auto;
	text-align: center;
}

#visual1 {
	position: relative;
	float: right;
	width: 237px;
	padding-right: 24px;
}

#menue {
	position: relative;
	height: 170px;
	margin: 0px 0px 0px 10px;
}
#menue ul {
	margin: 0;
	padding: 0;
}
#menue li {
	padding: 0px;
	margin: 0px 5px 0px 5px;
	float: left;
	list-style-type: none;
	list-style-position: inside;
	margin-top: 125px;
}
#menue li.logo {
	margin: 0;
}
#menue li a {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #F4E9C8;
}

#headline {
	position: relative;
	left: 280px;
	height: 38px;
	width: 190px;
	text-align: center;
	background-image: url(../img/interface/headline_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#headline h1 {
	padding-top: 6px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#headline_left {
	float: left;
	height: 38px;
	width: 38px;
	background-image: url(../img/interface/headline_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#headline_right {
	float: right;
	height: 38px;
	width: 38px;
	background-image: url(../img/interface/headline_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


p {
	margin: 10px 0;
	padding: 0px;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
a {
	color: #57513E;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin: 0 20px;
	padding: 0px;
}
li{
	margin: 0;
	padding: 0;
	list-style-type: square;
}
input, textarea {
}
