/***
* File:         	content.css
* Package:      	steeltown.de
* Version:      	1.0
* Language:     	Cascading Style Sheets
* ---------------------------------------------------------------------------
* (c) 2003 		hier.com
* E-Mail:       	office@hier.com
* WWW:          	http://www.steeltown.de
* ---------------------------------------------------------------------------
* Author:       	marlene hoffmann
* Date:         	2003-01-10
* Last changed: 	2003-01-10
* 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:12px;
	color:#000000;
	text-decoration: none;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #7396AF;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}
		
.header {
	color:#5F5F5F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration: none;
	font-weight : bold;
}
		
.weiss {
	color:#ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}


.blau {
	color:#567AB5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}

.grau2 {
	color:#5F5F5F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}

.grau {
	color:#CCCCCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
}
	
a:link {
	color:#000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}

a:visited  {
	color:#000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}


a:hover {
	color:#707070;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}


a:active {
	color:#707070;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}
