﻿@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);

/*	Ath.
	Ef thorf er a breytingum,
	vinsamlegast gerid thaer i stylesheet-unum
	sem er import-ad here fyrir ofan.
*/

/*  Page
------------------------------------------------ */
.Page {
	width: 760px ;
}

/*  Frontpage, misc
------------------------------------------------ */
.TopPane.Frontpage.Hjarta {
	width: 290px ;
	padding: 10px 10px 0 460px ; /* Note:hack */
}

html>body .TopPane.Frontpage.Hjarta {
	padding: 5px 10px 0 460px ;
}

.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: 543px ;
}

.PageContents .Content table {
	width: 543px ;
}

/*  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 ;
}
