@import url("style-navi.css");

body {
	background: #DAD1B4 url("bild/back.jpg");
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;	
}
#all {
	position: relative;
	text-align: center;	
	width: 760px;
	margin: auto;
	padding: 0;
	border: 4px solid #B39B6C;
	background: #fff;
}
#header {
	background: url("bild/titel.gif");
	height: 120px;
}
#inhalt {
	clear: both;
	text-align: left;
	padding: 10px 25px;
	background: url(bild/bgfrau.jpg) no-repeat;
}
#footer {
	background: #E9E0D1;
	height: 45px;
	text-align: center;
}

.tableborder {
	border: 1px solid #ccc;
}
td {
	vertical-align: top;
}
a {
	color: #008000;
}
a:hover {
	color: #c00000;
	background: #D3C2A5;
}
h1, h2 {
	font-size: 1.4em;
}
.pic {
	padding: 7px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}


/* Kontaktformular */

label,input, textarea {
	width: 220px;
	float: left;
	margin-bottom: 0.5em;	
}
label {
	text-align: right;
	width: 100px;
	float: left;	
	padding-right: 1em;
}
input:focus {
	background: #E9E0D1;
}
br {
	clear: left;
}
input.box {
	width: 50px;
}