@charset "utf-8";
/* CSS Document */

*{margin: 0; padding: 0;}

body{
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 75%;
	}
	
#wrapper{
	width: 854px;
	height: 465px;
	padding: 22px 30px;
	margin: auto;
	margin-top: 50px;
    text-align: center;
	}
	
	#links{
		width: 402px;
		height: auto;
		margin-top: 20px;
		text-align: center;
		float: left;
		}
		
	#rechts{
		width: 402px;
		height: auto;
		margin-top: 20px;
		float: right;
		}
		
	#footer{
		width: 894px;
		height: 20px;
		clear: both;
		position: relative;
		left: -20px;
		top:35px;
		color: #8b8378;
		}
		
		.copyright{
			width: 550px;
			}
		.design{
			width: 170px;
			float: right;
			}
		
		
a:link, a:visited{
	color: #99ca3c;
	text-decoration: underline;
	}
a:hover{
	text-decoration: none;
	}
	
h1{
	font-size: 1.5em;
	color: #99ca3c;
	font-weight: normal;
	margin-bottom: 20px;
	}
	
h2{
	color: #8b8378;
	font-size: 1.0em;
	font-weight: bold;
	}
	
p{
	color: #8b8378;
	line-height: 18px;
	margin-bottom: 16px;
    font-size: 36px;
    margin-top: 48px;
    
	}
	
	