/**
 * Allgemein
 */
* { margin:0px; padding:0px; font-family:Arial;}
* html body {
	text-align:center;
}
img {
	border-color:transparent;
	border:none;
}

div#main {
	margin: 10px auto;
	width:800px;
	text-align:left;
}


/**
 * Header
 */
div#header {
	height:100px;
	background-image:url(bilder/logo_small.jpg);
	background-repeat:no-repeat;
}
div#header div#logo {
	float:left;
	width:300px;
	height:30px;
/**	margin:8px 0px 0px 0px; */
	padding: 8px 4px;
	font-size: 8pt;
	text-decoration:none;
	color:#666667;
}

div#header div#unterlogo{
	margin-top:78px;
	margin-left:-20px;

	float:left;
}
div#header div#adresse {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:650px;
	font-size:9pt;
	text-decoration:none;
	color:#666667;
	
}
/**
 * Footer
 */
div#footer {
	height:44px;
}
* html div#footer {
	float:left;
}
div#footer ul {
	padding:20px 28px 0px 0px;
	list-style:none
}
div#footer ul li {
	float:left;
	margin-left:20px;
	font-weight:bold;
	text-decoration:none;
	color:#666667;
}
div#footer ul li vr{
	padding-left:5px;
	padding-right:5px;
	
}
div#footer ul li a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#666667;
}
div#footer ul li a:hover {
	text-decoration:underline;
}

/**
 * Hauptnavigation
 */
div#menu {
	height:56px;
	background-image:url(img/navi.jpg);
	background-repeat:no-repeat;
	border:0px;
	margin-left:27px
	margin-top:19px;
}
div#menu ul {
	list-style: none;
	width:700px;
	padding-left:58px;
}
div#menu ul li {
	float:left;
	padding-right:15px;
	margin-top:19px;
	padding-top: -19px;
}
div#menu ul li img {
	border:0px;
	margin-top:-13px;
	padding-top: -13px;
	height:46px;
}
div#menu a {
	font-weight:bold;	text-decoration:none;
	color:white;
	font-size:16px;
}
div#menu a:hover {
	text-decoration:underline;
}

/**
 * Content
 */

div#startseite{
	float:left;
	width:200px;
 	font-size:11pt;
	text-decoration:none;
	margin-top: 30px;
}

div#fotochen{
	float:left;
	height:250px;
	width:250px;
	margin-top: 30px;
	margin-left: 60px;
}

div#content {
	padding:25px 25px 5px 25px;
	margin:0px 1px;
}

div#content p {
	font-size:12px;
	margin-bottom:15px;
}

div#content table {
	font-size:12px;
}

div#content h1 {
	margin:0px 0px 10px 0px;
	font-size:18px;
	font-weight:bold;
}
div#content h2 {
	margin:30px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
}

div#content ul {
	font-size:12px;
	margin-left:25px;
}
div#content ul li {
	margin-bottom:5px;
}

div#content ul li ul {
	margin:10px 0px 10px 20px;
}

div#content ol {
	font-size:12px;
	margin-left:25px;
}
div#content ol li {
	margin-bottom:5px;
}

div#content a {
	color:#d55933;
	text-decoration:none;
}

div#content a:hover {
	color:#d55933;
	text-decoration:underline;
}

div#content blockquote {
	
	margin-bottom: 15px;
	padding:5px;
	font-size:13px;
	/**font-weight:bold;**/
	border:1px solid black;
	background-color:#fb9c1a;
}


/**
 * Formular
 */
div#formular .offview {
	display:none;
}
div#formular fieldset {
	border:none;
}
div#formular fieldset legend {
	display:none;
}
div#formular label {
	float:left;
	width:120px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
div#formular label.error {
	color:red;
}
div#formular input {
	margin-bottom:10px;
	border:1px solid #0d5398;
	font-size:12px;
	padding-left:1px;
	width:250px;
}
div#formular textarea {
	border:1px solid #0d5398;
	font-size:12px;
	width:246px;
	height:116px;
	overflow:auto;
	padding:2px;
}
* html div#formular textarea {
	width:250px;
	height:120px;
}
div#formular br {
	clear:left;
}
div#formular hr {
	height:1px;
	width:380px;
	color:#0d5398;
	margin:10px 0px;
}
div#formular p.error {
	color:red;
}

/* PLZ und Ort */
div#formular input.plz {
	width:50px;
	float:left;
}
* html div#formular input.plz {
	margin-left:3px;
}
div#formular label.ort {
	width:35px;
	margin-left:10px;
}
div#formular input.ort {
	width:152px;
}

/* Anrede */
div#formular label.frau,
div#formular label.herr {
	width:40px;
	font-weight:normal;
}
div#formular label.herr {
	margin-left:20px;
}
div#formular input.frau {
	float:left;
}

/* Submit */
div#formular input.loeschen {
	float:left;
	width:110px;
	margin-right:10px;
	font-weight:bold;
	font-size:12px;
}

div#formular input.loeschen:hover {
	background-color:#939393;
	border:1px solid #939393;
}

div#formular input.senden {
	background-color:#0F5FAE;
	float:left;
	width:140px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
}

div#formular input.senden:hover {
	background-color:#1E7CFF;
}

div.clicklayer {
	margin-bottom:10px;
	border:1px solid #939393;
}

div.clicklayer div.click {
	cursor:pointer;
	background-color:#f79f19;
	padding:3px 0 3px 30px;
	font-size:14px;
}
div.clicklayer div.content {
	border-top:none;
	padding:3px;
}

div.clicklayer div.content blockquote {
	margin-left:20px;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	border:1px solid black;
	background-color:#fb9c1a;
}

div.spalte {
	
	padding:15px;
	font-size:12px;
	width:375px;
	border:0px solid #ee641c;
}

div.spalte li {
	padding-left:5px;
	font-size:12px;
	margin-left:20px;
}

div.spalte-impressum li {
	padding:5px;
	font-size:12px;
	margin-left:15px;
}

/** Spalten **/
div.spalte-links {
	float:left;
	width:365px;
	margin-right:10px;
}

div.spalte-rechts {
	float:left;
	width:365px;
}
