/*::::::::::::::::::::: default :::::::::::::::::::::::::::*/
html * {
font-size:100.01%;
}
body  { font-size: 75%; background-color: #fff; margin: 0; padding: 0px; }
h1, h2, h3, h4, h5, h6, p, br, ul, ol, li, hr  { margin: 0px; padding: 0px; }
h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, fieldset, input, textarea, address, blockquote, nobr, b, i  { font-family: Arial, Helvetica, sans-serif; }



#wrap {
	width:960px;
	margin:0px;
	padding:0px;
	}

/*::::::::::::::::::::: head :::::::::::::::::::::::::::*/

#head  { 
	margin:0px;
	padding:0px;
	width: 960px; 
	height:167px; 
	background:#ffcc00 url(../img/bg_head.jpg);
	background-position: 0 0;
	background-repeat:no-repeat;
	}
	
.logo {
	width: 145px;
	height: 116px;
	padding-top:19px;
	}

/*::::::::::::::::::::: hauptbereich :::::::::::::::::::::::::::*/

#main  { 
	width: 960px; 
	margin:0px;
	padding:0px;
	}


/*:::::::::::::::::::::::::: container :::::::::::::::::::::::::*/
#navigation  { 
	width: 176px; 
	float: left;
	margin: 19px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	}
	


/*::::::::::::::::::::::::::navi neu :::::::::::::::::::::::::*/

#navi {
	width: 145px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: left;
    border-top: 1px #ff9900 solid;
	font-size: 90%;
    }

#navi ul { list-style-type: none; margin: 12px 0px 0px 3px; padding: 0px 0px 0px 7px;}
#navi li { padding: 0px 0px 0px 0px; margin: 5px 0px 0px 0px;
}
#navi li a { display:block; padding: 0px 0px 0px 7px;}

#navi li.active_cur {
	background-image: url(../img/navi_pfeil.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ff9900;
  font-weight: bold;
  }
  
#navi li a.active_cur {
	background-image: url(../img/navi_pfeil.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ff9900;
  font-weight: bold;
  }
#navi * li a.active {
	color: #ff9900;
  	font-weight: bold;
  }
#navi a {
	color: #666; 	
	text-decoration: none; 
	font-weight: bold;
	}

#navi li a:focus,
#navi li a:hover,
#navi li a:active {
	text-decoration: underline;
	}
#navi  ul ul { 
	margin: 0px;
	}

#navi * li.notactive2 { 
	width: 100%;  
	font-weight: normal; 
	color: #ff9900;	
	padding-left:7px; 
	margin-left:5px;
	}

#navi * li.active2{ 
	background-image: url(../img/navi_pfeil.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ff9900;
	}
	
#navi * li a.active2{ 
	background-image: url(../img/navi_pfeil.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ff9900;
	}

#navi li ul li a { color: #ff9900;  font-weight: normal;}
#navi li ul li a:focus,
#navi li ul li a:hover,
#navi li ul li a:active { color: #ff9900; }

#navi2 {
   width: 145px;
	margin:0px;
	padding: 0px;
	float: left;
    border-top: 1px #ff9900 solid;
	font-size: 90%;
   }

#navi2 ul { list-style-type: none; margin: 15px 0px 0px 3px; padding: 0px 0px 0px 7px;}
#navi2 li { padding: 0px 0px 0px 7px; margin: 5px 0px 0px 0px;
}

#navi2 a {
	color: #666; 	
	text-decoration: none; 
	font-weight: bold;
	}
#navi2 li a:focus,
#navi2 li a:hover,
#navi2 li a:active { text-decoration:underline; }





/*::::::::::::::::::::: content :::::::::::::::::::::::::::*/

#content { float: right; margin:19px 0 0 0; padding:0px; width:784px;}


#content h1 { color: #000; font-size: 130%; font-weight:bold; margin: 0px; padding:0 0px 11px 0; }
#content h2 { color: #000; font-size: 115%; font-weight:bold; padding:5px 0 10px 0; }
#content h3 { color: #ff9900; font-size: 110%;}
#content h4 { color: #FFFF00; background-color:#000; font-size: 115%; font-weight:bold; margin: 0px; padding:10px 5px 10px 5px;}


#content p { line-height: 1.4em; margin-bottom: 1em; padding:0px;}
#content a { text-decoration: none; }
#content a:link, #content a:visited { color: #ff9900;}
#content a:hover, #content a:active, #content a:focus { color: #ff9900; text-decoration: underline;}

#content ul {
list-style-type:none;
margin:0.5em 0 0.5em 0;
}

#content ul li {

background:transparent url(../img/arrow.gif);
background-position:top left;
background-repeat:no-repeat;
list-style-type:none;
margin-bottom:5px;
margin-right:0;
padding-left:10px;
}

#content .box {
  width:558px;
  border:2px solid #000; 
 
 }

#content .box p{
  padding:5px; 
 }
 
#content .box h4 a,
#content .box h4 a:link,
#content .box h4 a:visited,
#content .box h4 a:hover { color: #FFFF00; text-decoration:none;}

#content img{
  border:0px;
 }

#content .small{
  font-size:90%;
 }

#content .box h5{
  color: #000; font-size: 110%; padding:5px; line-height:140%; 
 }

/*::::::::::::::::::::: footer :::::::::::::::::::::::::::*/

#bottom {
	width:960px;
	height:71px;
	background:#000 url(../img/bg_bottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}

.footer {
	width: auto;
	margin: 0 auto 0 176px;
	text-align: center;
	font: bold 11px  Arial, Helvetica, sans-serif;
	color: #999;
	padding: 18px 0 18px 0;
}

.footer a,
.footer  a:link, 
.footer a:visited {
   color: #999;	
   text-decoration: none;	
}
.footer a:hover, 
.footer  a:active {
	
   text-decoration: underline;
}



/* :::::::::::::::: suche :::::::::::::::::::::::::::::*/

.suche form {
margin:0;
}
.suche {
width:145px;
height:19px;
margin:0;
padding:0px;
}

select, input {
font-size:100%;
}

.suche_feld {
float:left;
color:#000000;
font-family:Verdana;
font-size:90%;
margin:0 0 0 8px;
width:99px;
}

.suche_button {
border:0 solid #0000FF;
float:left;
height:19px;
margin:0 0 0 2px;
padding:0;
width:24px;
}


	
table {
	width:80%;
	margin-top:1.0em;
	border:1px solid #7FADD4;
	background-color:#f0f5fa;
	
	}


td, th {
	
	margin-top: 0;	
	border: 0;
    background-color:#fff;
	padding-bottom:5px;
	padding:3px;
	}
th {
	
	margin-top: 0;	
	border: 0;
	display:block;
	background-color:#f0f5fa;
	padding-bottom:5px;
	text-align:left;
	font-weight: bold;
	}	

.csc-textpic-imagewrap{
	
	margin-bottom: 3px;	
	
	}

