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

.errors {
	margin-left: 200px;
	padding: 10px;
}

.errors li {
	color: red;
	font-weight: bold;
}

.errors p {
	color: red;
	font-weight: bold;
}

.cform {
	list-style-type:none;
	margin-left:200px;
}

.holder {
	width:980px;
	margin: 0 auto;
}


.pagetitle {
	width:970px;
	height:45px;
	padding:10px 0 0 10px;
	margin: 0 0 30px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:31px;
	font-weight:bold;
	color:#FFF;
}

/* HEADER */

.header {
	width: 980px;
	height: 75px;
}

.header_img {
	width: 524px;
	height: 75px;
	float:left;
}

.header_text {
	width: 380px;
	height: 45px;
	float:left;
	text-align:right;
	font-size:11px;
}
	
.header_nav {
	width:456px;
	height:30px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}



/* MENU */


.header_nav ul {
	list-style:none outside;
	padding:0;
	margin:0;
}

.content_nav li {
	display: inline;
}


.header_nav a {
	width:76px;
	height:30px;
	display: block;
	float:left;
	text-decoration:none;
	text-align:center;
	color:#b8b8b8;
	background: #FFF url('images/nav_button.gif') no-repeat 0px 0px;
}

.header_nav a:hover {
	color:#b8b8b8;
	background: #FFF url('images/nav_button.gif') no-repeat 0px -30px;
	text-decoration:none;		
}

.header_nav .active a {
	background: #FFFFFF url('images/nav_button.gif') no-repeat 0px -60px;
	color:#090;
}


/* FONT */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #494949;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	margin-top:0;
	color: #4e87bf;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background-color:#FFFFFF;
	
}

body a {
    text-decoration: none;
    color: #447d1b;
}
body a:hover {
    text-decoration: underline;
    color: #59a423;
}
/*body a:active {
	text-decoration: none;
	color: #090;
	text-align: right;
}*/
body a img {
	border: 0;
}



/*CONTENT*/

.content_holder {
	width:665px;
	float:left;
}


.content_box {
	width:665px;
	margin-bottom:30px;
	}
	
.content_left {
	width:8px;
	height:53px;
	float:left;
}
	
.content_nav ul {
	list-style-position:inside;
	padding:0;
	margin:0;
}

.header_nav li {
	display:inline;
}

.content_nav a {
	width:120px;
	height:41px;
	display: block;
	float:left;
	padding:12px 5px 0 5px;
	margin-bottom:10px;
	text-decoration:none;
	text-align:center;
	color:#4e86be;
	font-weight:bold;
	background: #FFF url('images/cont_rider.gif') no-repeat 0px 0px;
}

.content_nav .active a {
	background: #FFFFFF url('images/cont_rider.gif') no-repeat 0px -106px !important;
	color:#FFF !important;
}

.content_nav .last a {
	background: #FFFFFF url('images/cont_rider.gif') no-repeat 0px 0px;
	color:#4e86be;
}

.content_nav a:hover {
	color:#4e86be;
	background: #FFF url('images/cont_rider.gif') no-repeat 0px -53px;
	text-decoration:none;		
}

.content_right {
	width:7px;
	height:53px;
	float:right;
}

.content_mid {
	width:645px;
	padding: 10px;
	background: url('images/cont_bg_mid.gif') repeat-y;
	
	}

.content_bottom {
	width:665px;
	height:4px;
}

.content_block_left {
	width:317px;
	margin-right:15px;
	padding-right:15px;
	float:left;
	border-width:1px;
	border-color:#bdbdbd;
	border-right-style:solid;
}

.content_block {
	width:317px;
	float:left;
}

.content_block_text {
	margin-bottom:10px;
}

/*RIGHT COLUMN*/

.rc_holder {
	width:275px;
	margin-left:40px;
	_margin-left:20px;
	float:left;
	background: url('../images/rc_bg_mid.gif') repeat-y;
}


.rc_top {
	width:275px;
	height:13px;
	_height:11px;
	background: url('../images/rc_bg_top.gif') no-repeat;
}

.rc_bottom {
	width:275px;
	height:13px;
	_height:11px;
	background: url('../images/rc_bg_bottom.gif') no-repeat;
}

.rc_mid {
	width:255px;
	padding: 0 10px 0 10px;
}

.rc_quality {
	width:255px;
	border-width:1px;
	border-color:#bdbdbd;
	border-bottom-style:solid;
	padding-bottom:40px;
	_padding-bottom: 5px;
}

.rc_blog {
	width:255px;
	padding-top:10px;
}

.blog_title {
	
}

.blog {
	font-weight:bold;
	color:#6fbf36;
	padding-bottom:10px;
	margin-bottom:10px;
}

/*FOOTER*/

.footer_top {
	width:980px;
	margin-top:40px;
	border-width:1px;
	border-color:#bdbdbd;
	border-bottom-style:solid;
	border-top-style:solid;
	float:left;
}

.footer_bottom {
	width:980px;
	margin-top:10px;
	float:left;
}


/*BUTTONS*/

.button {
	float: left;
	clear: left;
}


.button a {
	float: left;
	text-decoration: none;
	color: #ccc;
	padding: 5px 15px 0 0;
	margin-right: 8px;
	font: 900 10px Arial, Helvetica, sans-serif;
}

.button a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -5px;
	height: 24px;
}

.button a:hover {
 	color: #0d5f83;
	background: url(images/button.png) no-repeat top right;
}

.button a:hover span {
	background: url(images/button.png) no-repeat top left;
}

.button a.current {
	background: url(images/button.png) no-repeat top right;
 	color: #666;
}

.button a.current span {
	background: url(images/button.png) no-repeat top left;
}

.button a.sliderbutton {
	background: url(images/button_green.png) no-repeat top right;
 	color: #666;
	margin-left:420px;
	margin-top:20px;
	width:100px;
	
	
}

.button a.sliderbutton span {
	background: url('images/button_green.png') no-repeat top left;
	
}


.v_trenner {
	width:1px;
	height:120px;
	margin: 0 10px 0 10px;
	background-color:#666;
	float:left;
}


/*SIDE BAR*/

.sb_holder {
	width:180px;
	margin: 0 0 30px 30px;
	float:left;
}

.sb_top {
	width:180px;
	height:13px;
	background: url('images/sb_bg_top.gif');
}

.sb_mid {
	width:160px;
	padding: 0 10px 30px 10px;
	background: url('images/sb_bg_mid.gif') repeat-y;
}

.sb_mid .button {
	margin: 10px 0 0 10px;
}

.sb_mid img {
	border:1px #bdbdbd solid;
	margin-bottom:10px;
}

.sb_bottom {
	width:180px;
	height:13px;
	background: url('images/sb_bg_bottom.gif');
}

.subb_empty_long {
	height:15px;
	width:970px;
	float:left;
	display:block;
	margin: 0 0 0 2px;
	background-color:#dbdbdb;	
}

