﻿@import url("Frontpage/TopPaneFrontPage.css");
@import url("Frontpage/TopSectionFront.css");
@import url("Frontpage/BottomSectionFront.css");

@import url("Subpage/LeftMenu.css");

@import url(Common/Layout.css);
@import url(Common/Page.css);
@import url(Common/Breadcrumbs.css) ;
@import url(Common/TopMenu.css);
@import url(Common/PageName.css);
@import url(Common/PageContents.css);
@import url(Common/Footer.css);

@import url(Modules/Modules_News.css);

/*	Ath.
	Ef thorf er a breytingum,
	vinsamlegast gerid thaer i stylesheet-unum
	sem er import-ad here fyrir ofan.
*/

/*  Page
------------------------------------------------ */
.Page {
	width: 760px ;
}

form {
	margin: 0 ;
	padding: 0 ;
}

#QbsEditPage {
	padding: 20px ;
}

a {
	text-decoration: none ;
}

a:hover {
	text-decoration: underline !important ;
}

/*  Frontpage, misc
------------------------------------------------ */
.TopPane.Frontpage.Hjarta {
	width: 240px ;
	padding: 7px 10px 0 10px ; /* Note:hack */
}

html>body .TopPane.Frontpage.Hjarta {
	padding: 10px 10px 0 10px ;
}

/* Midpane */
.TopSection.Front .MidPane {
	width: 355px ;
	padding: 10px ;
}

/* Bottomsection */
.BottomSection {
	width: 760px ;
}

.BottomSection .LeftPane {width: 240px ;}
.BottomSection .ContentPane {width: 230px ;}
.BottomSection .RightPane {width: 240px ;}

/*  SiteSelect
------------------------------------------------ */
.SiteSelect {
	width: 760px ;
}

/*  PageContents
------------------------------------------------ */
.PageContents {
	width: 760px ;
}

.PageContents .Content {
	width: 383px ;
}

/*  Header
------------------------------------------------ */
.Header {
	width: 760px ;
}

/*  TopMenu
------------------------------------------------ */
.TopMenu {
	width: 758px ;
	border: 1px solid rgb(229,229,229) ;
}

/*  Breadcrumbs
------------------------------------------------ */
.Breadcrumbs {
	width: 750px ;
	padding: 5px ;
}

/*  PageName
------------------------------------------------ */
.PageName {
	width: 758px ;
}

/*  Footer
------------------------------------------------ */
.Footer {
	width: 745px ;
	padding: 10px 0 0 15px ; /* Note: hack */

}

html>body .Footer {
	padding: 0 0 0 15px ;
}
