/*
Thermo-floc.dk
 */
 
/************
  * Misc Styles and defaults 
  */
@import url("navigation.css");
* {
	margin: 0;
	padding: 0;
}
body {
 	margin-bottom: 40px;
	font-family: Helvetica, Arial, sans-serif; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

html {
	background: #838383 url(../images/bg.gif) repeat-x;
}
.clear{
	clear:both;
}
/**************
 	Site Container Box
*/
#PageContainer {
	position: relative;
	width: 770px;  
	margin: 0 auto; 
	background: #fff url(../images/thermofloc_main_bg.gif) repeat-y;
}
div#Topgraphic {
	width: 770px;
	height: 136px;
	background-image: url(../images/thermofloc_topgraphic_bg.jpg);
}
div#TopgraphicImage {
	display: none;
	width: 367px;
	height: 75px;
	position: absolute;
	left: 385px;
	top: 48px;
	background-image: url(../images/thermofloc_topgraphic_foto.jpg);
}
div#ForsideMap {
	position: absolute;
	right: 50px;
}
div#FrontPageLinkContainer {
	position: relative;
	background-image: url(../images/frontpage_map_bg.gif);
	width: 576px;
	height: 182px;
	margin-left: -30px;
	margin-bottom: 20px;
}
div#FrontpageTopSection h1 {
	font-size: 18px;
}
div#FrontPageManchet {
	padding-right: 30px;
}
a#FrontPageContact {
	display: block;
	width: 496px;
	color: #FFFFFF;
	background-color: #018B4D;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}
	a#FrontpageUpperMapLink {
		position: absolute;
		top: 32px;
		left: 30px;
		width: 341px;
		height: 48px;
		padding-right: 155px;
	}
	a#FrontpageLowerMapLink {
		position: absolute;
		top: 110px;
		left: 30px;
		width: 341px;
		height: 48px;
		padding-right: 155px;
	}
	div#FrontPageLinkContainer h2 {
		color: #018B4D;
		display: block;
	}
	div#FrontPageLinkContainer a:hover {
		text-decoration: none;
	}
	div#FrontPageLinkContainer a:hover * {
		color: #018B4D;
	}

	div#FrontPageContent {
		padding-right: 30px;
	}
	
	#FrontNews {
		margin: 0 30px 18px 0;	
	}
	div.frontpageNewsItem {
		background-color: #DEDEDE;
		padding: 5px 10px;
		margin: 0 0 5px 0;
	}
	div.frontpageNewsItem h2 {
		font-size: 16px;
		line-height: 20px;
		color: #018B4D;
		padding: 0 0 5px 0;
		text-transform: uppercase;
	
	}
	div.frontpageNewsItem a.newsLink {
		font-size: 13px;
		line-height: 18px;
		font-weight: bold;
		color: #333;
	}
	
	div.frontpageNewsItem.first div.frontNewsImage {
		width: 160px;
		float: left;
		padding: 0 10px 5px 0;
	}
	
	
div#Footer {
	width: 770px;  
	height: 51px;
	margin: 0 auto; 
	background-image: url(../images/thermofloc_footer_bg.gif);
}
div#LeftContainer {
	position: relative;
	width: 194px;
	float: left;
	padding-bottom: 140px;
}
div#LeftMenu {
	position: relative;
	width: 194px;
	float: left;
}
div#LeftBanner {
	padding: 15px 0px 0px 10px;
	float: left;
	width: 170px;
}
div#LeftAddress {
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	position: absolute;
	bottom: 17px;
	left: 16px;
	display: block;
}
div#ContentContainer {
	width: 526px;
	padding: 26px 0px 50px 30px;
	float: left;
}
div.ImageHolder {
	float: right;
	padding-left: 20px;
}
div.TextHolder {
	float: left;
}

ul#NewsList {
}

ul#NewsList li div.newsImage {
	width: 100px;
	padding: 0 10px 5px 0;
	float: left;
}


/*** INTRANET STYLING ***/
#IntranetPage div.TextHolder {
	width: 526px;
	float: none;
	padding: 0 0 50px 0;
}

#IntranetFileListWrap {
	padding: 10px;
	margin: 0 0 20px 0;
	background:#EAEAEA;
}

#IntranetFileList, #UserIntranetFileList {
	padding: 10px 0;
}
#IntranetFileList li, #UserIntranetFileList li {
	padding: 5px 5px;
	margin: 0 0 4px 0;
	background-image: none;
	background: #F2F2F2;
}

#UserFilesWrap {
	padding: 10px;
	margin: 0 0 20px 0;
	background: #EAEAEA;
}

#IntranetFormContainer {
	padding: 10px;
	margin: 0 0 20px 0;
	background: #EAEAEA;
}

#IntranetFormContainer .middleColumn {
	width: 97%;
}

#Form_IntranetFileuploadForm li {
	list-style-type: none;
	background-image: none;
}

div.Actions {
	
}

a.logout {
	display: block;
	width: 100px;
	text-align: center;
	padding: 10px 30px;
	background: #E9E9E9;
}


/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}

a.whitelink, a.whitelink:visited {
	color: #FFFFFF;
}

