@charset "utf-8";
				
/*sidlayout */

div#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	position: relative;
			}
			
div#sidhuvud {
	width: 800px;
	position: relative;
	background-image: url(images/header.jpg);
	height: 355px;
	}

div#text {
	width: 800px;
	}
		
div#meny {
	width: 100%;
	height: 40px;
	}
	
div#autograf {
	float: left;
	background-image: url(images/autograf.gif);
	height: 86px;
	width: 150px;
	background-repeat: no-repeat;
	margin-left: 20px;
	}
	
div#sponsruta {
	width: 800px;
	font-family: "Comic Sans MS", "Lucida Console", "Arial";
	font-size: 10px;
	text-align: center;
	color: #CCCCCC;
	height: 20px;
	border-top: 1px solid #D8D8D8;
	}
			
div#bildbox {
	width: 200px;
	float: left;
	text-align: center;
	}

div#bildbox2 {
	width: 230px;
	float: left;
	text-align: center;
	}
	
div#bildbox3 {
	width: 230px;
	float: left;
	text-align: center;
	}
	
/*textlayout */
	
h4 {
	font-family: "Comic Sans MS", "Lucida Console", "Arial";
	margin-left: 20px;
	border-bottom: 1px solid #FF66FF;
	width:650px;
	font-size: 20px;
	margin-top: 20px;
	font-weight: lighter;
	}
p {
	margin-left: 20px;
	font-family: "Comic Sans MS", "Lucida Console", "Arial";
	font-size: 15px;
	}

#text a:link {
	text-decoration: underline;
	color: #000000;
	}
	
#text a:hover {
	text-decoration: underline;
	color: #000000;
	letter-spacing: 5px;
	}
	
#text a:visited {
	color: #666666;
	}
	
#sponsruta a:link {
	text-decoration: underline;
	color: #CCCCCC;
	}
	
#sponsruta a:visited{
	color: #CCCCCC;
	}