html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	
	font: 100.01% Comic Sans MS, Verdana, Helvetica, sans-serif;

	background: #fff url(../images/bg_neu.jpg) top center repeat-y;
}
* {
	margin:0;
	padding:0;
}
p, ul {
	margin: 0 0 1.4em 0;
	padding: 0px;
}
a:link {
	color: #775556;
	text-decoration:none;
	list-style-type: none;
}
a:visited {
	color: #775556;
	text-decoration:none;
	list-style-type: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	list-style-type: none;
}
a:focus {
	color: #fca61d;
	text-decoration:none;
	list-style-type: none;
}
a:active {
	color: #fca61d;
	text-decoration:none;
	list-style-type: none;
}
h1 {
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin: 0 0 1.5em 0;
	padding: 0;
	color: #000;
	background-color: transparent;
}

.important {
	color: #ff0000;
}	

#page {
	width: 900px;
	margin: 0 auto;
	background: #fef7e5;
	
}
#header {
	padding: 3px 0 0 0;
	height: 185px;
	background: #fef7e5;
}
#header img {
	top: 50px;
}
#content {
	width: 100%;
	background: #fef7e5 url(standard_FILES/bg_content.png) repeat-y;
	float:left;
}

#content_li img {
	border: 1px solid #000;
}

#content_li {
	float:left;
	width:630px;
	padding: 20px 20px 20px 20px;
	font-size: 13px;
}
#content_li li {
	list-style-type: square;
	margin-left: 30px;
}
#content_li h2 {
	margin: 3px 0 12px 0;
}
#content_li h3 {
	font-size: 1.2em;
	color: #000;
	margin: 1em 0 0.5em 0;
	
}
#content_re {
	float:left;
	width:200px;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 0.8em;
}
#content_re h3 {
	font-size: 1em;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #000;
	background-color: transparent;
	padding-left:5px;
}
#content_re li {
	margin-left: 20px;
	list-style-type: none;
	font-size: 13px;
	line-height: 18px;
}
#content_re li a {
	text-decoration: none;
	color: #775556;
}

#content_re a:hover {
	color: #000;
	text-decoration: none;
}
.spacer {
	clear: both;
}
#footer {
	clear: both;
	height: 25px;
	background: #fef7e5;
	font-size: 0.9em;
	color: #000;
	padding-left: 300px;
	border-top: 1px solid #000;
}
/* Topnavigation */

#topnav {
	margin: 0px;
	padding: 0px;
	height: 20px;
	float: right;
	font-family: verdana, arial, sans serif;
	font-size: 10px;
}
ul#topnav_list {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	padding: 0.2em;
}
#topnav_list li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-right: 5px;
}
#topnav_list a {
	padding: 0.5em;
	margin: 0;
}
#topnav_list a:link, #topnav_list a:visited {
	color: #a9a6a6;
	text-decoration: none;
}
#topnav_list a:hover {
	color: #000;
	text-decoration: none;
}
/* Hauptnavigation */

#navi {
	background-color: #fef7e5;
	height: 35px;
	border-bottom: 1px solid #775556;
}
ul#navlist {
	margin-left: 2px;
	
	font-size: 14px;
	font-weight: bold;
	padding: 0.5em;
}
#navlist li {
	display: inline;
	list-style-type: none;
	background: #fef7e5;
	margin: 5px;
	padding-right: 2px;
	border: 2px solid #775556;
}
#navlist a {
	padding: 0.5em;
	margin: 0;
}
#navlist a:link, #navlist a:visited {
	color: #775556;
	text-decoration: none;
}
#navlist a:hover {
	color: #807e7e;
	text-decoration: none;
}


/*Kontaktformular*/
form {
	margin: 0;
	text-align: left;
}

input {
	width: 300px;
	border: 1px solid #707070;
	background-color: #fbfbfb;
	color: #000;
}

#content_re input {
	width: 50px;
	border: 1px solid #707070;
	background-color: #fbfbfb;
	color: #000;
}

textarea {
	width: 300px;
	height: 150px;
}

input#submit {
	float: left;
	width: 75px;
	border-top: 1px solid #909090;
	border-right: 1px solid #000;
	border-left: 1px solid #909090;
	border-bottom: 1px solid #000;
	background-color: #ececec;
	color: #000;
}

input#reset {
	float: right;
	width: 100px;
	border-top: 1px solid #909090;
	border-right: 1px solid #000;
	border-left: 1px solid #909090;
	border-bottom: 1px solid #000;
	background-color: #ececec;
	color: #000;
}

fieldset {
	margin: 20px 10px 0 15px;
	padding: 10px;
	border: 1px solid #c0c0c0;
}

legend {
	font-weight: bold;
	font-size: 120%;
	color: #999;
}

#person label {
	display: block;
	font-weight: bold;
}

/*Unsichtbares für die Barrierefreiheit */
#navi dfn, .usb {
	position:absolute;
	left: -1000em;
	width: 20em;
}
#topnav dfn, .usb {
	position:absolute;
	left: -1000em;
	width: 20em;
}
/*flexible Spalten*/
.subcolumns {
	width:100%;
	overflow:hidden;
}
.c33l, .c33r {
	width:30%;
	font-size:13px;
	float:left;
	margin-left:2px;
}
.c50l, .c50r {
	width:45%;
	font-size:13px;
	float:left;
	margin-left:2px;
}
.c66l, .c66r {
	width:66%;
	font-size:13px;
	float:left;
	margin-left:2px;
}
.subc {
	padding:0 0.5em
}
.subcl {
	padding:0 1em 0 0
}
.subcr {
	padding:0 0 0 1em
}

img {
	border: 0px;
}

.submit_button{
	width: 75px;
}

.fus {
	font-size: 0.8em;
}
