/* Cascading Style Sheet */

/* Body */
body 
{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:0.9em; 
	line-height:1.4em; 
	background-color:#fff; 
	background-image:url(../img/background.jpg); 
	background-repeat:repeat-x; 
	margin:0px 0px 0px 0px; 
	width:100%; 
}

/* Anchors */
a 
{ 
	text-decoration:none; 
	color:#000066; 
}
a:hover 
{ 
	text-decoration:underline; 
	color:#cccc66; 
}


/* Standard list */
ul.list 
{ 
	list-style:none; 
	margin:0; 
	padding:0; 
}
a.bullet 
{ 
	font-size:0.8em; 
	padding-left:12px; 
	font-weight:bold; 
	background-image:url(../img/bulletArrow.gif); 
	background-repeat:no-repeat; 
	background-position:left; 
}
a.bulletBack 
{ 
	font-size:0.8em; 
	padding-left:12px; 
	font-weight:bold; 
	background-image:url(../img/bulletArrowBack.gif); 
	background-repeat:no-repeat; 
	background-position:left; 
}
a.bulletHeader 
{ 
	padding-left:12px; 
	font-weight:bold; 
	background-image:url(../img/bulletArrowHeader.gif); 
	background-repeat:no-repeat; 
	background-position:left; 
}


/* Shortcut links in header */
#shortcuts 
{ 
	position:absolute; 
	margin-left:auto; 
	margin-right:auto; 
	width:29px; 
	height:30px; 
	list-style:none; 
	margin-top:-6px; 
	margin-top /**/:14px; /* IE5.5 hack */ 
}
#shortcuts i 
{ 
	visibility:hidden; 
}
#shortcuts a 
{ 
	height:29px; 
	display:block; 
	overflow:hidden; 
	position:absolute; 
	text-decoration:none; 
}
#shortcuts a.search { top:29px; left:841px; width:29px; }
#shortcuts a.search:hover { background-image:url(../img/iconSearch.gif); background-repeat:no-repeat; }
#shortcuts a.mail { top:29px; left:886px; width:29px; }
#shortcuts a.mail:hover { background-image:url(../img/iconMail.gif); background-repeat:no-repeat; }
#shortcuts a.information { top:29px; left:932px; width:29px; }
#shortcuts a.information:hover { background-image:url(../img/iconInformation.gif); background-repeat:no-repeat; }


/* Shortcut links in footer */
#shortcutsFooter { position:absolute; margin-left:auto; margin-right:auto; width:29px; height:29px; list-style:none; margin-top:-6px; }
#shortcutsFooter i { visibility:hidden; }
#shortcutsFooter a { height:29px; display:block; overflow:hidden; position:absolute; text-decoration:none; }
#shortcutsFooter a.search { top:-14px; left:841px; width:29px; } 
#shortcutsFooter a.search:hover { background-image:url(../img/iconFooterSearch.gif); background-repeat:no-repeat; }
#shortcutsFooter a.mail { top:-14px; left:886px; width:29px; } 
#shortcutsFooter a.mail:hover { background-image:url(../img/iconFooterMail.gif); background-repeat:no-repeat; }
#shortcutsFooter a.information { top:-14px; left:932px; width:29px; }
#shortcutsFooter a.information:hover { background-image:url(../img/iconFooterInformation.gif); background-repeat:no-repeat; }


/* Container */
#container { margin-left: auto; margin-right: auto; width:1000px;}


/* Header */
#header { height:166px; width:1000px; background-image:url(../img/header3.gif); background-repeat:no-repeat; overflow:hidden; }
#header h1 { visibility:hidden; width:0px; height:0px; }


/* The main page setup */
#forsida h5 { font-size:1.5em; margin:0; padding:0px 0px 10px 0px; color:#000066; }
#forsida { display:block; height:auto; position:relative; overflow:auto; }
#forsida .frettir {
	padding:10px;
	width:450px;
	float:left;
	/*border-right:1px solid #a5a5ca;*/
}
#forsida .greinar {
	padding:10px;
	width:450px;
	float:right;
}


/* Staff box */
#subContentBox
{
	position:relative;
	float:right;
	border:1px solid #ccc;
	padding:15px;
	width:220px;
	margin:0px 25px 0px 25px;
}

#subContentBox img
{
	border: 1px solid #999;
	margin:0px 10px 0px 0px;
}
#subContentBox hr
{
	height:1px; border:0px; color:#ccc;
}


