﻿
body  {
	background-color: #FFFFF0;
	text-align: center; 
	color: #000;
	overflow: -moz-scrollbars-vertical;
	}

#container {
	width: 752px;
	text-align:center;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#header { 
	background-color: #FFFFF0;
	width:752px;
	height:127px;
	text-align: center;
} 

/* Menyn till vänster */

#sidebar-left {
	float:left;
	width:140px;
	margin-top: 40px;
	text-align: right;
	display:inline;
}

#sidebar-left p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#sidebar-left a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#sidebar-left a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#sidebar-left a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* Content + right +rubrik */

#sidebar-right {
	float:right;
	width:600px;
	padding-left: 4px;
	text-align: center;
	}

#sidebar-right p, ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #333333;
	font-weight: normal; 
	}

/* Rubrik över content + right */

#rubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #666666;
	letter-spacing: 0.2em;
	text-align: center;
	word-spacing: 0.3em;
	font-weight: bold;
	height: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Bilder i mitten */

#content { 
	float:left;
	width:300px;
}

/* Text till höger */

#right { 
	text-align: left;
	width: 274px;
	float:right;
	padding-left: 8px;
	padding-right: 12px;
}

#right a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #333333;
	font-weight: normal; 
}

#right a:hover {
    font-weight: bold;
	color: #999999;
	text-decoration: none; 
} 

#right a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#right a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* Footer - flaggor */

#footer { 
	clear:both;
	width:752px;
	background-color: #FFFFF0;
	height:59px;
	text-align:center;
	margin-top: 30px;
} 

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	text-align:center;
	
}


a img{ border:none;}


