/*============================================================
	Stylesheet für die Ansicht des Hauptmenüpunkts Über uns
	
	Datei:	ueber_uns.css
	Datum:	09. April 2008
	Autor:	Tobias Bathcke
=============================================================*/

/*==============================================
	"body" Styles
==============================================*/

body { 
	color: #615d5c; /* Schriftfarbe */
	background-color: #fdebc9; /* Hintergrundfarbe */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small; 
}

/*=============================================
	Hyperlinks
==============================================*/

a { 
	text-decoration: none; 
	outline: none;
}
	
a:hover, a:focus { /* Farbe beim drüberfahren mit dem Mauszeiger */
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: red;
}
	
a:active { background-color: #ffffff; }

/*============================================
	Textbereich
=============================================*/

#wrapper {
	width: 900px;
	margin: auto;
}

#ueberschrift {
	margin-top: 3%;
	text-align: center;
	margin-left: 8%;
}

#rahmen_ueberuns{width: 700px; margin: 50px 0 0 180px;}

#link_geschichte {width: 650px; text-align: center; cursor: pointer;}
#link_webseiten {width: 650px; text-align: center; cursor: pointer;}

#trennungsstrich_ueberuns {width: 650px; }
	
	#trennungsstrich_ueberuns p { 
		margin-left: 100px; 
		width: 450px; 
		border-top: 1px solid #ff0000;
	}
	
#fussbereich{margin-top: 200px;}

