* {
	padding: 0;
	margin: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	line-height:1.7em;
	color:#333;
	text-align:left;
	vertical-align:top;
}

a:active { color:#87888a; }
a:visited { color:#333;text-decoration:none;}
a:link { color:#333;text-decoration:none;  }
a:hover { color:#87888a;text-decoration:none;  }

.nav:active { color:#fff; text-decoration:none; }
.nav:visited { color:#fff; text-decoration:none;}
.nav:link { color:#fff; text-decoration:none;  }
.nav:hover { color:#fff; text-decoration:none;  }

.nav {
	float:left;
	font-weight:bold;
	text-align:center;
	width:156px;
	line-height:30px;
	cursor:pointer;
	color:#fff;
}

.nav-active {
	background:#f9b200;
}



html {

}

body {
	background: #ffffff;
}

html,body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	position: relative;
}

#page {
	position: relative !important;
	width: 900px;
	min-width: 900px;
	height: auto !important;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}

.copy, .bold, .txt {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	vertical-align:top;
}

.sub {
	color:#b2b3b5;
	font-size:0.7em;
}

.sub-color {
	color:#b2b3b5;
}

h1, #content-title {
	color:#b2b3b5;
	font-size:2.5em;
}

#top {
	position:relative;
	width: 100%;
	height: 71px;
	z-index: 80;
}

#top #header {
	width: 700px;
	margin: 30px 0 0 0;
	position: relative;
	padding:0;
}

#top #header h1 {
	height: 71px;
	width: 240px;
}
#top #header h1 a {
	display: block;
	position: relative;
	text-decoration: none;
}
#top #header h1 a span {
	display: block;
	position: absolute;
	width: 240px;
	height: 71px;
	top: 0;
	left: 0;
	background: transparent url('./img/logo_dfdoit_240.png') no-repeat scroll top left;
}

#wrapper {
	position:relative;
	top:0px;
	left:0px;
	width: 100%;
	padding: 30px 0 60px 78px;
	clear: both;
}

#main {
	width:780px;
	position:relative;
	top:0px;
	left:0px;
	background:#ececec; 
	vertical-align:top;
}
#col1 {
	float:left;
	width:20%;
	position:relative;
	top:0px;
	left:0px;
	background:#ececed; 
}
#col2 {
	float:left;
	width:80%;
	position:relative;
	top:0px;
	left:0px;
	background:#ececed; 
}

#navigation {
	position:relative;
	height:30px;
	background:#666666;
}

#content {

}

#content-title {
	position:relative;
	font-weight:normal;
	font-size:12px;
}

#content-main {
	position:relative;
	line-height:1.5em;
}

.content-title-center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-weight:bold;
	font-size:12px;
}

.content-title-center16 {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-weight:bold;
	font-size:16px;
	line-height:1em;
}

.content-main-center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-weight:normal;
	font-size:12px;
}



#inner {
	position:relative;
	min-height:246px;

	padding:20px 20px 40px 20px;
}


.middle {
	vertical-align:middle;
	position:static;
}


.footer {

}

.legals {

}

.content {

}

.clear {
	clear:both; 
}

.left {
	float:left; 
}

.right {
	float:right; 
}

.bold {
	font-weight:bold; 
}

.justify  {
	text-align:justify; 
}

.center {
	text-align:center;
	vertical-align:middle;
}

.pointer  {
	cursor:pointer; 
}

#control_overlay {  
	background-color:#fff;  
}
.top{
	vertical-align: top;
}


.cc_container .cc_logo {
	display:none !important;
}
.cc_container .cc_btn {
background-color: #000000 !important; /* Farbe des Buttons */
color: #ffffff !important; /* Textfarbe des Buttons */
}
.cc_container {
	padding:3px 10px  !important;
	font-size:12px  !important;
}

