@charset &quot;utf-8&quot;
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
	


body{
	background-color:#336699;
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/tapet.gif);
	}
#wrapper{
	width: 800px;
	background-color:#336699;
	margin:10px auto;
	border: 0px solid #336699;
	text-align:left;
}


#header {
	height: 65px;
	width: 100%;
	background-color: #336699;
}
/* Här ändrar man bakgrunden till hela sidan*/
body {
	background-attachment: fixed;
	background-color: #8B6543;
	background-image:url(images/tapet.gif)
	repeat:y
}



#centerContent {

	float: left;
	width: 100%;
    background-color:#336699;
	
}

#footer {
	height: 50px;
	width: 100%;
	background-color:#336699
	
	}


.padder {
	margin: 5px;
}


img {
	border: 0px solid #FFFFFF;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0px;
	
}
h1, h2, h3, h4, h5, h6 {
	background-color: #336699;
	text-indent: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.6em;
	padding: 5px;
	margin: 0px;
}
h1 {
	text-align: center;
	color: #FFFFFF;
	}
h3 {
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	letter-spacing: normal;
	}
h4 {
	text-align: center;
	color: #FFFFFF;
	}	
h5 {
	text-align: center;
	color: #FFFFFF;
	}	
 p{
	text-indent: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 30px;
}

/* modify how the links appear and behave */
a:link {
	color: blue;
	font-size: larger;
	margin-left: 20px;
	text-transform: capitalize;
	text-decoration:none;

}

a:visited {
	color: purple;
	font-size: larger;
	margin-left: 20px;
	text-transform: capitalize;
	text-decoration:none;

}

a:hover {
	color: red;
	font-size: larger;
	margin-left: 20px;
	text-transform: capitalize;
	text-decoration:none;
	
}

a:active {
	color: #E1572A;
	font-size: larger;
	margin-left: 20px;
	text-transform: capitalize;
	text-decoration:none;
}

/* affect wherever italic is used */
/*i, em {
	font-size: x-large;
}
.rubrik {
	text-align: center;
}
/* this changes the image's position and allows for the text to run around it. */
.imgWrap {
	float: right;
	margin: 10px;
}
/* this is applied to a div containing the main text area */
.textBox {
	padding: 5px;
	background-color:#FFFFFF;
}

#navcontainer ul
	{
	padding-left: 0;
	margin-left: 0;
	background-color: #9E7547;
	font-family:  Verdana, Arial,&quot;Trebuchet MS&quot;
	color: #000000;
	font-weight: bold;
	letter-spacing: .1em;
	float: left;
	width: 100%;
	border: 1px solid #000000;
	
	
	}

/* This makes the items in the list display horizontically */
#navcontainer ul li 
	{ 
	display:inline; 
	}
	
/* This changes any anchored links found in the list */
#navcontainer ul li a
	{
	padding: 0.2em 1em;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ffffff;
	background-position: center;
	
	}
	
/* This controls how the same links will appear on rollover */
#navcontainer ul li a:hover
	{
	background-color: #992222;
	color: #ffffff;

	
	}
	
	
.clearfix:after {

display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}


.clearfix {display: block;}
/* End hide from IE-mac */

.stil1 {font-size: medium;}
.stil2 {font-size: small;}