/* (001) GE 061003 */ 
body 
{
	text-align: center;
	background: #8c8c8c;
}

form, legend, input, textarea, select, table, h1, ol, ul, th, code 
{
	 font-family: arial, sans-serif;
}

#box h1
{
	color: #ae0808;
        font-size: 18px;
}

#box h2
{
	font-size: 14px;
        color: #ae0808;
}

#box 
{
	background: #fff;
	width: 777px;
	text-align: left;
	margin: auto;
        border: #64676c 1px solid;
}

#col2 a:link, #col2 a:visited
{
	color: #ae0808;
	text-decoration: none;
	
}

#col2 a:hover
{
	color: #000;
	text-decoration: none;
}
	

#content_box
{

}

#col1,
#col2,
#col3,
#col4 
{
	float: left;
}

#col1 
{
	width: 10px;
	padding-top: 0.01em;
}

#col2 
{
	width: 750px;
        color: #6c6c6c; 
        font: 11px arial, sans-serif;
}


#header 
{
	height: 84px;
	background-image: url(http://www.testwebben.se/298/Images/logo.jpg);
}

#footer 
{
	height: 25px;
	text-align: center;
	color: #333333;
        background: #c8c8c8;
        border-top: #64676c 1px solid; 
        font: 10px arial, sans-serif; 
        padding: 3px 0 0 0;
        margin: 1px;
}

#footer  a:link, 
#footer a:visited
{
	color: #333333;
	text-decoration: none;
	
}

pFooterText
{
        padding: 0px;
        margin: 0px;
}


.clear 
{
	clear: both;
}

/* MENU */

div#nav 
{
	width: 777px;
	background: #c8c8c8;
	font: 10px verdana, sans-serif;
	line-height: normal;
	height: 19px;
        border-top: #64676c 1px solid; 
        border-bottom: #64676c 1px solid; 
}

div#nav ul 
{
	margin: 0px;
	margin-left: 5px;
	list-style: none;
	font: 10px "verdana",sans-serif;
	font-weight: normal;
        
}

div#nav li 
{
	float: left;
	margin:0;
	margin-left: 0px;
	font-size: 1em;

}

div#nav a 
{
	display: block;
	padding: 2px 10px 9px 10px !important;
        padding: 4px 10px 4px 10px;
	margin:0;
	color: #333333;
        font-weight: bold;
}

div#nav li#liCurrent a,
div#nav a 
{
	font-weight: bold;
}

div#nav a 
{
	float: left;
	text-decoration: none;
}

div#nav li#liCurrent
{
	
}

div#nav a:hover,
div#nav li#liCurrent a 
{
	color: #ae0808;
}

