body {
	background-color: #e7e7e7;
	font-size: 11pt;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #333;
}

p {
	font-size: 0.8em;
}

a {
	color: #333333;
}

a:hover {
	color: #82B93E;
}

#page {
	max-width: 760px;
	margin: 0 auto;
	background-color: white;
	
	
	border: 1px solid #A1A1A1;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#header {
	background: #82B93E url(imgs/bg-header.gif) 0 0 repeat-x;
	color: white;
	padding: 3%;

	min-height: 168px;

	text-align: center;


	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

#lehrer {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content {
}

#menu {
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	width: 215px;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

li.strich:before {
	content: '➥';
	color: #83BA3E;
}

#menu a {
	font-size: 12px;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	background-color: #82B93E;
	color: white;
}

#text {
	float: left;
	max-width: 500px;
	margin: 0 5px;
}

#footer {
	clear: right;
	text-align: center;
	font-size: 0.7em;

	padding: 10px;
}

.divheader {
	background-image: url(imgs/header.png);
	height: 200px;
	color: #ffffff;
	text-align: center;
}
.divcenter {
	padding-left: 35px;
	padding-right: 10px;
}
.menue {
	padding-left: 10px;
	padding-right: 20px;
	width: 233px;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 { font-size: 3.0em; margin-top: 20px; line-height: 10%;}
h2 { font-size: 1.4em; }
h3 { font-size: 1.0em; }
h4 { font-size: 0.9em; }

code {
	font-size: 1.1em;
}

.blockquote {
	padding-left: 4%;
}

.wrong {
	color:#ff0000;
}

.right {
	color:#82B93E;
}

p.redborder {
	border: 1px solid #990000;
	font-size: 0.65em;
	padding: 2px;
}
