/* --------------- Global settings --------------- */

body {

	background-color: #87987f;

	margin: 0px;

	padding 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #6f7c69;
	

}



p, h1, li {

	font-size:12px; 

	line-height: 16px;

	margin: 0px;

	padding: 5px 5px 5px 0px;

}
li{
	list-style-image:url(images/arrow.gif);
}
li ul li{
	list-style-image:url(images/arrow_active.gif);
}


a {

	color: #ed0003;

	text-decoration: none;

}



h1 {

	font-weight: bold;

	margin: 0px;

	padding: 5px;

	padding-top: 5px;

	padding-bottom: 7px;
	
	color:#072dd3;

}

/* --------------- Layout settings --------------- */



#site {

	width:960px;

	background-color:#FFFFFF;
	
	min-height:700px;
	height:auto !important;  /* für moderne Browser */
	height:700px;  /*für den IE */
}





#header .logo {

	height:160px;

}



#header .logo {

	width:100%;

	float:left;

}



#header .flash {

	width:760px;

	float:left;
	display:none;

}



#menu {

	height:25px;

	clear:both;

	background-color: #072dd3;

	margin-bottom: 25px;
	display:none;

}



#menu .mainmenu {

	width:735px;

	margin-left:18px;

	float:left;
	display:inline;

display:none;
}



#menu .contact {

	width:175px;

	float:left;

	text-align:right;

	margin-right:25px;
	display:inline;
display:none;
}



#leftcol {

	width:200px;

	float:left;
	display:none;

}



#middlecol {

	width:530px;

	float:left;


	padding:0px 13px 30px 13px;

}



#middlecol .rootline {

	float:left;

}



#middlecol .print {

	float:right;

}



#middlecol .content {

	clear:both;

}



#rightcol {

	width:180px;

	float:left;

	margin-left:10px;

	margin-right:10px;
	display:none;

}



#footer {

	clear: both;

}



/* --------------- Submenu CSS --------------- */



p.navi_left, p.navi_left_active {

	text-transform: uppercase;

	border-bottom: 2px dotted #ddd;

	margin-left: 0px;

	padding-top: 10px;

                padding-bottom: 10px;
				display:none;

}

p.navi_left a{
	color:#87987f;
}

p.navi_left a:hover{
	color:#ED0003;      
}


p.navi_left {

	background: url(images/arrow.gif) no-repeat 0px 10px;

	padding-left: 18px;           

}



p.navi_left_active {

	background: url(images/arrow_active.gif) no-repeat 3px 10px;

	padding-left: 23px;           

}



p.navi_left_active a {

	color: #ed0003;

                 

}



/* --------------- Global CSS --------------- */



div.csc-header h1 {

	border-top:1px solid #CCCCCC;

	color:#072dd3;

	font-size:12px;

	font-weight:normal;

	margin-top:10px;

	padding-top:15px;

	text-transform:uppercase;

}

#middlecol div.csc-header h1.csc-firstHeader {
	border-top:none;
}



#searchbox .submit {

	width:50px;

}



#searchbox .input {

	width:100px;

	margin:0px; 

	padding:0px;

}
/*-----------------------------------------------*/
/* Kontaktformular                               */
/*-----------------------------------------------*/

.csc-mailform { 
	border: none;
	margin-left:-3px; 
} 

.csc-mailform input,  .csc-mailform textarea { 
	padding: 3px 3px 3px 0px; 
	border: solid 1px; 
	border-color:#6f7c69;
}

.csc-mailform-field label { 
	width: 150px; display:block; 
	float: left;  
}

.csc-mailform-field { 
	padding-bottom: 10px; 
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin: 0pt 0pt 0pt 5pt;
}
a.download,
a.pdf-file,
a.word-file,
a.excel-file,
a.zip-file {
  padding-left: 20px;
  padding-bottom: 3px;
  margin-bottom: 8px;
}
a.download {
  background:url(images/file-icons/download.png) no-repeat;
}
a.pdf-file {
  background: url(images/file-icons/file-pdf.png) no-repeat;
}
a.word-file {
  background: url(images/file-icons/file-word.png) no-repeat;
}
a.excel-file {
  background: url(images/file-icons/file-excel.png) no-repeat;
}
a.zip-file {
  background: url(images/file-icons/file-zip.png) no-repeat;
}