@charset "utf-8"; 
*{
	margin:0px;
	padding:0px;
}
a{
	text-decoration: underline;
	color:#0000FF;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: bold;
	float:right;
	margin-right:70px;
	margin-top:10px;
	margin-bottom:15px;
}

body {
	background:#e9f1f3;
	background-image: url(img/021.jpg);
	background-repeat:no-repeat;
    background-position:right;
	background-attachment: fixed;
	margin-top:0;
}
#wrapper{
	width: 1050px;
	margin:0px auto;
	background-color:#FFFFFF;
}
#header {
    height:160px;
	width: auto;
	/*background-color:#529c2d;*/
    background: url(img4/ahead2.png);
}
                       /* ----------der grüne Streifen-------------------*/
#nav {
	background-color:#2F758C;
	border-bottom:1px solid #2F758C;
}
table{
	margin-left:60px;
	margin-bottom:5px;
}
td{
	background:#CAFFFF;
	text-align: center;
}
.td1{
	font-weight:bold;
}
.td2{
	font-style: normal;
	
}
h2{
	text-align:center;
	margin-top:30px;
}
	
p{
	
	margin-left:60px;
	padding-bottom:60px;
	
	
}	
.col2{
	background:#B3FFB3;
	}
.col3{
	background:#6F3;
	}
.col4{
	background:#F8736B;
	}
#article{
	margin-left:220px;
	margin-top:30px;
	}