html {
	padding:0; 
	margin:0; 
	border:0; 
	min-width: 881px;
}

html * {
	margin: 0;
	padding: 0;
}

body { 
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	background-color: #e8e4e4;
	text-align: center;
	min-width: 881px;
}

a {
	color:#005500;
	text-decoration: underline;
}

a:hover, a:active {
	color:#696969;
}

a.nodecoration {
	text-decoration: none;
	color: #000000;
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
}

img {
	border: 0;
}

textarea {
	width: 720px;
	height: 300px;
}

input.search {
	width: 80px;
	background-color: #e8e4e4;
	border: 1px solid #000;
}

input.submit {
	font-weight: bold;
}

#header { 
	height: 103px; 
	min-width: 881px;
	width: 100%;
	position: fixed;
	z-index: 3;
}

#headerin {
	position: relative;
	width: 769px; /*881*/
	padding-left: 112px;
	height: 78px; /*103*/
	padding-top: 25px;
	margin: 0 auto;
	background-image: url(images/header.jpg);
	z-index: 5;
}

#headerin a.mainnav {
	position: relative;
	display: block;
	float: left;
	width: 72px;
	height: 20px;
	padding-top: 48px;
	text-decoration: none;
	color: #e8e4e4;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}

#headerin a.mainnav:hover, #headerin a.mainnav:active {
	text-decoration: none;
	color: #000000;
}

#headerin a img {
	position: absolute;
	top: 0px;
	left: 2px;
}

#link_startseite {
	position: absolute;
	display: block;
	top: 15px;
	left: 15px;
	width: 85px;
	height: 25px;
}

#link_admincp {
	position: absolute;
	display: block;
	top: 45px;
	left: 15px;
	width: 85px;
	height: 25px;
	font-weight: bold;
}

#link_logout {
	position: absolute;
	display: block;
	top: 75px;
	left: 15px;
	width: 85px;
	height: 25px;
	font-weight: bold;
}

#headerin input
{
	position: absolute;
	display: block;
	top: 45px;
	right: 20px;
}

#headerin input.submit
{
	top: 70px;
}

#background {
	position: fixed;
	min-width: 881px;
	width: 100%;
	height: 100%; 
	margin: 0 auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center 3px;
	z-index: 1;
}

#main {
	position: relative;
	width: 881px;
	margin: 0 auto;
	z-index: 2;
}

#box {
	height: 103px;
}

#submenu {
	float: left;
	margin-left: 15px;
	width: 100px;
}

#submenu a {
	display: block;
	width: 90px;
	margin: 10px auto;
	font-weight: bold;
}

#content {
	margin-left: 130px;
	margin-right: 30px;
	text-align: justify;
}

/*#content img {
	display: block;
}*/

#content h1 {
	text-align: center;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	padding-top: 35px;
	padding-bottom: 15px;
}

.center {
	text-align: center;
}

#footer {
	padding: 10px;
	margin-left: 130px;
	margin-right: 30px;
	clear: both;
}
