html,body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
	font-size: 76%;
	height: 100%;
	background: url(images/bg.gif) repeat-y;
	background-position: center;
	background-color: #fff;
}

#content {
	width: 950px;
	margin: 0 auto;
/*	height: 100%;*/
}

.rechts {float: right; display: inline}
.links {float: left; display: inline}
.center {text-align: center;}

.clear {clear: both;}
.clear_r {clear: right;}
.clear_l {clear: left;}

td,th,tr,P,ol,ul,li,h1,body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000;
	line-height: 16px;
}

a {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a:link {color: #000} 
a:visited {color: #000} 
a:active {color: #888;text-decoration:none} 
a:hover {color: #888;text-decoration:none}

img {
	border: 0px;
}

p {
	margin-bottom: 0px;
}

.kasten {
	margin-top: 20px;
	width: 233px;
	background-color: #FFD140;
	height: 347px;
}

.kasten_head {
	background-color: #fff;
	width: 100%;
	height: 28px;
}

.inhalt {
	margin-left: 34px;
	margin-top: 20px;
}

p.spalte_l {
	width: 311px;
	padding-right: 32px;
}

p.spalte_r {
	width: 311px;
}

p.mitte {
	width:654px;
}

.header {
	margin-left: 34px;
}

.menu_area {
	background: url(images/bg_top.gif) no-repeat;
	background-position: bottom;
	height: 330px;
	background-color: #fff;
}

.datum {
	text-align: right;
	height: 29px;
	padding-right: 9px;
	padding-top: 11px;
}

.unten {
	width: 950px;
	height: 160px;
	padding: 0px;
	padding-top: 30px;
	margin: 0px;
}

table.table1 td {height: 18px}

table.table1 {margin:0px;padding:0px}

input.contact {
	width: 250px;
	height: 15px;
	background-color: #f5f6f9;
	border: 1px solid #00237E;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding: 2px 3px;
}

select {
	width: 256px;
	height: 18px;
	background-color: #f5f6f9;
	border: 1px solid #00237E;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 2px 3px;
	margin-left:2px;
}

option {
	margin: 0px;
	padding: 0px;
	height: 20px;
}

textarea {
	width: 250px;
	height: 100px;
	background-color: #f5f6f9;
	border: 1px solid #00237E;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding: 2px 3px;
	overflow: auto;
}

input.contact_submit {
	width: 258px;
	background-color: #f5f6f9;
	border: 1px solid #00237E;
	margin-top: 5px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px;
}

ul.liste {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

ul.liste li {
	margin-left: 15px;
}


