body {
	background-color: #718895;
	background: url(pics/bg.png) repeat;
	font: 12px arial, sans-serif;
	color: #f7f7f7;
	margin: 0; padding: 0;
/*	align: center;*/
	margin-bottom: 50px;
}


/* Alla länkar utom i menyn */
a {
	color: #cdf;
	font-weight: bold;
	text-decoration: none;
}

img {
	border-top: solid #abc 2px;
	border-left: solid #cde 2px;
	border-right: solid #def 2px;
	border-bottom: solid #fff 2px;
	padding:1px;
	margin: 5px;
}



a:hover{
 color: #fbfbff;
 text-decoration: none;
}

input, textarea{
	background-color: #ebebe7;
}

.button{
	background: url(pics/footbackgr.png) repeat-x;
	border-right: solid #cde 2px;
	border-left: solid #def 2px;
	border-top: solid #fff 2px;
	border-bottom: solid #567 2px;
	color:#990000; 
	font-weight:bold; 
}

.button:hover{
	border-right: solid #abc 2px;
	border-left: solid #fff 2px;
	border-top: solid #fff 2px;
	border-bottom: solid #345 2px;
	color: black;
}


.inset {
	background-color: #5e717c;
	border-right: solid #b1d5e9 1px;
	border-left: solid #31373b 1px;
	border-top: solid #31373b 1px;
	border-bottom: solid #b1d5e9 1px;
}


/* Följande har delvis samma värden */
#headercontent, #menu, #footer, #content {
	position: relative;
	left: 0; top: 0;
}



#header { /* Huvud med sidans namn */
 	min-width: 750px;
	height: 110px;
	background-color: #CC3333;
	background: url(pics/menybaktop2.png) repeat-x;
}

#headercontent {height: 110px;}


#menucontent, #headercontent, #content {
	width: 750px;
	text-align: left;
}



#menucontent {
	text-align: right;
	padding-right: 20px;
}




#header h1, #header h2 { /* Sidans namn med skuggning */
	position: absolute;
	margin: 0;
	padding: 0;
	font: 3.5em georgia, serif;
	text-align: left;
}
#header h1 { /* Sidans namn med skuggning, övre lager */
	left: 25px; bottom: 20px;
	color: #fff;
	z-index: 1;
}
#header h2 { /* Sidans namn med skuggning, undre lager */
	left: 26px; bottom: 19px;
	color: #3E515E;
	z-index: 0;
}

#menu {
 	min-width: 750px;
	height: 40px;
	padding-top: 4px;
	margin: 0;
/*	text-align: right;*/
	font: bold 1em arial, sans-serif;
	background-color: #FFF;
	background: url(pics/menu-bg.png) repeat-x;
	color: #333;
}
#main #menu a{ 
	color:#990000; 
	text-decoration:none; 
	font-weight:bold; 
	padding-left:10px; 
	padding-right: 10px; 
	border: none; 
}
#main #menu a:hover{
	color:#000;
	text-decoration:none; 
	padding-left:9px; 
	padding-right: 9px; 
	border-left: solid white 1px;
	border-top: solid white 1px;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;

}

#fotbild {
 	min-width: 750px;
	height: 30px;
	background: url(pics/footbackgr.png) repeat-x;
}

#foot {font-size: 80%;}

#content {
	height: auto;
	height: auto;
	margin-bottom: 30px;
	text-align: left;
}

/* Innehåll i p taggar */
p {
	margin: 5px 25px 10px;
	padding: 0;
	line-height: 1.5em;
	text-align: justify;
}

/* Använd denna h4 för att citera (quote) */
.quote {
	margin: 0 30px 10px 50px;
	font: italic 0.8em verdana, sans-serif;
	background-color: #fff;
	padding: 5px;
	text-indent: 0;
	border: 1px #aaa dotted;
}

/* Använd för att slippa 15px indrag i paragraf */
.noindent
{
	text-indent: 0;
}

/* Största rubrik*/
h1 {
	font: bold 250% "times new roman", serif;
	margin: 20px 25px 5px;
	padding: 0;
}

/* Näst största rubrik */
h2 {
	font-size: 150%;
	font-weight: normal;
	margin: 25px 25px 5px;
	padding: 0;
}

/* Använd för titlar före paragrafer */
h3 {
	font-weight: bold;
	font-size: 120%;
	margin: 15px 25px 5px;
	padding: 0;
}

/* För titel när man använder #quote */
h4 {
	font-weight: bold;
	font-size: 120%;
	margin: 0 25px 0;
	padding: 0;
	color: #bbb;
}


/* Kursiv */
i {	font-style: italic;}

/* Fet */
b {	font-weight: bold;}



li{
	margin: 0 0 0 5px;
	padding: 0;
}

#main a.right {float: right; margin: 5px 25px;}
#main p img {margin: 0; padding: 0; border: none; }


#main img.portrett {
	position: absolute;
	right: 100px; top: 10px;
}