/* Vote box */
table.fullPercentage {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-spacing:0px;
	width:200px;
	height:5px;
	border:#666699 1px solid;
	font-size:2px;
}
table.fullPercentage2 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-spacing:0px;
	width:150px;
	height:5px;
	border:#666699 1px solid;
	font-size:2px;
}
td.votePercentage {
	height:3px;
	background-color:#666699;
	color:#666699;
	font-size:2px;
}
td.votePercentageLeft {
	height:3px;
	font-size:2px;
}
div.fullPercentage {
	width:150px;
	height:20px;
	background-image:url(../img/voteScaler.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
div.voteArrowLeft {
	float:left;
	left:-6px;
	width:8px;
	height:16px;
	background-image:url(../img/voteArrowLeft.gif);
	background-position:left;
	background-repeat:no-repeat;
}
div.voteArrowRight {
	position:relative;
	float:right;
	right:-6px;
	width:8px;
	height:16px;
	background-image:url(../img/voteArrowRight.gif);
	background-repeat:no-repeat;
}
div.votePercentage {
	margin:2px 8px 2px 2px;
	height:16px;
	display:block;
	background-color:#666699;
	font-weight:bold;
}


/* Date in header */
#date { position:relative; top:-90px; right:39px; font-size:0.8em; color:#8080b3; float:right; }


/* Page header */
#pageHeader 
{
	position:relative;
	top:-25px;
	margin:7px 0px 7px 0px;
	width:1000px;
	height:50px;
	background-image:url(../img/boxes/headerBox.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
}
#pageHeader h2
{
	height:30px;
	height /**/:0px; /* IE5.5 hack */
	float:left;
	font-size:1.75em;
	margin-top:0;
	font-weight:bold;
	color:#000066;
	letter-spacing:-.05em;
	padding:10px 0px 0px 30px;
	padding-top /**/:15px; /* IE5.5 hack */
}


/* Content */
#content h2 { font-size:2.2em; letter-spacing:-0.05em; color:#000066; padding:12px 0px 12px 20px; }
#content h3 { font-size:1.7em; letter-spacing:-0.05em; color:#000066; }
#content p { margin:0px 0px 5px 0px; font-size:0.8em; line-height:1.4em; }








	


/* Staff listing in header */
#staff { font-size:0.75em; overflow:hidden; position: relative; height:80px; width:700px; left:150px; top:-19px;}
#staff li { color:#fff; display: inline; font-size:1em; font-weight:bold; padding:0px 5px 0px 5px; }
#staff a { text-decoration:none; color:#b3b3d1; }
#staff a:hover { color:#cccc66; }
#staff div.worker { color:#b3b3d1; float: left; width:165px; height:80px; }
#staff div.name { font-weight:bold; }
#staff div.title { font-weight:normal; }
#staff img { border-width:1px; border-color:#8080b3; border-style:solid; margin-right:10px; }

#date { position:relative; top:-90px; right:39px; font-size:0.8em; color:#8080b3; float:right; }

#morestaff
{
        position:relative;float:right;
	top:30px;right:39px;
        font-size:0.85em;
}
#morestaff a { text-decoration:none; color:#FFFFFF; }
#morestaff a:hover { color:#cccc66; }

/* Footer */
#footer { clear:both; width:1000px; height:75px; background-image:url(../img/footer.gif); background-repeat:no-repeat; }
#footer .hidden { visibility:hidden; }


#newsContent h6 { color:#999; font-size:0.8em; font-weight:bold; margin:0; margin-bottom:-2px; display:inline; }
#newsContent h3 { color:#000066; font-size:1.25em; margin:0; padding:0; }
#newsContent p { margin:0; line-height:1.5em; padding-bottom:3px; font-size:0.8em; }
#newsContent img { position:relative; float:right; margin:10px 0px 10px 10px; border-style:solid; border-width:0px; }
#newsContent blockquote { margin:5px 0px 5px 0px; padding:5px 10px 5px 10px; border-style:solid; border-width:1px; border-color:#ccc; background-color:#efefef; }


/* Div layer set for forsida */
#undirsidaLeft
{
	position:relative;
	top:-25px;
	width:662px;
	padding:0;
	margin:0;
	float:left;
}
#forsidaLeft
{
	position:relative;
	top:-25px;
	width:367px;
	padding:0;
	margin:0;
	float:left;
}
#forsidaMiddle
{
	position:relative;
	top:-25px;
	width:279px;
	padding:0;
	margin:0px 8px 0px 8px;
	float:left;
}

#boxesRightWithTopAd
{
	position:relative;
	top:-100px;
	width:180px;
	padding:0;
	margin:0;
	float:left;
}
#boxesRight
{
	position:relative;
	top:-25px;
	width:180px;
	padding:0;
	margin:0;
	float:left;
}


/* Curved boxes */
.boxSide
{
	margin-bottom:7px;
	width:180px;
}
.boxSideTop
{
	background-image:url(../img/boxes/sideBoxTop.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	height:9px;
}
.boxSideBottom
{
	background-image:url(../img/boxes/sideBoxBottom.gif);
	background-repeat:no-repeat;
	height:9px;
}


.boxAd
{
	position:relative;
	top:-25px;
	margin-bottom:7px;
	width:150px;
	float:right;
}
.boxAdTop
{
	position:relative;
	top:-27px;
	width:654px;
	margin-bottom:5px;
	margin-bottom /**/:0px; /* IE5.5 hack */
	padding:0;
	float:left;
}



.boxHomeSmall
{
	margin-bottom:7px;
	width:279px;
}
.boxHomeTopSmall
{
	background-image:url(../img/boxes/homeBoxTopSmall.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	height:9px;
}
.boxHomeBottomSmall
{
	position:relative;
	margin:-1px 0px 1px 0px;
	background-image:url(../img/boxes/homeBoxBottomSmall.gif);
	background-repeat:no-repeat;
	height:9px;
}

.boxHome
{
	margin-bottom:7px;
	width:367px;
}
.boxHomeTop
{
	background-image:url(../img/boxes/homeBoxTop.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	height:9px;
}
.boxHomeBottom
{
	position:relative;
	margin:-1px 0px 1px 0px;
	background-image:url(../img/boxes/homeBoxBottom.gif);
	background-repeat:no-repeat;
	height:9px;
}

.boxSub
{
	margin-bottom:7px;
	width:654px;
}
.boxSubTop
{
	background-image:url(../img/boxes/contentBoxTop.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	height:9px;
}
.boxSubBottom
{
	background-image:url(../img/boxes/contentBoxBottom.gif);
	background-repeat:no-repeat;
	height:9px;
}


.boxBig
{
	margin-bottom:7px;
	width:1000px;
}
.boxBigTop
{
	background-image:url(../img/boxes/bigBoxTop.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	height:9px;
}
.boxBigBottom
{
	background-image:url(../img/boxes/bigBoxBottom.gif);
	background-repeat:no-repeat;
	height:9px;
}



.boxContent
{
	padding:1px 10px 0px 15px;
	border-left:1px solid #666699;
	border-right:1px solid #666699;
	background-position:top;
	background-image:url(../img/boxes/boxBg.jpg);
	background-color:#fff;
	background-repeat:repeat-x;
	position:relative;
}
.boxContent h4
{
	margin:0px 0px 10px 0px;
	font-size:1.2em;
	letter-spacing:-.05em;
	color:#000066;
}



/* Global modifications */
hr { height:4px; border:0px; }
span.small { font-size:0.75em; line-height:1.4em; display:block; margin-bottom:-10px; margin-bottom /**/:5px; /* IE5.5 hack */}
div.description { font-size:0.9em; line-height:1.3em;}
img.image { padding-right:15px; }


/* Forms */
#columnarForm fieldset { float: left; display: block; width: 17em; margin: 0 1em 1em 0; padding: 0 1em 1em 1em; }
#columnarForm fieldset.radio { width: 15em; margin: 1em 0 2em 0; }
#columnarForm fieldset.radio input { clear: both; float: left; width: auto; }
#columnarForm fieldset.radio label { font-weight: normal; }
#columnarForm input { display: block; width: 15em; }
#columnarForm label { display: block; margin-bottom: 1em; font-weight: bold; }
#columnarForm label.first { padding-top: 1em; }
#columnarForm select { display: block; }

#horizontalForm fieldset { display: block; margin: 0 0 3em 0; padding: 0 1em 1em 1em; }
#horizontalForm fieldset.radio { margin: 1em 0 2em 0; }
#horizontalForm fieldset.radio input { clear: both; float: left; width: auto; }
#horizontalForm fieldset.radio label { font-weight: normal; }
#horizontalForm input { display: block; width: 15em; }
#horizontalForm input.submit { clear: both; }
#horizontalForm label { float: left; display: block; margin: 1em 1em 0 0; font-weight: bold; }
#horizontalForm select { display: block; }

#marginForm { position: relative; }
#marginForm textarea { width:95%; height:300px; margin:10px 0px 20px 0px; }
#marginForm fieldset { display: block; margin: 0 0 1em 0; border: 0 solid #FFFFFF; border-top: 1px solid #000000; padding: 0 1em 1em 1em; }
#marginForm fieldset.radio { margin: 0 0 0 -1em; border: 0 solid #FFFFFF; }
#marginForm fieldset.radio input { position: static; clear: both; float: left; }
#marginForm fieldset.radio label { position: relative; top: -1.25em; display: inline; width: auto; margin: 0 0 0 12em; font-weight: bold; font-weight: normal; }
#marginForm fieldset.radio legend { float: left; font-weight: bold; }
#marginForm input { position: relative; top: -1.4em; left: 12em; display: block; }
#marginForm input.submit { clear: both; top: 0; }
#marginForm label { clear: both; float: left; display: block; width: 12em; margin-top: -1em; font-weight: bold; }
#marginForm label.first { margin-top: 1em; }
#marginForm select { position: relative; top: -1.4em; left: 12em; display: block; }

#verticalForm fieldset { display: block; width: 17em; margin: 0 0 3em 0; padding: 0 1em 1em 1em; }
#verticalForm fieldset.radio { width: 15em; margin: 1em 0 2em 0; }
#verticalForm fieldset.radio input { clear: both; float: left; width: auto; }
#verticalForm fieldset.radio label { font-weight: normal; }
#verticalForm input { display: block; width: 15em; }
#verticalForm label { display: block; margin-bottom: 1em; font-weight: bold; }
#verticalForm label.first { padding-top: 1em; }
#verticalForm select { display: block; }
















/* Menu */
#menu 
{ 
	position: relative; 
	left:110px; 
	top:-16px; 
	top /**/:-12px; /* IE5.5 hack */ 
}
#menu li 
{ 
	padding:0px 5px 0px 5px; 
	display: inline; 
	font-size:0.9em; 
	font-weight:bold; 
}
#menu a 
{ 
	letter-spacing:-.025em; 
	text-decoration:none; 
	color:#fff; 
}
#menu a:hover 
{ 
	color:#cccc66;
}












#mainMenu {
	top:-47px;
	position: relative;
	text-align: left;
	left:150px;
	color: #ffffff;
	margin: 0px;
	padding: 2px;
	z-index:100:
}

#menuList {
	width:820px;
	position:relative;
	margin: 0px;
	padding: 0px;
}

#menuList ul {
	margin: 0px;
	padding: 0px;
}

#menuList li {
	padding:0px 2px 0px 2px;
	display:inline;
	list-style: none;
}

a.starter {
	color: #ffffff;
	font-weight: bolder;
	font-size: 0.85em;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
}

a.starter:hover, a.starter:active {
	color: #cccc66;
}

.menu {
	text-align: left;
	color: #ffffff;
	background-color: #000066;
	position: absolute;
	width: 150px;
	visibility: hidden;
}

.menu li a {
	background-color: transparent;
	color: #fff;
	display: block;
	font-size: 0.9em;
	line-height: 0.5em;
	margin: 0px;
	padding: 0px 0px 4px 5px;
	text-decoration: none;
}

.menu li a:hover, .menu li a:active {
	color: #cccc66;
}

#menu1 {
	border:1px solid #8080b3;
	margin:0;
	padding:0;
	width: 150px; 
	z-index:100; 
}









table.list
{
	margin:0;
	padding:0;
}
table.list th
{
	margin:0;
	padding:0;
	text-align:left;
}
table.list td
{
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
}
table.list tr
{
	margin:0;
	padding:0;
}




#headerButtons
{
	margin:8px 0px 1px 0px;
	padding:5px 0px 1px 0px;
	height:30px;
	position:relative;
	float:right;
	list-style:none;
}
#headerButtons li span
{
	visibility:hidden;
}
#headerButtons li
{
	display:inline;
}
#headerButtons li a.frettir
{
	display:inline;
	padding:1px 45px 28px 0px;
	width:71px;
	background-image:url(../img/buttons/btnFrettir.gif);
}
#headerButtons li a.greinar
{
	display:inline;
	padding:1px 45px 28px 0px;
	width:80px;
	background-image:url(../img/buttons/btnGreinar.gif);
}
#headerButtons li a.spurtogsvarad
{
	display:inline;
	padding:1px 40px 28px 0px;
	width:71px;
	background-image:url(../img/buttons/btnSpurtOgSvarad.gif);
}
#headerButtons li a.taktuprof
{
	display:inline;
	padding:1px 43px 28px 0px;
	width:71px;
	background-image:url(../img/buttons/btnTaktuProf.gif);
}
#headerButtons li a.spjallid
{
	display:inline;
	padding:1px 70px 28px 0px;
	width:71px;
	background-image:url(../img/buttons/btnSpjallid.gif);
}
#headerButtons li a {
	display:block;
	padding-bottom:13px;
	background-repeat:no-repeat;
	text-decoration:none;
}
