@charset "UTF-8";
/* CSS Document */

body {	
	
	margin: 0px;
	
	padding: 0px;
	
	border: 0px;
	
	background-color: #FFCC99;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 100.01%;

	color: #993300;
}

#zentrierung {

	text-align: center;
	
	position: absolute;
	
	top: 30%;
	
	left: 0px;
	
	width: 100%;
	
	height: 1px;
	
	overflow: visible;
	
	visibility: visible;
}

#inhalt { 
	
	text-align:center;
	
	background:url(../bilder_allgemein/verlauf.gif);	
	
	margin-left: -20em;
	
	position: absolute;
	
	top: -10em;
	
	left: 50%;
	
	width: 46em;
	
	height: 35em;
	
	
}

a:link {

	font-size: 1em; 

	font-weight:bold; 
	
	color: #993300;
	
	text-decoration:none; 
	
	}
	
	
a:visited { 
	
	font-size: 1em;
	
	font-weight:bold; 
	
	color:#993300; 
	
	text-decoration:none; 

	}


a:focus { 

	font-size: 1em;
	
	font-weight:bold; 
	
	color:#993300; 
	
	text-decoration:none; 

	}


a:hover { 

	font-size: 1em;
	
	font-weight:bold; 
	
	color:#0066FF; 
	
	text-decoration:none; 
	
	}


a:active { 

	font-size: 80%;
	
	font-weight:bold; 
	
	color:#993300; 
	
	text-decoration:none; 

	
	}

a.zwei:link {

	font-size:80%;
	
	font-weight:normal;  
	
	color:#993300;
	
	text-decoration:none; 
	
	}
	
	
a.zwei:visited { 
	
	font-size: 80%;
	
	font-weight:normal;  
	
	color:#993300; 
	
	text-decoration:none; 

	}


a.zwei:focus { 

	font-size: 80%;
	
	font-weight:normal;  
	
	color:#993300; 
	
	text-decoration:none; 

	}


a.zwei:hover { 

	font-size: 80%;
	
	font-weight:normal;  
	
	color:#0066FF; 
	
	text-decoration:none; 
	
	}


a.zwei:active { 

	font-size: 80%;
	
	font-weight:normal;  
	
	color:#993300; 
	
	text-decoration:none; 

	
	}


#inhalt p {

	padding: 1em;
	
}

.fett_und_gross {
	
	font-size: 1em;
	
	font-weight: bold;
}


