@charset "utf-8";
* 	 {
		 margin: 0;
		 padding: 0;
	 }
	 
img  {
		border: 0;
	 }

body {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		background: #eeeeee url(../gfx/bg.gif) repeat-x;
    	text-align: left; 
		color: #000000;
		margin: 0;
    	padding: 0; 	
	 }
	
	.wrapper {
		width:      974px;
		text-align: left;
  		background: url(../gfx/wrapper_bg.png) repeat-y;
		position:   relative;
  		margin:     0 auto;
		z-index:    10;
	}

    .header {
		height: 120px;
		background: url(../gfx/header_bg.jpg) no-repeat; 
    	padding: 0 10px 0 20px;
    } 
    .header h1 {
    	margin: 0;
    	padding: 10px 0 0 0;
    }
	
	.language {
		float: right;
		padding: 5px 0 0 10px;
	}
	 
	.container {
		width: 950px;
		background: #d7d7d7 url(../gfx/container_bg.gif) repeat-x;
		text-align: left;
		margin: 0 auto; 
    }
	
	.menue {
		width: 175px;
		height: 223px;
		font-size: 13px;
	}
	
	ul.menue01_bg {
		background: #325494;
	}

	
	ul.menue02_bg {
		background: #939276;
	}
	
	ul.menue03_bg {
		background: #999999;
	}


	#navigation {
		width:200px;
		background-color:#E2E2E2;
		text-indent:0px;
		
		margin:0px;
		padding:0px;
	}

	#navigation .menue01 {
		height: 25px;
		line-height: 1.6em;
		cursor:pointer;
		background:#325494 url(../gfx/collapsed.gif) no-repeat scroll 3px 6px;
		font-size: 14px;
		font-weight:bold;
		text-indent:14px;
		text-decoration: none;
		color:#ffffff;
		display:block;
		margin:0px;
		padding:0px;
	}
	
	#navigation .menue01:hover {
		color:#ffffff;
	}

	#navigation .menue02 {
		height: 25px;
		line-height: 1.6em;
		cursor:pointer;
		background:#939276 url(../gfx/collapsed.gif) no-repeat scroll 3px 7px;
		font-size: 14px;
		font-weight:bold;
		text-indent:14px;
		text-decoration: none;
		color:#ffffff;
		display:block;
		margin:0px;
		padding:0px;
	}
	
	#navigation .menue02:hover {
		color:#ffffff;
	}

	#navigation .menue03 {
		height: 25px;
		line-height: 1.6em;
		cursor:pointer;
		background:#999999 url(../gfx/collapsed.gif) no-repeat scroll 3px 7px;
		font-size: 14px;
		font-weight:bold;
		text-indent:14px;
		text-decoration: none;
		color:#ffffff;
		display:block;
		margin:0px;
		padding:0px;
	}
	
	#navigation .menue03:hover {
		color:#ffffff;
	}

	#navigation .selected {
		background-image: url(../gfx/expanded.gif);
		background-repeat: no-repeat;
		
	}
	
	#navigation a.current {
		background-color:#CCCCCC;
		color: #990000;
	}
	
	#navigation ul {
		text-indent:0px;
		border-width:0px;
		margin:0px;
		padding:0px;
	}
	
	#navigation li {
		list-style:none outside none; display:inline;
	}
	
	#navigation li li a {
		display:block;
		color:#ffffff;
		text-indent:10px;
		text-decoration: none;
	}
	
	#navigation li li a:hover {
		background-color:#CCCCCC;
		color:#990000;
	}
	 
   	.kontakt {
		width: 200px;
		font-size: 13px;
		border: 1px dashed #000000;
		margin-top: 25px;
    }
	
	.kontaktheader {
		height: 25px;
		background: #939276;
		color: #ffffff;
		line-height: 1.7em;
		font-weight: bold;
		padding-left: 3px;	
	} 

	
	.leftarea {
    	float: left; 
    	width: 200px;
    	padding: 20px 10px 15px 20px;
    }
	    
	#rightarea {
    	margin: 0 0 0 230px; 
    	padding: 20px 20px;
    }
	
   .footer { 
		width: 974px;
		height: 75px;
		background:url(../gfx/footer_bg.png);
		color: #ffffff;
		text-align: left;
    } 
	
    .footer p {
    	margin: 0; 
    	padding: 0px 33px; 
    }
	
	.footlinks {
		padding: 10px 33px;
	}
	
	.footlinks a {
		color: #FFFFFF;
		text-decoration:none;
	}
	
	.footlinks a:hover {
		background-color:#CCCCCC;
		color:#990000;
		text-decoration:none;
	}
   
    .clearfloat { 
   		height:0;
    	clear:both;
		font-size: 1px;
        line-height: 0px;
    }
	
	.sofortkontakt {
		color: #ffffff;
	}
