@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	background:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ededed;
	font-size: 12px;
	color: #dbd5c3; 	
}

img { border:none } 
a { outline:none }

#layout {
    position:relative;
	margin:auto;
	width:950px;
	height:auto;
}

#logo {
	position:relative;
	float:left;
	width:125px;
	height:46px;
	margin:25px 0 0 0;
	background-image:url(images/logo.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#header {
	position:relative;
	float:left;
	width:920px;
	height:199px;
	margin-top:26px;
	background-image:url(images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.headertext {
	float:left;
	width:auto;
	height:auto;
	font-size:34px;
	color:#FFF;	
	margin-top:50px;
	-moz-text-shadow: 3px 3px 3px #333;
    -webkit-text-shadow: 3px 3px 3px #333;
	text-shadow:2px 2px 2px #333;
}

.headertext2 {
	float:left;
	width:350px;
	height:auto;
	font-size:14px;
	color:#FF9;	
	margin-top:-10px;
}

.more {
	float:right;
	width:98px;
	height:29px;
	background-image:url(images/more.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#navigation {
	position:relative;
	width:auto;
	height:39px;
}

.insert {
	float:left;
	width:2px;
	height:40px;
	background-image:url(images/insert.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.navbutton {
	float:left;
	width:auto;
	height:40px;
    padding-left:20px;
	padding-right:20px;
	padding-top:13px;
	font-size:13px;
	color:#666;
	text-decoration:none;	
}

.navbutton:hover {
	background-image:url(images/hover.jpg);
	background-position:top;
	background-repeat:repeat-x;	
}

#content{
	height:auto;
	margin-top:50px;
}
.contentheadline {
	width:auto;
	height:auto;
	font-size:18px;
	color:#4c7553;
	font-weight:bold;
	margin-top:6px;
}

.contentsubline {
	height:auto;
	font-size:12px;
	color:#666;
	font-weight:bold;
	margin-top:2px;
}

.contenttext {
	position:relative;
	width:auto;
	height:auto;
	font-size:12px;
	color:#666;
	margin-top:5px;
}

#contentbox1 {
	float:left;
	width:200px;
	height:auto;
	margin-top:50px;
}

#contentbox2 {
	float:left;
	width:250px;
	height:auto;
	margin-top:50px;
	margin-left:60px;
}

#contentbox3 {
	float:left;
	width:300px;
	height:auto;
	margin-top:40px;
	margin-left:60px;
}

#contentbox4 {
	float:left;
	width:600px;
	height:auto;
	margin-top:40px;
}

#contentbox5 {
	float:left;
	width:300px;
	height:auto;
	margin-top:66px;
}

.contentbox1icon {
	float:left;
	width:51px;
	height:52px;
	background-image:url(images/icon1.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.contentbox2icon {
	float:left;
	width:55px;
	height:52px;
	background-image:url(images/icon2.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.contentbox3icon {
	float:left;
	width:55px;
	height:52px;
	background-image:url(images/icon3.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.contentboxheadline {
	float:left;
	width:auto;
	height:auto;
	font-size:18px;
	color:#4c7553;
	font-weight:bold;
	margin-left:15px;
	margin-top:6px;
}

.contentboxsubline {
	float:left;
	width:200px;
	height:auto;
	font-size:12px;
	color:#666;
	font-weight:bold;
	margin-left:15px;
	margin-top:2px;
}

.contentboxtext {
	position:relative;
	width:auto;
	height:auto;
	font-size:12px;
	color:#666;
	margin-top:20px;
}

#register {
	position:relative;
	float:left;
	width:98px;
	height:29px;
	margin-top:39px;
	background-image:url(images/register.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#contact {
	position:relative;
	float:left;
	width:98px;
	height:29px;
	margin-top:39px;
	background-image:url(images/contact.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#refund {
	position:relative;
	float:left;
	width:98px;
	height:29px;
	margin-top:25px;
	background-image:url(images/refund.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#support {
	position:relative;
	float:left;
	width:98px;
	height:29px;
	margin-top:20px;
	margin-left:17px;
	background-image:url(images/supportbutton.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.spacer {
	float:left;
	width:2px;
	height:170px;
	margin-top:60px;
	margin-left:30px;
	background-image:url(images/spacer.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

#box {
	float:left;
	width:950px;
	height:101px;
	margin-top:60px;
}

#boxleft {
	float:left;
	width:8px;
	height:101px;
	background-image:url(images/boxleft.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#boxcenter {
	float:left;
	width:auto;
	height:101px;
	background-image:url(images/boxcenter.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#boxright {
	float:left;
	width:8px;
	height:101px;
	background-image:url(images/boxright.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#logoklein {
	float:left;
	width:99px;
	height:62px;
	background-image:url(images/logoklein.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-left:14px;
	margin-top:19px;
}

.feature {
	float:left;
	width:181px;
	height:63px;
	margin-left:14px;
	margin-top:19px;
}

.table {
	float:left;
	width:550px;
	height:auto;
	margin-top:25px;
	margin-left:15px;
	font-size:14px;
	color:#666;
}

#footer {
	position:relative;
	float:left;
	width:100%;
	height:90px;
	margin-top:50px;
    background-color:#1d2622;
}

#footertext {
	position:relative;
	margin:auto;
	width:950px;
	height:auto;
	margin-top:40px;
	color:#FFF;
}

.footertext2 {
	float:right;
	width:auto;
	height:auto;
	color:#FFF;
	margin-right:30px;
	text-decoration:none;
}

.window {
	position:relative;
	float:right;
	height:29px;	width:98px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

.paging {
	position:absolute;
	width: 178px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	left: 793px;	
	/*--display: none; Hidden by default, will be later shown with jQuery--*/
	top: 75px;
}
.paging a {
	padding: 5px;
	padding-left:9px;
	padding-right:9px;
	text-decoration: none;
	color:#333;
	background-color: #e8e8e8;
	border: 1px solid #FFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a.active {
	font-weight: bold;
	background-color: #58815f;
	border: 1px solid #779c7e;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
}
.paging a:hover {font-weight: bold;}


/*--Layer--*/

.layer {
    position:fixed;
	margin:auto;
	width:750px;
	margin-top:150px;
	background-color:#FFF;
	border:solid 2px #000;
	padding:1px;
	z-index:1;	
}

.layerhead {
    position:relative;
	width:750px;
	height:24px;
	background-image:url(images/layerhead.jpg);
	background-position:top;
	background-repeat:repeat-x;	
}

.layertext {
    position:relative;
	float:left;
	width:auto;
	height:auto;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	margin-left:10px;
	margin-top:5px;
}

.layertext2 {
    position:relative;
	float:right;
	width:auto;
	height:auto;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	margin-right:10px;
	margin-top:5px;
}

.layerlogo {
    position:relative;
	float:right;
	width:51px;
	height:18px;
	margin-right:10px;
	margin-top:3px;
}

.layerimg {
    position:relative;
	width:750px;
	height:450px;
	margin-top:1px;
}
