html { font-size: 125%; } 

/* 	CSS NETAKADEMIEN.SE
/	Skriven av: Per Sandberg
/	Furillo Digital Agency
*/

/* HTML ELEMENT */
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: #3d3d3d; } 
table { border:0; border-collapse:collapse; }
caption,
th,
td {text-align:left}
h1, 
h2, 
h3, 
h4 { margin-top: 0px; margin-bottom: 2px; text-transform: uppercase; color: #000; }
h1 { font-size: 1.5em;}
h2, 
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
p { margin-top: 0px; margin-bottom: 10px; }
ul { padding-left: 20px; }
a { color:#5095cf; text-decoration:none; }
a:hover { text-decoration:underline; }
a:active, a:focus, input:focus, button:focus, textarea:focus  { outline: 0; }
a img { border:0 }

/* GENERELLA */
#headerWrapper { width: 100%; }
#header { position:relative; }
#header .siteLogo { float:left; padding-top: 17px; }

#siteWrapper {
	background-image: url(Graphics/BgSite.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	clear: both;
	padding-bottom: 50px;
	padding-top: 20px;
	display: table;
	padding-left: 0px;
	padding-right: 0px;
} 
#site {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: 1.1em;
}
.secondary .uc { margin-bottom:15px; }
#menu { float:left; width: 195px; margin-bottom:15px; }
.columns {overflow: auto;}

/* Huvudmenyn */
#topMenuWrapper {
	background-image: url(Graphics/BgMenu.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 13px;
}
#topMenu {
	text-align: left;
	height: 50px;
	width: 930px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.topMenu {
	text-align: left;
	height: 45px;
	width: 790px;
	position: relative;
	list-style-type: none;
	background-image: url(Graphics/MenuDivider.png); 
	background-repeat: no-repeat;
	background-position: left 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.topMenu li {
	background-image: url(Graphics/MenuDivider.png); 
	background-repeat: no-repeat;
	background-position: right 18px;
	display: inline;
	float: left;
	height: 45px;
	position: relative;
	padding-right: 2px;
}
.topMenu li a {
	display: block;
	float: left;
	height: 15px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	color: #2e2e2e;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	position: relative;
}
.topMenu li.current {
	background-image: url(Graphics/BgMenuCurrentRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: inline;
	float: left;
	height: 45px;
	position: relative;
	padding-right: 13px;
}
.topMenu li.current a {
	background-image: url(Graphics/BgMenuCurrentLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	float: left;
	padding-left: 20px;
	padding-top: 17px;
	padding-bottom: 13px;
	padding-right: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
.topMenu a:hover {
	color: #000;
} 
.languageMenu { display: none;}
/* Logga in */
.inputLogin {
	background-image: url(Graphics/BgInput.png);
	background-repeat: repeat-x;
	height: 18px;
	padding: 4px;
	width: 177px;
	border: 1px solid #a1a1a1;	
	margin-bottom: 5px;
	color: #a1a1a1;
}
.buttonLogin {
	background-image: url(Graphics/ButtonLogin.png);
	height: 27px;
	width: 74px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #fff;
	font-size: 11px;
	float: right;
}
.login h4 {
	color: #646464;
}

/* Sidfot med sidfotsmeny */
#footerLinksWrapper {
	background-image: url(Graphics/BgFooterLinks.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 223px;
	width: 100%;
	clear: both;
} 
#footerLinks {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	position: relative;
}
#footerLinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footerLinks ul li {
	float: left;
	width: 135px;
	margin-right: 15px;
	color: #3d3d3d;
	font-size: 14px;
	font-weight: bold;
} 
#footerLinks ul ul {
	margin: 0px;
	padding-left: 0px;
	list-style: none;
	background-image: url(Graphics/DividerHoriz.png);
	background-repeat: repeat-x;
	background-position: left 3px;
	padding-top: 5px;
}
#footerLinks ul ul li {
	float: none;
	background-image: url(Graphics/DividerHoriz.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 2px;
	padding-top: 1px;
}
#footerLinks ul li a {
	background-image: url(Graphics/ArrowRight.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	display: block;
	padding-bottom: 2px;
	font-size: 10px;
	padding-top: 2px;
	color:#414141;
	width: 125px;
	overflow: hidden;
	font-weight: normal;
}
#footerLinks ul li a:hover {
	text-decoration:none;
}
#footerContact {
	position: absolute;
	right: 0px;
	top: 35px;
	width: 320px;
	height: 140px;
	background-image: url(Graphics/DividerVert.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 5px;	
}
#footerContact ul li {
	width: 145px;
	margin-right: 0px;
	margin-left: 15px;
	color: #3d3d3d;
	font-size: 14px;
	font-weight: bold;
} 
#footerContact ul ul li {
	width: 145px;
	margin-right: 0px;
	margin-left: 0px;
}
#footerContact ul ul li a {
	width: 135px;
	margin-right: 0px;
	margin-left: 0px;
}

