body {
	text-align: left;
	margin: 0px;
	margin-top:0px;
	font-family: Tahoma, sans-serif;
  background-color:#c2cbd7;
}

#header {
  width:900px;
  height:189px;
  border:0;

	background-repeat: no-repeat;
	background-position: top left;
  background-color:#c2cbd7;
}



#container {
	width:100%;
  background-image: url(grafix/body_hg.gif);
  background-repeat: repeat-x;
	text-align: left;
	/*margin-right: auto;
	margin-left: auto;
	margin-top: -5px;
  margin-top: 0px;*/
  background-color:#404852;
}

#middle {
	background-image: url(/fileadmin/images/templates/middle_hg.jpg);
	background-repeat: repeat-y;
	width: 900px;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #002f65;
	border-right-color: #002f65;
	border-bottom-color: #002f65;
	border-left-color: #002f65;
}

#top {
	background-image: url(grafix/top_bg.jpg);
	background-repeat: no-repeat;
	width: 900px;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #002f65;
	border-right-color: #002f65;
	border-bottom-color: #002f65;
	border-left-color: #002f65;
  margin:0px;
  margin-left:70px;
 /* background-color:#000000;*/
}

#bottom {
	/*background-image: url(grafix/silberstreifen.gif);*/
	background-repeat: no-repeat;
	background-position: bottom;
	width: 900px;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #002f65;
	border-right-color: #002f65;
	border-bottom-color: #002f65;
	border-left-color: #002f65;
  margin:0;

}
#nav_main_parent {
	margin-left: 0px;
	width: 900px;
	margin-top: 1px;
	
}



#path_parent {
	text-align: left;
	color: #cccccc;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#path a:link, #path a:visited, #path a:active {
	color: #6d6d6d;
	font-weight: bold;
}

#content_main_container {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 30px;
}
#content_main_header {
	height: 52px;
	text-align: right;
}


#content_main h1 {
font-size: 18px; 
font-weight: bold;
line-height:100%;
color: #ffffff;
/*background: #ffffff; url('grafix/pfeil_tr.gif') no-repeat top right*/ 
padding: 5px 5px 4px 5px;
margin-bottom:5px; 
}
#content_main h2 {
font-size: 18px; 
font-weight:normal;
line-height:100%;
color: #ffffff;
/*background: #ffffff; url('grafix/pfeil_tr.gif') no-repeat top right*/ 
padding: 5px 5px 4px 5px;
margin-bottom:5px; 
}
#content_main h3 {
font-size: 15px; 
font-weight:normal;
line-height:100%;
color: #ffffff;
/*background: #ffffff; url('grafix/pfeil_tr.gif') no-repeat top right*/ 
padding: 5px 5px 4px 5px;
margin-bottom:5px; 
}

#content_main h4 {
font-size: 15px; 
font-weight: bold;
line-height:100%;
color: #f7a60a;
padding: 0px 5px 0px 5px;
margin-top:0px;
margin-bottom:5px; 
}

#content_main H4 A {
color: #f7a60a;
text-decoration:none;
}

#clearer {
	clear: both;
}



