/*============================================================
	Stylesheet für die Ansicht von den Hauptmenüpunkt Customize

	Datei:	customize.css
	Datum:	17. März 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-top: 2%;
	margin-bottom: 3%;
}

table {border-collapse: collapse;}

#customize_einleitung {width: 70%; margin-left: 180px; margin-bottom: 40px;}

.gerade {list-style-type: none; text-align: center;}

#customize_zeile {cursor: pointer;}

#fussbereich {margin-top: 80px;}
