body {
	margin: 0;
	padding: 0;
	background: #EFEFEF url(../images/bg3.png) repeat;
	font-family: 'Arvo', serif;
	font-size: 14px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #221D1D;
}

h1 {
	font-size: 2em;
	
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
	text-align:left;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #091478;
}

a:hover {
}
/* ---------Seitenhintergrund----------------------------------------------------------------------------------- */
#hg{
    background-color: #C0C0C0;
    width: 1117px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
#hgiframe{
    background-color: #C0C0C0;
    width: 1084px;
	height: auto;
	margin: 0 auto;
}
#hggeschichte{
    background-color: #C0C0C0;
    width: 1100px;
	height: auto;
	margin: 0 auto;
}
#aktuell{
    background-color: #C0C0C0;
    width: 1099px;
	height: auto;
margin: 0 auto;
}
/* ------------------------------Seite Oben ------------------------------------------------------------------- */
#wrapper {
	padding: 0;
    background: url(../images/himmel.png) no-repeat center top;
}

#header {
	width: 940px;
	height: 130px;
	margin: 0 auto;
	margin-top: 1px;
}
#social {
	  width:500px;
      margin-left:520px;
      margin-top: 100px;
      margin-top:120px;
}
/* ----------------------------Logo ------------------------------------------------------------------------------*/
#logo {
    width: 960px;
	height: 150px;
	margin: 0px auto 130px auto;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	line-height: 150px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: lowercase;
	font-size: 3.8em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 26px 0 0 10px;
	text-align: center;
	color: #000000;
} 

#logo p a {
	color: #000000;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* ---------------Suchen-------------------------------------------------------------------------- */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #323435;
	border-bottom: 4px solid #0974C4;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: none;
	background: #000000;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #464032;
}

#search-submit {
	width: 50px;
	height: 23px;
	border: 1px solid #525252;
	background: #525252;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

/* --------------------------Menu--------------------------------------------------------------- */

#menu {
	overflow: hidden;
	width: 1000px;
	padding: 15px 0px;
	margin: 0px auto 30px auto;
	background: #01295C;
	font-size: 20px;
	color: #000000;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	border-right: 1px solid #FFFFFF;
}

#menu a {                          /* Menue oben */
	display: block;
	padding: 0px 40px 0px 40px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight:400;
	color: #FFFFFF;
	border: none;
}
#menu a:hover {                    /* Menue oben Maus*/
	display: block;
	padding: 0px 40px 0px 40px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight:400;
	color: #FF0000;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	color: #FFFFFF;
}
#menu .current_page_item a:hover{
	color: red;
}

#menu .last {
	border-right: none;
}

/* ------------------------------------Seiten------------------------------------------- */

#page {
	overflow: hidden;
	width: 940px;
	margin: 0px auto;
	padding: 30px 30px;
	background: #FFFFFF;
	border: 1px solid #D4D4D4;
}
#frank {
	overflow: hidden;
	width: 440px;
    margin-left: 70px;
    margin-top: 20px;
	padding: 10px 10px;
	background: #FFFFFF;
	border: 2px solid #901023;
}
#frank p{
    font-family: Arial;
    font-size: 14px;

}
#fabian {
	overflow: hidden;
	width: 445px;
	margin: -360px 0 0 550px;
	padding: 10px 10px;
	background: #FFFFFF;
	border: 2px solid #901023;
   text-align: left;
}
#fabian p{
    font-family: Arial;
    font-size: 14px;

}
#content1 {
    float: left;
	width: 190px;
	padding: 10px 0px 0px 0px;
}
#bildwir {
	float: left;
	width: 180px;
	margin: 0 0 0 20px;
}

/* --------------------------------Content------------------------------------------------- */

#content {
	float: left;
	width: 600px;
	padding: 5px 5px 0px 5px;
}
.post {
}

.post .title {
	margin-bottom: 10px;
	padding: 12px 0px 20px 0px;
	letter-spacing: -1px;
	color: #101010;
}

.post .title a {
	color: #101010;
	border: none;
}

.post .meta {
	height: 30px;
	border-bottom: 1px solid #292929;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #BBBBBB;
}

.post .meta .posted {
	float: right;
	height: 24px;
	padding: 3px 15px;
	color: #BBBBBB;
}

.post .meta a {
	color: #BBBBBB;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* -----------------------------Sidebar --------------------------------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 290px;
	padding: 30px 0px 0px 0px;
	color: #383838;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted #D4D4D4;
	margin: 0px 0px;
	border-right: none;
}

#sidebar li a {
	background: url(../images/img03.gif) no-repeat left 6px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #101010;
}

#sidebar p {
	margin: 0 0px;
	padding: 10px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #383838;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #181818;
}

/* ----------------Kalender ---------------------------------------------- */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* ---------------------------- Seitenende ---------------------------------------- */

#fussbereich {
	overflow: hidden;
	width: 450px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 15px 0;
}

#fussbereich p{
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	text-align: center;
	color: #000000;
}

