
*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	background: url("images/bg.jpg") #fff repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #58585a;
	line-height: 16pt;
}

/* *********************** */
/*	GENERAL				   */ 
/* *********************** */

a {
}

p {
}

::-moz-selection{ color: #fff; background-color: #163d00; }
::selection{ color: #fff; background-color: #163d00; }

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.image_left {
	float: left;
}

.image_right {
	float: right;
	margin: 5px 0 5px 20px; 
	cursor:pointer;
}
.image_Gal {
	float: left;
	margin: 5px; 
	border:solid #CACACA 2px;
	background:#E2E2E2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;


	width:180px;
	height:180px;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}
.NoLink
{
text-decoration:none;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


h1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
	padding: 5px 10px;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #979798;
	margin-bottom: 15px;
}

h4 {
	color: #707173;
	font-size: 16px;
	margin-bottom: 5px;
}

h6 {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0;
}

/* *********************** */
/*	START				   */ 
/* *********************** */

#header {
	background: url("images/header.png") no-repeat center center;
	height: 321px;
	position: relative;
	z-index: 20;
}

.container {
	width: 1000px;
	margin: auto;
	z-index: 10;
}

#logo {
	background: url("images/logo.png") no-repeat;
	width: 181px;
	height: 184px;
}

#logo h1 a {
	position: absolute;
	width: 181px;
	height: 184px;
	text-indent: -99999px;
}

#info {
	text-align: right;
	color: #fff;
}

#info a {
	text-decoration: none;
}

.info_icons {
	margin-top: 10px;
}

.info_icons img {
	padding: 5px;
	opacity: 0.5;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	border-style:none;
}

.info_heading {
	margin-top: 10px;
}

a.info_heading_font {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 12px;
}

.info_contact {
	line-height: 11pt;
	margin-top: 30px;
	width:355px;
}

a.header_anchor {
	color: #D8FFC2;
}
a.header_anchor:hover {
	color:#B8F794;
}
.start_content {
	position: relative;
	top: -135px;
}

.content table
{border-style:solid red 1px;}
.content td
	{
	font-size: 12px;
	padding: 2px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	text-align: right;
	}
td.pricetable_bikeKat {
	font-size: 12px;
	padding: 2px;
	border-right: 2px solid #dedede;
	border-bottom: 1px solid #dedede;
	text-align: left;
	padding-left:9px;
	}
td.pricetable_bikeKat a{
	color: #58585a;
	text-decoration:none;
	}
td.pricetable_bikeKat a:hover{
	text-decoration:underline;
	}
td.pricetable_topline {
	font-size: 13px;
	padding: 4px;
	background: #f1f1f1;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;

}
.start_left {
	background: url("images/start_left.png") no-repeat;
	width: 313px;
	height: 527px;

	margin-right: 30px;
	padding: 0;

}

.start_left:hover {
	height: 527px;
	display: block;
	background-position: 0 -527px;
}

.start_middle {
	background: url("images/start_middle.png") no-repeat;
	width: 313px;
	height: 527px;
	margin-right: 30px;
}

.start_middle:hover {
	height: 527px;
	display: block;
	background-position: 0 -527px;
}

.start_right {
	background: url("images/start_right.png") no-repeat;
	width: 313px;
	height: 527px;
}

.start_right:hover {
	height: 527px;
	display: block;
	background-position: 0 -527px;
}
.start_icon {
	text-align: right;
	margin-top: 383px;
	padding: 0;
}

.overlay {
	background: url("images/overlay.png") repeat;
	width: 313px;
	height: 100px;
	margin-top: -25px;

}

.overlay ul {
	padding-left: 28px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;

}

.overlay ul li {
}

.overlay ul li a {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
	cursor: default;
}

a.start_anchor {
	float: right;
	color: #163d00;
	text-decoration: none;
	font-size: 17px;
	padding: 5px 0;
}


/* *********************** */
/*	CONTENT				   */ 
/* *********************** */

