html, body {
	margin: 0;
	padding: 0;
	background: #000 url('/img/body_bg.jpg') center top no-repeat;
	font-family: verdana;
	color: #000;
	font-size: 12px;
	height: 100%;
}

a, a:hover, a:active, a:focus {
    outline: none;
    color: #000;
}
a:hover {
	color: #d40101;
}
a.nohover:hover {
	color: #000 !important;
}

h1 {
	margin: 0 0 20px 0;
	color: #d40101;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

h4 {
	margin: 0 0 20px 0;
	color: #d40101;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}


.clearer {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

span.date {
	font-size: 10px;
	color: #d40101;
}

img {
	border: 0;
}

#container {
	width: 994px;
	margin: auto;
	background: #fff;
}

#topnav ul {
	width: 590px;
	height: 13px;
	list-style: none;
	margin: auto;
	padding: 35px 0 32px 0;
}
	#topnav ul li {
		float: left;
	}
	#topnav ul li a {
		font-size: 16px;
		color: #000;
		margin: 0 13px 0 13px;
		text-decoration: none;
	}
	#topnav ul li a:hover, #topnav ul li.active a {
		color: #d40101;
	}
	
#photoHeader {
	height: 339px;
	position: relative;
}
#photoHeader.hasContent {
	height: 227px;
}

	#photoHeader #headerSlides {
		width: 994px;
		height: 339px;
	}
	#photoHeader #headerSlides.small {
		width: 994px;
		height: 227px;
	}
	#photoHeader #headerSlides img {
		z-index: 1000 !important;
	}
	#photoHeader #ragnar_logo {
		width: 58px;
		height: 147px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 999;
		background: url('/img/ragnar_logo.gif') no-repeat;
		cursor: pointer;
	}
	#photoHeader #history {
		width: 250px;
		height: 300px;
		position: absolute;
		left: 615px;
		top: 68px;
		z-index: 1001;
		padding: 35px 65px 0 65px;
		background: url('/img/history_layer_bg.png') no-repeat;
	}
		#photoHeader div {
			font-size: 13px;
		}
		#photoHeader div h1 {
			margin: 0 0 10px 0;
			color: #d40101;
			font-size: 20px;
			font-weight: normal;
			text-transform: none;
		}
		#photoHeader div a {
			color: #000;
			text-decoration: none;
		}
		#photoHeader div a:hover {
			color: #d40101;
		}

#photoHeader #headerContent {
	height: 227px;
	position: relative;
	z-index: 1000; 
	background: url('/img/header_profil.jpg') no-repeat;
	color: #fff;
	font-size: 16px;
	z-index: 1002;
}
#photoHeader #headerContent.withSlide {
	height: 162px;
	position: absolute;
	height: 0;
	background: none;
}
	#photoHeader #headerContent div {
		margin: 0;
		width: 350px;
		position: absolute;
		z-index: 1003;
		left: 35px;
		top: 65px;
	}
	#photoHeader #headerContent div h1 {
		font-size: 50px;
		color: #fff;
		margin-bottom: 6px;
	}

#contentContainer {
	width: 926px;
	overflow: hidden; /*clearfix*/
	padding: 34px 34px 0 34px;
	background: #fff url('/img/content_topgradient_bg.jpg') no-repeat;
	min-height: 400px;
}

.teaser_box {
	width: 196px;
	float: left;
	margin-right: 0px;
}
.teaser_box.last {
	margin-right: 0;
}
	.teaser_box div.teaserTop {
		height: 135px;
		padding: 1px 0 0 14px;
		background: #fff url('/img/teaser_box_img_bg.gif') no-repeat;
	}
	.teaser_box div.teaserContent {
		margin: 0;
		padding: 14px 0 0 14px;
	}
	.teaser_box h2 {
		font-size: 14px;
		font-weight: normal;
		margin: 0 0 10px 0;
	}
	.teaser_box h2 a {
		color: #d40101;
		text-decoration: none;
		text-transform: uppercase;
	}
	.teaser_box a {
		text-decoration: none;
		color: #000;
	}
	.teaser_box a:hover {
		color: #d40101;
	}
	
	
