@charset "utf-8";
/* CSS Document */

html, *+html {
	height:100%;
	background-color: #FFFFFF;
}

body {
	height:100%;
	margin:0%;
	padding:0%;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	line-height:16px;
	background-color: #FFFFFF;
	/* Zentrierung der Seite fuer IE 5.5 */
	text-align: center;
}
#data {
	height: auto;
	width: 320px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


div#container-start {
	width:1036px;
	height:100%;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	text-align: center;
}

div#container-start table {
	margin:0%;
	width:100%;
	height:100%;
}

#content {
	height: 512px;
	width: 1036px;
	background-color: #FFFFFF;
	background-image: url(../images/shadow.jpg);
}

#myAlternativeContent{
	height: 500px;
	width: 1024px;
	position: relative;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-left: 1px;
	background-image: url(../images/symbol.jpg);
}

#footer {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: right;
	width: 1020px;
	letter-spacing: 1px;

}

/* LINK-ZUSTÄNDE //////////////////////////////////////////// */

a, a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	color: #666666;
}


/* Alternativ Content ////////////////////////////////////// */

#alter_links {
	float: left;
	height: 100%;
	width: 50%;
	background-image: url(../images/symbol_seite.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#alter_rechts {
	float: right;
	height: 100%;
	width: 50%;
	position: relative;
}

#alter_links_info {
	height: auto;
	width: 340px;
	margin-top: 130px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A3756;
	text-align: center;
}

#alter_rechts_info {
	height: auto;
	width: 340px;
	margin-top: 130px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B5152B;
	text-align: center;
}
