/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {

	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



li {
list-style-type: none;
}

ol {
	display: inherit;
}

ol li {
	list-style-type: decimal !important;

	line-height: 18px; 
	margin-bottom: 5px;
	 
	
}

body {
background-color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px !important;
}

#wrapper { 
width: 694px; 
padding: 0 15px;

background-repeat: no-repeat;
margin: 0 auto;
}

a:link {color: #c03; text-decoration: underline;}
a:visited {color: #c03; text-decoration: underline;}
a:hover {color: #c03; text-decoration: none;}
a:active {color: #c03; text-decoration: underline;}


#metanavigation, #metanavigation ul, #metanavigation li {
display: none;
}


#head, #head img {  

display: none;

}

	

 
 
 
#head ul{
display: none;
	
}

 
 
 #content { 
 	width: 694px;
 padding-top: 27px;
  }
  
  #subnav {
  	display: none;
  }
  
 
	 
	 
  #con-text { 
	width: 400px;
	margin-left: 25px;
	float: left;	
	margin-right: 25px; 
	
	 }
	 
	 p {
		margin-bottom: 22px; 
	 	line-height: 18px;
	 }
	 

	 
   h1 {  
	 font-size: 22px;
	 color: #f03;
	 font-weight: normal;
	 margin-bottom: 27px;
	 }
	 
		h2 {
		color: #000;
		font-size: 13px;
		margin-bottom: 3px;
		} 
	 
   #con-text p {  }
  #bildbereich { width: 175px;
	float:left;
	}
   #bildbereich img {  }

.clear {
clear:both;

}



/*  Seite 2 */




 #content {
background-color: #fff;

}


blockquote {
margin: 15px;
font-style: italic;
}

/*mailformplus*/

legend {
	font-weight: bold;
	padding: 5px;
	}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 10px;
	display: block;
}

label {
	width: 80px; /*Breiten anpassen*/
	float: left;	
}

input {
	border: 1px solid #D00026;
	margin: 0px 0px 5px 0px;
}

textarea {
	border: 1px solid #D00026;
}


.absendeknopf {
	border: 1px solid #D00026;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	margin-left: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*optional*/
	float: left;
}
.fehlertext {
	color: #000000;
	font-weight: bold;
	background-color: #FF9999;
	padding: 2px;
	border: 1px solid #FF0000;
	width: 375px;
}
.formfehler {
	border: 2px solid #FF0000;
	background-color: #FF9999;
	margin-bottom: 5px;
}

/*optional*/
.pflichtfelder {
	margin: 12px 0px 0px 170px;
}



