body {
	margin: 0px;
	padding:0px;
	background-color: darkkhaki;
	}
	
	
a {
	text-decoration: none;
	font-weight: bold;	color: darkgreen;
	}
a:hover {
	text-decoration: underline;
	color: darkorange;
	}	
	
	
div.alles {
	margin: 36px;
	padding:14px;
	background-color: white;
	border: 5px solid silver;
	
	}	
	
	
	
h2.top {
	font-size: 19px;
	color: gray;
	border-bottom: 3px double darkkhaki;
	margin-bottom: 12px;
	
	}	
	
	
input.suchfeld {
	
	font-weight: bold;
	font-size: 15px;
	height: 30px;
		}	
		
input.suchfeld2 {
	
	font-weight: bold;
	font-size: 20px;
	height: 40px;
		}			
	
div.s_unten {
	color: gray;
	text-align: center;
	border-top: 1px solid darkkhaki;
	width: 470px;
	
	
	}	
	
	
td.ttop {
	background-color: white;
	font-weight: bold;
	border-top: 2px solid darkkhaki;
	border-right: 1px solid darkkhaki;
	
	}
	
	
div.vorschlag {
	padding: 5px;
	margin: 4px;
	width: 580px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 3px solid silver;
	border-bottom: 3px solid silver;
	
	
	
	}	
	
input.input_vorschlag {
	font-weight: bold;
	}
textarea.input_vorschlag {
	font-weight: bold;
	}






/* ********************** */	
	
	
	