body {
	/*background-color: #ebebeb;*/
	
	scrollbar-DarkShadow-Color:#ebebeb;
	scrollbar-Track-Color:white;
	scrollbar-Face-Color:white;
	scrollbar-Shadow-Color:#c62b3a;
	scrollbar-Highlight-Color:#ebebeb;
	scrollbar-3dLight-Color:#c62b3a;
	scrollbar-Arrow-Color:#c62b3a;
	overflow-y: auto;
}



#menue {
	valign: center;
	text-align: center;
	width: 825px;
	margin: 0px auto;
	z-index: 1;
	
	padding-top: 20px;
	
	

	
}


#kasten {
	/*position: fixed;
	background-color: #ebebeb;
	left: 750px;
	top: 40px;
	width: 200px;
	padding: 10px;
	border: 1px solid black;*/
}



#inhalt {
	/*width: 500px;
	height: 300px;*/
	z-index: 10;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;	
}

#titel {
	background-repeat: no-repeat;
	margin: 0px auto;
	height: 100px;
	width: 100%;
	/*height: 300px;*/
	z-index: 10;
	text-align: center;
	
	
}


#fusszeile {
	width: 800px;
	margin: 0px auto;
	padding: 10px;
	z-index: 10;
	/*position: absolute;
	left: 0px;
	top: 500px;*/
	border: thin solid #000066;
	text-align: center;
	overflow: visible;
	}



/*-------Schrift----- */


p, h1, h2, h3, h4, h5, h6 {font-family: times; color: #c62b3a; }

/*p {font-size=14px;}*/

.kl p {font-size=11px;}

.rot {color: red;}


.mi {
	text-align: center;
	border: thick dotted #F00;
}


h1 {font-size: 3em;}


.h2 {
	font-weight: bold;
}

h3 {
	font-size: large;
}


/*--------------- Formulare----------*/

form	{
	align: center;
	}
	
input.feld1	{
	background: #ebebeb;
	width: 130px; 
	height: 30px;
	font-size: 15px;
	color: #c62b3a;
	border: 1px solid color: #c62b3a;
	cursor: hand;
	}


.feld	{
	overflow: hidden;
	border: 1px solid color: #c62b3a;
	/*text-align: center;*/
	}
	
 





  
