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


body, td, th {
	margin: 0px;
	padding: 0px;
	background-color: #111;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-align: justify;
}
a:link {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #F00;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a.box_link:link {
	color: #666;
	text-decoration: none;
}
a.box_link:visited {
	text-decoration: none;
	color: #666;
}
a.box_link:hover {
	text-decoration: underline;
	color: #FFF;
}
a.box_link:active {
	text-decoration: none;
	color: #FFF;
}

#header {
	width: 100%;
	height: 150px;
	left: 0px;
	top: 0px;
	background-image: url(../Media/background_header.jpg);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 1;
}
#header_menu {
	width: 500px;
	margin-top: 100px;
	right: 0px;
	position: absolute;
	z-index: 2;
	text-align: right;
}
#logo {
	width: 950px;
	left: 50%;
	margin-left: -475px;
	position: absolute;
}
#inhalt {
	top: 150px;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	margin-top: 10px;
	position: absolute;
}
#inhalt_2 {
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#inhalt_3 {
	width: 100%;
	height: auto;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#inhalt_4 {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#inhalt_fb {
	width: 100%;
	height: 305px;
	margin-bottom: 10px;
	border-bottom: #F00 1px solid;
	border-top: #F00 1px solid;
	padding-bottom: 5px;
	padding-top: 5px;
}
#fb_middle {
	width: 800px;
	margin-left: 75px;
}
.line_red {
	width: 100%;
	height: 5px;
	margin-bottom: 10px;
	border-bottom: #F00 1px solid;
}
.fb_cube {
	width: 302px;
	height: 292px;
	background: url(../Media/div_back_300.jpg) no-repeat;
	left: 0px;
	position: absolute;
	text-align: center;
	padding-top: 10px;
}
h1 {
	color: #F00;
	font-size: 11px;
}
.pic_right {
	float: right;
	margin-left: 20px;
}
.pic_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.hl {
	text-decoration: underline;
	font-style: italic;
	color: #FFF;
}
.box {
	border: #333 1px solid;
	padding: 5px;
	font-size: 9px;
	color: #666;
	width: 310px;
}
.input_f1 {
	width: 350px;
	background-color: #666;
	border: #F00 1px solid;
	color: #FFF;
	padding: 2px;
}
.input_f2 {
	width: 150px;
	background-color: #666;
	border: #F00 1px solid;
	color: #FFF;
	padding: 2px;
}
.input_f3 {
	width: 355px;
	background-color: #666;
	border: #F00 1px solid;
	color: #FFF;
	padding: 2px;
}
.input_f3:hover {
	width: 355px;
	background-color: #000;
	border: #F00 1px solid;
	color: #FFF;
	padding: 2px;
}
.box_tab {
	border: #333333 1px solid;
	width: 310px;
	height: 300px;
}
.box_spacer {
	width: 10px;
}
.box_spacer_2 {
	height: 10px;
}
.box_1 {
	width: 300px;
	height: 300px;
}
.cube_left {
	width: 297px;
	height: 290px;
	float: left;
	border: #333 1px solid;
	padding: 5px;
}
.cube_middle {
	width: 297px;
	height: 290px;
	float: left;
	border: #333 1px solid;
	margin-left: 11px;
	padding: 5px;
}
.cube_right {
	width: 297px;
	height: 290px;
	float: right;
	border: #333 1px solid;
	padding: 5px;
}
.auto-style1 {
	border-width: 0px;
}
.auto-style2 {
	margin-left: 40px;
}
.auto-style3 {
	text-decoration: underline;
	font-weight: bold;
}