/* Sidfot */
#footerWrapper {
	background-image: url(Graphics/BgFooter.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	width: 100%;
	clear: both;
	background-color: #CCC;
	padding-top: 17px;
} 
#footer {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	color: #727272;
	font-size: 10px;
}
#footer a {
	color: #727272;
}

/* STARTSIDA */
.startPage #headerWrapper {
	background-image: url(Graphics/BgShadowSlide.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 17px;
}
.startPage #headerWrapper #header {
	height: 336px;
	background-repeat: no-repeat;
	background-position: center top;
}
.startPage #headerButtonWrapper { 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	height: 270px;
}
.startPage a.headerButton {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 12px;
	color: #FFF;
	background-image: url(Graphics/ButtonSlide.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 175px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 9px;
	text-decoration: none;
}
.startPage #content { 	width:715px; float:right; }
.startPage #extras { float:right; width: 255px;}
.startPage #main { width:440px; float:left; padding-bottom:15px; }
.startPage .columns .left { float:left; width:210px; background-color:Green; }
.startPage .columns .right { float:right; width:210px; }
.startPage h1 {
	margin-left: 60px;
}
/* Aktuellt */
#newsWrapper {
	padding-bottom: 7px;
	padding-top: 10px;
	background-image: url(Graphics/DividerNews.png);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
.news {
	padding-left: 60px;
	padding-top: 10px;
	margin-top: 5px;
	padding-bottom: 10px;
	background-image: url(Graphics/DividerNews.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}
.newsIkon {
	position: absolute;
	left: 5px;
	top: -10px;
	background-image: url(Graphics/BgNewsTick.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 54px;
	padding-top: 12px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

/* Högerspalt bildmarginal */
.startPage #extras p img {
	margin-bottom: -10px;	
}
/* TVÅ KOLUMN */
.textPage #headerButtonWrapper { display: none; }
.textPage #content { 	width:655px; float:right; }
.textPage #extras { display: none;}
.textPage #main { padding-bottom:15px; }
.textPage .columns .left { float:left; width:315px; }
.textPage .columns .right { float:right; width:315px; }
.textPage .panel .columns .left { float:left; width:255px; }
.textPage .panel .columns .right { float:right; width:380px; } 

/* Panel */
.textPage #main  {
	padding-bottom: 5px;
	padding-top: 10px;
	background-image: url(Graphics/DividerNews.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: visible;
	position: relative;
}
.textPage .columns {
	padding-top: 10px;
	margin-top: 5px;
	padding-bottom: 10px;
	background-image: url(Graphics/DividerNews.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	clear: both;
}
.panelLink {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
}


/* CLASSER ATT LÄGGA PÅ ELEMENT VIA N2 */
.LankPil {
	padding-right: 10px;
	background-image: url(Graphics/ArchRight.png);
	background-repeat: no-repeat;
	background-position: right 3px;
}
.shadow {
	background-image: url(Graphics/BgShadowImage255.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 7px;	
}
