/* CSS Document */

html
{
	height: 100%;
	background-color: #606733;
}

body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	overflow: auto;
}
a:link {
	color: #606733;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #606733;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #606733;
	font-weight: bold;
}
h1
{
font-size: 1.2em;
text-align: right;
margin: 0;
}

h3
{
font-size: 1em;
margin: 0;
} 
#aussenwrapper
{
	height: 100%;
	position: relative;
	width: 90%;
	margin: 0 auto;
	background-color: #EAD56C;
} 
#innenwrapper
{
	height:100%;
	overflow:auto;
	background-color: #EAD56C;
} 
#header
{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height:40px;
	padding-top: 20px;
	background: #CCE34A;
	background-color: #606733;
	color: #EAD56C;
	overflow: auto;
}
#banner
{
	position: absolute;
	top: 60px;
	left:0px;
	width: 100%;
	height:60px;
	background: #CCE34A;
	background-color: #606733;
	color: #EAD56C;
	visibility: visible;
	overflow: auto;
}
#footer2
{
	position: absolute;
	bottom: 20px;
	left:0;
	width: 100%;
	height:20px;
	padding: 5px 0;
	text-align: right;
	color: #606733;
	background-color: #EAD56C;
	font-size: small;
	font-weight: normal;
} 
a.footer2:link
{
a:link;
color: #606733;
text-decoration: none;
}
a.footer2:hover
{
a: hover;
color: #FFFFFF;
text-decoration: underline;
}
a.footer2:visited
{
a:visited;
color: #606733;
}
a.footer2:active
{
a:active;
text-decoration: underline;
font-weight: bold;
}

#footer
{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	background: #333;
	height:20px;
	padding: 3px 0;
	text-align: center;
	color: #EAD56C;
	background-color: #606733;
	font-size: small;
} 
#leftbox
{
	width: 200px;
	margin-top: 130px;
	margin-right: 0px;
	background: #ccc;
	padding: 10px 5px 5px 5px;
	background-color: #606733;
	color: #FFFFFF;
	text-align: left;
	margin-left: 10px;
	top: 1px;
	position: static;
	float: left;
	overflow: auto;
}
a.leftbox:link
{
a:link;
text-decoration: none;
color: #EAD56C;
}
a.leftbox:visited
{
a:visited;
color: #EAD56C;
}
a.leftbox:hover
{
a: hover;
color: #FFFFFF;
text-decoration: underline;
}
a.leftbox:active
{
a:active;
text-decoration: underline;
font-weight: bold;
}
#rightbox
{
	float: right;
	width: 270px;
	margin-top: 10px;
	margin-left: 10px;
	background: #ccc;
	padding: 5px 5px 5px 5px;
	background-color: #606733;
	text-align: center;
}

#content
{
	margin-top: 115px;
	padding: 5px 10px 45px 10px;
	background-color: #EAD56C;
	text-align: justify;
	font-size: 16px;
	line-height: 130%;
	margin-left: 220px;
	color: #000000;
} 

#start
{
	margin-top: 115px;
	padding: 5px 10px 45px 10px;
	background-color: #EAD56C;
	visibility: visible;
	text-align: justify;
	font-size: 16px;
	line-height: 130%;
	overflow: auto;
} 
#presse {
	padding: 5px;
	float: left;
	height: 312px;
	width: 265px;
	margin: 10px;
}
#presse1 {
	padding: 5px;
	height: auto;
	width: auto;
}