/**
 * Style sheet 
 *
 * Af: Gregers Petersen, gpweb.dk
 * Sidste rettelse: 2008-03-02
 */

body
{
 	background-color: #dedede;
	margin: 0px 0px 0px 0px;
	font-family: sans-serif;
}


a, a:visited
{
 color: #c60021;
}

h1
{
margin-top: 0px;
}


#side
{
	width: 600px;
	margin-left: 300px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
}




/* Bunden */
#footer
{
	width: 600px;
	margin-left: 300px;
	padding-top: 5px; 
	text-align: center;
}

#footer a
{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}


/*  Toppen */

#cigarmanden 
{
	position: relative;
	left: -96px;
	z-index: 150; 
	clear: both;
}

#topbaggrund
{
	position: absolute;
	left: 301px;
	top: 0px;
}

#top
{
	width: 600px;
	margin-left: 300px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-top: 0px;
	background-color: #ffffff;
}

#menu {
	position: relative;
	top: -37px;
	height: 30px;
	line-height: 30px;
	z-index: 100;
	background-color: #c60021;	
	padding-left: 150px;
}

#menu a:link, #menu a:visited
{
	display: block;
	float: left;
	color: #fff;
	width: 90px;
	text-align: center;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin-left: -1px;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 15px;
}

#menu a:hover
{
	color: #fff;
	background-color: #ff9999;
}

#menu .active 
{
	background-color: #ff9999;
}
