@charset "utf-8";
* {
	margin:0;
	padding:0;	
}

img {
	border:0;
}

html {
	height:101%;	
}

body  {	
 	font: 76% Verdana, Arial, Helvetica, sans-serif;
  	background: #8fce74;
  	margin: 0;
  	padding: 0;
  	text-align: center;
  	color: #000;
}

#container { 
  	width: 960px; 
  	background: #f4ed7c;
	color: #000;
  	margin: 0 auto;    	
  	text-align: left; 
} 

#header { 
  	background: #F4ED7C; 
  	padding: 0;
	position:relative;
	width:960px;
} 

#skip {		
	position:absolute;
	top:5px;
	left:5px;
	width:250px;
	z-index:100;	
}

#skip a {	
	color: #EFE543;
	font-weight:bold;
	display:block;
	font-size:1.0em;
	padding:7px 46px 7px 41px;
		
}

#skip a:hover, #skip a:focus, #skip a:active {
	color:#EFE543;
	position:absolute;	
}

.hidden {
	position:absolute;
	left:-1000px;
	top:-1000px;
	display:inline;
	height:0;
	width:0;
}
 
#top {
 	text-align:right;
	font-size:0.8em;
	padding:8px 53px 8px 0;
	background-color: #efe543;
	color: #003399;
	font-weight:bold;
	font-family:Arial;
}
 
#top img {
 	float:right;
	padding-left:10px;
}
 
#logo {
 	background-color:#fff;
	color: #5db33b;
	clear:right;
	position:relative;
	width:960px;
	height:181px;
}
 
#logo h1 {
 	font-size:1.5em;
	font-weight:normal;
	position:absolute;
	left:293px;
	bottom:32px; 
 }
 
#logo img {
 	margin:16px 15px 0 43px
 }
/*metamenu*/
 
#metamenu {
	background: url(../img/border-gruen.png) repeat-x bottom;		
	width:960px;
	padding: 0 0 4px 0;
	float:left;	
}

#metamenu ul {
	font-size:1.0em;
	list-style: none;	
	float:right;
	padding-right:43px;	
}

#metamenu ul li {
	float:left;
	background: url(../img/punkt-gruen.png) no-repeat left center;
	padding:4px 10px 4px 17px;	
}

#metamenu ul li.first {
	background:0;
}

#metamenu ul li:first-child {
	background:0;
}

#metamenu a {
	text-decoration: none;
	padding:10px 2px;
	display:block;
	color:#5DB33B;
	background-color: #F4ED7C;
	font-weight:bold;	
}

#metamenu span, #metamenu a.level1active, #metamenu a.level1highlight {	
	padding:10px 2px;
	display:block;
	color:#003399;
	background-color: #F4ED7C;
	font-weight:bold;	
}

#metamenu a:hover, #metamenu a:active, #metamenu a:focus {
	color:#003399;
	background-color: #F4ED7C;
}

#maincontainer {
	clear:both;	
}

/*sidebar menu */
 
#sidebar {
  	float: left; 
  	width: 240px;
  	padding-top:29px;
	margin:0;
}
	
#sidebar ul {
	list-style: none;
	margin-left:46px;
	font-size:1.1em;
}
	
#sidebar a {
	text-decoration: none;
	padding:7px 0;
	display:block;
	color:#5DB33B;
	background-color: #F4ED7C;
	font-weight:bold;	
}

#sidebar span, #sidebar a.level1active, #sidebar a.level1highlight {	
	padding:7px 0;
	display:block;
	color:#003399;
	background-color: #F4ED7C;	
	font-weight:bold;
}

#sidebar  a:hover, #sidebar  a:active, #sidebar  a:focus {
	color:#003399;
	background-color: #F4ED7C;
}	

#sidebar ul ul {
	font-size:0.9em;
	margin:4px 0 4px 15px;
	
}

#sidebar ul ul a, #sidebar ul ul span, #sidebar ul ul a.level2active, #sidebar ul ul a.level2highlight {
	padding:5px 0;
}

#sidebar ul ul span, #sidebar ul ul a.level2active, #sidebar ul ul a.level2highlight {
	padding:2px 0;
	color:#003399;
	background-color: #F4ED7C;
}

#maincontent { 
 	margin: 0 0 0 295px; 
	padding:30px 0 0 0;		
} 

/* contact menu */

#contactmenu {
	margin-top:8px;
	width:655px;	
	padding:0;
	float:left;
	background-color:#5db33b;
}

#contactmenu ul {
	padding: 0 0 0 10px;
	font-size:1.0em;
	list-style: none;
	line-height:100%;		
}

#contactmenu ul li {
	float:left;
	text-align:left;	
}

#contactmenu a {
	text-decoration: none;
	padding:7px 5px;
	display:block;
	color:#fff;
	background-color:#5db33b;
	font-weight:bold;
}

#contactmenu span, #contactmenu a.level1active {
	text-decoration: none;
	padding:7px 5px;
	display:block;
	color:#003399;
	background-color:#5db33b;
	font-weight:bold;	
}

#contactmenu a:hover, #contactmenu a:active, #contactmenu a:focus {
	color:#003399;
	background-color:#5db33b;
}

/* content */

#content {
	float:left;
	width:575px;
}

.contacts #content  {
	width:625px;
	background-color:#fff;		
	float:left;	
	padding:30px 15px;	
}

.contractors #content  {
	width:605px;
	background-color:#fff;		
	float:left;	
	padding:30px 20px 30px 30px;
	margin-top:8px;	
}

#content h1 {
	color: #003399;
	font-size:2.0em;
	line-height:140%;
	font-weight:normal;
	width:500px;
	padding-bottom:30px;
}

#content h2 {
	font-size:1.1em;
	line-height:160%;
}
#content h3 {
	font-size:1.0em;
	line-height:160%;
}

#content p {
	font-size:1.0em;
	line-height:160%;
	padding-bottom:30px;
}

#content ol, #content ul {
	font-size:1.0em;
	line-height:160%;
	padding:0 0 30px 50px;
}

dd.csc-textpic-caption {
	font-size:0.8em !important;
	width:200px  !important;
	padding:5px 0 30px 0 !important;	
}

#content a {
	font-weight:bold;
	text-decoration:none;
	color:#5DB33B;	
}

#content a:hover, #content a:focus, #content a:active {
	color:#003399;
}

/*footer*/

#footer { 
 	padding:0;
 	background:#EFE543 url(../img/border-gelb.png) repeat-x;
	height:40px; 
	clear:both;
	margin-top:30px;
	width:960px;
}  

.clearer {
	clear:both;
	line-height:1px;
	height:1px;
}

#content div.extranet ul {
        list-style: none;
        padding: 0 20px 0px 25px;
        font-size: 1.0em;
}

#content div.extranet li {
        padding: 0 6px 0px 6px;
}

#content div.extranet a.filelink {
         color: #ff3333;
}

