* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	font: normal 100.01% Arial, Helvetica, Verdana, sans-serif;
	color: #000;
}

/* inhalt */
#wrap {
	margin:0 auto;
	height:auto;
	width:auto;
	/*border: 1px solid red;*/
}
#top {
	display:none;
}

/* Navigation */
div.navigation {
	display:none;
}

#logoclaim {
	display:none;
}
#bild {
	display:none;
}

#inhalt {
	width:auto;
	float:left;
	background-color:#fff;
	padding: 20px;
}
#inhalt img {
	border: 0;
}
#inhalt img.re {
	border: 0;
	float:right;
}
#ende {
display:none;
}
#ende p.newsletter {
	float:left;
	font-size: 70%;
	color: white;
	padding: 4px 0 0 18px;
}
#ende p {
	text-align:right;
	margin-top:0;
	font-size: 70%;
	color: white;
	padding: 7px 30px 0 0;
}

/* Links */
a {
	color:#339933;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
#ende a {
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
}
#ende a:hover {
	text-decoration:underline;
}

h1 {
	font: bold 120% Arial, sans-serif;
	font-weight: bold;
	margin: 10px 20px 20px 5px;
}
h2 {
	font: bold 100% Arial, sans-serif;
	font-weight: bold;
	margin: 10px 20px 10px 5px;
}
p {
	font-size:100%;
	margin: 0;
}
.colboth {
	float:left;
	width:660px;
	font-size: 75%;
	margin-top:10px;
	line-height:140%;
	padding:0 0 0 5px;
	/*border: 1px solid red; */
}
.col1 {
	float:left;
	width:220px;
	font-size: 75%;
	margin-top:10px;
	line-height:150%;
	padding:0 0 0 5px;
}
.col2 {
	float:left;
	width:415px;
	font-size: 75%;
	margin:10px 0px 0 20px;
	line-height:140%;
	padding:0 0 0 5px;
}
.col3 {
	float:right;
	text-align: right;
	width:220px;
	font-size: 75%;
	margin-top:10px;
	line-height:140%;
	padding:0 10px 0 5px;
}
.innung {
	color: #339933;
	font-weight: bold;
}
#inhalt ul {
	margin: 0 0 0 15px;
}
#inhalt ul li {
	line-height: 140%;
	list-style: circle url(../images/listcircle.gif);
}
#inhalt ul.ok li {
	line-height: 140%;
	list-style: circle url(../images/listok.gif);
}

.small {
	font-size: 90%;
	font-style: italic;
	text-align: right;
	padding-right: 30px;
}
.small2 {
	font-size: 75%;
	font-style: italic;
	text-indent: 400px;
}
.clear {
	clear: left;
}
/*Kontaktformular*/

.blau {
	display: block;
	line-height: 1.5em;
	width: 93%;
	padding: 10px;
	color: white;
	font-weight: bold;
	background: #6e9585;
}

.fehler  {
	color: #DC143C;
}

input, textarea {
	border: 1px solid #C9C9C9;
}

.inputsubmit {
	margin-top: 5px;
	font: normal 1.0em Verdana, sans-serif;
	color: #666;
	border: 1px solid #C9C9C9;
	cursor: pointer;
}