/***
* File:         	content.css
* Package:      	unterbelichtet.net
* Version:      	1.0
* Language:     	Cascading Style Sheets
* ---------------------------------------------------------------------------
* (c) 2008 		unterbelichtet.net
* E-Mail:       	info@unterbelichtet.net
* WWW:          	http://www.unterbelichtet.net
* ---------------------------------------------------------------------------
* Author:       	marlenehoffmann.com
* Date:         	2008-22-01
* Last changed: 	2008-22-01
* 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: "Courier New", "Times New Roman";
	font-size: 10pt;
	color:#000000;
	text-decoration: none;
	SCROLLBAR-FACE-COLOR: #D2C4BD;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #D0C5BB;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #000000;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}

.grau {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color:#383838;
	text-decoration: none;
}

.bold {
	font-family: "Courier New", "Times New Roman";
	font-size: 10pt;
	color:#000000;
	text-decoration: none;
	font-weight : bold;
}

.header {
	font-family: "Courier New", "Times New Roman";
	font-size: 10pt;
	color:#000000;
	text-decoration: underline;
	font-weight : bold;
}
				

a:link {
	font-family: "Courier New", "Times New Roman";
	font-size: 10pt;
	color: #4A4A4A;
	text-decoration: underline;
}

a:visited  {
	font-family: "Courier New", "Times New Roman";
	font-size: 10pt;
	color: #4A4A4A;
	text-decoration: underline;
}


a:hover {
	font-family: "Courier New", "Times New Roman";
	font-size: 10pt;
	color: 686868;
	text-decoration: none;
}


a:active {
	font-family: "Courier New", "Times New Roman";
	font-size: 10pt;
	color: #4A4A4A;
	text-decoration: underline;
}
