html { font-size: 125%; } 
button,
select,
textarea,
input { font-family: Arial, Helvetica, sans-serif; }
body { margin:0; background-color:#fff; font-size: 50%; font-family: Arial, Helvetica, sans-serif; color: #444444; } 
table { border:0; border-collapse:collapse; }
caption,
th,
td {text-align:left}
h1, 
h2, 
h3, 
h4 	{ margin-top: 0px; margin-bottom: 2px; color: #232323; }
h1 	{ font-size: 1.7em;}
h2	{ font-size: 1.4em;}
h3	{ font-size: 1.3em; }
h4 	{ font-size: 1.0em; }
p 	{ margin-top: 0px; margin-bottom: 15px; }
a { color:#2982e6; text-decoration:none; }
a:hover { text-decoration:underline; }
a:active, 
a:focus, 
input:focus, 
button:focus, 
textarea:focus  { outline: 0; }
a img { border:0 }


#headerWrapper {
	width: 100%;
	background-image: url(Graphics/BgHead.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 485px;
}
#header { 
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 485px;
}
#header .siteLogo {
	position: absolute;
	left: 0px;
	top: 67px;
}
#TopImage {
	position: absolute;
	bottom: 0px;
	right: -35px;
}
#TaglineWrapper {
	position: absolute;
	left: 0px;
	top: 175px;
	color: #adadad;
	font-size: 12px;
	line-height: 18px;
}
#TaglineWrapper p {
	margin-bottom: 10px;
}
#SearchWrapper {
	position: absolute;
	top: 63px;
	right: 0px;
}
.SearchBox {
	background-image: url(Graphics/BgSearch.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 190px;
	border: none;
	background-color: transparent;
	color:#F5F5F5;
	font-size: 11px;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 14px;
}
.SearchBox:focus {
	background-image: url(Graphics/BgSearchActive.png);
}
a.headerButton {
	font-size: 12px;
	color: #FFF;
	background-image: url(Graphics/ButtonHead.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 142px;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-left: -10px;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 34px;
	padding-left: 9px;
}
.headMenu {
	text-align: left;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 10px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.headMenu li {
	display: inline;
	float: right;
	height: 14px;
	position: relative;
}
.headMenu li a {
	display: block;
	float: right;
	height: 14px;
	padding-left: 15px;
	color: #939393;
	font-size: 11px;
	text-decoration: none;
	position: relative;
}
.headMenu li.current a {
	background-image: url(Graphics/BgMenuCurrent.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 14px;
	float: right;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.headMenu a:hover {
	color: #c6c6c6;
} 
.topMenu {
	text-align: left;
	height: 50px;
	width: 350px;
	position: absolute;
	left: 265px;
	top: 67px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.topMenu li {
	background-image: url(Graphics/MenuDivider.png); 
	background-repeat: no-repeat;
	background-position: left 1px;
	display: inline;
	float: left;
	height: 50px;
	position: relative;
	padding-left: 2px;
}
.topMenu li a {
	display: block;
	float: left;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	color: #939393;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
.topMenu li.current a {
	background-image: url(Graphics/BgMenuCurrent.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
	float: left;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.topMenu a:hover {
	color: #c6c6c6;
} 
#site {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: 1.1em;
	clear: both;

}


#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	color: #9a9a9a;
	font-size: 11px;
	background-image: url(Graphics/BgFooter.png);
	background-repeat: repeat-x;
	background-position: left 50px;
	height: 27px;
	padding-top: 100px;
	padding-bottom: 60px;
	clear: both;
}

.LankPil {
	padding-left: 20px;
	background-image: url(Graphics/ArrowRight.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.shadow {
	background-image: url(Graphics/BgShadowImage410.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 17px;	
} 

/* STARTSIDA */
.startPage #menu { float:left; width: 260px; margin-bottom:15px; }
.startPage #content { 	width:555px; float:right; }
.startPage #extras { float:right; width: 260px;}
.startPage #main { width:260px; float:left; padding-bottom:15px; }
.startPage h2 { margin-top: -35px; }
.startPage #site p {color: #5d5d5d; }

/* VANLIGSIDA */
.textPage #menu { display: none; }
.textPage #content { 	width:100%; }
.textPage #extras { display: none;}
.textPage #main { width:100%; }
.textPage .columns {overflow: auto;} 
.textPage .columns .left { float:left; width:410px; }
.textPage .columns .right { float:right; width:410px; }
.textPage #site ul {
	padding-left: 20px;
	list-style-image: url(Graphics/IconSquareDark.png);
}
.textPage #site li {
	padding-top: 1px;
	padding-bottom: 2px;
}
/* 3 kolumnsida */
.threeColumnPage #menu { float:left; width: 260px; margin-bottom:15px; }
.threeColumnPage #content { 	width:555px; float:right; }
.threeColumnPage #extras { float:right; width: 260px;}
.threeColumnPage #main { width:260px; float:left; padding-bottom:15px; }
.threeColumnPage h2 { margin-top: -35px; }
.threeColumnPage #site p {color: #5d5d5d; }


.languageMenu
{
	visibility: hidden;
	display: none;
}
