/* CSS Document */

html
{
	height: 100%;
	background-color: #003366;
}

body
{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
font-family: Verdana, Arial, sans-serif;
}
a:link {
	text-decoration: none;
	color: #606733;
}
a:visited {
	text-decoration: none;
	color: #606733;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #606733;
}
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: #003366;
} 
#innenwrapper
{
	height:100%;
	background-color: #ffffff;
	position: relative;
	overflow: auto;
} 
#header
{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height:40px;
	padding-top: 20px;
	background: #003366;
	background-color: #003366;
	color: #003366;
	overflow: auto;
}
#banner
{
	position: absolute;
	top: 60px;
	left:0;
	width: 100%;
	height:60px;
	background: #003366;
	background-color: #003366;
	color: #003366;
	visibility: visible;
	overflow: auto;
}
#footer2
{
	position: absolute;
	bottom: 20px;
	left:0;
	width: 100%;
	height:20px;
	padding: 5px 0;
	text-align: right;
	color: #ffffff;
	background-color: #ffffff;
	font-size: small;
	font-weight: normal;
} 
a.footer2:link
{
a:link;
color: #606733;
text-decoration: none;
}
a.footer2:hover
{
a:hover;
color: #606733;
text-decoration: underline;
}
a.footer2:visited
{
a:visited;
text-decoration: none;
color: #606733;
}
a.footer2:active
{
a:active;
color: #606733;
text-decoration: none;
}

#footer
{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	background: #606733;
	height:20px;
	text-align: center;
	color: #ffffff;
	background-color: #003366;
	font-size: small;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
} 



#start
{
	margin-top: 115px;
	margin-left: 0px;
	padding: 5px 10px 45px 10px;
	background-color: #ffffff;
} 
#startlogo {
	height: 170px;
	width: 820px;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	right: -410px;
	margin-right: 10px;
	margin-left: 10px;
}
#starttext {
	height: auto;
	width: 700px;
	text-align: center;
	font-size: 0.9em;
	font-weight: lighter;
		margin-top: 30px;
	margin-left: 70px;
}
#startcontainer {
	width: 850px;
	margin-left: -425px;
	position: absolute;
	left: 50%;
	font-size: 1.1em;
	padding-bottom: 45px;
}