#header2 {
	background: url("images/header2.png") no-repeat center center;
	height: 259px;
	position: relative;
	z-index: 20;
}

#info2 {
	text-align: right;
	color: #fff;
}

#info2 a {
	text-decoration: none;
}

.info_icons2 {
	margin-top: 10px;
}

.info_icons2 img {
	padding: 5px;
	opacity: 0.5;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	border-style:none;
}

.info_heading2 {
	margin-right: 5px;
	width:195px;
}

a.info_heading_font2 {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 12px;
}

.info_contact2 {
	margin-right: 5px;
	line-height: 9pt;
	margin-top: 10px;
}

.content {
	position: relative;
	top: -135px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 10px #8c8c8c;  
    -moz-box-shadow: 1px 1px 10px #8c8c8c;  
    box-shadow:  1px 1px 10px #8c8c8c;
	padding-bottom: 10px;
}

.content li
	{
	margin-left:20px;
	}

#sidebar {
	width: 168px;
	border-right: 1px solid #c1c2c2;
	text-align: center;
	margin-top: 20px;
	float: left;
}

ul#sidebarmenu {
	list-style-type: none;
	text-align: right;
	padding: 35px 5px 35px 0;
}

ul#sidebarmenu li a {
	text-decoration: none;
	color: #707173;
}

ul#sidebarmenu li a:hover {
	text-decoration: none;
	color: #606060;
}

ul#sidebarmenu li a:active, ul#sidebarmenu li a:focus {
	text-decoration: none;
	color: #5f9d3c;
}

a.back_btn {
	text-decoration: underline;
	color: #707173;
	font-style: italic;
}

.sidebar_icon {
	margin-left: 22px;
	margin-top: 22px;
}
.sidebar_icon img
{border-style:none;}

.box {
	width: 800px;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	text-align: justify;
}

a.more {
	color: #308201;
	text-decoration: none;
	font-style: italic;
}


/* *********************** */
/*	FOOTER				   */ 
/* *********************** */

#footer {
	position: relative;
	top: -100px;
	border-top: 1px solid #ccc;
}

#copyright {
	font-size: 13px;
	padding: 7px 0;
}
.flag {
	margin-left:12px;
	margin-top:6px;
	padding-left:3px;
	padding-right:3px;
	border-style:none;
	border:solid #348B01 1px;
}
.flagA {
	margin-left:12px;
	margin-top:6px;
	padding-left:3px;
	padding-right:3px;
	border:solid #2E5E3A 1px;
}
.footerbox {
	width: 100%;
	background: #d1d1d2;
	border-radius: 0 0 25px 25px;
	-moz-border-radius: 0 0 25px 25px;
	-webkit-border-radius: 0 0 25px 25px;
	margin-bottom: 25px;
	padding: 0 0 55px 0;
	text-shadow: 1px 1px 0 #fff;
}

.footercol {
	width: 140px;
	font-size: 13px;
	margin-right: 15px;
	padding: 5px;
}

.footercol ul {
	list-style-type: none;
	padding-left: 5px;
}
.footercol a
{
text-decoration:none;
}
.footercol ul li {
}

