/*============================================================
	Stylesheet für die Ansicht des Hauptmenüpunktes "News"
	
	Datei:	news.css
	Datum:	28. 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: 3%;
	margin-bottom: 3%;
}

#rahmen_news {margin:0 0 15px 190px;}

#fussbereich {margin-top: 200px;}

/*=============  Neuheiten  ========================*/

#rahmen_neuheiten {cursor: pointer; width: 700px; height: 60px;}

		

#neuheiten_text{width: 699px; text-align: center;}

#link_neuheiten{
	font-size: 125%;
	width: 690px;
	text-align: right;
}
	#neuheiten_link p {width: 690px; text-align:right; margin-top: -30px; margin-bottom: -60px;}

.ueberschrift_neuheiten {font-weight: bold;}

/*================== Trennungsstrich =================*/

#trennungsstrich_news {
	float: left;
	margin-left: 70px;
	width: 700px;
	margin-top: -10px;
	margin-bottom: -250px;
}

	#trennungsstrich_news p {width:550px; border-top: 1px solid #ff0000;}
	
#trennungsstrich_news2 {
	float: left;
	margin-left: 70px;
	width: 700px;
	margin-top: -22px;
	margin-bottom: -250px;
}

	#trennungsstrich_news2 p {width:550px; border-top: 1px solid #ff0000;}

/*===================  Events  ========================*/

#rahmen_events {
	margin-top: 20px;
	cursor: pointer;
	width: 700px;

}

#events {text-align: center;}
	
#link_events{
	font-size: 125%;
	width: 690px;
	text-align: right;
	margin-top: -5px;
}

/*==================Sonstiges=========================*/

#rahmen_sonstiges {
	margin-top: 20px;
	cursor: pointer;
	width: 700px;

}

#sonstiges {text-align: center;}
	
#link_sonstiges{
	font-size: 125%;
	width: 690px;
	text-align: right;
	margin-top: -5px;
}


	