/* CSS Document 

Autor: eMedia Jungen
Copyright: eMedia Jungen, 2014

*/

@font-face {
    font-family: 'open_sansregular';
    src: url('/images/OpenSans-Regular-webfont.eot');
    src: url('/images/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/images/OpenSans-Regular-webfont.woff') format('woff'),
         url('/images/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/images/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,img,form,fieldset{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(/images/bg-grunge-others.png) #111111 fixed;
	color: #f1f1f1;
	font: .9em 'open_sansregular',Arial,Tahoma,Helvetica,Sans-Serif
}
#home body{
	
}
a:focus {
	outline: none;
}
a{
	color: #b7a76f;
	text-decoration: none
}
a:hover{
	color: #bb0000;
	text-decoration: none
}
input,select,textarea{
	border: #999999 1px solid;
	font: 12px 'open_sansregular',Arial,Tahoma,Helvetica,Sans-Serif;
	padding: 2px
}
li{
	list-style: none
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 1em 0;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 .4em 0;
	filter: alpha(opacity=60);
	opacity: 0.6;
	background: #222222;
	border-bottom: 2px solid #970000;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 .4em 0;
	color: #ca0000;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 .4em 0;
	color: #b7a76f;
}
p {
	line-height: 1.2em;
}
#page {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
#header {
	background: url(/images/header-logo.png) no-repeat;
	width: 1000px;
	height: 200px;
}
.memberarea {
	position: absolute;
	left: 840px;
	top:0;
	background-color: #4a0808;
	padding: 0 10px 0 10px;
	margin: 0 10px 15px 0;
}
.memberarea:hover, .memberarea.aktiv {
	background-color: #222222;
}
.memberarea a {
	color: #b7a76f;
}
.memberarea a:hover, .memberarea.aktiv a  {
	color: #ffffff;
}
/* Logo */
#logo h1{
	background: url(/images/logo-others.png) no-repeat;
	text-indent: -9999px;
	width: 332px;
	height: 94px;
	margin: 0;
	position: absolute;
	top: 36px;
	left: 338px;
}
#logo h1 a {
	display: block;
	height: 94px;
}
#logo h1 a:hover {
	background: url(/images/logo-others-over.png) no-repeat;
	text-decoration: none;
}
/* Navigation */
#topnavigation {
	background: url(/images/bg-navigation.png) no-repeat;
	width: 1000px;
	height: 88px;
	position: relative;
	z-index: 1;
}
#navigation {
	padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
	width:720px;
	height: 28px;
	position: absolute;
	top: 30px;
	left: 135px;
	z-index: 2;
}
#navigation li {
    float: left;
}
#navigation a {
    display: block;
    background-image: url(/images/navigation.png);
    padding-top: 28px; /* same as height of #example-nav */
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
}
#nav-events {width: 110px;}
#nav-events:hover, #nav-events.aktiv {background-position: 0px -28px;}
#nav-photogallery {width: 160px; background-position: -110px 0;}
#nav-photogallery:hover, #nav-photogallery.aktiv {background-position: -110px -28px;}
#nav-bikes {width: 100px; background-position: -270px 0;}
#nav-bikes:hover, #nav-bikes.aktiv {background-position: -270px -28px;}
#nav-history {width: 110px; background-position: -370px 0;}
#nav-history:hover, #nav-history.aktiv {background-position: -370px -28px;}
#nav-links {width: 94px; background-position: -480px 0;}
#nav-links:hover, #nav-links.aktiv {background-position: -480px -28px;}
#nav-guestbook {width: 140px; background-position: -574px 0;}
#nav-guestbook:hover, #nav-guestbook.aktiv {background-position: -574px -28px;}

#content {
	background: url(/images/bg-content.png) no-repeat;
	width: 690px;
	margin: 0 auto;
	padding: 0 155px;
	min-height: 220px;
	height: auto !important;
	height: 220px;
	position: relative;
}
#buttonback {
	position: absolute;
	top: 5px;
	left: 700px;
}
#buttonbackphotos {
	position: absolute;
	top: 5px;
	left: 810px;
}
#buttonback a, #buttonbackphotos a {
	color: #ca0000;
	font-size: .8em;
	text-decoration: none;
}
#buttonback a:hover, #buttonbackphotos a:hover {
	text-decoration: underline;
}
#start {
	background: url(/images/bg-start.png) no-repeat;
	width: 1000px;
	height: 410px;
}
.starttext {
	padding: 5px 0 5px 185px;
	width: 600px;
}
#leftRow {
	float: left;
	width: 140px;
	padding: 46px 0 0 160px;
}
#startevent {
	width: 117px;
	padding: 5px;
	height: 130px;
	position:relative;
}
#startevent .datebig {
	font-size: 40px;
	color: #e9e9e9;
	margin: -10px 0 0 0;
}
#startevent .monthbig {
	clear: right;
	font-size: 14px;
	color: #e9e9e9;
	margin: -10px 0 28px 0;
}
#startevent .eventname, #startevent .eventplace {
	clear: both;
	margin: 0 0 0 5px;
}
#startevent .eventname a, #startevent .eventplace a {
	font-size: 14px;
	color: #e9e9e9;
	text-decoration: none;
}
#startevent .eventname a {
	position: absolute;
	bottom: 38px;
	width: 115px;
	display: block;
	line-height: 16px;
	height: 34px;
	overflow: hidden;
	word-wrap: break-word;
}
#startevent .eventplace a {
	position: absolute;
	bottom: 18px;
	width: 115px;
	display: block;
	height: 18px;
	overflow: hidden;

}
#startevent .eventname a:hover, #startevent .eventplace a:hover {
	color: #b7a76f;
}
#startevent .more {
	position: absolute;
	left: 80px;
	bottom: -15px;
	margin: 8px 0 0 0;	
}
#startevent .more a {
	font-size: 13px;
	color: #e9e9e9;
}
#startevent .more a:hover{
	color: #b7a76f;
}

