* {
	border:none;
	padding:0;
	margin:0;
	font-size:100.01%;
	color:#121212;
}
html,body {
	background-color:#A1987A;
	font-family:Arial,Verdana,Helvetica,sans-serif;
}

input {
	padding:3px 5px;
}
textarea {
	width:240px;
	height:200px;
	padding:3px 5px;
	background:url(images/eingabefeld.png) no-repeat;
	display: block;
}
.smalltextarea {
	width:240px;
	height:150px;
}
.input {
	width:240px;
	background:url(images/eingabefeld.png) no-repeat;
	display: block;
}
.submit {
	border:1px solid #989898;
}
td {
	padding:3px 10px 3px 0;
}
ol {
	margin-left:23px;
	margin-bottom:20px;
}
.hand {
	cursor:pointer;
}
#wrapper {
	font-size:0.8em;
	margin:20px auto;
	width:718px;
	border:1px solid #fff;
	background:#ECDFB3 url(images/header.jpg) no-repeat;
	padding:102px 20px 20px 20px;
}

#menu {
	float:left;
	width:130px;
}
#menu div {
	background-color:#BABABA;
	padding:1px;
	margin-bottom:20px;
}
#menu ul {
	list-style-type:none;
	background-color:#EDEDED;
}
#menu h3 {
	margin:3px 10px;
}
#menu li a {
	padding:3px 10px;
	display:block;
}
#menu li a:hover {
	background-color:#F57676;
}
#content {
	float:left;
	width:418px;
	padding:0 20px;
}
#content a {
	font-weight:bold;
}
#content ul {
	margin-left:23px;
}
#content li {
	padding-bottom:7px;
	line-height:150%;
}
#content h1 {
	font-size:150%;
	margin-bottom:10px;
}
#content h2 {
	font-size:130%;
	margin-bottom:10px;
}
#content p {
	margin-bottom:15px;
	line-height:150%;
}
#content table {
	margin-bottom:15px;
}
#rightside {
	float:right;
	width:130px;
}

.clear {
	clear:both;
}