html,body {
	padding: 0;
	margin: 0;
}
body{	
	text-align: center;
	min-width: 830px;
	background-color: rgb(14,52,25);
	color: #000000;
}
#box {	margin:auto;
	padding:0;
	height:842px;
	width:830px;
	background-image:url(bg.gif);
}
#kopf {
	position:static;
	width:746px;
	height:242px;
	margin:0 0 0 84px;
	padding:0px;
	}

#navigation {
	float:left;
	width: 133px;
	height: 600px;
	margin:0px 0px 0px 84px;
	padding:0px;
	background-color:#fff;
	display:inline;
}		
#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
	font:bold 12px Arial;
}
#navigation ul li {
	margin:24px auto auto 10px;
	padding:0;
}
#inhalt1 {
	float:left;
	width: 613px;
	height: 600px;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}
#inhalt1 h2 {
	color:rgb(143,181,33);
	font:bold 14px Arial;
	padding:0;
	margin:20px auto 20px 5px;
	text-align:left;
}

#inhalt1 img {
	margin:0;
	padding:0;
}
form {
	background: rgb(14,52,25);
 	border:none;
	border-bottom:2px solid rgb(14,52,25);
	padding:0;
 	margin:0 auto 0 auto;
 	width: 350px;
}
input {
	border: 1px dashed rgb(143,181,33);
	background: rgb(14,52,25);
	text-align: center;
	color: rgb(143,181,33);
	margin:1.0em;
	padding:0;
}
input.desc {
	border:none;
	margin:0 auto 0 auto;
	width: 350px;
	background:white;
}
#inhalt {
	float:left;
	width: 413px;
	height: 600px;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}
#inhalt h2 {
	color:rgb(143,181,33);
	font:bold 14px Arial;
	padding:0;
	margin:20px auto 20px 5px;
	text-align:left;
}

#inhalt h3 {
	color:rgb(143,181,33);
	font:bold 11px Arial;
	padding:0;
	margin:0 auto 12px 5px;
	text-align:left;
}

#inhalt img {
	padding:0;
	margin:0;
}
#inhalt p {
	color:#000;
	font: normal 11px Arial;
	margin:0px 12px 14px 5px;
	padding:0;
	line-height: 14px;
	text-align:left;
}

#inhalt ul {
	margin:0 0 0 0;
	padding:0;
	text-align:left;
}

#inhalt ul li {
	color:#000;
	font: normal 11px Arial;
	margin:0 8px 0 16px;
	padding:0;
	line-height: 16px;
	text-align:left;
}

#inhalt p.cent {
	text-align:center;
	vertical-align:bottom;
	margin-top:40px;
}

#rseite {
	float:right;
	width:200px;
	height:600px;
	padding: 0px;
	margin: 0px;	
}
#rseite img {
	border:none;
	padding:0;
	margin:0;
}
#footer {
	clear:both;
	width:830px;
	padding-top:10px;
	margin:auto;
	text-align:right;
	font:bold 14px Arial;
	color:rgb(143,181,33);
}



a:link {
	font-weight:bold;
	text-decoration:none;
	color:black;
}
a:hover {
	font-weight:bold;
	text-decoration:none;
	color:rgb(143,181,33);
}
a:active {
	font-weight:bold;
	text-decoration:none;
	color:rgb(143,181,33);
}
a:visited {
	font-weight:bold;
	text-decoration:none;
	color:rgb(14,52,25);
}
a:focus {
	font-weight:bold;
	text-decoration:none;
	color:rgb(143,181,33);
}

#footer a:link {
	color:rgb(143,181,33);
}
#footer a:hover {
	color:rgb(143,181,33);
}
#footer a:active {
	color:rgb(143,181,33);
}
#footer a:visited {
	color:rgb(143,181,33);
}
#footer a:focus {
	color:rgb(143,181,33);
}
	
