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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: small;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

ol, ul {
	list-style: none;
}

html, body{
	height: 100%;
	width: 100%;
	color: #4f4f4f;
}

body.orange{
	background:url(../images/bgOrange.jpg) repeat-x center;
}


/*-----------------------------------------startseite-----------------------------------------------*/

.split{
	width: 490px;
	height: 530px;
	float: left;
	}

#footerStart{
	height: 50px;
	width: 980px;
	clear: both;
	text-align: center;
}

#footerStart ul{
	margin: 0 auto;
	padding: 0;
	width: 250px;
}

#footerStart li{
	float: left;
}

#footerStart li a {
	font-size: 100%;
	color: #666666;
	text-decoration:none;
	line-height: 1.5em;
	padding-right: 50px;	
	display: block;
}

#footerStart ul li a:hover, #footerStart ul li a.active{
	color: #FFFFFF;
}

/*-----------------------------------------container------------------------------------------------*/


#container{
	width: 980px;
	height: 580px;
	position: absolute; 
    top: 50%; 
	left: 50%; 
 	margin-top: -290px;
	margin-left: -490px;

}


