@charset "iso-8859-1";
/* CSS Document */
body{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, sans-serif, Helvetica;
	font-size: 11px;
	background-color: #3E2317;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-position: -150px top;
	margin:0;
	padding:0;
	/*text-align:center;*/
}
hr{
	height: 1px;
	color: #ff0000;
	font-size: 1px;
	border: 0px;
	border-bottom: 1px solid #ff0000;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}
#holder{
	width:761px; 
	text-align:left;  
	/*margin-left:auto; 
	margin-right:auto;*/
	margin-left:40px;
	position: relative;
	padding-top: 88px;
	overflow: visible;
}
#logoHolder{
	position: absolute;
	top: 10px;
	left: -35px;
}
#logoHolderPrint{
	display:none;
}
#metaBar{
	position: absolute;
	top: 5px;
	right: 152px;
}
#metaBar ul{
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 9px;
}
#metaBar li{
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;	
}
#metaBar a {
	padding: 5px;
	height: 31px;
	color: #ECD6A5;
	text-decoration: none;
}
* html #metaBar a {
	padding: 0px 5px 5px 5px;
}
.search{
	float: right;
	position: absolute;
	top: 8px;
	left: 120px;
}
.search input{
	width: 100px;
	border: none;
	background-color: #ECD6A5;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, sans-serif, Helvetica;
	font-size: 11px;
}
#metaBar a:hover {
	text-decoration: underline;
}
#mainNav{
	position: relative;
	background-color: #E9D3A3;
	background-image: url(img/mainnavBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	height: 31px;
	overflow: hidden;
	z-index: 30;
}
#mainNav ul{
	padding: 10px 0 9px 0;
	margin: 0px;
}
* html #mainNav ul{
	padding: 0px !important;
}
#mainNav li{
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;	
	height: 39px;
}
#mainNav li ul{
	display: none;
} 
#mainNav a{
	padding: 15px 10px 15px 10px;
	height: 31px;
	border-right: 1px solid #3F2318;
	color: #3F2318;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}
