* {
	margin:0;
	padding:0;
}

body, html {
	height:100%;
}

body {
	background:#540706;
	font:70%/1.7em Georgia,"Times New Roman",Times,serif;
	color:#720f0e;
}

a {
	outline:none;
}

a:link {
	color:#8e5822;
}
a:visited {
	color:#8e5822;
}
a:hover {
	color:#768300;
	text-decoration:none;
}
a:active {
	color:#8e5822;
}


p {
	padding:0 0 15px 0;
}

h1 {
	font-size:1px;
	line-height:1px;
	text-indent:-5000px;
	position:absolute;
	top:0;
	left:0;
}

h2 {
	width:110px;
	position:absolute;
	top:201px;
	right:53px;
	font-size:1.2em;
	color:#8e5822;
	font-weight:normal;
	line-height:1.2em;
	padding:15px 0 0 10px;
	z-index:2;
}

h3 {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px dashed #dabb99;
	font-size:1.2em;
}

img {
	padding:5px;
	background:#fcf4e7;
	border:1px solid #dabb99;
	vertical-align:bottom;
}



/* -------------- Kontaktformular ------------- */

label, input, textarea {
	font:1em Georgia,"Times New Roman",Times,serif;
	display:block;
	width:200px;
	float:left;
	margin:10px 5px 0 0;
	color:#720f0e;
}

* html label, * html input, * html textarea  {
	m\argin:10px 5px 0 6px;
}

textarea {
	width:200px;
	height:143px;
}

input, textarea {
	background:#FBEBCD;
	border-top:1px solid #540706;
	border-left:1px solid #540706;
	border-bottom:1px solid #DABB99;
	border-right:1px solid #DABB99;
	padding:1px;
	color:#300;
}

input:focus, textarea:focus {
	border:1px solid #DABB99;
	background:#F3DAB1;
}

label {
	text-align:right;
	width:80px;
	padding:0 6px 0 0;
}

form br {
	clear:left;
}

input[type=hidden] {
	border:0;
	padding:0;
}

fieldset {
	border:none;
}