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

body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.6em;
	color:#fff;
	background-color:#000;
}

a{
	color:#fff;
}

#container{
	width:800px;
	margin:0 auto;
	background-color:#000;
	background-image:url(../texturen/hintergruende/index-relaunch.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#head{
	height:120px;
}

#content{
	height:400px;
	overflow:auto;
}

#contentText{
	margin:0;
	padding:0.5em;
}

#contentImages{
	margin:0;
	padding:0.5em;
}

#foot{
	height:1.6em;
	background-color:#333;
	margin:0;
	padding:0.5em;
	vertical-align:middle;
	line-height:1.6em;
}

#subfooter{
	width:800px;
	height:800px;
	margin:0 auto;
	overflow:auto;
	color:#888;
	font-size:9px;
	line-height:1.6em;
}

#subfooter a{
	color:#888;
}