/* 
  Titel: foerde-bus.de CSS Stylesheet, Allgemeiner Inhalt
  Autor: Torben Hansen, Skyfillers GmbH
  Datum: 
*/

/************************************************************/
/* Allgemeines festlegen (Schriften, Abst�nde usw. )        */
/************************************************************/
h1, h2, h3, h4, h5, p, td, ul, ol, blockquote, input, textarea, select, span { font-family: Verdana, Helvetica, Arial, Sans-Serif; color: #000000; }
pre { font-family: monospace; }
a {  color: #000000; text-decoration: underline; }
a:hover {  color: #000000; text-decoration: underline; }
form { margin: 0px 0px 0px 0px;}
p, pre { margin: 3px 0px 0px 0px; line-height: 1.6em;}
p, td, ul, ol { font-size: 12px; }
input, textarea, select { font-size: 11px; border: 1px solid black; margin-bottom: 2px;}
input.file { font-size: 11px; border: 1px solid black; margin-bottom: 2px; }
input:active, input:focus, input:hover { background: #E8EBDF;} 
textarea:active, textarea:focus, textarea:hover { background: #E8EBDF;} 

/************************************************************/
/* Formatierungen  Seite                                     */
/************************************************************/
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, Arial, Sans-Serif;
  font-size: 12px;
  color: #000000;
  width: auto;
  background: #D9D9D9 url(../gfx/background-body-outer.gif) 50% 0;
  background-repeat: repeat-y;
}

html, body { 
  height: 100%;
  width: auto;
}

/************************************************************/
/* Formatierungen  Layer                                     */
/************************************************************/
#format {
  position: relative;
  top: 0;
  right: 0;   
  width: 100%;
  height: 100%;
  margin: auto;
  padding: auto;
  background-image: url(../gfx/background-header.gif);  
  background-repeat: repeat-x;  
  text-align: center;
  vertical-align: middle;
}

#main {
  width: 1020px;
  height: 100%;
  margin: 0px auto;
  text-align: left;
  background-image: url(../gfx/background-main.gif);
  background-repeat: no-repeat;
}

#main-inner {
  margin: 0px auto;
  width: 848px;
  height: auto;
  border-left: 1px solid #313B80;
  border-right: 1px solid #313B80;
  background-color: #FFFFFF;
  background-image: url(../gfx/background-main-inner.gif);
  background-repeat: repeat-y;
  }

#header {
  margin: 0;
  padding: 0;
  width: 848px;
  height: 151px;
  background-image: url(../gfx/foerdebus-header.jpg);
  background-repeat: no-repeat;
}

#content-container {
  margin: 0px auto;
  padding: 0;
  width: 848px;
  height: auto;
  min-height: 295px;
  background-image: url(../gfx/background-content-container.gif);
  background-repeat: no-repeat;
}

#box-left {
  float: left;
  padding: 60px 0 0 19px;
  width: 175px;
  min-height: 290px;
}

#box-left-header {
  width: 175px;
  height: 29px;
  background-image: url(../gfx/box-left-header.gif);
  background-repeat: no-repeat;
}

#box-left-menu {
  background-image: url(../gfx/box-left-bg.gif);
  background-repeat: repeat-y;
}

#box-left-content {
  padding: 5px 0 0 0;
  min-height: 50px;
  background-image: url(../gfx/box-left-bg.gif);
  background-repeat: repeat-y;
}

#box-left-footer {
  width: 175px;
  height: 18px;
  background-image: url(../gfx/box-left-footer.gif);
  background-repeat: no-repeat;
}

#content-area {
  float: left;
  padding: 60px 0 0 20px;
  width: 605px;
}

#content {
  padding: 0 0 0 10px;
  width: 595px;
  min-height: 500px;
}

#footer {
  width: 595px;
  height: 30px;
  border-top: 1px solid #B1B1B1;
  margin: 10px 0 0 9px;
}

#copyright {
  margin: 5px 0 0 0;
  float: right;
  font-size: 10px;
  color: #B1B1B1;
}

#suche {
  float: left;
  height: 150px;
  margin: 0;
}

#searchform {
  padding: 127px 0 0 0;
}

#box-left-bottom {
  padding: 40px 0 0 20px;
}

div.clear {
  clear: both;
  width: 848px;
  margin: 0;
  padding: 0;
}


/************************************************************/
/* Formatierungen  Fahrplan                                  */
/************************************************************/
div.fahrplan-left {
  width: 330px;
  height: 140px;
  min-height: 140px;
  float: left;
}
div.fahrplan-right {
  width: 175px;
  float: right;
}


div.fahrplan-label {
  width: 115px;
  float: left;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 0 0 0;
}
div.fahrplan-inputfield {
  float: left;
  margin: 0;
  padding: 3px 10px 0 0;
}

div.fahrplan-first {
  width: 115px;
  float: left;
  margin: 0;
  padding: 3px 0 0 0;
}

div.fahrplan-input-radio {
  font-size: 10px;
  vertical-align: top;
  padding: 3px 0 0 0;
}