.footercol ul li a {
	color: #707173;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}

.footercol ul li a:hover {
	text-decoration: underline;
}



.LstBx a
	{
	text-decoration:none;
	color:#58585a;
	}
#LstBack
	{
	float:right;
	border:solid #CACACA 1px;
	padding:5px;
	width:48px;
	height:48px;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
#LstBack img
	{
	border-style:none;
	}
.Lft {float:left;}
.LstBx
	{
	float:left;
	border:solid #CACACA 1px;
	padding:5px;
	width:320px;
	height:250px;
	margin-left:15px;
	margin-top:15px;
	text-align: justify;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-left:6px;
	cursor:pointer;
	overflow:hidden;
	}
.LstBx:hover
	{
	border:solid #ECECEC 1px;	
	}
.LstBx img
	{
	border:solid #CACACA 1px;
	float:right;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-left:6px;
	}

/*
Styles für das Kontaktformular
*/
form {display:inline}
.input_left {
	padding-right: 20px;
}
form {
	margin: 25px auto;
}

label.form_label {
	display: block;
	margin: 15px 0 0 0;
}
input.form_input {
	padding: 5px;
	width: 200px;
	color: #000;
	font-size: 13px;  
	border: 1px solid #ccc; 
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: linear-gradient(top, #ffffff, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e9e9');
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef; 
	outline: none;
}
#Date
	{
	position:relative;
	top:-5px;
	}
input.form_input_Date{
	width: 140px;
	padding: 5px;
	color: #000;
	font-family: 'Muli', sans-serif;
	font-size: 13px;  
	border: 1px solid #ccc; 
	text-align:center;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: linear-gradient(top, #ffffff, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e9e9');
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef; 
	outline: none;
}
input.form_input_BikeCount {
	width: 45px;
	padding: 5px;
	color: #000;
	font-family: 'Muli', sans-serif;
	font-size: 13px;  
	border: 1px solid #ccc; 
	text-align:center;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: linear-gradient(top, #ffffff, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e9e9');
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef; 
	outline: none;
}
textarea.form_input_long {
	width: 433px;
	height: 150px;
	padding: 5px;
	color: #000;
	font-family: 'Muli', sans-serif;
	font-size: 13px;  
	border: 1px solid #ccc; 
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: linear-gradient(top, #ffffff, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e9e9');
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef; 
	outline: none;
}
input.form_input_long {
	width: 433px;
	padding: 5px;
	color: #000;
	font-size: 13px;  
	border: 1px solid #ccc; 
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: linear-gradient(top, #ffffff, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e9e9');
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef; 
	outline: none;
}
select.form_select {
	width: 433px;
	padding: 3px;
	color: #000;
	font-size: 13px;  
	border: 1px solid #ccc; 
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: linear-gradient(top, #ffffff, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e9e9');
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef; 
}
input.form_AddBike{

	padding: 4px 4px;
	color: #fff;
	font-size: 13px;  
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	cursor: pointer;
	background-color: #2e2e30;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#999999));
	background-image: -webkit-linear-gradient(top, #717171, #999999);
	background-image: -moz-linear-gradient(top, #717171, #999999);
	background-image: -ms-linear-gradient(top, #717171, #999999);
	background-image: -o-linear-gradient(top, #717171, #999999);
	background-image: linear-gradient(top, #717171, #999999);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#717171', EndColorStr='#999999');
	border: 1px solid #898989;
	text-shadow: 0px 1px 0px #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef;  
	margin: 0px 0 0 4px; 
}
.BikeOrderDiv{
	margin-left:4px;
	font-weight:bold;
	}

input.form_AddBike:hover{

	background-color: #717171;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#A9A9A9));
	background-image: -webkit-linear-gradient(top, #717171, #A9A9A9);
	background-image: -moz-linear-gradient(top, #717171, #A9A9A9);
	background-image: -ms-linear-gradient(top, #717171, #A9A9A9);
	background-image: -o-linear-gradient(top, #717171, #A9A9A9);
	background-image: linear-gradient(top, #717171, #A9A9A9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#717171', EndColorStr='#A9A9A9');
	cursor: pointer;
}
select.form_select_bike {
	width: 280px;
	padding: 3px;
	color: #000;
	font-size: 13px;  
	border: 1px solid #ccc; 
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);
	background-image: linear-gradient(top, #ffffff, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e9e9');
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef; 
	margin-left:4px;
}
input.CCGt
{

	padding: 4px 4px;
	color: #fff;
	font-size: 13px;  
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	cursor: pointer;
	background-color: #2e2e30;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#999999));
	background-image: -webkit-linear-gradient(top, #717171, #999999);
	background-image: -moz-linear-gradient(top, #717171, #999999);
	background-image: -ms-linear-gradient(top, #717171, #999999);
	background-image: -o-linear-gradient(top, #717171, #999999);
	background-image: linear-gradient(top, #717171, #999999);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#717171', EndColorStr='#999999');
	border: 1px solid #898989;
	text-shadow: 0px 1px 0px #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef;  
	margin: 0px 0 0 4px; 
}
input.CCGt:hover{

	background-color: #717171;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#A9A9A9));
	background-image: -webkit-linear-gradient(top, #717171, #A9A9A9);
	background-image: -moz-linear-gradient(top, #717171, #A9A9A9);
	background-image: -ms-linear-gradient(top, #717171, #A9A9A9);
	background-image: -o-linear-gradient(top, #717171, #A9A9A9);
	background-image: linear-gradient(top, #717171, #A9A9A9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#717171', EndColorStr='#A9A9A9');
	cursor: pointer;
}
input.form_submit {
	display: block;
	padding: 8px 12px;
	color: #fff;
	font-size: 13px;  
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	cursor: pointer;
	background-color: #2e2e30;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#2e2e30));
	background-image: -webkit-linear-gradient(top, #717171, #2e2e30);
	background-image: -moz-linear-gradient(top, #717171, #2e2e30);
	background-image: -ms-linear-gradient(top, #717171, #2e2e30);
	background-image: -o-linear-gradient(top, #717171, #2e2e30);
	background-image: linear-gradient(top, #717171, #2e2e30);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#717171', EndColorStr='#2e2e30');
	border: 1px solid #898989;
	text-shadow: 0px 1px 0px #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef;  
	margin: 10px 0 0 0; 
}

input.form_submit:hover {
	background-color: #717171;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#151516));
	background-image: -webkit-linear-gradient(top, #717171, #151516);
	background-image: -moz-linear-gradient(top, #717171, #151516);
	background-image: -ms-linear-gradient(top, #717171, #151516);
	background-image: -o-linear-gradient(top, #717171, #151516);
	background-image: linear-gradient(top, #717171, #151516);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#717171', EndColorStr='#151516');
	cursor: pointer;
}

input.form_submit:active {
	background-color: #717171;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2e2e30), to(#717171));
	background-image: -webkit-linear-gradient(top, #2e2e30, #717171);
	background-image: -moz-linear-gradient(top, #2e2e30, #717171);
	background-image: -ms-linear-gradient(top, #2e2e30, #717171);
	background-image: -o-linear-gradient(top, #2e2e30, #717171);
	background-image: linear-gradient(top, #2e2e30, #717171);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2e2e30', EndColorStr='#717171');
	cursor: pointer;
}
option.form_option {
	background: #e9e9e9;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	padding: 2px 0 0 5px;
}

option.form_option:hover {
	text-shadow: 0 1px 0 #666;
}
#Kntcnt
{
float:left;width:520px;
}

#YrSel
{width:100%;text-align:center;}
#YrSel li
{margin:5px;font-size:17px;display:inline;}
#YrSel a
{text-decoration:none;color: #58585a;}
#YrSel a:hover
{text-decoration:underline;}

/*
Styles für die Oliver Gallery
*/
.OG_BgIm
	{
	border:solid #CACACA 2px;
	z-index:31;
	}
#OG_IconLeft
	{
	position:absolute;
	top:0px;
	height:350px;
	width:80px;
	cursor:pointer;
	padding-top:280px;
	z-index:32;
	}
#OG_IconRight
	{
	position:absolute;
	top:0px;
	height:350px;
	width:80px;
	left:840px;
	cursor:pointer;
	padding-top:280px;
	z-index:32;
	}
#OG_ImCnt
	{
	width:100%;
	height:100%;
	top:0px;
	text-align:center;
	z-index:31;
	}
#OG_White
	{
	background-color:#ffffff;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:30;
	opacity: 0.6;
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);	
	}
#OG_Close
	{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:48px;
	z-index:31;
	}
#OG_Inner
	{
	position:absolute;
	width:900px;
	height:690px;
	margin:-325px 0px 0px -450px;
	background-color:#E2E2E2;
	border:solid #CACACA 2px;
	top:50%;
	left:50%;
	z-index:31;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	}








