/*============================================================
	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 {
	text-align: center;
	margin: 3% 0 3% 0%;
}

#gerade_events {margin-left: 15%; font-size: 105%;}

#gerade_events li {list-style-type: none;}

#trennungsstrich_events {
	text-align: center;
	margin: 2% 0 2% 50px;
	border-bottom: 1px solid #ff0000;
	width: 55%;
}

#anzeige li {
	display: inline;
	list-style-type: none;
}

#datum {
	margin-left: 2%;
	margin-right: 5%;
}

#fussbereich {margin-top: 290px;}
