/*============================================================
	Stylesheet für die Ansicht des Untermenüpunktes "webseiten"
	
	Datei:	webseiten.css
	Datum:	10. 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%;
	margin-bottom: 20px;
	text-align: center;
	
}

#rahmen_webseiten {
	float:center;
	width: 500px;
	margin-left: 270px;
	
}
	#rahmen_webseiten p {
		text-align: center;
		font-size: 110%;
		padding-top: 5px;
		cursor: pointer;
	}

#trennungsstrich_webseiten {
	width: 60%;
	margin-left: 20%;
	border-bottom: 1px solid red;
}

#fussbereich {margin-top: 70px;}

#link_nachoben {
	font-size: 95%; 
	margin-top: 5px; 
	text-align: right;
	margin-bottom: -20px;
	margin-right: 30px
}

	#link_nachoben a {
		color: #615d5c;
	}
	#link_nachoben a:hover, #link_nachoben a:focus { background-color: #F5E39E; color: #615d5c;}