#three-columns {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px;
	border-bottom: 1px solid #D4D4D4;
	color: #000000;
}
#anker{
    width: 1000px;
    margin-left: 50px;
    margin-top: 5px;
    color: #000;
}
#rundrum {
  border-width:1px;
  border-style:solid;
  border-color:blue;
  padding:3px;
  text-align:center;
  width: 150px;
  height: 20px;
  color:  #000000;
  background-color: #fff;
}
#rundrum:hover {
  background-color: #FFFF00;
  }
#copyright{
    padding:10px 0;
    }
#copyright p{
    margin:0; padding:0;
    }
/* ---------------------------Seiten Mitte ---------------------------------------------------------------- */
#three-columns h2 {
	padding: 0px 0px 20px 0px;
	font-size: 30px;
	color: #000000;
}

#three-columns #column1 {
	float: left;
	width: 290px;
	margin-right: 40px;
	text-align: justify;
}

#three-columns #column2 {
	float: left;
	width: 290px;
	text-align: justify;
}

#three-columns #column3 {
	float: right;
	width: 300px;
	text-align: justify;
}

.link-style {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #01295C;
	color: #FFFFFF;
}
.link-style:hover {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #01295C;
	color: #FF0000;
}

.link-style2 {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #83003E;
	font-size: 14px;
	color: #FFFFFF;
}
.link-style2:hover {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background:#ccff33;
	color:#01295C ;
}
.link-style3 {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 5px;
	background: #2E377A;
	font-size: 14px;
	color: #FFFFFF;
}
.link-style3:hover {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 5px;
	background:#4F5E9F;
	color:#01295C ;
}
/* ----------------------------------------------Willkommenstext---------------------------------------------------- */
#welcome {
	width: 600px;
	margin: 0px auto;
	padding: 15px 0px 0px;
	color: #000000;
	text-align: center;

}

#welcome h2 {
	padding: 0px 0px 20px 0px;
}

#welcome h2 a {
	color: #000000;
}

#welcome a {
	color: #000000;
}
/* ------------------Banner------------------------------------------------------------------ */
#banner {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px;
	border-top: 1px solid #F7A22E;
	border-bottom: 1px solid #F7A22E;
}
#coverwechsel{
    background-image: url(../images/gross2.png);
    background-repeat: no-repeat;
    width: 390px;
    height: 150px;
    margin: auto;
}
#coverwechsel:hover{
    background-image: url(../images/klein2.png);
    background-repeat: no-repeat;
}
#cbr{
    background-image: url(../images/cbr.png);
    float: right;
    margin-right: 50px;
    margin-top: -130px;
    width: 100px;
    height: 100px;
    margin-left: 600px;
}
#besucher{
    float: left;
    margin-top: 40px;
    width: 100px;
    height: 100px;
    margin-left: 20px;
}
#aetag{
    margin-top: 10px;
    width: 250px;
    height: 100px;
    margin-left: 25px;
}
/* ------------------------------------------- Ausprobieren -------------------------------------------- */
#two-columns {
	overflow: hidden;
	width:900px;
	margin: 0px auto;
	padding: 30px 0px;
	border-bottom: 1px solid #D4D4D4;
}

#two-columns #col1 {        /* Textbox */
	width: 900px;
	color: #000000;
}
#two-columns #col1 p {     /* Text */
	padding-bottom: 12px;
	text-align: justify;
	font-size: 14px;

}
#two-columns #col4 p {     /* Text geschichte Motorrad*/
	padding-bottom: 12px;
	text-align: justify;
	font-size: 14px;
	width: 450px;

}

#two-columns #col2 {      /* Bilder */
	width: 700px;
    text-align:right;
    margin-top: -100px;
}
#two-columns #colbu {      /* Bilder aktuell */
	width: 700px;
    text-align:right;
    margin-top: -120px;
}
#two-columns #col3 {      /* Bilder */
	width: 700px;
    text-align:right;
    margin-top: -180px;

}
#two-columns #col4 {      /* Bilder unter text */
	width: 700px;
    text-align:right;
}
#abstand{                  /* Bildzwischenraum */
    margin: 5px;
    border: 2px solid  #83003E;
}
#abstand:hover{
    border: 2px solid red;
}

#two-columns h2 {
	padding: 0px 0px 20px 0px;
	color: #000000;
}

#two-columns .image-style {
}

#two-columns .text-style {
	padding-bottom: 12px;
	border: 10px solid #000000;
	text-align: center;
	font-size: 20px;
}
#tourbook{                 /* Routenausdruck von CheckMyTour */
    width: 1100px;
    text-align: center;
}
hr{                        /* Seitrenunterteilung */
    color: #F7A22E ;
    width: 1000px;
}
#panorama{                 /* Panoramabilder */
    width: 1100px;
    text-align: center;
}
#panorama img{             /* Panoramabilder */
    width: 900px;
    height: 200px;
    margin: 10px;
    border: 1px double red;
}
#bilder{
    text-align: center;
    width: 850px;
    margin: 20px;
}
/* -------------Buttons----------------------------------------------------- */