/*********************************************************************************************	
	DESIGN : INSTINKT, the design company
	Copyright 2006ff programming and design by Christopher Friedmann
	Project: http://www.djpascha.net
	Date: 07.04.2006
*********************************************************************************************/
<!--
html,body {
height:100.05%;
margin:0;
padding:0;
width:980px;
margin-left:auto;/* center it*/
margin-right:auto;/* center it*/
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}

html {
background: url(background.gif) repeat-y center top;
background-color: #E1DDD9;
}


A { font-size: 12px; color: #000000; font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif; }
A:hover { color:#A1906C; }


#outer{
min-height:100.05%;
height:auto;
width:980px;
margin-left:auto;/* center it*/
margin-right:auto;/* center it*/
position:relative;
text-align:left;
}
* html #outer {
height:100.05%;
width:980px;/* box model hack for ie5.+*/
w\idth:978px
}
#headline {
position:absolute;
width:710px;
height:50px;
top:83px;
left:260px;
}
H1, H2, H3, H4, H5 {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #000000;
background-color:#ffffff;
margin: 0px;
padding: 0px;
}
LI {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #000000;
line-height:16px;
font-size: 12px;
}
LI A {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
line-height:16px;
font-size: 12px;
}
UL {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #000000;
line-height:16px;
font-size: 12px;
list-style:disc;
}
#logout {
	position:absolute;
	top:40px;
	right:10px;
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size:10px;
	text-transform: uppercase;
	color: #999999;
}
#logout A {
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color: #999999;
	}
#logout A:hover {
	color:#A1906C;
	}
-->


