html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url(bilder/bg.png) repeat-x white;
	color: #7e7e7e;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	scrollbar-face-color: #ffffff; 
    scrollbar-highlight-color: #ffffff; 
    scrollbar-shadow-color: #ffffff;
    scrollbar-3dlight-color: #cccccc;
    scrollbar-arrow-color: #cccccc; 
    scrollbar-track-color: #ffffff;
    scrollbar-darkshadow-color: #cccccc;
}

::-moz-selection {
	color: black;
}

a {
	text-decoration: none;
	color: #7e7e7e;
}

img {
	border: 0px;
}

.c {
	text-align: center;
}

p {
	padding: 0;
	margin: 0;
}

.small {
	font-size: 11px;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	margin: 2px 0px 10px 0px;
	float: left;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 2px 0px 12px 0px;
	float: left;
}

#wrapper {
	margin: auto;
	min-height: 100%;
	width: 929px;
	text-align: left;
}

.maincontainer_small {
	width: 165px;
	float: left;
}

.maincontainer_small .right a {
	text-decoration: underline;
	color: #eda56b;
}

.maincontainer_small a:hover {
	text-decoration: underline;
	color: #eda56b;
}

.maincontainer_small .top {
	background: url(bilder/smalltop.png);
	height: 12px;
	width: 165px;
}

.maincontainer_small .shadow {
	background: url(bilder/shadow.png);
	height: 2px;
	width: 137px;
	margin: 10px 0px 20px -7px;
}

.maincontainer_small .content {
	background: white;
	min-height: 160px;
	text-align: left;
	padding: 5px 20px 0px 20px;
}

#maincontainer {
	width: 583px;
	margin-left: 8px;
	margin-right: 8px;
	float: left;
}

#maincontainer .top {
	background: url(bilder/bigtop.png);
	height: 12px;
	width: 583px;
}

#maincontainer .content {
	background: white;
	min-height: 160px;
	text-align: left;
	padding: 5px 20px 0px 26px;
}

.button {
	background: url(bilder/button.png);
	float: right;
	height: 22px;
	width: 26px;
	margin-top: 3px;
}

#headcontainer {
	background: url(bilder/logo.png);
	height: 57px;
	width: 435px;
	margin: 30px 0px 7px 0px;
	padding: 113px 0px 0px 493px;
}

#menucontainer {
	height: 26px;
}

#undermenucontainer {
	height: 26px;
	margin: 8px 0px 0px 18px;
}

#undermenucontainer a {
	text-decoration: none;
	margin-right: 18px;
}

#undermenucontainer a:hover, .active {
	text-decoration: none;
	color: #eda56b;
}
	
#menu {
	color: #b8977e;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	height: 12px; /* sätt en höjd eftersom vi nu kommer att använda floats */
}

#menu ul {
	list-style-type: none; /* ta bort punkterna i listan */
	padding: 0;
	margin: 0;
}

#menu ul li {
	float: left; /* gör varje <li> till float */
}

#menu ul li a, /* bytte ut .link till a istället för att slippa skriva det på varenda rad */
#menu ul li a.link_active {
	margin: 1px 15px 1px 0px;
	padding: 5.5px 8px;
	color: #a1a1a1;
	display: block; /* så länkarean ska nå ut till slutet av padding */
}

#menu ul li a:hover,
#menu ul li a.link_active { 
	background: url(bilder/hover.png); /* man behöver inte skriva -color */
	color: #f7f7f7;
}