#rightContainer {
	width: 303px;
	float: right;
	margin: -34px 0 0 15px;
}
	.topTeaser {
		margin-top: -34px;
		background: url('/img/right_topteaser_bg.jpg') no-repeat;
	}
	.navRight {
		width: 299px;
		padding: 13px 10px 13px 13px;
		height: 300px;
		margin-top: -34px;
		background: url('/img/right_nav_bg.jpg') no-repeat;
	}
	#rightContainer #contact {
		width: 303px;
		height: 91px;
		border-top: 2px solid #fff;
		background: #ddd url('/img/right_contact.gif') no-repeat;
	}
	#rightContainer #contact a {
		display: block;
		text-decoration: none;
		width: 303px;
		height: 91px;
	}
	#rightContainer #contact.fixed {
		position: fixed;
		bottom: 0;

 		#bottom: auto;
  		#position: absolute;
  		#top: expression( ( 0 - contact.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );

	}
	#rightContainer ul {
		list-style: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
		#rightContainer ul li {
		
		}
			#rightContainer ul li a {
				display: block;
				padding: 9px 0 9px 30px;
				color: #d40101;
				font-size: 12px;
				text-decoration: none;
				text-transform: uppercase;
				width: 270px;
			}
			#rightContainer ul li a:hover, #rightContainer ul li.active a {
				background: #fff;
			}
	#rightContainer #topTeaser {
		height: 180px;
		font-size: 12px;
		padding: 30px 30px 0 30px;		
	}
		#rightContainer #topTeaser a {
			color: #da0000;
			text-decoration: none;
		}
		#rightContainer #topTeaser a:hover {
			color: #000;
		}

#sliderContainer {
	height: 300px;
	position: relative;
	overflow: hidden;
}
	#sliderContainer #productWrapper {
		position: absolute;
		width: 10000px;
		left: 0;
		z-index: 999;
	}
		#sliderContainer #productWrapper .product {
			width: 303px;
			height: 300px;
			float: left;
			position: relative;
		}
	#sliderContainer .slideArrow {
		width: 30px;
		height: 53px;
		position: absolute !important;
		top: 120px;
		left: 10px;
		border: 0;
		z-index: 1002 !important;
		background: url('/img/slider_left.png') center center no-repeat;
	}
	#sliderContainer .slideArrow.right {
		left: 262px;
		background: url('/img/slider_right.png') center center no-repeat;
	}
	#sliderContainer .slideArrow a {
		width: 30px;
		height: 53px;
		display: block;
		text-decoration: none;
		background: url('/img/trans.gif');
	}
	#sliderContainer .slideArrow a:hover {
		text-decoration: none;
	}
	#sliderContainer p {
		position: absolute;
		margin: 0;
		width: 280px;
		text-align: center;
		left: 15px;
		top: 275px;
		font-size: 12px;
		color: #d40101;
		text-transform: uppercase;
	}
		#sliderContainer  a {
			color: #d40101;
			text-decoration: none;
		}
		#sliderContainer  a:hover {
			text-decoration: underline;
		}


.contentPhoto {
	float: left;
	margin: 0 15px 15px 0;
	max-width: 590px;
}

.blog_post_row {
	width: 570px;
	height: 130px;
	margin-bottom: 30px;
	line-height: 110%;
}
.blog_post_row h1 {
	margin-bottom: 10px;
}

.productTbl tr td {
	background: #f3f3f3;
	border-bottom: 1px solid #fff;
	padding: 5px;
}
	.productTbl tr.editrow td {
		background: #fff;
		border-bottom: 1px solid #cecece;
	}
	.productTbl tr td a {
		font-size: 10px;
	}
.productTbl td.draghandle {
	cursor: move;
}
.productTbl td img.thumb {
	width: 60px;
}

.productTbl tr.activeRow td {
	background: #f4f4cc;
	border-bottom: 1px solid #e2e2b8;
	border-top: 1px solid #e2e2b8;
}

.paging {
	border-top: 1px solid #e3e3e3;
	float: left;
	width: 600px;
	margin-top: -2px;
	padding-top: 10px;
	font-size: 12px;
}
	.paging a {
		color: #D40101;
		text-decoration: none;
		float: right;
	}
	.paging a:hover {
		color: #000;
	}
	.paging span {
		font-style: italic;
		color: #636363;
		float: right;
	}