/* (c)2008 by dotplex.de */

body {
	font: 12px/1.3 Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	background-color: #e9e9e9;
}

h1 {
	font: 21px Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
	color: #30F;
}

p {
	margin-bottom: 18px;
}

img {
	border: none;
}

tr {
	text-align: left;
	vertical-align: top;
	
}

.fehler {
	color: #ea0000;
	font-weight: bold;
}

.bg_grey {
	background-color: #f0f0f0;
}

.strong {
	font-weight: bold;
}

#frame {
	width: 760px;
	margin: auto;
	padding: 10px 30px 30px 20px;
	background: #ffffff;
	border: 1px solid #9c9c9c;
}

#top {
	margin: 0 0 10px;
	text-align: right;
}

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

#top li {
	display: inline;
	margin-left: 15px;
}

#left {
	width: 190px;
	float: left;
	padding-right: 20px;
	margin-right: 10px;
	border-right: 1px solid #9c9c9c;
}

#left h1 {
	margin-top: 4px;
	font-size: 36px;
	letter-spacing: 4px;
}

#left ul {
	margin: 0;
	padding: 0;
}

#left li {
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 5px;
}

#main {
	width: 520px;
	float: right;
}

#main a:hover, a:active {
	text-decoration: underline;
}

#main ul {
	padding: 0px;
	margin: 5px 0 0 15px;
	list-style-type: disc;
}

#main li {
	margin-bottom: 5px;
}