html {font-family:  Verdana, san-serif;}
* {margin: 0;padding: 0;}
body {
	margin: 0.5% 4px 10px;
	background-color: limegreen;
	background-image: url(pics/DSCN4301.JPG);
/*	background-repeat: repeat-x;                     */
//	font-family: CommercialScript BT, san-serif;
	font-family: Verdana, san-serif;
}

form {
	display: inline;
}

div.page {
}

div.pager {
	height: 20px;
	width: 100%;
}

#innencontainer {
	width: 1000px;
	top:80px;
	background-color: lightgreen;
	border: solid 5px #304873;
//	background-image: url(pics/DSCN6880.JPG);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0 auto;
	margin-top: 70px;
	min-height: 700px;
	height:auto !important;
	height:820px;
	}


#Hauptauswahl {
  	position: relative;
	background-color: green;
	margin-left: 0px;
	margin-top: 0px;
	float:left;
	height: 700px;
	width:150px;
	font-weight: bold;
	font-size: 10px;
	padding-top: 3px;
	overflow:auto;
}

#Infofenster {
  	position: relative;
	background-color: lightgreen;
	margin-left: 0px;
	margin-top: 0px;
	float:left;
	height: 638px;
	width:850px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 3px;
	overflow:auto;
	color: black;
}

#Mail {
  	position: relative;
	background-color: saddlebrown;
	margin-left: 0px;
	margin-top: 0px;
        float:left;
	top:0px;
	height: 28px;
	width:850px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 3px;
	color: white;
	overflow:auto;
 }

#Kopf {
  	position: relative;
	background-color: saddlebrown;
	margin-left: 0px;
	margin-top: 0px;
	top:0px;
        float:left;
	height: 28px;
	width:850px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 3px;
	color: white;
	overflow:auto;
}


#Impressum {
 	position:absolute;
        top:250px;
        left:520px;
        border:8px solid  darkblue;
	background-color: SpringGreen;
	border:5px;
	margin-left:5px;
	height: 300px;
	width:450px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 3px;
	overflow:auto;
}

/* Formelemente */

select { color: DarkBlue; margin 5px; }
input.submit { color: Blue; margin 5px; }

/* Inhaltsgestaltung */
h1 {
	font-size:14px;
	font-weight: normal;
	margin:0;
	padding-top: 1px;
        color: white;
	text-align: center;
	font-family: Georgia,'Times New Roman',Times,serif;
	}


h2 { 
	font-size:18px;
	font-weight: normal;
	margin:0;
	padding-top: 1px;
        color: DarkGreen;
	text-align: center;
	font-family: Georgia,'Times New Roman',Times,serif;
	}

h3 {
     font-size:35px;
     color: DarkGreen;
     text-align: center; 
     font-weight : bold;
     font-family: Georgia,'Times New Roman',Times,serif;
     }

h4 {
	font-size:18px;
	font-weight: normal;
	margin:0;
	padding-top: 1px;
        color: DarkGreen;
	text-align: Left;
	font-family: Georgia,'Times New Roman',Times,serif;
	}

h5 {
        font-size:1.0em;
	margin:3;
	padding: 3px;
	color: blue;
	visibility=hidden;
	text-align: center;
	font-family: Georgia,'Times New Roman',Times,serif;
     	}

h6 {
	font-size:25px;
	font-weight: bold;
	margin:0;
	padding-top: 12px;
	color: red;
	text-align: center;
	font-family: Georgia,'Times New Roman',Times,serif;
	}

img {
	border-style: none;
	}