#home #social {
	padding: 90px 0 0 0;
}
#home .fb-like {
	position: absolute;
	top: 652px;
	left: 152px;
	cursor: pointer;
}
.fb-like {
	position: absolute;
	top: 150px;
	left: 820px;
	cursor: pointer;
}
#rightRow {
	float: right;
	width: 700px;
}
.listnews {
	width: 480px;
	padding: 70px 170px 0 40px;
	margin: 0 0 50px 0;
}
.listnews dl{
	clear: both;
	display: table;
	height: 1%;
	margin: 0;
	padding: 0 0 5px
}
.listnews dt{
	color: #b7a76f;
	float: left;
	padding: 2px 0;
	width: 80px
}
.listnews dd{
	float: left;
	padding: 2px 0;
	width: 400px
}
.listnews dd a {
	color: #cccccc;
}
.listnews dd a:hover {
	color: #b7a76f;
}
#filmstreifen {
	
	width: 608px;
	height: 145px;
	position:relative;
}

/* events */
.list1{
	margin: 0 0 1.4em
}
.list1 a{
	color: #f1f1f1;
	display: block
}
.list1 a:hover{
	color: #b7a76f;
	text-decoration: none
}
.list1 dl{
	border-bottom: 1px solid #333333;
	clear: both;
	display: table;
	height: 1%;
	padding: 0;
}
.list1 dl:hover {
	background: #222222;
}
.list1 dt{
	color: #b7a76f;
	float: left;
	padding: 5px 0 5px 2px;
	width: 210px
}
.list1 dd{
	float: left;
	padding: 5px 2px 5px 0;
	width: 476px
}
.list1 .daycolor {
	color: #f1f1f1;
}

/* photogallery */
#photogallery {
	margin: 0 0 20px 0;
}
#events2013 {
	display: block;
}
#events2012, #events2011, #events2010, #events2009, #events2008, #events2007, #events2006 {
	display:none;
}

.close {
	background: url(/images/close.png) 0px 4px no-repeat;
	padding: 6px 4px 0 0;
	width: 14px;
	height: 14px;
	display: block;
	float: right;
	cursor: pointer;
}
.photobutton {
	float: left;
	background-color: #4a0808;
	padding: 0 10px 0 10px;
	margin: 0 10px 15px 0;
}
.photobutton:hover {
	background-color: #222222;
}
.photobutton a {
	color: #b7a76f;
}
.photobutton a:hover {
	color: #ffffff;
}
.eventsphoto{
	clear: both;
	margin: 0 0 1.4em
}
.eventsphoto a{
	color: #f1f1f1;
	display: block
}
.eventsphoto a:hover{
	color: #b7a76f;
	text-decoration: none
}
.eventsphoto dl.tripheader {
	filter: alpha(opacity=60);
	opacity: 0.6;
	background: #222222;
	border-bottom: 2px solid #970000;
}
.eventsphoto dl.tripheader:hover {
	filter: alpha(opacity=90);
	opacity: 0.9;
	background: #222222;
	border-bottom: 2px solid #970000;
}
.eventsphoto dl.tripheader dt, .eventsphoto dl.tripheader dd {
	color: white;
	font-size: 1.1em;
}
.eventsphoto dl{
	border-bottom: 1px solid #333333;
	clear: both;
	display: table;
	height: 1%;
	padding: 0;
}
.eventsphoto dl:hover {
	background: #222222;
}
.eventsphoto dt{
	color: #b7a76f;
	float: left;
	padding: 5px 0 5px 2px;
	width: 150px
}
.eventsphoto dd{
	float: left;
	padding: 5px 2px 5px 0;
	width: 530px
}
.titelevent {
	font-size: .85em;
}

