/*NEUE ARBEIT*/


/*##################*/



html {margin:0 !important;}

a:active {border:none;}
img {border:none;}
body {
	padding:0;
	margin:0;
	background-color:#f7f3e6;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.wrapper {
	width:960px;
	margin:0 auto;
}
.header {
	height:210px;
	width:960px;
	text-align:center;
}
.left {
	width:120px;
	float:left;
	font-size:18px;
	list-style:none;
}
.left ul {
	padding:0;
	margin:0;
}
.left ul, .left li{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-bottom:30px;
	margin-top:15px;
}

.left li li a{
	display:block;
	width:110px;
	
	padding:8px 5px 8px 5px;
	height:18px;
	color:#888;
	text-decoration:none;
	text-align:right;
	
}
.left li li a:hover{
	color:#000;
}
#content {
	width:780px;
	float:right;
}
#content .noten {
	width:765px;
	float:right;
}
#content .noten a{
	height:55px;
	margin-bottom:10px;
	display:block;
}
#content .noten .note_1 {
	background-image:url(img/note_1_.png);
}
#content .noten .note_1:hover {
	background-image:url(img/note_1.png);
}
#content .noten .note_2 {
	background-image:url(img/note_2_.png);
}
#content .noten .note_2:hover {
	background-image:url(img/note_2.png);
}
#content .noten .note_3 {
	background-image:url(img/note_3_.png);
}
#content .noten .note_3:hover {
	background-image:url(img/note_3.png);
}
#content .noten .note_4 {
	background-image:url(img/note_4_.png);
}
#content .noten .note_4:hover {
	background-image:url(img/note_4.png);
}
#content .noten .note_5 {
	background-image:url(img/note_5_.png);
}
#content .noten .note_5:hover {
	background-image:url(img/note_5.png);
}
#content .noten .note_6 {
	background-image:url(img/note_6_.png);
}
#content .noten .note_6:hover {
	background-image:url(img/note_6.png);
}
#content .noten .note_7 {
	background-image:url(img/note_7_.png);
}
#content .noten .note_7:hover {
	background-image:url(img/note_7.png);
}
.footer {
	width:960px;
	text-align:right;
	padding-top:30px;
	clear:both;
}
	