@import url("typography.css");
@import url("Navigation.css");

a:focus {
	outline: none;
}

* {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.clear {
	clear: both;
}

img {
	display: block;
}

body, html {
	background-image: url(../../System/09_tile.jpg);
	background-position: top center;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #000;
}

div#PageContainer {
	width: 900px;
	margin: 0px auto 0px auto;
	padding-top: 16px;
	display: block;
}

div#FtpContainer {
	height: 18px; 
	width: 461px;
	padding-left: 439px;
}

div#FtpContainer a {
	float: left;
}

div#LeftColumn {
	position: relative;
	float: left;
	width: 642px;
	border: 1px solid #333;
	background-color: #000;
	display: block;
}

img#AAA {
	display: block;
	position: absolute;
	right: 10px;
	top: 5px;
}

div#TopGraphic {
	float: left;
}

div#TopMenu {
	float: left;
}

div#ContentPadding {
	padding: 0px 10px 10px 10px;
	width: 622px;
	display: block;
	float: left;
}

div#ContentContainer {
	background-color: #FFF;
	width: 602px;
	display: block;
	float: left;
	padding: 20px 0px 20px 20px;
}

div#RightColumn {
	float: left;
	width: 247px;
	display: block;
	text-align: right;
	padding-left: 9px;
}

div#HotContainer {
	width: 245px;
	border: 1px solid #333;
	background-color: #000;
}

div#HotTopGraphic {
	background-image: url(../../System/09_hot_news.gif);
	width: 245px;
	height: 68px;
}
div#HotHolder {
	background-color: #FFF;
	width: 205px;
	padding: 20px;
}
div.HotNewsItemImage {
	padding-bottom: 7px;
}

/* CASES */

div.ProductContainer {
	width: 582px;
	border-bottom: 1px solid #AAA;
	padding-bottom: 5px;
	margin-bottom: 50px;
	position: relative;
}
div.ReadCase {
	float: right;
}
div.CaseCustomerName {
	position: absolute;
	left: 281px;
	width: 300px;
	text-align: right;
}
td.ArchiveButtons {
	text-align: right;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
td.ArchiveButtons span {
	float: left;
	display: block;
}
td.ArchiveButtons div#ButtonBox {
	background-image: url(../../System/10_arkivet_header.gif);
	background-repeat: no-repeat;
	background-color: #000;
	height: 34px;
	width: 575px;
	float: left;
	padding-right: 7px;
	
}
td.ArchiveButtons div#ButtonBox div {
	float: right;
	padding-top: 10px;
}

td.ArchiveButtons a {
	float: left;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}
td.ArchiveButtons a:hover {
	color: #DDD;
}
