/***
* File:         	content.css
* Package:      	mietenspiegel-hamburg.de
* Version:      	1.0
* Language:     	Cascading Style Sheets
* ---------------------------------------------------------------------------
* (c) 2008 		mietenspiegel-hamburg.de
* E-Mail:       	post@marlenehoffmann.com
* WWW:          	http://www.mietenspiegel-hamburg.de
* ---------------------------------------------------------------------------
* Author:       	marlenehoffmann.com
* Date:         	2008-15-07
* Last changed: 	2008-15-07
* Description:  	stellt die globalen Style Angaben für MEDIA=screen für den content-frame zur Verfügung 
***/




body,tr,td,th,ul,ol,h2,h3,h4,div,address,blockquote,nobr,form,span,input
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color: #0077B0;
	text-decoration: none;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #D0E8F4;
	SCROLLBAR-SHADOW-COLOR: #0077B0;
	SCROLLBAR-ARROW-COLOR: #0077B0;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}
				

a:link {
	color: #88C6E4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a:visited  {
	color: #88C6E4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}


a:hover {
	color:  #D0E8F4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}


a:active {
	color: #88C6E4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}
