html {
/*	height:100%;*/
	}

body {
	margin-top:0;
	padding:0;
	height:100%;
	background-color:#000000;
}

#page900 {
	margin:auto;
	width:970px;
}

/* Page Definition */ 
/* ------------------------------------------------------------------------------------------------------ */ 
#boxFlash {
	width:360px;
	margin-right:10px;
	float:left;
}

#boxNavigation {
	width:300px;
	margin-top:105px;
	padding-right:10px;
	padding-left:60px;
	float:left;
	min-height:600px;
}

#boxContent {
	width:550px;
/*	margin-right:50px;*/
	float:left;
}

#contentFrame {
	margin-top:106px;
	scrollbar-arrow-color: #808080;
	scrollbar-track-color: #808080;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
}

#boxFoot {
	text-align:right;
	border-top:1px solid #ffffff;
	padding:0 0 0 0;
	margin:0 50px 5px 60px;
}

#boxDone {
/*	text-align:right;*/
	background-color:#000000;
	padding-top:0;
	margin:0 55px 0 60px;
}
/* ------------------------------------------------------------------------------------------------------ */ 

/* Navigation */ 
/* ------------------------------------------------------------------------------------------------------ */ 
#boxNavigation ul {
	width:180px;
	border-top: 9px solid #ffffff;
	padding:0;
	margin-top:0;
	margin-left:0;
}

#boxNavigation ul li {
	font:19px Oswald,Arial, Helvetica, Sans;
	line-height:18px;
	margin-top:1px;
	list-style:none;
}

#boxNavigation ul li a, #boxNavigation ul li a:link, #boxNavigation ul li a:visited {
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	width:140px;
	padding:4px 0 4px 10px;
	display:block;
	-webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}

#boxNavigation ul li a:hover {
	color:#e3b329;
/*	font-weight:bold;*/
	text-decoration:none;
	-webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}
/* ------------------------------------------------------------------------------------------------------ */ 


/* Foot */ 
/* ------------------------------------------------------------------------------------------------------ */ 
#boxFoot, #boxFoot a, #boxFoot a:link, #boxFoot a:visited {
	font:normal 13px Arial, Helvetica, Sans;
	color:#ffffff;
	text-decoration:none;
}

#boxFoot a:hover {
	color:#E4B42A;
	text-decoration:underline;
}
/* ------------------------------------------------------------------------------------------------------ */ 

/**************************************************************************************
  Cookie Accept
**************************************************************************************/
.container {
    margin: auto;
    width: 970px;
}
.navbar-fixed-bottom {
	position: fixed;
    bottom: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    width: 100%;
}
#cookie_directive_container > * {
	background-color:rgba(255,255,255,0.85);
	padding:10px;
	font-size:16px;
    color: black;
}
#cookie_directive_container a {
	color: black;
    text-decoration: underline;
}

#cookie_directive_container a.pull-right {
	margin-bottom:10px;
	text-decoration:none;
    float: right;
    background-color: black;
    color: white;
    padding: 10px;
}

/* Done */ 
/* ------------------------------------------------------------------------------------------------------ */ 
#boxDone, #boxDone a, #boxDone a:link, #boxDone a:visited {
	font:normal 10px Arial, Helvetica, Sans;
	color:#333333;
	text-decoration:none;
}

#boxDone a:hover {
	color:#999999;
	text-decoration:none;
}
/* ------------------------------------------------------------------------------------------------------ */ 



/* Content */
/* ------------------------------------------------------------------------------------------------------ */ 
.Content h1 {
	font:19px Arial, Helvetica, Sans;
	line-height:20px;
	letter-spacing:0.4;
	text-transform:uppercase;
	color:#ffffff;
	border-top: 9px solid #ffffff;
	margin:0 0 30px 0;
	padding-top:5px;
}

.Content h2, .Content h2 a, .Content h2 a:link, .Content h2 a:visited {
	font:16px Arial, Helvetica, Sans;
	font-weight:bold;
	line-height:19px;
	letter-spacing:0.4;
	color:#ff0000;
	margin:3px 0 5px 0;
}

.Content h3, .Content h3 a, .Content h3 a:link, .Content h3 a:visited {
	font:12px Arial, Helvetica, Sans;
	font-weight:bold;
	line-height:17px;
	letter-spacing:0.4;
	color:#ffffff;
	margin:13px 0 3px 0;
}

.Content h4, .Content h4 a, .Content h4 a:link, .Content h4 a:visited {
	font:normal 12px Arial, Helvetica, Sans;
	font-weight:bold;
	line-height:17px;
	color:#ffffff;
	text-decoration:none;
	margin:3px 0 3px 0;
}

.Content td {
	font:normal 12px Arial, Helvetica, Sans;
	line-height:17px;
	color:#ffffff;
	vertical-align:top;
	text-align:left;
}

.Content th {
	font:normal 12px Arial, Helvetica, Sans;
	font-weight:bold;
	line-height:17px;
	vertical-align:top;
	text-align:left;
	padding-right:15px;
}

.Content p { 
	font:normal 12px Arial, Helvetica, Sans;
	line-height:17px;
	color:#ffffff;
	margin-top:0;
	margin-bottom:8px;
}

.Content a, .Content a:link, .Content a:visited {
	font:normal 12px Arial, Helvetica, Sans;
	line-height:17px;
	color:#E4B42A;
	text-decoration:none;
}

.Content a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.Content img {
	border:1px solid #ffffff;
}

.Content ul, ol { 
	font:normal 12px Arial, Helvetica, Sans;
	line-height:17px;
	color:#ffffff;
	padding-left:10px;
	margin-left:20px;
	margin-top:0;
	margin-bottom:5px;
}

.Content label {
	font:normal 12px Arial, Helvetica, Sans;
	color:#ffffff;
	float:left;
	width:80px;
}

.Content input, select, textarea{
	font:normal 12px Arial, Helvetica, Sans;
	border: 1px solid #ffffff;
	margin-bottom:5px;
}

.Content hr {
	border: 0; /* Für Firefox und Opera */
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #000000; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
}

.formfieldError {
	color:#990000;
}

/* ------------------------------------------------------------------------------------------------------ */ 
