/*============================================================
	Stylesheet für die Ansicht des Untermenüpunkts "Neuheiten"
	
	Datei:	neuheiten.css
	Datum:	02. 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;
}

table {
	border-collapse: collapse;
}

#trennungsstrich_neuheiten {
	text-align: center;
	margin: 2% 0 2% 10%;
	border-bottom: 1px solid #ff0000;
	width: 65%;
}

#rahmen_neuheiten {
	margin-left: 20%;
	margin-bottom: 5%;
}

	#rahmen_neuheiten a {
		color: white;
		background-color: #fdebc9;
		border-color: #fdebc9;
	}
	
	#rahmen_neuheiten a:hover {
		color: red;
	}

#tabelle_neuheiten {cursor: pointer; font-size: 95%;}

#spalte_neuheiten {width: 80%;}

#zeile1_neuheiten {width: 5%;}

#zeile2_neuheiten {width: 40%; text-align: left;}

#zeile3_neuheiten {width: 15%;}

.ueberschrift_neuheiten {font-weight: bold;}

#link_nachoben {
	font-size: 95%; 
	margin-top: 3%; 
	text-align: right;
}

	#link_nachoben a {
		color: #615d5c;
	}
	#link_nachoben a:hover, #link_nachoben a:focus { background-color: #F5E39E; color: #615d5c;}
	
#fussbereich {margin-top: 10px;}
