* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 20px 0;
	text-align: center;
}

	a:link {color:#ddc4c4; text-decoration: none; }
	a:visited {color:#ddc4c4; text-decoration: none; }
	a:active {color: white; text-decoration: none; }
	a:hover {color:#e99742; text-decoration: none; }
	
ul {
	padding: 10px 0;
}

li {
	list-style: none;
	margin: 4px 0 4px 20px;
}

li span {
	font-size: 0.9em; color: #444;
}

/* misc */

.clearer,.footer {
	clear: both;
}
.content,.footer {
	padding: 0 5px;
}

/* structure */
.container {
	background: #FFFFFF url(neu_logo1.jpg) no-repeat;
	border: 4px solid #8b3232;
	border-color: #EEE #CCC #AAA;
	margin: 0 auto;
	text-align: left;
	width: 750px;
}

.container1 {
	background: #FFFFFF url(neu_logo2.jpg) no-repeat;
	border: 4px solid #8b3232;
	border-color: #EEE #CCC #AAA;
	margin: 0 auto;
	text-align: left;
	width: 750px;
}

.container2 {
	background: #FFFFFF url(neu_logo3.jpg) no-repeat;
	border: 4px solid #8b3232;
	border-color: #EEE #CCC #AAA;
	margin: 0 auto;
	text-align: left;
	width: 750px;
}

.container3 {
	background: #FFFFFF url(neu_logo4.jpg) no-repeat;
	border: 4px solid #8b3232;
	border-color: #EEE #CCC #AAA;
	margin: 0 auto;
	text-align: left;
	width: 750px;
}

.container4 {
	background: #FFFFFF url(neu_logo5.jpg) no-repeat;
	border: 4px solid #8b3232;
	border-color: #EEE #CCC #AAA;
	margin: 0 auto;
	text-align: left;
	width: 750px;
}

.container5 {
	background: #FFFFFF url(neu_logo6.jpg) no-repeat;
	border: 4px solid #8b3232;
	border-color: #EEE #CCC #AAA;
	margin: 0 auto;
	text-align: left;
	width: 750px;
}

/* header */
.top {
	height: 250px;
}
.header {
	height: 210px;
}
.header h1 {
	line-height: 2.4em;
	padding-left: 18px;
	color: #F09;
	font-size: 2.4em;
}

/* footer */
.footer {
	background: #610000;
	color: #FFF;
	text-align: center;
	margin-left: 15px;
	margin-top: 35px;
	margin-bottom: 20px;
	width: 710px;
}

/* content */
.item {
	padding: 10px;
	text-align: justify;
}
.item h1 {
	font: normal 1.6em serif,Arial;
	letter-spacing: 1px;
	color: #C36;	
}
.left {
	float: left;
	width: 450px;
	background: #610000;
	margin-top: 30px;
	margin-left: 10px;
	color: white;
}

.linksbreit {
	float: left;
	width: 720px;
	background: #610000;
	margin-top: 30px;
	margin-left: 10px;
	color: white;
	font-size: 1.2em;
}

/* menu */
.menu {
	margin-left: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-variant: small-caps;
}
.menu a {
	padding: 0 2px;
	margin-right: 12px;
	font-size: 1.2em;
	color: #ddc4c4;
}
.menu a:hover {
	background: #FFFFFF;
	color: #FF6600;
}

	.mitte {
		text-align: center;
	}

		.abstand150 {
		height: 150px;
	}
	
	.abstand10 {
		height: 10px;
	}