* html #mainNav a{
	margin:0px !important;
	padding: 8px 10px 15px 10px;
}
#mainNav a:hover, #activeMainNav a{
	background-color: #512E1E;
	color: #FF0000 !important;
}
#header{
	z-index: 10;
}
#subNav{
	height: 31px;
	overflow: hidden;
	text-align: right;
}
#subNav ul{
	padding: 0 0 9px 0;
	margin: 10px 0 0 0;
}
* html #subNav ul{
	margin:0px;
}
#subNav li{
	padding: 0;
	margin: 10px 0 0 0;
	display: inline;
	list-style-type: none;	
	height: 39px;
}
* html #subNav li{
	margin:4px 0 0 0;
}
#subNav a{
	padding: 5px;
	height: 31px;
	color: #ECD6A5;
	text-decoration: none;
	font-weight: bold;
}
#subNav a:hover, #activeSubNav a{
	background-color: #FF0000;
	color: #3F2318;
}
#content{
	background-image: url(img/contentBackMid.jpg);
	background-repeat: repeat-y;
	width: 760px;
	line-height: 15px;
}
#content h1{
	font-size: 18px;
	font-weight: normal;
	color: #ff0000;
	/*border-bottom: 1px solid #ff0000;*/
	background-image: url(img/h1Back.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 10px;
}
#content h2{
	font-size: 14px !important;
	font-weight: normal;
	/*color: #ff0000;*/
	color: #ECD6A5 !important;
	padding: 3px 3px 3px 3px !important;
	background-color: #3E2317;
	background-image: none !important;
	/*border-bottom: 1px solid #ff0000;*/
	text-align: left;
	clear: both;
}
#content h3{
	font-size: 12px;
	font-weight: bold;
}
#content a{
	color: #FF0000;
}
#content .csc-textpic-caption{
	display:none;
}
#contentTop{
	background-image: url(img/contentBackTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
}
#contentMiddle{
	/*background-image: url(img/contentBackMid.jpg);
	background-repeat: repeat-y;*/
	background-position: left top;
	min-height: 360px;
	height:auto !important;
	height: 360px;
	width: 760px;
}
#contentMLeft{
	float: left;
	width: 187px;
	overflow:hidden;
}
#contentMLeftTop{
	padding-left: 20px;
	padding-right: 10px;
	overflow:hidden;
}
#contentMLeftBottom{
	height: 334px;
	padding-left: 20px;
	background-image: url(img/leftStar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentMRight{
	float: left;
	width: 510px;
	padding-left: 10px;
	border-left: 1px dotted #3E2317;
	overflow:hidden;
}
* html #contentMRight{
}
#contentBottom{
	background-image: url(img/contentBackBottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 128px;
	clear: both;
}
#footer{
	background-image: url(img/footerIcon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 760px;
	height: 80px;
}
#searchBar{
	position: absolute;
	top: 4px;
	right: 0px;
}
#searchBar input{
	background-color: #ECD6A5;
	border: none;
	font-size: 11px;
}
.syndicate{
	position: absolute;
	left: 600px;
	top: 0px;
}
.evenPaxRow{
	background-color: #E8C9A0;
}
#PAXshowContainer,#PAXselectorContainerH{
	background-color: transparent !important;
	/*border: 1px solid #ff0000 !important;*/
	border: none !important;
}
#PAXimgTitle{
	display: none;
}
#PAXimgDesc{
	text-align: center !important;
	border: none !important;
}
#tableSelector td{
	border: 1px solid #512E1E !important;
}
#tableSelector td div{
	text-align: center !important;
}
.sectiontableheader{
	background-color: #3E2317;
	color: #E8C9A0;
}
#bannerHolder{
	position:absolute;
	top:4px;
	left:800px;
}
#machinaBanners div{
	margin-bottom:10px;
}
/* ---------- gallery ---------- */
.wtgallery_listpic_pic{
	border: 0;
	margin: 0 2px 2px 0;
}
/* ---------- gallery end ---------- */
/* ------------ forms ------------ */
.csc-mailform{
}
fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
.csc-mailform-field{
	/*float: left;*/
}
.csc-mailform label{
	display: block;
	margin-top: 5px;
}
.csc-mailform input, .csc-mailform textarea, .csc-mailform select{
	border: none;
	border-bottom: 1px solid #3E2317;
	background-color: #ECD6A5;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, sans-serif, Helvetica;
	font-size: 11px;
}
.csc-mailform input, .csc-mailform textarea{
	width: 510px;
}
.csc-mailform select{
	width: 512px;
}
.csc-mailform-submit{
	width: 112px !important;
	margin: 12px 0 12px 0;
	border: 1px solid #3E2317 !important;
	/*background-color:#512E1E !important;*/
	/*color:#ECD6A5;*/
	color:#FF0000;
	text-transform:uppercase;
	font-weight:bold;
	clear:both !important;
	display:block;
}
* html .csc-mailform-submit{
	width: 115px !important;
}
*+html .csc-mailform-submit{
	width: 115px !important;
}
.csc-mailform-checkelem{
	position:relative;
}
.csc-mailform-checkelem label{
	position: absolute;
	top: 0px;
	left: 25px;
}
.csc-mailform-check{
	width: auto !important;
	margin-bottom: 4px;
	border: none !important;
	display:inline;
}
.csc-mailform-radio{
	width:auto !important;
	border:none;
	border: none !important;
}
.csc-mailform-radio label{
	display:inline !important;
	/*padding-right:30px;*/
}
#mailformIch_bin,#mailformund_bike{
	width: 250px;
}
#mailformMein_Alter{
	width: 500px;
}
* html .csc-mailform-checkholder label{
	left: 10px;
	top: 1px;
}
*+html .csc-mailform-checkholder label{
	left: 10px;
	top: 1px;
	width: 510px;
}
legend{
	display:none !important;
}
#mailformPLZOrt{
	margin-bottom: 12px;
}
#mailformMeine_Lieblingsmarke_Bekleidun, #mailformMeine_Lieblingsmarke_Bike{
	margin-bottom: 12px;
	background-image: url(img/backForm01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	padding: 5px 10px 5px 10px;
	width: 485px;
}
#mailformMeine_Lieblingsmarke_Bike{
	background-image: url(img/backForm02.gif);
}
#mailformEmail_Adresse_Newletter{
	border:1px solid #512E1E;
	width:157px;
}
/* ------------ forms end ------------ */
/* ------------ gallery ------------ */
.wtgallery_singlepic_popup{
	display: block;
	text-align:center;
	font-size:9px;
}
.wtgallery_singlepic_pic{
	border: 2px solid #3F2318 !important;
}
.wtgallery_singlepic_fwdback{
	height: 15px;
}
.wtgallery_singlepic_fwd{
	float: right;
}
.wtgallery_singlepic_back{
	float: left;
}
/* ------------ gallery end ------------ */
/* ------------ guestbook ------------ */
.tx-guestbook-left{
	
}
.tx-veguestbook-pi1 h2{
	margin:0;
}
.tx-veguestbook-pi1 p{
	margin:0;
}
.tx-guestbook-date{
	font-size:9px;
	padding-bottom:10px;
}
.tx-guestbook-field label{
	display:block;
}
.tx-guestbook-field input, .tx-guestbook-field textarea, .tx-guestbook-field select{
	border: none;
	border: 1px solid #3E2317;
	background-color: #ECD6A5;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, sans-serif, Helvetica;
	font-size: 11px;
}
.tx-guestbook-field input, .tx-guestbook-field textarea{
	width: 508px;
}
*+html .tx-guestbook-field input{
	width: 505px;
}
*+html .tx-guestbook-field textarea{
	width: 505px;
}
* html .tx-guestbook-field input{
	width: 498px;
}
* html .tx-guestbook-field textarea{
	width: 498px;
}
.tx-guestbook-field select{
	width: 510px;
}
.tx-guestbook-field label br{
	display: none;
}
.tx-guestbook-field label img{
	margin-left:5px;
	margin-top:5px;
}
.tx-guestbook-form-error{
	color:#FF0000;
	font-weight:bold;
}
.tx-guestbook-submit{
	width: 510px !important;
	margin: 12px 0 12px 0;
	border: 1px solid #3E2317 !important;
	/*background-color:#512E1E !important;*/
	/*color:#ECD6A5;*/
	color:#FF0000;
	text-transform:uppercase;
	font-weight:bold;
}
*+html .tx-guestbook-field-submit{
	width: 515px !important;
}
* html .tx-guestbook-field-submit{
	width: 485px !important;
}

/* ------------ guestbook end ------------ */
/* ------------ feuser_register ------------ */
.tx-srfeuserregister-pi1{
}
.tx-srfeuserregister-pi1 input,.tx-srfeuserregister-pi1 textarea,.tx-srfeuserregister-pi1 select{
	border: none;
	border-bottom: 1px solid #3E2317;
	background-color: #E0CB9D;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, sans-serif, Helvetica;
	font-size: 11px;
}
.tx-srfeuserregister-pi1 input, .tx-srfeuserregister-pi1 textarea{
	width: 310px;
}
.tx-srfeuserregister-pi1 select{
	width: 312px;
}
.tx-srfeuserregister-pi1-checkbox, .tx-srfeuserregister-pi1-radio{
	width:12px !important;
}
.tx-srfeuserregister-pi1-uploader{
}
/* ------------ feuser_register end ------------ */
/* ------------ newloginbox ------------ */
.tx-newloginbox-pi1 h3{
	display:none;
}
/* ------------ newloginbox end ------------ */
