BODY, P, DIV, TD   {
	font-size : 12px; color: #DDDDDD;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
}

BODY {
	background-image: url(/gfx/bak.gif);
	background-repeat: repeat;
	margin-top: 2px; padding-top: 2px;
	text-align: center;
}

	
H1 {
	font-size : 18px;
	font-weight : bold;
	margin : 0px;
}

H2 {
	font-size : 15px;
	font-weight : bold;
	margin : 0px;
}

A, A:Active, A:Visited, A:Link {
	color : #FFaa00;
}

A:Hover  {
	color : FF0000;
	text-decoration: underline;
}

/* side */

#layout {
	width:832px; 
	background-color:black; margin:auto;
}

#layout2 {
	width:810px; 
	background-color:#B56F00; padding:1px;
}

#topp {
	width: 810px; height: 109px;
	background-image: url(gfx/topp.jpg);
}

#konteiner {
	background-image: url(gfx/side.gif);
	background-repeat: repeat;
	width: 810px;	
}

#side {float:left; text-align: left;
	width: 600px; 
	margin-left: 25px; margin-top: 25px;
}

#bunn {
	width:832px; text-align: center;
	background-color:black; margin:auto;
	font-size: 10px; color: Gray;
}

#bunn a, #bunn:visited {
	text-decoration: none;
	line-height: 12px; color: Gray;
}

/* marg */

#marg {
	float:left;
	width: 157px; text-align: left;
	margin-top: 14px;
}

#meny {
	margin: 2px;
	font-size: 10px;
}

#logo {
	width: 155px; height: 165px;
	background-image: url(gfx/marglogo.gif);
	background-repeat: no-repeat;
}

#meny ul {
	margin: 0px; padding: 0px;
	list-style: none;
}

#meny ul li {
	margin-top: 2px;
	background-image: url(gfx/knapp.gif);
	background-repeat: no-repeat;
	line-height: 22px; text-indent: 5px;
}

#meny li.spacer {
	background-image: none;
	line-height: 12px;
}

#meny ul li A, #meny ul li A:Visited, #meny ul li A:Active {
	color : #CBBEAB;
	font-size : 12px; font-weight: bold;
	text-decoration: none;
}

#meny ul li A:Hover  {
	color : white;
}

#meny ul li ul {
	padding-bottom: 12px;
	background-color: #603B00;
}
#meny ul li ul li {
	margin-top: 0px; line-height: 14px;
	background-image: none;	
	font-weight: bold;
}

#meny ul li ul li A, #meny ul li ul li A:Visited, #meny ul li ul li A:Active {
	color : #CBBEAB;
	font-size : 11px;
	text-decoration: none;
}

#meny ul li ul li A:Hover  {
	color : white;
}


/* Submeny */

.closed {
	display: none;
}

.open {
	display: block;
	list-style: none;
	margin-bottom: 2px;
}

