/*============================================================
	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%;
}

#dekor_rahmen {margin-left: 20%;}

#dekor_bilder {text-align: center; margin: 3% 0 3% 0;}
	#dekor_bilder img {border-right: 10px solid #fdebc9;}
	
#ueberschrift_dekor {
	font-size: 110%;
	text-decoration: underline;
}

#labelling_rahmen {margin: 5% 0 10% 20%;}

#ueberschrift_labelling {
	font-size: 110%;
	text-decoration: underline;
}