div.fahrplan-search {
  width: 310px;
  height: 28px;
  background-color: #F0F1F6;
  margin: 3px 0 0 0;
}

div.fahrplan-clear {
  clear: both;
  margin: 0;
  padding: 0;  
}

div.fahrplan-container{
  padding: 0 0 0 25px;
  width: 510px;
  height: 140px;
}

input.fahrplan {
  background: #F0F1F6;
  max-width: 200px;  
}

input.fahrplan-radio {
  font-size: 12px;
  font-weight: bold;
  border: 0px;
}

input.fahrplan:active, input.fahrplan:focus, input.fahrplan:hover { background: #E5E8F6;}   

input.fahrplan-suchen-button {
  border: 0px;
  margin: 5px 0 0 0;
  padding: 0 0 0 115px;
}

/************************************************************/
/* Formatierungen  Menus                                     */
/************************************************************/
#menu-top {
  float: left;
  width: 155px;
  padding: 127px 0 0 508px;
}

#menu-top ul {
  margin: 0;
  padding: 0; 
  list-style: none;
  margin: 2px 0 0 0;
}

#menu-top li {
  float: left;
  list-style: none;
  font-size: 10px;
  margin: 0;
  padding: 0;
  color: white;
}

#menu-top a {
  margin: 0;
  padding: 0; 
  font-size: 10px;
  text-decoration: none;
  color: white;
}

#box-left-menu {
  height: auto;
  width: 173px;
  padding: 0; 
}

#box-left-menu ul {
  margin: 0;
  padding: 0; 
  list-style: none;
}

#box-left-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 26px;
  width: 175px;
  background-image: url(../gfx/background-menu-entry.gif);
  background-repeat: no-repeat;
}

#box-left-menu a {
  margin: 0;
  padding: 0; 
}

#menu-bottom {
  float: left;
  margin: 5px 0 0 0;
  font-size: 10px;
}

#menu-bottom a{
  color: #000000; 
  text-decoration: none; 
  font-size: 10px;
}

/************************************************************/
/* Formatierungen  FCEs                                      */
/************************************************************/
#fce-contentbox {
  width: 570px
}

#fce-contentbox-header {
  margin: 20px 0 0 0;
  width: 559px;
  height: 23px;
  min-height: 23px;
  padding: 0 0 1px 11px;
  background-image: url(../gfx/fce-contentbox-header-bg.gif);
  background-repeat: repeat-x;
}

#fce-contentbox-content {
  width: 548px;
  min-height: 80px;
  border-left: 1px solid #655D90;
  border-right: 1px solid #655D90;
  border-top: 1px solid #655D90;
  border-bottom: 2px solid #655D90;
  padding: 10px 10px 10px 10px;
}

/************************************************************/
/* Formatierungen  �berschriften                             */
/************************************************************/
h1.csc-firstheader, h2.csc-firstheader, h3.csc-firstheader, h4.csc-firstheader, h5.csc-firstheader, h6.csc-firstheader { margin-top: 0px; }
h1 {                                        
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  color: #333683;
  font-size: 150%;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  padding: 0 0 5px 0;
}

h2 {
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  color: #333683;
  font-size: 130%;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  padding: 0 0 5px 0;
}

h3 {                                        
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  color: #333683;
  font-size: 110%;
  line-height: normal;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 2px 0;
}

h4 {                                        
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  color: #333683;
  font-size: 100%;
  line-height: normal;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px 0;
}


/************************************************************/
/* Formatierungen  File-Links                                */
/************************************************************/
.filelinks div{margin: 0 0 10px 0;}
.filelinks .fileitem{margin-bottom:4px;}
.filelinks a:hover{color:#808080;text-decoration:underline;}
.filelinks a{color:#000000;text-decoration:underline; }
.filelinks span{display:block;}
.filelinks .description {padding: 0px 0px 0px 22px;}
.filelinks img {position:relative;top:3px;}


/************************************************************/
/* Formatierungen  Tabellen                                  */
/************************************************************/
.contenttable td {vertical-align: top}

/************************************************************/
/* Formatierungen  normale Mail-Formulare                    */
/************************************************************/
.csc-mailform {
        border: 0px;
}

.csc-mailform-field {
        padding-top: 3px;
        padding-bottom: 3px;
}

.csc-mailform-field label {
        font-size: 11px;
        font-family: Verdana, Arial, sans-serif;
        width: 80px;
        min-width: 80px;
        float: left;
        text-align: left;
        margin-right: 0.5em
        display: block
}

.csc-mailform-check {
}

.csc-mailform-label {
  font-weight: bold;
}

.csc-mailform-submit {
        margin-left: 80px;
}

/************************************************************/
/* Formatierungen  Suchbox                                    */
/************************************************************/
input.m-searchbox {
  border: 1px solid #000000;
  height: 15px; 
  width: 144px; 
  font-size: 10px;
}

input.m-searchbox:active, input.m-searchbox:focus, input.m-searchbox:hover { background: #E8EBDF;} 

input.m-searchbutton {
  border: 0px;
}

span.such-input {
  float: left;
}

span.such-image {
  float: left; 
  padding: 1px 0 0 5px;
}




