body {
	font: 14px/22px 'Droid Sans', arial, serif;
	margin: 0;
	padding: 0;
	background: #c0eafd url(img/bgbg.jpg) no-repeat;
}

#navi {
	width: 180px;
	margin-top: 0;
	border-right: 1px dashed #a9a9a9;
	float: left;
}

#navi a {
	text-decoration: none;
	color: #212121;
}

#navi a:hover {
	color: #49baf9;
}

h1 {
	text-align: left;
	display: inline-block;
	line-height: 24px;
	background: url(img/logo.png) no-repeat;
	padding-top: 25px;
	padding-left: 100px;
	font-weight: normal;
	font-style: normal;
	margin-left: 180px;
	height: 90px;
	margin-top: 40px;
}

h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	margin-bottom: 0;
}

#mainframe {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #797979;
	border-right: 1px solid #797979;
	border-bottom: 1px solid #797979;
	background-color: #ffffff;
}

#navi ul {
	list-style-type: none;
	padding-left: 10px;
}

.zwei {
	list-style-type: none;
	padding-left: 10px;
	margin-top: 50px;
	margin-bottom: 30px;
}

#content {
	min-height: 350px;
	padding-left: 240px;
	width: 400px;
	padding-bottom: 20px;
	text-align: justify;
}

#header {
	margin-bottom: 20px;
	height: 180px;
}

#content img {
	border: 1px solid #777777;
	margin-top: 5px;
}

#left img {
	float: left;
	margin-right: 5px;
}

#footer {
	text-align: center;
	font-size: 14px;
	color: #797979;
	height: 30px;
}

#footer a {
	color: #797979;
	text-decoration: none;
}

.small {
	padding: 0;
	font-size: small;
	margin: 4px 0 0;
}

