/**
 * Allgemein
 */
* { 	margin:0px;
	padding:0px;
         font-size: 12px;
         font-family: Arial, Helvetica, Georgia, Sans-Serif;
  }

* html body {
	text-align:center;


}
img {
	border-color:transparent;
	border:none;
}

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

/**
 * Header
 */
div#header {
	height:152px;
	background-image:url(img/header.jpg);
}
div#header div#logo {
	float:left;
	width:228px;
	height:100px;
	margin:23px 0px 0px 28px;
}
div#header div#address {
	float:right;

	font-size:12px;
	margin:25px 20px 0px 0px;

}

/**
 * Footer
 */
div#footer {
	height:47px;
         margin-top:0px;
	background-image:url(img/footer.jpg);
}
* html div#footer {
	float:left;
}
div#footer ul {
	padding:20px 28px 0px 0px;
	list-style:none
}
div#footer ul li {
	float:right;
	margin-left:20px;
}
div#footer ul li a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:black;
}

/**
 * Hauptnavigation
 */
div#menu {
	height:28px;
	background:#CC0000;
	border:0px solid black;
	margin:0px 1px;
         line-height: 20pt
}
div#menu ul {
	list-style: none;
	margin:-1px 0px 0px 25px;
}
div#menu ul li {
	float:left;
	padding-right:15px;
}
div#menu a {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:white;
}
div#menu a:hover {
	color:#E0E1F8;
}

/**
 * Content
 */



div#content {

         background: #fff url(img/bg.jpg) repeat-y;
	padding:25px 25px 5px 25px;
	border-left:0px solid black;
	border-right:0px solid black;
         border-bottom:0px solid black;
	margin:0px 1px;
         line-height: 18pt


}

div#content p {
	font-size:12px;
	margin-bottom:15px;
         line-height: 18pt

}

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

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

div#content ul {
	font-size:12px;
	margin-left:25px;
         line-height: 18pt;
         list-style-image:url(img/stroke.jpg);

}
div#content ul li {
	margin-bottom:5px;
         line-height: 18pt;
}

div#content ul li ul {
	margin:10px 0px 10px 20px;
         line-height: 18pt;
         list-style-image:url(img/strokegray.jpg);
}
div#content ul li ul li {
	background:#E7E8FA;
	padding:5px;
         line-height: 18pt;
         list-style-image:url(img/strokegray.jpg);
}

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

div#content a {
	color:#F58E0B;
         line-height: 18pt;
}

/**
 * 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 black;
	font-size:12px;
	padding-left:1px;
	width:250px;
}
div#formular textarea {
	border:1px solid black;
	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:black;
	margin:10px 0px;
}
div#formular p.error {
	color:red;
}

/* Strasse und Hausnummer */
div#formular input.strasse {
	width:152px;
	float:left;
}

div#formular label.nr {
	width:35px;
	margin-left:10px;
}
div#formular input.nr {
	width:50px;
	float:left;
}

/* 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.senden {
	float:left;
	width:140px;
	font-weight:bold;
	font-size:12px;
}

div.clicklayer {
	margin-bottom:10px;
}

div.clicklayer div.click {
	cursor:pointer;
	cursor:hand;
	background:#E7E8FA;
	padding:3px 0 3px 30px;
	font-size:14px;

	background-image:url(img/plus.gif);
	background-repeat:no-repeat;
	background-position:8px 50%;
}
div.clicklayer div.content {
	border:1px solid #DEE2FD;
	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:#F0E239;
}
