body
	{
		margin: 0;
		padding: 0;
		font: 95% arial, hevetica, sans-serif;
		text-align: center;
		color: #444;
		background-color: #000000;
		}

	a:link { color: #600; }
	a:visited { color: #600; }

	a:hover, a:active
	{
		color: #EA3333;
		background-color: #DADADA;
	}

	h2
	{
		color: #FFFFFF;
		font: 125% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 3px 0;
	}


	h3
	{
		color: #FFFFFF;
		font: 110% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
	  h4
	{
		color: #FFFFFF;
		font: 90% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}

	#wrapper
	{
		margin: 30px auto;
		width: 1024px;
		text-align: left;
		background-color: #2A2A2A;
		border-left: 0px solid #000000;
		border-right: 0px solid #000000;
		border-top: 0px solid #000000;
	}

	#header
	{
	    margin-top:0px;
		height: 160px;
		width: 1024px;
		background-image: url(../) ;
        float:left;
		background-repeat: no-repeat; 
		background-color:#fff;
		border-bottom: 0px solid #A5A5A5;
		
		
        }
    #header p.navigation {
	    word-spacing:16px;
	    margin-top: 18px;
	    margin-left:500px;
	    text-decoration: none;
	    color: #000;
		font: 80% georgia, times, "times new roman", serif;
		font-weight: normal;
	    
        }

	
	#header p.title {

        font-size:30px;
        font-weight: normal;
        /*padding:40px 0px 28px 0px;*/
        padding:0px;
        margin-top:35px;
        margin-bottom:10px;
        margin-left: 650px;	
        font-family: georgia, times, "times new roman", serif;
        color: #fff;	
}
      
      

	#header h3 {
	margin-left: 20px;
	margin-top: 25px;
	font-size:16px;
	font-weight:normal;
	padding-left:0px;
	line-height:16px;
	font-family: Georgia, serif;
	color: #C0C0C0;		
}

	
	


    #inhalt { margin: 0 250px 30px 15px; margin-top:20px;
              background-color:#000000;           
    }

	#inhalt p { line-height: 100%;
                line-height: 20px; 
                font-family: Georgia, serif;
	            color: #FFFFFF;
    }
                
	


    





	#footer
	{
		clear: both;
		color: #000000;
		background-color: #000000;
		text-align: center;
		padding: 7px;
		font-size: 40%;
	    border: 10px solid #C5C5C5;
		border-top: 0px solid #000000;
		
	}
	
	#subfooter
	{
		clear: both;
		color: #000000;
		background-color: #A5A5A5;
		text-align: center;
		padding: 7px;
		font-size: 80%;
	    border: 10px solid #A5A5A5;
		border-top: 0px solid #000000;
	}  
    