* {
padding: 0;
margin: 0;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.5em;	
	background: url(bg_body.gif) repeat-x;
	font-size: 11px;
}

html, body {
}

h1, h2, h3, p {
	margin: 0.5em 0;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0;
}

h1{
	font-size: 16px;
	color: #666;
	margin-bottom: 7px;
	line-height: 18px;
}

h2{
	font-size: 14px;
}

h3{
	font-size: 12px;
}

a, a:link{
	color: #333;
	text-decoration: underline;
}
a:visited{
	color: #333;
	text-decoration: underline;
}
a:hover{
	color: #660033;
	text-decoration: underline;
}
a.img {
	border: 0 none;
}

a img {
	border: 0 none;
	text-decoration: none;
}

span.hide {
	/*display: none;*/
}

pre, code {
	display: block;
	width: auto;
	background-color: White;
	border: 1px solid #999;
	padding: 0.5em;
	margin: 1em 0;
	color: #666;
	font: 1.2em monospace;
}

td {vertical-align: top;}

/* AREAS */
#wrapper {

}

#top {
	display: none;
}

#header-pic {
	display: none;
}

#header-pic img {
	width: 0;
	height: 0;
	display: none;
}

#logo {
	border: 1px solid #000;
}

#main_nav {
	display: none;
}

ul#mainnav { }
ul#mainnav li {  }
ul#mainnav li a { }
ul#mainnav li a:hover, ul#mainnav li a.active { }

#bar_h {
display: none;
}

#content {

}

#left_bar {
display: none;
}

#inhalt {
}

#main {
}

#mainarea{
}

#footer {
	height: 10px;
	width: 600px;
	background-color: #262626;
	float: left;
	margin-left: 10px;
	display: none;
}

/* SubNav */
#subnav {
display: none;
}

ul#subnav li a {
	}

#subnav a {
}
#subnav a.active, #subnav a:hover {
}

/* Content Styles */
#content img {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
	padding: 1px;
}
#content ul {
	list-style: none;
	padding: 0em 10px 10px 10px;
	color: #555;
}
#content ul li {
	padding-left: 20px; 
}

#inhalt ul li {
	background: url(bl_content.gif) no-repeat 0 6px;
}

/*Rahmen um die Bilder im Haupt-Content-Bereich*/
#main img {border: 1px solid #ccc;}

/*Tabellen formatieren*/
.tr-odd {background-color: #eee;}



/*****************Page debug*****************Good rule to know the structure of the webpage* NOTE: Only compliant browser no IE*

div[id]{
	border: 1px solid #000;
	background-color: #fff;
}

div[id]:before{
	content: "div#" attr(id);
	background-color: #cf9;
	color: #060;
	display: block;
}

/*****************End Page debug*****************/

/* Kontaktformular */

fieldset {border-color: #ccc;}

fieldset legend {margin: 0 0px 0 0px;}

fieldset label {
	display: block;
	width: 105px;
	float: left;
margin: 0 -5px 0 5px;
}

fieldset br {
	clear: left;
	margin-bottom: .5em;
	display: block;
}

fieldset input {
	background: e1e1e1;
	color: #777;
	font: 11px Arial, Helvetica, sans-serif;
}

input#plz {
	width: 50px;
}

textarea#mitteilung {
	margin-left: 105px;}

fieldset textarea {
	width: 270px;
	height: 80px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #777;
}

fieldset hr {
	margin-bottom: 5px;
}


/* Fehlermeldungen */

div.formerror {
	color: #ed1c24;
	border:  1px solid #ed1c24;
	padding: .5em; 	
}

div.formerror h3, div.formerror a {
	color: #ed1c24 ! important;
}

div.formerror ul {
	list-style: circle;
}

div.formerror ul li {
	margin-left: 1.5em;
} .bodytext {clear: both;}