/*Allgemeine Einstellungen*/

body, div, table, td, textarea 
{				 
	color: #D0CFC9;
	font-family: arial;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
	background: #DEDEDE;
}

div.header
{
	position: absolute; 
	left: 0px; 
	top: 0px;
	z-index:0;
}

div.credit
{
	position: absolute;
	left: 365px;
	top: 275px;
	z-index: 0;
	color: #ffffff;
	background: none;
}

div.content
{
	width:345px;
	_width:360px;
	height: 124px;
	_height: 125px; 
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px; 
	position: absolute; 
	left: 0px; 
	top: 144px;
	background: #F0F0F0;
}

/*Effekte*/

i
{
	color: #D0CFC9;
	font-family: georgia;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 2x;
}

u
{
	color: #D0CFC9;
	font-weight: none;
	text-transform: uppercase;
	font-family: georgia;
	font-size: 10px;
	text-decoration: none;
	border-bottom: 1px dotted #D0CFC9;
}

b
{			
	color:#ffffff;
	font-weight:bold;
	text-transform: uppercase;
	font-family: georgia;
	font-size: 16px;
}

a 
{
	color: #D0CFC9;
	text-decoration: none;
	padding-right: 6px;
	border-top: 3px double #ffffff;
}

a:hover 
{			
	color: #EA0000;
	text-decoration: none;
	padding-right: 6px;
	border-top: 3px solid #D0CFC9;
}
