html {
	height: 100%;
	width: 100%;
}
body {
	background-color : #000000;
	margin: 10px;
	padding: 10px;
	height: 90%;
	width: 90%;
	color: #CCCCCC;
}

#container {
	background-color : #000000;	
	margin-top: 15px;
	padding: 0;
	/*position: absolute;
	top: 228px;
	left: 260px;*/
	position:relative;
	margin-left:260px;
	background-repeat:no-repeat;
}

#container.impressum {
	background-image:url(pics/paragraph.jpg);
	background-position:right 50px;
}
#cont,#cont_ladies  {
	width: 650px;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 7px;	

}
#cont_ladies {
	position:absolute;
	z-index:50;
	top:0;
	/*margin-top:-305px;*/
}

#sterne {
	height:305px;
	margin-left:-100px;
	overflow:hidden;
	position:relative;
	z-index:1;	
}

td,#steckbrief td {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 10px 0 5px 7px;
	vertical-align:top;	
	color:#909090;
}

#steckbrief td {
	/*padding:0 0 5px 1px;*/
	padding:0;
	}


/*#container img {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 10px;
	padding-top: 10px;
}*/

#nav {
	position: fixed;
	width: 230px;
	top: 208px;
	left: 20px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#nav span.null {
	display: none;
}
#nav div {
	border-bottom: 1px solid #8d1c1c;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	margin: 0;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	color: #999999;
	background: #000000;
	border-right: 7px solid #8d1c1c;
	line-height: 22px;
}

#nav a img{
	margin: 0;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	color: #777;
}

#nav a:hover {
	color: #DA1212;
	background: #8d1c1c;
	border-right: 7px solid #8d1c1c;
}
#nav a.akt {
	color: #555;
	background: #000000;
	border-right: 7px solid #b01b15;
}


#header{
	width:900px;
	height:160px;
	border:1px solid red;
}

#banner,#slider {
	height:160px;
	float:left;
}

#slideshow {
	width:900px;
	height:220px;
	position:relative;
}

#banner2 {
	width:601px;
	height:96px;
	background-image:url(pics/banner.png);
	#background-image:none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pics/banner.png');
	position:absolute;
	left:19px;
	top:70px;
	z-index:200;
}

.screen {
	height:75px;
	width:auto;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.clear {
	clear:both;
}
h1 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 28px;
	color: #8d1c1c;
	margin-left: 0px;
	margin-bottom: 14px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	}

h1 span {
	color: #666666;
}

/*
h2 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #666666;
	}*/
	

h2 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 14px;
	color: #8d1c1c;
	}	

h2 span {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}

ul {
	list-style-type: square;	
}

a {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: strong;
	color: #666;
	background: transparent;
	text-decoration: none;
}
a:hover {
	color: #8d1c1c;
	background: transparent;
	text-decoration: underline;
}
p {
	color: #909090;
	margin: 0 0 12px;
	padding: 0;
}
img {
	margin: 0 5px 0 0;
	float: none;
}



.footer {
	background-color : #121212;
	font-size : 12px;
	color : #8D8D8D;
	border-top-style: solid;
	border-top-color: #8d1c1c;
	border-top-width: 1px;
	height: 46px;
	padding-top: 10px;
	text-align: center;
}