* {
  padding: 0px;
  margin: 0px;
}
html {
/*background: url(images/headerbg-2.jpg) repeat-x #f3f9fd; grauen Header entfernen*/
}
/*Einstellungen des gesamten Website-Designs, Schriftgröße, Schriftart etc.*/
body {
  font: 13px/18px "Actor", Arial, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: url(images/headerimg2.jpg) center 93px no-repeat; /*Bild quer über Bildschirm mit Radfahrer*/
  color: #4f5a61;
}
div {
}
/*Einstellungen für Schrift b*/
b, strong {
  font-family: Arial;
} 
/*Einstellungen für Schrift a*/
a {
  text-decoration: none;
  color: #31383c;
}
/*Farbe von Hyperlinks*/
a {
  color: #91a721;
  text-decoration: none;
}
/*Wenn Maus über Link geht wird es unterstrichen*/
a:hover {
  text-decoration: underline;
} 
/*Einstellung des Textes der ersten Navigationsleiste*/
#frst a {
  color: #31383c; 
  text-shadow:0 1px rgba(255, 255, 255, 0.5);
  font-size: 1.2em;
  text-transform: lowercase;
}
/*Was passiert wenn Maus über erste Navigationsleiste*/
#frst a:hover {
  color: #91a721;
  text-decoration: none;
  -webkit-transition:all 0.15s linear;
  -moz-transition:all 0.15s linear;
  -ms-transition:all 0.15s linear;
  -o-transition:all 0.15s linear;
  transition:all 0.15s linear;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2), 0 -1px rgba(255, 255, 255, 0.2), 1px 0px rgba(255, 255, 255, 0.2), -1px 0px rgba(255, 255, 255, 0.2), 0px 0px 7px rgba(189, 215, 55, 0.2);
}
/*Einstellung des Textes der zweiten Navigationsleiste*/
#secd a {
  color: #31383c;
  text-transform: lowercase
}
/*Was passiert wenn Maus über zweite Navigationsleiste*/
#secd a:hover {
  text-decoration: underline;
}
li.act a {
  color: #6b7b18 !important;
}
/*Einstellungen des Textes des Footers*/  
#footer a {
  color: #31383c;
  font-size: 11px;
}
/*Breite des Seiteninhalts*/
#container {
  position: relative;
  margin: 0 auto;
  padding: 0px 5px;
  max-width: 85%; /*Breite des Seiteninhalts prozentual an Bildschirm anpassen*/
  overflow: hidden;
}
/*Position des e2rad Logos, festglegt in HTML, hier nur die CSS Infos, gleiches gilt für Facebook, Twitter und Youtube*/
#logo {
  float: left;
  height: 49px;
  width: 104px;
  margin-left: 0px;
  background: url(images/e2rad-logo-xs.png) center no-repeat;
}
#logoLink:hover {
}
#logo-facebook {
background: url(images/FB-f-Logo__blue_50.png) center no-repeat;
float: right;
height: 49px;
margin-right: 0px;
width: 50px;
}
#logo-facebookLink:hover {
}    
#logo-twitter {
background: url(images/TwitterLogo__55acee.png) center no-repeat;
float: right;
height: 49px;
margin-right: 0.25%;
width: 50px;
}
#logo-twitterLink:hover {
}
#logo-youtube {
background: url(images/YouTube-social-squircle_red_48px.png) center no-repeat;
float: right;
height: 49px;
margin-right: 0.25%;
width: 50px;
}
#logo-youtubeLink:hover {
}
/*Einstellungen für die obere Navigationsleiste*/
#nav1 {
  margin: 0 0 0 20px;
  height: 49px;
  overflow: hidden;
  float: left;
}
/*Einstellungen für die Inhalte der oberen Navigationsleiste*/
#frst li, #secd li{
  margin: 15px 20px;
  list-style: none;
  float: left;
}
/*Einstellungen für die Inhalte der unteren Navigationsleiste*/
#secd li {
  margin: 15px 30px 15px 0px;
}
/*Einstellung der unteren Navigationsleiste*/
#nav2 {
  position: absolute;
  top: 48px;
  margin: 0 0 0 144px;
  overflow: hidden;
  width: 75%
}
/*Einstellungen für den Inhaltsbereich 1*/
#content {
  margin-top: 13.5%;/*Ursprünglich 200px*/ 
  /*margin-right: 200px; Zusätzlichen Seitenabstand entfernen von Logos*/
  /*min-width: 400px;*/
}
/*Wofür ist Content 2? - scheinbar nicht benötigt*/
#content2{
  margin-top: 324px;
  float:right;
  border-left: 1px solid #CCC;
  padding-left: 30px;
  width: 190px;
  font: Arial;
  font-size: 11px;
  color: #AAA;
}
/*Verhindert, dass Navigationsleisten unter das Bild geschrieben werden*/
.killFloat {
  clear: both;
  height: 0px;
  width: 0px;
}
/* Hintergrundbild des Footers, wird nicht mehr benötigt
#footerBg {
height: 92px; nicht mehr benötigte Höhe entfernen
width: 100%;
margin: 30px 0 0 0;
"background: url(images/footerBg.jpg) top repeat-x #a7b8c3; unteren Header entfernen
overflow: hidden;
}*/
/*Einstellungen des Footers= Unteres Ende der Website*/
#footer {
  position: relative;
  width: 100%;
  margin: 66px auto 0px;
  color: #31383c;
  font-size: 0.9em;
  overflow: hidden;
}
/*e2rad Logo im Footer unten links*/
#footerLogo {
  height: 17px;
  width: 17px;
  margin: 0 5px 0 0;
  float: left;
  background: url(images/e2rad_16.png) center no-repeat;
}
#thrd {
  width: 920px;
  /*display: none !important;*/
  border: 1px solid #000;
}
/*Button um an Seitenanfang zu gelangen*/
#goUp {
  position: fixed;
  padding: 3px;
  right: 20px;
  bottom: 0px;
  height: 32px;
  width: 80px; 
  color: #31383c;
  font-size: 0.8em;
  background: url(images/gototop.png) center right no-repeat;
  cursor: pointer;
  line-height: 32px;
}
/*Einstellungen für Schrift h1*/
h1, .csc-firstHeader, p.csc-textpicsubheader, p.csc-textsubheader {
  font-family: Arial;
  font-weight: bold;
}
/* Einstellungen für erste Überschrift im Text bspw. TOUR E-FRANCE*/
h1, .csc-firstHeader {
  font-size: 20px;
  color:#91a721;
  text-transform: uppercase;
  /*margin-top: 50px;*/
}
/*Scheint nicht in Verwendung zu sein, Funktion unklar */
p.csc-textpicsubheader, p.csc-textsubheader {
  font-size: 20px;
  color: #4f5a61;
  text-transform: uppercase;
  margin: 0;
  padding: 0px 0px 20px 0px;
}
/*Abstand oben/unten zwischen einzelnen Textelementen*/
.bodytext {
  margin: 10px 0;
}
/* Einstellungen für Bildunterschriften*/
.csc-textpic-caption {
  font-size: 11px;
  font-weight: bold;
  font-family: Arial;
}
/* nicht mehr benötigt
div.tx-yag-theme-perfectlightbox-thumb {
  width: 140px;
  height: 105px;
  margin: 5px;
  padding: 0px;
  border: 1px solid #4f5a61;
  overflow: hidden;
}
div.tx-yag-theme-perfectlightbox-thumb img {
  border: 0px;
}
div.tx-yag-theme-perfectlightbox-thumb-landscape img {
  height: 115%;
  width: auto;
  margin: 0;
}
div.tx-yag-theme-perfectlightbox-thumb-portrait img { 
  height: auto;
  width: 115%;
  margin: 0;
}
div.tx-yag-theme-perfectlightbox-thumb-square img {
  height: 100%; 
  width: 100%;
  margin: 0;
}
div.tx-yag-theme-perfectlightbox-imagecontainer {
  margin: 20px 0 0;
}*/
/*Einstellungen für linke Spalte*/
.col1 {
  float: left;
  width: 70%;
}
/*Einstellung für rechte Spalte*/
.col2 {
  float: right;
  margin-left: 5px;
  /*width: 25%;*/
}
/* Einstellung für 3. Spalte, nicht in Verwendung*/
.col3 {
float: right;
margin-left: 5px;
width: 25%;
}

/*Scheint nicht in Verwendung zu sein, Funktion unklar */
#c249 .csc-textpicsubheader, #c250 .csc-textpicsubheader {
  margin-top: 50px;
}
/*Symbol wenn Hyperlink ein neues Fenster öffnet*/
.external-link-new-window {
  padding-right: 13px;
  background: url(images/external2.png) center right no-repeat;
}
/* nicht mehr benötigt
.news-list-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.news-list-auth {
  color: #AAA;
  font-size: 10px;
}
.news-list-date {
  font-size: 12px;
  margin: 0 0 5px 0;
}
.browseLinksWrap {
  font-size: 12px;
}
.news-list-item {
  border-bottom: solid 1px #E9E9E9;
  padding: 10px 0 20px 0;
  margin: 10px 0 10px 0;
}
*/