/*<![CDATA[*/
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding:0px;
	margin: 0px;
	background-image:url(../img/stripe.gif);
	background-repeat:repeat-x;
}
#footer
{
	width: 2500px; 
	bottom:0px;
	height: 45px;
	position: fixed;
	z-index: 2; 
	left: 26%;
	margin-left: -150px; /* Negativer halber Wert der Breite des Objekts */
	font-size: 10px;
	font-weight:200;
	color: #666;
}

#inhalt {
	overflow: hidden;
	width: 300px;
	height: 230px;
	margin-top: -50px;
	margin-left: -150px;
	top: 45%;
	left: 50%;
	position: absolute;
	background: white;
	border: 1px solid #333;
	z-index: 3;
}

#inhalt_sz {
	overflow: hidden;
	width: 293px;
	height: 153px;
	margin-top: -50px;
	margin-left: -150px;
	top: 45%;
	left: 50%;
	position: absolute;
	background: white;
	border: 1px solid #ccc;
	z-index: 3;
	padding: 5px 2px 2px 5px;
}
#inhalt_shadow {
	overflow: hidden;
	width: 300px;
	height: 160px;
	margin-top: -47px;
	margin-left: -147px;
	top: 45%;
	left: 50%;
	position: absolute;
	background: #666;
	z-index: 2;
}
#inner {
	visibility: hidden;
	width: 300px;
	height: 100px;
	position: relative;
	left: 200px;
	top: -69px;
	margin: 0px;
	padding: 0px;
}
#baustelle {
	font-size: 11px;
	width: 280px;
	height: 180px;
	position: relative;
	top: -8px;
	margin: 10px;
	padding: 0px;
}

#baustelle2 {
	font-size: 10px;
	font-weight:100;
	width: 280px;
	height: 100px;
	position: relative;
}

#fuss {
	font-size: 10px;
	width: 580px;
	height: 130px;
	position: static;
	top: 150%;
	left: 30%;
	margin: 600px;
	padding: 120px;
}
a:link,a:visited {
	font-size: 1em;
	font-weight: bold;
	color: #036;
	text-decoration: none;
}
a:hover,a:active {
	font-size: 1em;
	font-weight: bold;
	color: #A9D0E4;
	text-decoration: none;
}

label { 
	display: block;
	text-align: right;
	float: left;
	width: 70px;
	padding-right: 2px;
	margin-top: 4px;
}


/*]]>*/

