html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#bgstreifen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: center;
}

#header1 {
	background: url(images/header1.jpg);
	height:75px;
}
#topnavi {
	padding: 26px 0;
}
a.topnav, a.topnav:visited {
	color: #000;
	background: inherit;
	margin: 0 25px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.topnav:hover, a.topnav:focus {
	color: #f00;
	background: inherit;
	text-decoration: underline;
}

#header2 {
	background: url(images/header2.jpg);
	height:140px;
}
#loginarea {
	float: right;
	width: 240px;
	height: 100px;
	text-align: right;
	padding: 30px 35px 0 0;
}

#subheader {
	clear: right;
	height: 15px;
	background: #0c0;
}

#contentbox {
	color: #000;
	background: #fff;
	padding: 14px;
}
#mainbox {
	border: 1px solid #333;
	padding: 15px;
	text-align: left;
}
#leftnavi {
	float: left;
	width: 150px;
	color: #000;
	background: url(images/bgnavi.jpg);
}
#leftnavibox {
	padding: 10px 0 10px 10px;
}
a.leftnav, a.leftnav:visited {
	display: block;
	color: #fff;
	background: inherit;
	font-size: 14px;
	text-decoration: none;
	padding-left:3px;
	line-height: 24px;
}
a.leftnav:hover, a.leftnav:focus {
	color: #fff;
	background: url(images/leftnavhover.jpg);
	font-weight: bold;
	text-decoration: none;
}
#leftnavibottom {
	background: url(images/bgnaviunt.jpg);
	height: 135px;
}
	
#content {
	float: right;
	width: 665px;
	color: #000;
	background: inherit;
}
#contentinhalt {
	}

#footer {
	color: #000;
	background:#0c0;
}
#footertext {
	text-align: left;
	padding: 3px 25px;
}
a.footernavi, a.footernavi:visited {
	color: #000;
	background: inherit;
	text-decoration: none;
}
a.footernavi:hover, a.footernavi:focus {
	color: #fff;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

.clear {
	clear: both;
}
.rot {
	color: #f00;
	font-weight: bold;
}
#seitentitel {
	float: right;
	width: 120px;
	text-align: right;
	font-size: 10px;
	color: #0c0;
	background: inherit;
}
#grafik {
	clear: right;
	float: right;
	width: 140px;
	height: 220px;
	margin-top: 50px;
	text-align: right;
}
h1, h2 {
	font-weight: bold;
	color: #666;
	background: inherit;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
p {
	line-height: 1.3em;
}
.formfeld {
	border: 1px solid #000;
	color: #000;
	background: url(images/bgformfeld.jpg) no-repeat;
}
.button, .loginbutton {
	border: 1px double #333;
	color: #fff;
	background: #390;
	font-weight: normal;
}
.loginbutton {
	margin-top: 3px;
}

.anmerkung {
	font-size: x-small;
}

.abschnitt {
	font-size: x-small;
	background: rgb(102,255,51);
}

.listtable {
	font-size: x-small;
}

.frage {
	font-weight: bold;
	color: #0c0;
	font-size: 12px;
}

.antwort {
	font-size: 11px;
	color: #000;
}

.achtung {
	color: rgb(255,0,0);
}
