body
{
	
	background-image: url(images/bg.gif);
	margin: 0px auto;
	text-align: center;
}

a:link,
a:visited,
a:active
{
	color: #0000FF;
}

div.a:link,
div.a:visited,
div.a:active
{
    border: 0px;
}

#FrontPage
{
	background-image: url(images/bg.gif);
	border:1px solid black;
	position: relative;
	margin: 0px auto;
	text-align: center;
}

.succed
{
    color:Red;
    text-align:center;
    font-size:large;
}

#anfahrspiegel
{
	background-color:#ff8800;
	border:1px solid black;
	position: relative;
	margin: 0px auto;
	text-align: left;
	width:1000px;
	height:700px;
}

#top
{
	background-image: url(images/banner.jpg);
	width:1000px;
	height:150px;
	position:absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
}

#banner
{
	width:1000px;
	height:150px;
	position:absolute;
	left: 0px;
	top: 0px;
}

#untertext
{
	font-size:larger;
	color:#ffa500;
	vertical-align:bottom;
	text-align:right;
	position:absolute;
	right:0px;
	bottom:0px;
}

#AspNet-Menu
{
	width:1000px;
	height:30px;
	position:absolute;
	top: 120px;
	left: 0px;
	text-align: left;
	z-index: 100;
}

#main
{
	height:530px;
	width:1000px;
	position:absolute;
	top: 151px;
	left: 0px;
	background-color: #ffaa00;
	font-family: Arial;
	font-weight:bold;
	overflow:auto;
}

#footer
{
	height:20px;
	width:1000px;	
	position:absolute;
	top: 680px;
	left: 0px;
	font-family: Arial;
	font-size:small;
	text-align:center;
	vertical-align:middle;
	margin-top:2px;
	color:Blue;
}