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

body {
	margin-top: 20px;
	background: #fff url("bild/back.jpg") fixed no-repeat 100% 100%;
	font-family: Verdana, Arial, Helvetica, Sans Serif;	
	font-size: 80%;
	line-height: 1.4em;
	color: #333;	
}

a {
	color: #CA7700;
}
a:hover {
	color: #333;
}
#all {
	width: 760px;
}
article {
	display: block;
	float: left;
	width: 520px;
	border: 1px solid #FFAD10;
	border-left: 7px solid #FFAD10;
	padding: 1em;	
	background: #FFFDF1;	
}
#navileiste {
	float: left;
	width: 180px;	
	text-align: left;
	padding-left: 10px;
}
h1, h2 {
	color: #555;
	font-family: Arial, Sans Serif;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.7em;		
}
h2 {
	font-size: 1.3em;	
}
h3 {
	font-size: 1.2em;	
}

.pic {
	border: 1px outset #ccc;
}
.picright {
	float: right;
	margin: 0 0 1em 1em;
}
.adress {
	border-bottom: 1px dotted #ccc;
	padding: 0 20px 18px;
}
a.extern {
	padding-left: 20px;
	background: url("bild/extern.gif") no-repeat;
}

/* Kontaktformular */

label,input, textarea {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;	
}
label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
.box {
	margin: 0 15px 10px 0;
	width: 15px;	
}
br {
	clear: left;
}
