/*============================================================
	Stylesheet für die Ansicht des Untermenüpunkts "Events"
	
	Datei:	events.css
	Datum:	03. 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: 3% 0 3% 45%;
}

#text_sonstiges table {font-size: 11pt;}

#text_sonstiges {
	text-align: center;
	margin-left: 190px;
	margin-bottom: 50px;
}



