body, html {
	background:#c3c8c8;
	margin:0;
}
#container {
	margin:auto;
	width:996px;
}
#content {
	
	margin-top:20px;
	background:#fff;
}
.full {
	width:930px;
	margin-left:30px;
	float:left;
	padding:20px 0 30px 0;
}
.left {
	width:448px;
	margin-left:30px;
	float:left;
	padding:20px 0 30px 0;
}
.right {
	width:448px;
	margin-right:30px;
	float:right;
	padding:20px 0 30px 0;
}
.footer {
	width:996px;
}
.footer p {
	font-size:11px;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
p, ul, li {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	line-height:24px;
	color:#555;
	margin:0 0 24px 0;
}
li {
	margin:0;
}
ul {
	padding:0 0 0 20px;
}

h1 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	margin:0 0 12px 0;
	background:#ffed00;
	padding-left:10px;
}

h2 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	margin:0;
}

h3 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	font-style:italic;
	color:#000;
	margin:0;
}
.termin {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	line-height:24px;
	color:#555;
	margin:0;
	border-bottom:1px solid #aaa;
	padding:12px 0 12px 0;
}

.terminB {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	line-height:24px;
	color:#555;
	margin:0;
	border-bottom:1px solid #aaa;
	padding:12px 0 24px 0;
}

.bold {
	font-weight:normal;
	font-size:36px;
	color:#aaa;
}
.kursiv {
	font-style:italic;
}
.img-circle {
	border-radius: 50% !important;
}
.abstand {
	margin-top:30px;
}