@charset "utf-8";
/* CSS Document */
/*Ändra bort width och margin i Wrapper vid helbreddad design*/
/*Justera bredden på MainContent och MainContentFramsida vid helbräddad design */
/*Ta bort border på wrapper vid helbräddad design*/
/*Sätt samma färg på bakgrund som wrapper vid helbräddad design*/
/*Kontrollera kontaksidans bredd och bildplacering vid helbräddad design*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
html, body{
	background: #ECECEC;
	/*background: #CBCBD6;*/
	/*background: #FFCC5A;*/
	color: #595959;
	text-align: center;
	}
html, body a{
	text-decoration: none;
	color: #949494;
	}
img {
	background: #202020 url(../extrabilder/loadinfo.net.gif) no-repeat 95% 95%;
	}
/*Wrapper är den stora behållaren för alltihop*/
#wrapper {
	background:#ECECEC;
	width: 100%;
	/*width: 800px;*/
	/*width: 1000px;*/
	/*margin: 10px auto 0px;*/
	/*border: 1px solid #666666;*/
	/*border: 1px solid #333333;*/
	padding: 0px;
	border-style: none;
	margin: 0px;
	height: 100%;
	}
	
#Titlebar {
	margin: 0;
	background-color: #FFCC5A;
	height: 30px;
	padding: 12px 0 0;
	/*border: 1px solid #666666;*/
	}
#Titlebar a {
	color: #000000;
	font-weight: normal;	/*text-decoration: none;*/
	}
#Titlebar a:hover {
	color: #660000;
	font-weight: normal;	/*text-decoration: none;*/
	}
#SidansTitleLeft {
	float: left;
	padding-left: 15px;
	/*font: normal 120% "Courier New", Courier, monospace;*/
	}
#SidansTitleRight {
	float: right;
	padding-right: 15px;
	/*font: normal 100% "Courier New", Courier, monospace;*/
	}
#Menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #898989;
	border-left: none;
	}	
#Menu, #Menu ul, #Menu li {
	color: #000000;
	background: #FFCC5A;
	}
#Menu ul {
	text-align: right;
	width: 99%;
	}
#Menu li {
	display: inline;
	line-height: 1.8em;
	padding: 0;
	list-style: none;
	margin: 0 0 0 10px;
	font-size: 70%;
	}
#Menu a {
	color: #000000;
	background: #FFCC5A;
	text-decoration: none;
	}
#Menu a:hover, #MenuTitle a:hover {
	color: #660000;
	}
.gallmenufloatleft {
	/*text-decoration: none;*/
	float: left;
	line-height: 1.8em;
	background: #FFCC5A;
	/*padding: 0;*/
	/*font-size: 70%;*/
	margin: 0 0 0 20px;
	}
#Menu .gallmenufloatleft {
	color: #000000;
	background: #FFCC5A;
	}
#Menu #language {
	display: inline;
}
#Menu img {
	border-style: none;
	margin: 0px 2px;
	padding: 0px;
	}
/*____________________________________________________________*/
.svenska {
	top: auto;
	bottom: auto;
	font-size: 100%;
	height: 11px;
	width: 16px;
	margin: 0px;
	padding: 0px;
}
.svenska a {
	height: 11px;
	width: 16px;
	border-style: none;
	}
.svenska a:hover {
	border: 1px ridge #FFFFFF;
	}
#Footer {
	padding:30px 0px 0px;
	height:20px;
	font-size:75%;
	text-align: center;
	margin: 0px auto;
	/*background: #666666;*/
	font-style: oblique;
	}
#MainContent {
	width: 800px;
	font-size: 85%;
	min-height: 300px;
	padding: 15px;
	margin: 0px auto;
	}
#MainContent  p {
	padding-bottom: 1.4em;
	font-size: 80%;
	line-height: 1.4em;
	text-align: left;
	}
#MainContent  h1 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 1em;
	text-align: left;
}
#Footer {
	padding:30px 0px 0px;
	height:20px;
	font-size:75%;
	text-align: center;
	margin: 0px auto;
	/*background: #666666;*/
	font-style: oblique;
	}
#Footer, #Footer a {
	color: #666666;
	text-decoration: none;	/*color: #FFFFFF;*/
	}
/*Lite tillbehör*/	
.clear {
	clear: both;
	margin: 0.00;
	padding: 0.00;
	}
.warning {
	font-weight: bolder;
	color: #FF0000;
}
.centreradBild { 
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px; 
	}
.noborder {
	border-style: none;
	}
.info {
	font-size: 85%;
	text-align: left;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 80px;
	line-height: 1.5em;
	}
.info p {
	padding-bottom: 1em;
	}
#svenskBild {
	font-size: 11px;
	color: #949494;
	text-align: right;
	float: right;
	position: absolute;
	right: 5px;
	bottom: 1px;
	}
#svenskBild a {
	text-decoration: none;
	color: #949494;
	}
#svenskBild a:hover {
	color: #666666;
	}
/*Gammalt---------------------------------------------------------*/
/*body a:link {
	color: #44626C;
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
	color: #44626C;
}
body a:hover {
	text-decoration: none;
	color: #990000;
}
body a:active {
	text-decoration: none;
	color: #FF0000;
}*/

