html {
	font-family:"Arial", Helvetica, sans-serif;
	overflow:auto;
}

body {
	/*border: solid 1px #000000;*/
	/*background-color:rgb(240,240,240);*/
	/*background-color:rgba(240,240,240, 0.8);*/
	background-color:#dcdcdc;
	margin: 0;
	padding: 0;
	overflow:auto;
}
#maincol_top {
	/*border: solid 1px #000000;*/
	width: 980px;
	height:20px;
	background: #dcdcdc url(../images/bg2_content_top.gif) no-repeat;
	margin: 0 auto;
	position: relative;
	padding: 0;
	overflow:auto;
	z-index:1;
}
#maincol {
	/*border: solid 1px #000000;*/
	width: 980px;
	background: #dcdcdc url(../images/bg2_content.gif) repeat-y;
	margin: 0 auto;
	position: relative;
	padding: 0;
	overflow:auto;
	z-index:1;
}
#maincol_bot {
	/*border: solid 1px #000000;*/
	width: 980px;
	height:14px;
	background: #dcdcdc url(../images/bg2_content_bottom.gif) no-repeat;
	margin: 0 auto;
	position: relative;
	padding: 0;
	overflow:auto;
	z-index:1;
}

#header {
	/*border: solid 1px #000000;*/
	background-color:rgb(240,240,240);
	width: 930px;
	height: 120px;
	margin: 0 28px 0 22px;
	position: relative;
	padding: 0;
	overflow:auto;
	z-index:2;
}


#logo {
	/*border: solid 1px #000000;*/
	background-color:rgb(240,240,240);
	/*background-color:rgba(240,240,240, 0.8);*/
	width: 100px;
	height: 100px;
	background-size: 100px 100px;
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
	z-index:3;
}

#nav {
	/*border: solid 1px #000000;*/
	background-color:rgb(240,240,240);
	width: 830px;
	height: 100px;
	padding: 0;
	margin: 0 0 0 100px;
	z-index:3;
}

#nav_title {
	/*border: solid 1px #000000;*/
	background-color:rgb(240,240,240);
	width: 820px;
	height: 50px;
	padding: 0;
	margin: 0 0 0 10px;
	z-index:3;
}

#nav_title_text {
	/*border: solid 1px #000000;*/
	background-color:rgb(240,240,240);
	color:#1570A6;
	width: 750px;
	height: 30px;
	padding: 0;
	margin: 10px 0 0 0;
	z-index:4;
}

#nav_linkleiste {
	/*border: solid 1px #000000;*/
	background-color:rgb(240,240,240);
	/*background:rgb(240,240,240) url(../images/nav_default_1.gif) repeat-x;*/
	width: 820px;
	height: 40px;
	padding: 0;
	margin: 0 0 0 10px;
	z-index:3;
}

#nav_linkleiste .link{
	/*border: solid 1px #000000;*/
	background:rgb(240,240,240) url(../images/nav_default_1.gif) repeat-x;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	width:150px;
	height: 40px;
	float: left;
	margin:0 1px 0 0;
}

#nav_linkleiste .link:hover{
	/*border: solid 1px #000000;*/
	background:rgb(240,240,240) url(../images/nav_active_2.gif) repeat-x;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	width:150px;
	height: 40px;
	float: left;
	margin:0 1px 0 0;	
}

#nav_linkleiste a{
	text-decoration:none;
	font-size: 14px;
	/*color:#1570A6;*/
	color:#000000;
}

#content {
	/*border: solid 1px #000000;*/
	width: 930px;
	margin: 0 28px 0 22px;
	position: relative;
	padding: 0;
}

#footer {
	/*border: solid 1px #000000;*/
	color:#000000;
	font-size:12px;
	text-decoration:none;
	width: 920px;
	padding: 10px 5px 10px 5px;
	margin: 0 28px 20px 22px;
	position: relative;
	background-color:rgb(240,240,240);
}

.footercopy{
	/*border: solid 1px #000000;*/
	float: left;
	padding: 0 20px 0 10px;
}

#footer a{
	text-decoration:none;
	color:#1570A6;
}

#footer ul{
	/*border: solid 1px #000000;*/
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer li{
	/*border: solid 1px #000000;*/
	padding: 0px 12px;
	display: inline;
}

.line_blue{
	height:1px; 
	background-color:#1570A6; 
	border:0px;
	margin: 0;
	padding: 0;
}

.kontakttitle {
	color:#ffffff;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	height:20px;
	text-decoration:none; 
	background-color:#1570A6;
}
.kontakttext {
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	width:150px;
	height:32px;
	text-decoration:none;
	text-align:right;
	background-color:#ffffff;
}
.kontaktfehler {
	color:#ff0000;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	width:150px;
	height:32px;
	text-decoration:none;
	text-align:right;
	background-color:#ffffff;
}
.kontaktinput {
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	width:300px;
	height:32px;
	text-decoration:none;
	background-color:#ffffff;
}

#vid_text {
	/*border: solid 1px #000000;*/
	color:#000000;
	font-size:12px;
	text-decoration:none;
	background-color:rgb(240,240,240);
}