html {
	margin: 0;
}
body {
	font-family: arial, sans-serif;
	line-height:18px;
	font-size:.9em;
	color: #616161;
}
#logo {
	display: none;
}
#top {
	display: none;
}
#claim {
	display: inline;
	border: 1px solid red;
}
#klick {
	display: none;
}
* html #klick {
	display: none;
}

#wrap {
	margin: 0 0 0 0;
	width: 100%;
}

#menu {
	display: none;
}

#content {
	width: 100%;
	margin: 0 0 0 10px;
}
 p {
	margin: 10px 0 15px 0;
}

#col3prof {
	float: left;
	margin: 0;
	border:0;
}
p.profil {
	margin: 0 10px 10px 10px;
}
#col3 {
	width: 100%;
	margin: 0 0 0 0;
}
#col3 p {
	margin:0;
}
#col3 h1{
	margin: 20px 0 10px 0;
}
#col3 a:link, #col3 a:visited, #col3 a:active {
	padding-left: 0px;
}
#col3 a:hover {
	text-decoration: underline;
}
p.col3text {
	margin: 20px 10px 0 0;
}
.top {
	margin: 0 10px 20px 0;
	text-align: right;
}
#clear {
	clear: both;
}

#footer {
	margin: 20px 0 0 10px;
	text-align: left;
	font: normal 1.0em arial, sans-serif;
}

#footer img {
	display: none;
}
.pfooter {
	margin: 0 0 0 12px;
	text-align:left;
}
/*border: 1px solid gray;*/

#content a:link, #content a:active, #content a:visited{
	text-decoration:underline;
	color:#6d6d6d;
}
#content a:hover{
	color:#006666;
}

h1 {
margin: 20px 0 10px 0;
	font: bold 1.2em/1.1 arial, sans-serif;
}
h2 {
	margin: 20px 0 15px 0;
	font: bold 1.4em arial, sans-serif;
	color: #055c7e;
	/*border: 1px solid red;*/
}

p.ref {
	margin: 20px 10px 10px 20px;
}
.ref_bild {
	text-align: left;
	margin-left: 0px;
		border: 1px solid gray;


}

hr {
	width: 80%;
	height: 1px;
	border: none;
	border-top: 1px dotted #aaa;
}

.blind {
	display:none;
}

/* Kontaktformular */

form {
display: none;
}
.text2 {
	line-height: 16px;
	padding-right : 10px;
	padding-top : 2px;
}
.formfeld{
	font-weight: 400;
	margin-left : 0;
	margin-right : 5px;
	text-align : left;
	border : 1px inset #5D5D5D;
}

.formbutton {
	font-weight: 400;
	line-height: 14px;
	color: #5D5D5D;
	background-color: #FFFFFF;
	cursor: pointer;
	border: 1px solid;
}
.headline {
	font-weight: 700;
	font-variant: normal;
	line-height: 15px;
	color: #B61E1E;
}

/* Kontaktformular Ende */