/* -------- Farbcodes ---------
dunkelrot_header: 			#D42B02
dunkelrot_andere_webseite: 	#8C2121
dunkelrosa_header: 			#EE8F6F
rosa_header:				#FCE3DF
braun_header: 				#7A2510
*/

* {
padding: 0px;
margin: 0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	text-align:center;
	background-color: #FCE3DF;
}

/* ------------------------------------------ Positionierungen ---------------------------------- */

#wrap {
	width: 980px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px #D42B02 solid;
	text-align:left;
	background: url(bg_wrap.jpg) repeat-y;
}


#menu {
	border-top: 1px #D42B02 solid;
	float:left;
	width: 210px;
  	min-height:500px;
  	height:auto !important;
  	height:500px;
}

#head {
	float: left;
	background-image:url(header.jpg);
	width: 100%;
	height: 245px;
	text-align: right;
}

#content {
	line-height: 1.2em; /* to avoid the peekaboo bug */
	border-top: 1px #D42B02 solid;
	float: left;
	width: 580px;
  	min-height:600px;
  	height:auto !important;
  	height:600px;
	padding-left: 18px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 10px;;
}

#rightbox {
	float: left;
	border-top: 1px #D42B02 solid;
	width: 150px;
  	height:auto !important;
	height: 500px;
	min-height: 500px;
}

#footer {
	border-top: 1px #D42B02 solid;
	padding-top: 4px;
	text-align: center;
	color:#000000;
	float: left;
	width: 980px;
	height: 20px;
	background-color:#EE8F6F;
	color: #000;
}


/* --------------------------- allgemeine Tag-Formatierungen -----------------------------  */

p {
	margin-top: 2%;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	display: block;
	padding: 5px;
	text-decoration: none;
	height: 15px;
	line-height:17px;
	padding-left: 15px;
	background-color:#fcebe8;
	/*background-color:#FCE3DF;*/
	border: #F7C6B8 1px solid;
}

#menu a:link {
	color: #000000;
	text-decoration:none;
}

#menu a:visited {
	color: #000000;
	text-decoration:none;
}

#menu a:hover, a:active {
	color: #000000;
	text-decoration:none;
	background-color: #F6CEC2;
}

#menu ul {
	padding-left: 12px;
	padding-right: 4px;
	padding-top: 3px;
	color:#000000;
	margin-bottom: 10px;
	list-style: none;
	margin-top: 40px;
}

#menu ul li {
	margin-top: 3px;
	line-height:20px;
}

#menu ul ul {
	padding-left: 10px;
	padding-top: 0;
	padding-right:10px;
	margin-top: 0;
}

#menu ul ul li a{
	height: 40px;
	line-height: 20px;
	padding-left: 10px;
}

.current {
	font-weight: bold;
}

#menu h2 {
	color:#7A2510;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 2px;
}

#menu h3 {
	color:#7A2510;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 2px;
}

#content h1 {
	color:#7F1811;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2em;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px;
	line-height: 20px;
}

#content h2 {
	color:#7F1811;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
}

#content h3 {
	color:#7F1811;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding-left: 0px;
	padding-top: 17px;
	padding-bottom: 10px;
	border-bottom: dashed 1px;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
}

#content a:link {
    color: #0000FF;
	text-decoration: underline;
}

#content a:visited {
	color: #0000FF;
	text-decoration: underline;
}

#content a:hover, a:active {
	text-decoration:underline;
	background-color: none;
}

a.verweis {
	text-decoration: underline;
	color: black;
	padding-left: 20px;
	line-height: 1.5em;
}

#content img {
	border: 1px solid #D42B02;
	float:right;
	margin:10px;
}

#content li {
	margin-left: 30px;
}

#content p {
	font-size: 1.1em;
	line-height: 1.3em;
}

#content li {
	font-size: 1.1em;
	line-height: 1.25em;
}

#rightbox {
	padding: 5px;
}

#rightbox p {
	color: #000000;
	padding-top: 5px;
}

#righbox h1, h2, h3 {
	color:#7A2510;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*border-bottom: solid #7A2510 1px;*/
}

#righbox a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
#rightbox img  {
	border: none;
}

#footer a:link {
	color: #000000;
}

#footer a:hover {
	color: #000000;
}

#footer a:visited {
	color: #000000;
}

/* ---------------------------------- allgemeine Klassen --------------------------------- */ 
/*Fpr das Kontaktformular*/
.kontakt table {
	margin-left: 10px;
	margin-top: 10px;
}

.kontakt tr {
	margin-bottom: 5px;
	margin-top: 5px;
}

.kontakt td {
	padding-right: 10px;
}

.kontakt input, textarea {
	border: solid #F19B80 thin;
	padding: 3px 5px;
	background-color: #FCEBE8;
}

.zeilenabstand {
	font-size: 1.1em;
	line-height: 1.5em;
}