.footer { 
	background: transparent url('grafix/footer_hg.gif') repeat-x top left; 
	font: 10px/1.3 Tahoma,sans-serif; 
	color: #9D9EA1; 
	/*padding: 16px 15px; */
  padding:0px 0px 0px 70px;
  margin:0px;
}
.footer a, .footer a:link, .footer a:hover, .footer a:visited { color: #9D9EA1; }
.darkgrey, a.darkgrey, a.darkgrey:link, a.darkgrey:visited { color: #7c7c7c; }
.grey, a.grey, a.grey:link, a.grey:visited { color: #9D9EA1; }
a.grey:hover, a.darkgrey:hover { color: #B01C2E; }


.breadcrumb { font-size: 10px; padding: 1px 0 10px 0; text-align: left; }
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:hover { color: #808080; text-decoration: underline;  }


/* css_styled_content */
/* Formatierungen */

body, H1, H2, H3, H4, H5, P, TD, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { 
	font-family: Tahoma, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
}
PRE { font-family: monospace; }
/*	A { color: #000066; text-decoration: underline; }	skj: das war originaldefinition */
a {
	color: #c2cbd7;
	text-decoration: underline;
}	/* skj: neu von mir */
a:visited {
	color: #c2cbd7;
	text-decoration: underline;
}
/*	A:hover { color: #660000; }	originaldef. */

a:hover {
	color: #da130e;
	/*background-color: #D20035;*/
	text-decoration: none;
}	/* skj: neu von mir */
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; padding:0; }
P, TD {
	font-size: 12px;
	/*line-height: 22px;*/
}
UL, OL {
	color:#fff;
	font-size:11px;
	margin-left: 30px;
	margin-top: 0px;
}
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }
div, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

p {
  padding: 0px 5px 0px 0px;
  margin-left:5px;
	margin-bottom: 5px;
  color: #c2cbd7;
}



a.download {
padding-left:15px;
padding-bottom:4px;
background: transparent url('grafix/ico_download.gif') no-repeat 0px 4px;
}

a.download:hover {
padding-left:15px;
padding-bottom:4px;
background: transparent url('grafix/ico_download_hov.gif') no-repeat 0px 4px;
}

a.mail {
padding-left:15px;
padding-bottom:4px;
background: transparent url('grafix/ico_email.gif') no-repeat 0px 4px;
}

a.mail:hover {
background: transparent url('grafix/ico_email_hov.gif') no-repeat 0px 4px;
}

a.skype {
padding-left:15px;
padding-bottom:4px;
background: transparent url('grafix/ico_skype.gif') no-repeat 0px 2px;
}

#content_main table.contenttable {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width:100%;
}

#content_main table.contenttable p {
	margin-bottom: 0px;
	font-size:11px;
	line-height:118%;
}

#content_main table.contenttable td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F27900;
	border-right-color: #F27900;
	border-bottom-color: #F27900;
	border-left-color: #F27900;
	padding: 1px;
  margin:0px;
}
 #content_main table.contenttable th {
 	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style:solid;
	border-bottom-color:#cccccc;
 
 }


#leftbox {
float: left;
width:479px;
margin: 60px 20px 0px 0;
padding: 0 0 50px 0;
/*background-color:#888888;*/
}

#mainbox {
float:left; 
width: 400px;
margin: 60px 0px 0px 0;
padding: 0 0 50px 0;
/*background-color:#888888;*/
}

#mainbox2col {
float:left; 
width:400px;
padding-bottom:30px;
}

#rightboximg {
float:right; 
margin:0px;
padding:0px;
margin-bottom:20px; 
margin-left:40px; 
width:320px;
}


DIV.csc-textpic-imagerow {
margin-bottom:5px;
}

DIV.csc-textpic-border {
background:#efefef;
}

DL.csc-menu-4 DT {
padding-left:20px;
background: #404852 url('grafix/sitemap_pfeil.gif') no-repeat 3px 5px; 
font-weight:bold;
margin-top:7px;
}

TABLE.formular {
font-size:11px;
}

TABLE.formular INPUT {
width:250px;
background:#efefef;
border-style:solid;
border-width:1px;
border-color:#999999;
padding:2px;
line-height:130%;
}

TABLE.formular TEXTAREA {
width:250px;
height:100px;
background:#efefef;
border-style:solid;
border-width:1px;
border-color:#999999;
padding:2px;
line-height:130%;
}

TABLE.formular SELECT {
background:#efefef;
border-style:solid;
border-width:1px;
border-color:#999999;
padding:2px;
line-height:130%;
}

TABLE.formular INPUT.submit {
width:120px;
height:25px;
}

TABLE.formular INPUT.submit {
	font-family:Arial, sans-serif;
	font-size: 11px ;
	font-weight:bold;
	color:#002f65;
	background: #dfdfdf;
	border-style:solid;
	border-width:0px 0px 0px 0px ;
	background-color:#dce6f9;
	border-top-color:#eeeeee;
	border-left-color:#eeeeee;
	border-right-color:#002f65;
	border-bottom-color:#002f65;
	background-image:url(grafix/inputsubmit.gif);
	/*filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#dce6f9');*/
}
		
TABLE.formular INPUT.submithov {
	font-family:Arial, sans-serif;
	font-size: 11px ;
	font-weight:bold;
	color:#000000;
	background: #dfdfdf;
	border-style:solid;
	border-width:0px 0px 0px 0px ;
	background-color:#dce6f9;
	border-top-color:#444444;
	border-left-color:#444444;
	border-right-color:#cccccc;
	border-bottom-color:#cccccc;
	background-image:url(grafix/inputsubmithov.gif);
	/*filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#c5d9ff');*/
}

