/*
=====================================
Allgemein
=====================================
*/
	body {
	background-color:rgb(255,255,255);
	background-image:url(back.png);
	background-repeat:repeat-x;
	font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; 
    text-align: center;
	margin: 0 auto;
	}

	div#site {
    margin: 0 auto;
	background-color:rgb(255,255,255);
    width: 800px;
	position:relative;
	}

/*
=====================================
Site
=====================================
Site-Logo
=====================================
*/	
	div#logo{
	background-image:url(logo.png);
	width:800px;
	height:150px;
	}
/*
=====================================
Site-Navigation
=====================================
*/	
	div#navi{
	background-image:url(navi.png);
	width:800px;
	height:80px;
	}
	
	div#navi ul{
	padding:0.4em;
	margin:0em;
	color:white;
	}
	
	div#navi a {
	margin:2em;
	font-weight: bold;
	text-decoration: none;
	}
	div#navi a:link {
	color: white; text-decoration: none;
	}
	div#navi a:visited {
	color: white; text-decoration: none; 
	}
	div#navi a:hover {
	color: red; text-decoration: none;
	}
	divl#navi a:active {
	color: white; text-decoration: none;
	}
/*
=====================================
Site-Content
=====================================
*/	
	div#content {
	background-image:url(content.png);
	width:800px;
	height:auto;
	overflow:hidden;
	white-space:normal;
	}
	div#content h1 {
	color:rgb(220,20,10);
	text-align:left;
	margin: 1em;
	font-size:12pt;
	text-decoration:underline;
	}
	div#content h2 {
	color:rgb(220,20,30);
	text-align:left;
	margin: 0.75em;
	font-size:18pt;
	}
	div#content p {
	 margin: 2em;
	 color:rgb(40,40,40);
	 font-size:11pt;
	text-align:justify;
	}
/*
=====================================
Site-Info
=====================================
*/	
	div#info{
	background-color:rgb(0,255,0);
	width:200px;
	height:auto;
	float:left;
	}
/*
=====================================
Site-Footer
=====================================
*/	
	div#footer{
	background-image:url(footer.png);
	width:800px;
	height:100px;
	
	}
