a { font-size: 0.98em; }
a:link { color:#000099; text-decoration:none; }
a:visited { color:#606060; text-decoration:none; }
a:active { color:#FF4500; }
a:hover { color:#FF4500; }

body { background-color:#E1E1FF;
font-family:Verdana, Arial, sans-serif;
font-size:100.01%;
color:#191970;
margin: 0; padding: 12px;
min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler */
}
h1 { margin:0 0 0.2em 244px;
background-image:url(logo_neu.png);
background-repeat: no-repeat;
}
div#nav { background-color:#EBEBEB;
font-size: 1em;
line-height: 1.2em;
float: left; width: 200px;
margin: 0;
border: 1px solid #EB0000;
background-image: url(marienkaefer.png);
background-repeat: no-repeat;
background-position: center top;
padding-bottom: 40px;
}
div#nav p {
    margin: 0.1em; padding: 2em 0.5em; text-align:center;
  }
div#nav a {
    display: block; border:1px dashed #191970;
    padding: 0.4em 0.6em;
    font-weight: bold;
  }
div#nav a:link {
    color: #000099;
  }
div#nav a:visited {
    color: #666;
  }
div#nav a:hover {
    color: #EB0000; background-image:url(stromb.jpg); border:1px solid #191970;
  }
div#nav a:active {
    color: white; background-color: gray;
  }

div#main { background-image:url('streifen.jpg');
    font-size: 0.98em;
    margin: 0 0 0 212px;
    min-height: 605px;
    padding: 1.2em 2em 4em 2em;
    border: 1px solid #EB0000;
  }
  * html div#Main {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }

div#main li { list-style-type:square;
padding-top:1.2em;
 }
div#main a {
    font-weight: bold; font-size: 0.98em;
  }

div#main p {
    margin-top:2em; margin-bottom:0.3em;
  }

table { background-color:#EBEBEB; }
.tabkont  { font-family:Verdana, Arial, sans-serif; font-size:0.95em; color:#191970; }

.buchh th, td { padding:3px 6px; border-bottom: 1px solid #191970; }

.eingabe td { padding:15px }

.ausw th { padding: 7px; }
.ausw td { padding: 7px 18px 7px 7px; }

.ausw_2nd th { padding: 7px; }
.ausw_2nd td { padding: 7px 18px 7px 7px; }

h2 { color: #EB0000; font-family:Verdana, sans-serif; font-size:1.6em; font-weight:bold; letter-spacing:2px; 
display:block; padding-bottom:6px; border-bottom: 1px solid #191970; } /*Titel Main*/

h3 { font-family:Arial, sans-serif; letter-spacing:1px; font-size:1.5em; font-weight:bold; margin-top:36px; }
h4 { font-family:Arial, sans-serif; letter-spacing:1px; font-size:1.2em; font-weight:bold; }
h5 { font-family:Verdana, Arial, sans-serif; font-size:1.1em; font-weight:bold; }
h6 { font-family:Verdana, Arial, sans-serif; font-size:1em; font-weight:bold; font-style:italic; } /*für Hinweise*/

hr { height:1px; color:#191970; /*background-color:#191970;*/ }

input {font-size: 0.98rem; width:220px;}

.select-css {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 2em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	/* box-shadow: 0 1px 0 1px rgba(0,0,0,.04); */
	/* border-radius: .5em; */
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:normal;
}

