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

body {
	margin: 0;
	background: #e2e2e2 url("bild/back.gif");
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	font-size: 80%;
	line-height: 1.4em;	
}

ul,li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#all {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff url(bild/bgall.gif) repeat-y;
}
#header {
	padding: 0;
	margin: 0;
	height: 130px;
	text-align: right;
	background: url(bild/bgheader.gif) no-repeat;
}
#header h1 {
	font-size: 1px;
	display: none;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#header h2 {
	color: #999;
	font: bold 1.2em Verdana;
	letter-spacing: 2px;
	padding: 110px 50px 0 0;
	margin: 0;
}
h2 {
	font-size: 1.3em;
}

#navi, #startlinks {
	float: left;
	width: 200px;
	padding: 0;
}
#inhalt {
	float: left;
	width: 460px;
	margin-left: 45px;
	padding: 0;
	color: #606060;	
}
#footer {
	height: 40px;
	padding: 9px 0 0 250px;
	margin: 0;
	color: #fff;	
	background: url(bild/bgfooter.jpg) no-repeat 3px;
}
a:link, a:visited, a:active {
	color: #718A97;
	text-decoration: none;
}
a:hover {
	color: #006;
	background: #e2e2e2;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;	
}
#footer a:hover {
	color: #933;
	background: #fff;
}
td {
	vertical-align: top;
	padding: 3px;
	color: #606060;
	font-size: .9em;	
}
.rechts {
	text-align: right;	
}
th {
	color: #A23320;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	text-align: left;
}
h1 {
	color: #933;
	font-size: 1.4em;
	font-weight: bold;
}
ul.auflisten li {
	list-style-type: disc;
	line-height: 18px;
	margin-left: 25px;
}
.bordeaux {
	color: #933;
	font-size: 1.1em;
	font-weight: bold;
}
span.normal {
	color: #202020;
	font-weight: normal;
}
.pic {
	border: 2px outset #ccc;
}
.picright {
	float: right;
	margin: 0 0 10px 10px;
}
.tableborder {
	border: dotted 1px #808080;
}
.unten {
	color: #fff;
	background: #A23320;
}
.taball {
	border: 1px solid #e2e2e2;
	margin-bottom: 1em;
	width: 99%;
}
.taball h2 {
	font-size: 1.0em;
	font-weight: bold;
}
.tab1 {
	padding: 2px 10px 2px 25px;
	font-weight: bold;
	background: #e2e2e2;
}
.tab2 {
	padding: 2px 20px 2px 60px;
	overflow: auto;	
}

* html .tab2 {
    height: 1%;
}

/* Kontaktformular */

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