/* VCD Archive */
div.tx-vcdarchive-pi1 h1 {  font-size: 120%;  font-weight: bold;  font-style: italic;  margin-top: 16px;  margin-bottom: 8px;  color: #002f63;}
div.tx-vcdarchive-pi1 h2 {  font-size: 110%;  font-weight: bold;  font-style: normal;  margin-top: 12px;  margin-bottom: 6px;  color: #6680a0;}
div.tx-vcdarchive-pi1 h3{  font-size: 100%;  font-weight: bold;  font-style: normal;  margin-top: 8px;  margin-bottom: 4px;  color: #002f63;}
div.tx-vcdarchive-pi1 table {  color:#333333;  background-color:#eeeeee;  border: 1px #b7babe solid;  margin-bottom:10px;}
div.tx-vcdarchive-pi1 table a{  color:#333333;  text-decoration:none;}
div.tx-vcdarchive-pi1 table td{  vertical-align: top;  text-align: left;  padding: 3px;  empty-cells:show;  background-color:#d6dde6;}
div.tx-vcdarchive-pi1 table td.title{  font-size:110%;  font-weight:bold;  margin:0px;  padding-left:5px;  padding-top:3px;  padding-bottom:4px;  background-color: #404852;  color: #ffffff;}
div.tx-vcdarchive-pi1 table th, div.tx-vcdarchive-pi1 table td.header{  font-size:100%;  font-weight:bold;  padding-top: 2px;  padding-bottom: 2px;  background-color:#c2cbd7;  color: #ffffff;}
div.tx-vcdarchive-pi1 table td.light{  background-color: #ffffff;}
div.tx-vcdarchive-pi1 table td.dark {  background-color:#eeeeee;}
div.tx-vcdarchive-pi1 table td.label{  text-align:right;  font-weight:bold;  background-color: #ffffff;  color: #002f63;}
div.tx-vcdarchive-pi1 table td.error {	font-size:12px;  font-weight:bold;  background-color: #c2cbd7;  color:#da130e;}
div.tx-vcdarchive-pi1 table td.error UL {	color:#da130e;}
div.tx-vcdarchive-pi1 .header INPUT { color:#000000; }
div.tx-vcdarchive-pi1 .dark INPUT { color:#000000; }
div.tx-vcdarchive-pi1 .dark SELECT { color:#000000; }
div.tx-vcdarchive-pi1 .dark TEXTAREA { color:#000000; }

.csc-textpic-caption {
font-size:11px;
line-height:110%;
padding-top:4px;
padding-bottom:5px;
color:#c2cbd7;
}

.csc-mailform {
border:0px;
padding:5px;
text-align:right;
width:300px;
/*margin-right:100px;
padding-right:50px;*/

}

.csc-mailform-field {
padding-top:2px;
margin-bottom:5px;
/*background-color:#ffffff;*/
}

.csc-mailform-field LABEL {
vertical-align:top;


}

.csc-mailform-field INPUT {
	
  border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #c2cbd7;
	border-left-color: #c2cbd7;
  width:210px;
  background-color:#656c74;
  margin:0px;
  padding:3px;
  line-height:100%;
  
}

.csc-mailform-field TEXTAREA {
	
  border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #c2cbd7;
	border-left-color: #c2cbd7;
  width:210px;
  background-color:#656c74;
  margin:0px;
  padding:3px;
  line-height:100%;
  
}

.csc-mailform-field INPUT.csc-mailform-submit {
 width:110px;

}

.contenttable TD.align-right {
text-align:right;
}

.csc-form-fieldcell INPUT {
  border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #c2cbd7;
	border-left-color: #c2cbd7;
  /*width:210px;*/
  background-color:#656c74;
  margin:0px;
  padding:3px;
  line-height:100%;
  font-weight:bold;
}

DIV.csc-frame-rulerAfter {
background-color:#404852;
margin:0;
padding:0;
border-style:solid;
border-width:0 0 1px 0;
border-color:#c2cbd7;
/*	border-bottom: 1px solid #854823;	*/
margin-bottom: 15px;
padding-top: 15px;
}

#map {
color:#222222;
font-size:11px;
margin-left:10px;
}

