body {
	background-color:#ffffff;
	background-repeat: repeat-x;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	border: none;
	}
a {
	text-decoration: none;
	color: #000000;
	}
	
#page {
	width: 580px;
	margin: 0;
	text-align: left;
	position: relative;
	}

#header {
	background-repeat: no-repeat;
	height: 140px;
	position: relative;
	z-index: 10;
}

#logo{
	display: block;
	width: 200px;
	height: 61px;
	position: absolute;
	top: 10px;
	left: 26px;
}

#adresse {
	display: block;
	width: 200px;
	position: absolute;
	top: 27px;
	right: 20px;
	text-align:right;
}

#mid {
	position: absolute;
	top: 145px;
	width: 580px;
}

.dott_quer_print{
	margin-top:0px;
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	background-image:url(../img/dott_quer.gif);
	background-repeat:repeat-x;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-left: 20px;
}

/* ############################### content ############################### */


#content_wrapper {
	padding: 11px 0px 0px 0px;
	float: left;
	width: 100%;
	position: relative;
}
#content_container {
	float: left;
	width: 540px;
	margin-left: 40px;
}

.content {

	
}

.content h1 {
	font-size: 15px;
}

.content h2,
.content h3 {
	font-size: 13px;
	padding-bottom:12px;
	padding-top:0px;
}

.content ul{
	padding:0 0 0 5px;
	margin:10px 0 0 13px;
	list-style-type:disc;
}

.bodytext {
	font-size: 12px;
	margin-bottom:10px;
	line-height: 1.2;
	margin-top: 10px;
}

.error404 h1 {
	background: url("../img/tit-404.gif") no-repeat;
	height: 39px;
}

.content p {
	margin: 3px 5px 8px 0px;
	font-size:12px;
}
.content a {
	display: block;
	font-weight: normal;
	color: #000000;
	display: inline;
}

.content a:hover {
	color: #000000;
	text-decoration: none;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


input[type=submit] {
	margin: 0;
	border: 1px solid #000000;
	background-color:#FFFFFF;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	color: #000000;
}

input[type=text] {
	margin: 0;
	border: 1px solid #000000;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	color: #000000;
}

textarea {
	border: 1px solid #000000;
	display: block;
	float: left;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input[type=submit]{ /* den Submit-Button */

}