/* bikes */
.listbikes dl{
	border-bottom: 1px solid #333333;
	clear: both;
	display: table;
	height: 1%;
	padding: 0;
	margin: 0 0 20px 0;
}
.listbikes dt{
	color: #b7a76f;
	float: left;
	padding: 5px 0 5px 2px;
	width: 210px
}
.listbikes dd{
	float: left;
	padding: 5px 2px 5px 0;
	width: 476px
}
.listbikes dd a {
	background-color: #4a0808;
	color: #b7a76f;
	padding: 0 10px;
}
.listbikes dd a:hover {
	background-color: #222222;
	color: white;
}
.bikefoto {
	background-color: #222222;
	padding: 20px;
	width: 550px;
}
.bikethumbs {
	background-color: #222222;
	width: 590px;
	height: 75px;
	padding: 0;
}
.bikethumbs ul {
	clear: both;
	padding: 0 0 0 20px;
}
.bikethumbs li {
	float: left;
	padding: 0 10px 10px 0;
}
.list2{
	margin: 0 0 1.4em
}
.list2 dl{
	border-bottom: 1px solid #333333;
	clear: both;
	display: table;
	height: 1%;
	padding: 0;
}
.list2 dl:hover {
	background: #222222;
}
.list2 dt{
	color: #b7a76f;
	float: left;
	font-weight: bold;
	padding: 5px 0 5px 2px;
	width: 210px
}
.list2 dd{
	float: left;
	padding: 5px 2px 5px 0;
	width: 460px
}

/* links */

#harleydealerslist {
	display:none;
}
#linkbrandslist {
	display:none;
}
#shopslist {
	display:none;
}
#beizenlist {
	display:none;
}
#sonstigelinkslist {
	display:none;
}
.linklist {
	margin: 20px 0 0 0;
}
.linklist dl{
	border-bottom: 1px solid #333333;
	clear: both;
	display: table;
	height: 1%;
	padding: 0;
}
.linklist dl:hover {
	background: #222222;
}

.linklist dt{
	color: #b7a76f;
	float: left;
	font-weight: bold;
	padding: 8px 10px 8px 2px;
	width: 270px
}
.linklist dd{
	color: #f1f1f1;
	float: left;
	padding: 8px 2px 8px 0;
	width: 340px
}
#beizenlist > .linklist dd{
	color: #f1f1f1;
	float: left;
	padding: 8px 2px 8px 0;
	width: 400px
}
.linklist span.beschreibung {
	font-size: .9em;
}
.linklist dd.url{
	background: url(/images/externer-link.png) 0px 10px no-repeat;
	float: left;
	width: 60px;
	padding: 8px 2px 8px 0;
}
.linklist dd.url a {
	display: block;
	width: 60px;
	height: 20px;
}
.linklist dl.tripheader {
	filter: alpha(opacity=60);
	opacity: 0.6;
	background: #222222;
	border-bottom: 2px solid #970000;
	width: 686px;
}
.linklist dl.tripheader:hover {
	filter: alpha(opacity=90);
	opacity: 0.9;
	background: #222222;
	border-bottom: 2px solid #970000;
}
.linklist dl.tripheader dt, .linklist dl.tripheader dd {
	color: white;
	font-size: 1.1em;
}

/* memberstyle */
#membernews dl {
	clear: both;
	background-color: none;
}
#membernews dt{
	color: #b7a76f;
	float: left;
	font-weight: bold;
	padding: 8px 10px 8px 2px;
	width: 80px
}
#membernews dd{
	color: #f1f1f1;
	float: left;
	padding: 8px 2px 8px 0;
	width: 560px
}
#membersubnavi {
	background-color: #222222;
}
#membersubnavi li {
	float: left;
	padding: 2px 5px;
}
#membersubnavi li:hover {
	background-color: black;
}
#membersubnavi li a {
	color: #b7a76f;
}
#membersubnavi li a:hover,  #membersubnavi li a.aktiv {
	color: white;
}
.memberliste li {
	border-bottom: 1px solid #222222;
}
.memberliste li a:hover {
	color: white;
}
	
dd.memberevent {
	float: left;
	width: 425px;
	margin: 0 15px 0 0;
	overflow:hidden;
}
dd.administrieren {
	float: left;
	width: 30px;
}


/* footer */
#footer {
	background: url(/images/bg-footer.png) center top no-repeat;
	width: 1000px;
	height: 198px;
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
}
.copyright {
	position: absolute;
	top: 175px;
	left: 550px;
	color: #666666;
	font-size: .8em;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear:both;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix, .haslayoutfix { zoom: 1; }

.rot {
	background-color: #4a0808;
	color: #b7a76f;
	padding: 0 5px;
}
.fontkleiner {
	font-size: .8em;
	font-weight: normal;
}
.red {
	color: #ff0000;
}
