/*  CSS Stylesheet by dialog-im-netz.de
	 eyendorf.de/muehle/		
Rotbraun #986931
Hellblau #DFEFF4
Tiefblau #2E6A89
Cremeweiß #FBFBF0
																			*/
html,body {
height: 100%;
width:100%
}
body {
margin:0;
padding:0;
background: #FBFBF0 url(../img/bg-nav.gif) repeat-y;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
}
td {
	vertical-align:top;
	font-size: 0.9rem;
}
img {
	border:0 none;
}
h1 {
font-family:Garamond,"Times New Roman", serif;
	font-size: 1.6em;
	color:#986931;
	margin-top: 0;
	hyphens: none;
	-moz-hyphens: none
	}
h1.print {
	display:none
}
.red {color: red; font-weight:bold}
.hide { display:none}
.clear {
clear: both
}
.startimg {
box-shadow: 1px 3px 4px 2px #5d5d42;
}

.main h2 {
	font-weight:bold;
}
div.head,div#button,div.right,div.main,div.righttop {
	float:left;
}
div.head,div.foot {
	width: 99.4%;
	margin: 0
}

div.head {
	height: 120px;
	background-image: url(../img/bg-muehle.jpg);
	background-repeat: no-repeat;
	background-position:180px 0;
	border-bottom: 10px solid #986931;
	margin-bottom: 40px;
}

div.main {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	hyphens: auto;
	-moz-hyphens: auto
}
.main p,.main h2,.main h3, .main h1,.main table {
	margin-left: 20px;
	margin-bottom: 1em
}
div.main li {
	margin-bottom: 1em
	
}
div.main a {
	color: #325868;

	text-decoration:underline
}
div.main img {
		border: 3px solid #986931;
		margin-bottom: 5px;
		margin-left:20px
}
div.main p.bu {
	font-size: 0.7em
}
div.main a:hover {
	color: #454712;
}
div.righttop {
	height: 45px;
	width: 180px;
}
div.right {
	margin: 5px 0 5px 30px;
	width: 180px;
	height: auto;
	border: 3px solid #986931;
	background-color: #FBFBF0}
div.right img {
	display:block
}
.right p, .right h2, .right h3 {
	margin: 10px 6px;
	font-size: 0.75em;
}
.right h2, .right h3 {
	font-weight:bold;
}
.main img.noborder,
.noborder {
border: none
}
div.footspace {
	float:left;
	height: 50px;
	width: 90%;
}
div.foot {
	border-top: 10px solid #986931;
	height: auto;
	position:fixed;
	left:0;
	bottom: 0;
	background-color:#FBFBF0;
}
div.foot p{
	margin: -5px 10px 5px 20px;
	font-size: 0.75em;
	color: #986931;
}
div.foot a, div.right a {
	color: #986931;
}
div.foot a:hover,
div.right a:hover {
	color: #986931;
	text-decoration:underline;
	}
h2,h3,p,li,blockquote {
	color: #454712;
	margin-top: 0
}
div.top {
height: 10px;
	position:relative;
	left: 20px;
	top: -12px;
	width: 90%;
	z-index:10;
}
div.top a {
height: 10px;
		font-size: 11px;
	color: #325868
}

div.main td {
	padding:0 0 0 15px;
	font-size:0.75em
}
div.main .prog td {
	padding: 4px 16px 4px 0;
	font-size:0.75em
}
div.main td p,div.main td h2 {
	margin:0 0 10px 0;
	padding:0;	
	font-size: 1em
}
.floatleft {
	float: left;
	margin-right:15px;
}
.floatre {
	float:right;
	margin-left:15px;
	margin-bottom: 5px
}
p.meldung {
	border: 3px solid #454712;
	width: auto;
	text-align: center;
	padding: 15px;
	font-weight:bold;
	color: #454712
}

input,textarea,select {
width: 253px;
border: 2px solid #986931;
margin-bottom: 5px;
}
input.button {
width: 255px;
	border-width: 3px;
	border-style:solid;
	border-color: #DFD6CA #454712 #454712 #DFD6CA;
	margin-left: 1px;
	background-color: #986931;
	color: #FBFBF0
}
label {
	width: 200px;
	font-weight: bold;
	color:#986931;
	padding-left: 10px
}
p label {
padding-left: 0;
width: 60px;
display: inline-block;
float:left
}
table.liste td {
padding:5px;
	border-bottom:1px solid #986931;
	color: #454712;
	font-weight:bold
}
.liste a {
	text-decoration: underline!important 
}
th {
	color: #986931;
	text-align:left;
	padding-left:5px;
	border-bottom: 2px solid #986931
}
.main hr {
	margin-left: 20px;
	height: 1px;
	color: #986931;
	background-color: #986931;
	clear: both
}
div#button {
padding:0;
margin-bottom: 0;
font-family: Tahoma, Arial, sans-serif;
width: 180px;
background-color:#FBFBF0}

#button ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
width: 100%
    }

#button li {
    border-bottom: 1px solid #101010;
    border-top: 1px solid #e0e0e0;
    margin: 0;
    list-style: none;
    list-style-image: none;
    }

#button li a {
background-color:transparent;
    display: block;
				
    padding: 4px 4px 4px 10px;
    border-left: 0 none;
    border-right: 10px solid #E4DCCE;
    color: black;
    text-decoration: none;
font-size: 0.9em
    }

html>body #button li a {
    width: auto;
    }

#button li a:hover,#button li a.active {
    border-left: 0 none;
    border-right: 10px solid #DFD6CA;
    background-color: #986931;
    color: white;
    }

#button li a:visited {
    border-right: 10px solid #986931;
    border-left: 0;
}
input.small {
	width: 20px;
	border:0 none
}
form {
	width: 400px;
	margin-left: 20px;
	padding:0
}
form table {
	width: 100%
}
.tform td {
padding-right: 10px
}
span.klein{
	font-size:0.9em
}
fieldset {
	margin:0 0 15px 0;
	width: 400px;
	text-align:left;
}
legend {
	font-size:0.75em; 
	color: #986931
}
p.meldung {
	border: 2px solid red;
	width: 400px;
	text-align:center;
	padding:15px;
	font-weight:bold
}
div.preload {
	display:none;
}
div.main{
//	padding-bottom: 10px
	}
div.foot {
	// position: relative;
}


@media print {
div#button {
	display:none
}
div.main {
	width: 17cm;
}

div.head img {
	float:left;
	margin:0
}
h1.print {
position:absolute;
	display: inline;
	margin: 0 0 0 1cm;
	top: 1cm;
	width: auto;
}
div.foot {
	position:relative
} 
body {
	height: auto
}
}