/* CSS Document */

body 	{

	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #d2d2d2;
	background-image: url(grafik/bg.gif);
	margin: 0;
	text-align: center;
}
h1 { font-size: 16px; color:#333333; }

a:link 		{ text-decoration: none; color: #00527f;}
a:visited 	{ text-decoration: none; color: #00527f;}
a:active 	{ text-decoration: none; color: #000;}
a:hover 	{ color: #511f1f; text-decoration: underline; }
a img 	{border: 0; }

#botteninfo {font-family: verdana, Arial; 
font-size: 9px; 
color: #f4edd3; 
float: right; 
margin-right: 2px
}
#botteninfo a:link { 
color: #f4edd3; 
}

#page-container {
	width: 900px;
	margin: auto;
	
	text-align: left;
}
#innehall_bg {
	background-color: white;	
	border: 1px solid #7b282d;	
	margin-top: 8px;
	margin-right: 5px;
	padding: 0;
	text-align: left;

}

#toprand {
	background: #7b282d;
	clear: left;
	height: 10px;
}
#top {
	height: 70px;
	text-align: center;
	margin: 0;
}


#content {
	float: left;
	text-align: left;
	margin-left: 30px;
	margin-top: 20px;
	padding-left: 5px;
	padding-bottom: 15px;
	padding-top: 0;	
	height: 445px;
	width: 700px;
	overflow: auto;
}


#botten {
	font-size: 12px; 
	color: white; 
	background: #7b282d;
	padding-top: 17px;
	text-align: center;
	clear: both;
	height: 20px;
}
#botten a:link { 
	color: white; 
	text-decoration: none;
}
#botten a:hover { 
	color: light grey; 
	text-decoration: underline;
}

#menycontainer {
	float: left;
	width: 140px;	
	text-align: left;		
	padding: 0;
	margin: 0;
	margin-top: 20px;
	height: 370px;	
	
}

#meny {

	text-align: left;
	padding: 0;
	list-style-type: none;
	margin-left: 0px;
}
#meny a	{
	width: 125px; 
	text-decoration: none; 
	display: block; 
	padding: 5px 11px; 
	margin-bottom: 1px; 
	background: #7b282d;  
}

#meny a:link	{
	color: white;
}

#meny a:visited	{
	color: white;
}

#meny a#current	{font-weight: bold;}

#meny a:hover	{
	color: lightgrey;
}

#meny ul 		{
	list-style-type: none;
} 

#meny ul a:link	{
	color: #7b282d;
}

#meny ul a:visited	{
	color: #7b282d;
}

#meny ul a:hover	{
	color: grey;
}



#meny ul a 		{
	width: 122px;
	margin-left: -25px;
	margin-bottom: 1px; 
	padding: 2px 5px; 
	background: white;
}
	
#meny a#current {
	font-weight: bold; 
}


#parny {
	font-size: 9px; 
	padding-top: 3px;
}
#parny a:link { 

	color: #999999;
	text-decoration: none;
}
#parny a:visited { 

	color: #999999;
	text-decoration: none;
}
#parny a:hover { 
	color: #cc3300; 
	text-decoration: none;
}