@charset "utf-8"; 
*{
	margin:0px;
	padding:0px;
}
a{
	text-decoration: underline;
	color:#0000FF;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;
	float:right;
	margin-right:170px;
	margin-top:80px;
	margin-bottom:15px;
}

body {
	background:#acd4c1;
	background-image: url(img/021.jpg);
	background-repeat:no-repeat;
        background-position:right;
	background-attachment: fixed;
	margin-top:0;
}
#wrapper{
	width: 1050px;
        height: 1000px;
	margin:0px auto;
	background-color:#defbf1;
}
#header {
    height:160px;
	width: auto;
	/*background-color:#529c2d;*/
    background: url(img4/ahead2.png);
}
                       /* ----------der grüne Streifen-------------------*/
#nav {
	background-color:#f01126;
	border-bottom:1px solid #2F758C;
}
table{
	margin-left:300px;
        margin-right:0px;
	margin-bottom:5px;
        margin-top: 80px;
        background-color:#f3f3f3;
}
td{
	background:#d0faaf;
	text-align: center;
        height:22px;
}
.td1{
	font-weight:bold;
        font-size:20px;
        height:25px;
        background:#a0c794;
}
.td2{
	font-style: normal;
	height:5px;
        background:#286375;
}
.td3{
	
	width:100px;
        background:#d0faaf;
}
h2{
	text-align:center;
	margin-top:50px;
        margin-left:0px;
}
	
p{
	
	margin-left:60px;
	padding-bottom:60px;
	
	
}	

