/* --- Common --- */

body {
	margin: 0px;
	padding: 0px;
}
p, div, td, h1, h2, h3, th, input, textarea, select {
	font-family:Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin:0px;
	padding: 0px;
	text-align:left;
	line-height: 18px;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align:bottom;
}
a, a:visited, a:active, a:link {
	color: #0000cc;
	text-decoration: none;
}
a:hover {
	color: #a81d12;
}

/* --- STRUCT --- */
.bgBox {
	background-image: url(../img/bgMiddle.gif);
	background-position: top left;
	width: 970px;
	margin: auto;
	text-align: center;
}
.site {
	text-align: left;
	padding-left: 29px;
	padding-right: 20px;
}
.loggo {
	margin-bottom: 10px;
}
.menu {
	overflow: hidden;
	padding-bottom: 20px;
}
.menu a, .menu a:visited, .menu a:active, .menu a:link {
	width: 99px;
	display:block;
	float:left;
	text-align: center;
	margin-right: 3px;
	background-color: #b9baba;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.menu a:hover {
	background-color: #abacac;
}
.content {
	clear: left;
	height: 392px;
}

.fullheight {
	height: 100%;
}
.fotter {
	color: #FFFFFF;
	background-color: #a81d12;
	width: 915px;
}
.fotter a, .fotter a:visited, .fotter a:active, .fotter a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.contactInfo {
	padding: 3px;
	padding-left: 20px;
	overflow: hidden;
}
.contactInfo div {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

/* --- MAIN --- */
.main {
	padding-top:56px;
}
.leftcol {
	padding-top:4px;
	width:450px;
	float:left;
	text-align:center;
}
.rightcol {
	width:470px;
	float:right;
}
.main .textbox {
	width:380px;
	color: #1c160f;
}
.main .textbox .upper {
	text-transform : uppercase;
}

/* --- NYHETER --- */
.news {
	padding-top:20px;
}
.newsbox {
	float:left;
	width: 260px;
}
.newsbox img {
	display: block;
	float: left;
}
.newsbox p {
	display: block;
	float:right;
	width: 120px;
	font-size: 10px;
	line-height:11px;
	padding-top:30px;
	color: #1c160f;
}

.news .leftcol {
	width:380px;
}
.news .rightcol {
	width:540px;
}

/* --- KATALOG --- */
.catalog {
	padding-top:40px;
	width: 612px;
	float:right;	
}
.catalog .catalogbox {
	width:204px;
	float:left;
	padding-bottom: 15px;
}
.catalog .catalogbox img {
	display: block;
	float: left;
	border: 1px solid #8c8c8c;
}
.catalog .catalogbox p {
	float: right;
	font-size: 9px;
	line-height:11px;
	color: #1c160f;
	text-transform : uppercase;
	width: 113px;
}

/* --- KONTAKTA OSS --- */
.contact {
	width: 915px;
	padding-top: 20px;
}
.contact .contactBox {
	width: 204px;
	float:right;
	color: #595857;
}
.contact .contactBox h1 {
	text-transform : uppercase;
	border-bottom: 1px solid #a81d12; 
	padding-bottom: 4px;
	margin-bottom: 15px;
}
.contact .contactBox p {
	font-size: 11px;
	margin-bottom: 25px;
}

/* --- KAMPANJ --- */
.kampanj {
	text-align: center;
}

/* --- AF LOGIN -- */
.aflogin {
	width: 300px;
}
.aflogin h1 {
	color: #a81d12;
	padding-bottom: 60px;
}
.aflogin label, .aflogin input {
	display: block;
}
.aflogin label {
	padding-top: 10px;
	margin-bottom: 3px;
}
.aflogin #btnLogin {
	text-align:center;
	float: right;
}

/* --- LINKPAGE --- */
.linkpage
{
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
}
.linkpage table, .linkpage h1
{
	text-align: left;
	width: 700px;
	border: 0px;
	margin:auto;
}
.linkpage h1
{
	color: #a81d12;
	padding-bottom: 10px;
}
.linkpage table tr
{
	vertical-align: top;
}
.linkpage table td, .linkpage table th
{
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 5px;
	margin: 0px;
	border-collapse : separate;
	border-bottom: 1px solid #8c8c8c; 
}
