body {
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}

#container, #container * {
	text-align: left;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

.bf-loeschen {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.loeschen {
	display: none;
}

/*** Custom ***/

body {
	background: #EEE5D4 url(../images/hintergrund.gif) repeat-x;
	margin-bottom: 50px;
}

#container {
	width: 750px;
	background: #fff;
}

#header {
	background: url(../images/schatten-content.gif) repeat-y;
}

#schatten-oben-links,
#schatten-oben-rechts {
	width: 11px;
	height: 316px;
	background: blue;
}

#schatten-oben-links {
	float: left;
	background: url(../images/schatten-oben-links2.gif) no-repeat;
}

#schatten-oben-rechts {
	float: right;
	background: url(../images/schatten-oben-rechts2.gif) no-repeat;
}

#header-content {
	/* width: 728px; */
	width: 694px;
	padding: 0 17px;
	float: left;
}


/* Hat lteIE7/6-Sonderregel */
#header-content img,
#flash {
	margin: 0 0 1px 0;
}

#header-navi {
	background: #D2C299;
	width: 694px;
}

#header-navi ul {
	list-style: none;
}

#header-navi ul li {
	height: 27px;
	float: left;
	background: #D2C299;
}

/* Hat lteIE6-Sonderregel */
#header-navi ul li a {
	color: #372715;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	display: block;
	height: 17px;
	padding: 5px 10px;
	background: #D2C299;
}

#header-navi ul li a:hover {
	background: #EEE5D4; 
}

#footer {
	height: 13px;
	background: url(../images/schatten-unten.gif) no-repeat;
}

#content {
	padding: 0 28px 28px 28px;
	background: url(../images/schatten-content.gif) repeat-y;
	line-height:140%;
}
#content #col_left {
	width:450px;
	float:left;
	padding-left:10px;
}
#content #col_left img {
	float:left;
	padding: 0 10px 5px 0;
}
#content #col_left .dokument {
	color:#372715;
}
#content #col_right {
	width:200px;
	float:left;
/*	background-color: #ddd;
*/	padding:5px;
	margin-top:18px;
	margin-left:24px;
}
/*** Inhalt ***/

h3 {
	font-size: 1.5em;
	padding: 20px 0;
}

#formular {
	float:left;
	padding: 20px 0 0 10px;
	width:450px;
}
.form_row input,  .form_row textarea{
	float:right;
	width:325px;
	border: 1px solid #ccc;
}
.form_row #error {
	text-align:right;
	width:100%;
}
.form_row textarea {
	height:100px;
}

.form_row label{
	float:left;
}

.form_row{
	height:20px;
	clear:both;
	margin-bottom:10px
}