/* CSS Document */

html {
	height:100%;
}


body {
	height: 100%;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/aufbau/black/footer_bground.jpg);
	background-repeat: repeat-x;
	background-position:bottom;

}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993333;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}

img { border: 0px; }

#maincontent {
	position:absolute;
	width:100%;
	height:432px;
	bottom: 165px;
	z-index:2;
	text-align:center;
}
#scrollbar_outer {
	position:absolute;
	width:100%;
	height:30px;
	bottom:135px;
	z-index:3;
}
#scrollbar_inner {
	position:relative;
	margin:0px auto;
	width:425px;
	height:20px;
	z-index:3;
	left: 10;
}
#menu_outer {
	position:absolute;
	width:100%;
	height:50px;
	bottom:20px;
	z-index:3;
}
#menu_inner_exkl_foto {
	position:relative;
	margin:0px auto;
	width:337px;
	height:50px;
	z-index:3;
	top: 3px;
}

#menu_inner_inkl_foto {
	position:relative;
	margin:0px auto;
	width:435px;
	height:50px;
	z-index:3;
	top: 3px;
}
.mnavi {
	position:relative;
	float:left;
	z-index:3;
	cursor:pointer;
}
.snavi {
	position:relative;
	float:left;
	z-index:3;
	padding-top: 10px;
	cursor:pointer;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-style:normal;
}
.content_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-right: 20px;
	text-align:justify;
}

#content_container {
	position:relative;
	width:290px;
	height:410px;
	z-index:1;
	float:left;
}
#bildtext {
	position:relative;
	width:200px;
	height:180px;
	z-index:1;
	float:left;
	top: 10px;
}
.arbeit_text {
	position:relative;
	width:270px;
	z-index:1;
}

.border_video {
	border: 1px solid #333333;
}

