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

* {
    margin: 0;
}
html {
    overflow-X:auto;
    overflow-Y:scroll;
}
body {
	height: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	/* background-color: rgb(143,76,219); /* fallback */ 
	/* background-color: rgba(143,76,219,1.0); */
	background-color: #000;
	background-image: url(../img/bgr_02_brut.jpg);
	/* background-attachment: fixed; */
	background-position: center top;
	background-repeat: repeat-y;
	/* background-repeat: no-repeat; */	
}
a {
	color: #ff9900;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#cont_main  {
	/* background-color: rgb(200,200,200); /* fallback */
	/* background-color: rgba(200,200,200,0.3); */
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	box-shadow:  0 0 100em black;
}
#cont_header {
	height: 450px;
	width: 960px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 0px solid #FFFFFF;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px; 
	/* background-color: rgb(255,255,255); /* fallback */ 
	/* background-color: rgba(255,255,255,1.0); */ 
	background-image: url(../img/people_brut.png);
	background-position: bottom right; 
	background-repeat: no-repeat;
	white-space: nowrap;
	/* box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5); */
	/* box-shadow:  0 0 2em silver; */
}
#box_nav {
	color: #9f9f9f; 
	background-color: #494949; 
	width: 910px;
	height: 20px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 50px;
	padding-bottom: 0px;
}
#box_nav a {
	text-decoration: none;
	color: #9f9f9f;
	font-size: 9px;
	text-transform: uppercase;
}
#box_nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
	text-transform: uppercase;
}
#box_logo {
	height: 80px;
	width: 380px;
	float: left;
	padding-left: 20px; 
	padding-top: 30px; 
	margin-top: 180px; 
	margin-right: 0px;
	margin-left: 10px;
}
#box_content_main {
	color: #636363; 
	min-height: 610px;
	height: auto;
	width: 910px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 50px;
	padding-bottom: 30px;
	/* border-top: 0px solid #4c4c4c;  */
	/* border-right: 10px solid #4c4c4c;  */
	/* border-bottom: 10px solid #4c4c4c;  */
	/* border-left: 10px solid #4c4c4c;  */
	/* background-color: rgb(143,76,219); /* fallback */ 
	/* background-color: rgba(143,76,219,1.0); */ 
	 background-color: rgb(25,25,25); /* fallback */ 
	 background-color: rgba(25,25,25,0.7);
	/* background-color: #000000; */
	/* background:linear-gradient(to right, #282828, #000000);  */
	/*  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5); */
}
#box_content_main a {
	text-decoration: none;
	color: #ee4700;
	font-size: 11px;
}
#box_content_main a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}
#cont_footer {
	height: 100px;
	width: 960px;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px; 
	border: 0px solid #FFFFFF; 
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #be3900;
	/* background-color: rgb(255,153,0); /* fallback */ 
	/* background-color: rgba(255,153,0,1.0); */	
}
#box_footer_left {
	height: 40px;
	width: 230px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;  
	/* box-shadow:  inset 0px 0px 5px rgba(0, 0, 0, 0.5); */
}
#box_footer_right {
	height: 40px;
	width: 660px;
	float: left;
	margin-right: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #FFFFFF;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	/* box-shadow:  inset 0px 0px 5px rgba(0, 0, 0, 0.5); */
}
#box_footer_right a {
	text-decoration: none;
	color: #000000;
	font-size: 9px;
    text-transform: uppercase;
}
#box_footer_right a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
    text-transform: uppercase;
}
.aktiv{
	color: #FFFFFF;
	font-size: 9px;
	text-transform: uppercase;
}
.aktiv_2{
	color: #FFFFFF;
	font-size: 9px;
	text-transform: uppercase;
}
h1 {
	font-size: 24px;
	color: #b3b3b3;
	font-weight: normal;
}
.thumb01 {
	width: 50px; 
	height: 50px; 
	border: 0px solid #000000; 
} 
hr {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #333333;
	height: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.trenner {
	background-color: #F00;
	height: 20px;
}
.hr_trenner {
	margin-top: 10px;
	margin-bottom: 10px;
}
