/***
  * Style fuer die Folgeseiten
***/


/* Graue Hintergrundfarbe des gesamten Browser Fensters */
html {
  background-color: #DADADA;
}

/* Breite, Abstand und Ausrichtung der Page (damit ist der Haupt-"Kasten" gemeint) */
#page {
  width: 1002px;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left;
}


/***************************************************************************************/
/* OBERE LEISTE (LOCATOR & SPRACHNAVI                                                  */
/***************************************************************************************/
/* Container fuer Locator und Sprachnavi */
#topSpace {
  position: relative;
  width: 1002px;
  height: 19px;
  margin: 0;
  padding: 0;
}

/******************************************************************/
/* LOCATOR                                                        */
/******************************************************************/
/* Container fuer den Locator */
#topSpace #locator {
  position: absolute;
  top: 5px;
  left: 28px;
  width: 630px;
  height: 14px;
  color: #989E9E;
  font-size: 1.1em;
}
/*Styles der Links im Locator*/
#topSpace #locator A{
    color: #989E9E;
  text-decoration: none;
  font-size: 1em;
  font-weight: normal;
}
#topSpace #locator A:hover{
  color: #8CBC12;
  font-weight: normal;
}

/******************************************************************/
/* SPRACHNAVI                                                     */
/******************************************************************/
/* Container fuer die Sprachnavi */
#topSpace #langMenue {
  position: absolute;
  top: 5px;
  right: 23px;
  width: 250px;
  height: 14px;
  text-align: right;
  font-size: 1.1em;
  color: #989E9E;
}
/*Styles fuer die Links im Sprachmenu*/
#topSpace #langMenue A {
  color: #989E9E;
  text-decoration: none;
  font-size: 1em;
  font-weight: normal;
}
#topSpace #langMenue A:hover{
  color: #8CBC12;
  font-size: 1em;
  font-weight: normal;
}


/***************************************************************************************/
/* Hauptcontainer (der ganze weisse Kasten mit abgerundeten Ecken)                     */
/***************************************************************************************/
#mainContainer {
  width: 1002px;
  margin: 0;
  padding:0;
  background: #FFF url(../img/main_bg.gif) repeat-y;
}

/******************************************************************/
/* Main Top Container (Logo, Hauptmenue, Suche)                   */
/******************************************************************/
#mainTopContainer {
  position: relative;
  width: 1002px;
  height: 107px;
  margin: 0;
  padding: 0;
  background: url(../img/main_top_corners_bg.gif) top no-repeat;
}

/************************************************/
/* LOGO                                         */
/************************************************/
/* Styles fuer das Logo */
#mainTopContainer IMG.ecueLogo {
  position: absolute;
  top: 32px;
  left: 29px;
  margin: 0;
  padding: 0;
}

/************************************************/
/* MAINMENUE                                    */
/************************************************/
/* Container fuer das Hauptmenue */
#mainTopContainer #mainMenue {
  position: absolute;
  top: 49px;
  left: 176px;
  width: 815px;
  height: 58px;
  margin: 0;
  padding: 0;
  background: url(../img/noflash_menue_bg.gif) no-repeat;
}

#mainTopContainer #mainMenue #noFlashMenueL1Pos {
  width: 709px;
  height: 31px;
  margin: 2px 0 0 106px;
  padding: 0;
}

#mainTopContainer #mainMenue #noFlashMenueL2Pos {
  width: 709px;
  height: 26px;
  margin: 0 0 0 80px;
  padding: 0;
}

/************************************************/
/* LOGINBOX                                     */
/************************************************/
#mainTopContainer #loginbox {
  position: absolute;
  top: 6px;
  /*left: 420px;*/
  left: 330px;
  /*width: 383px;*/
  width: 460px;
  height: 30px;
  /*background: url(../img/loginbox_bg.gif) no-repeat;*/
}

/* Styles fuer das Form Element der Loginbox */
#mainTopContainer #loginbox FORM {
  margin: 3px 0 0 9px;
  padding: 0;
}

#mainTopContainer #loginbox FORM INPUT.loginButton,
#mainTopContainer #loginbox FORM INPUT.logoutButton {
  margin: 0 0 -4px 0;
  padding: 0;
  border: none;
}

P.logintext {
  float: left;
  margin : 0 10px 0 0;
  padding: 0;
  font-size: 0.85em;
}

#mainTopContainer #loginbox .helpButton{
  position: absolute;
  right: 15px;
  top: 5px;
}

#mainTopContainer #loginbox .registerButton{
  position: absolute;
  right: 15px;
  top: 5px;
}

/* Styles fuer die Username und Password Felder */
#mainTopContainer #loginbox FORM INPUT.usernameField,
#mainTopContainer #loginbox FORM INPUT.passwordField {
  width: 114px;
  height: 14px;
  border: none;
  margin: 0 5px 0 0;
  padding: 1px 7px 1px 7px;
  background: url(../img/loginbox_fields_bg.gif) no-repeat;
  font-size: 0.85em;
}

#mainTopContainer #loginbox FORM INPUT.usernameField{
  background: url(../img/loginbox_username.gif) no-repeat;
}
#mainTopContainer #loginbox FORM INPUT.passwordField {
  background: url(../img/loginbox_password.gif) no-repeat;
}
#mainTopContainer #loginbox FORM INPUT.usernameField:focus,
#mainTopContainer #loginbox FORM INPUT.passwordField:focus {
  background: url(../img/loginbox_fields_bg.gif) no-repeat;
}

/************************************************/
/* SUCHE                                        */
/************************************************/
/* Container fuer das Suchen Feld */
#mainTopContainer #search {
  position: absolute;
  top: 9px;
  right: 16px;
  width: 177px;
  height: 30px;
  margin: 0;
  padding: 0;
}

/* Styles fuer das Form Element der Suche */
#mainTopContainer #search FORM {
  margin: 0;
  padding: 0;
}

/* Styles fuer das Suchfeld*/
#mainTopContainer #search FORM INPUT.searchField {
  width: 152px;
  height: 14px;
  border: none;
  margin: 0;
  padding: 1px 7px 1px 18px;
  background: url(../img/search_field_bg.gif) no-repeat;
  font-size: 0.85em;
}


/******************************************************************/
/* Eyecatcher Box (grosse Box mit, Flash oder Bildern             */
/******************************************************************/
#eyeCatcherBox {
  position: relative;
  width: 970px;
  /*height: 322px;*/
  margin: 0 0 0 16px;
  padding: 0;
}


/******************************************************************/
/* Untere Boxen                 */
/******************************************************************/
#bottomBoxesContainer {
  position: relative;
  width: 980px;
  margin: 5px 0 0 11px;
  padding: 0;
}
/************************************************/
/* MainContent-Box                              */
/************************************************/
/*Container der mainBox*/
#bottomBoxesContainer .mainBox{
  float:left;
  width: 730px;
  margin: 0 0 5px 5px;
  padding: 0;
  background: url(../img/mainbox_bg.gif) repeat-y;
  overflow: visible;
}
#bottomBoxesContainer .mainBox .mainBoxHeader{
  width: 730px;
  height: 13px;
  margin: 0;
  padding: 0;
  background: url(../img/mainbox_header_bg.gif) no-repeat;
}
#bottomBoxesContainer .mainBox .mainBoxContent{
  margin: 10px 18px 10px 13px;
  padding: 0;
  overflow: visible;
}

#bottomBoxesContainer .mainBox .mainBoxFooter{
  width: 730px;
  height: 8px;
  margin: 0;
  padding: 0;
  background: url(../img/mainbox_footer_bg.gif) no-repeat;
}

/************************************************/
/* MainContent-Box Support Berecih              */
/************************************************/
/*Container der mainBoxSupport*/
#bottomBoxesContainer .mainBoxSupport{
  width: 980px;
  margin: 0 0 5px 5px;
  padding: 0;
  background: url(../img/mainboxsupport_bg.gif) repeat-y;
  overflow:hidden;
}
#bottomBoxesContainer .mainBoxSupport .mainBoxHeader{
  width: 980px;
  height: 13px;
  margin: 0;
  padding: 0;
  background: url(../img/mainboxsupport_header_bg.gif) no-repeat;
}
#bottomBoxesContainer .mainBoxSupport .mainBoxContent{
  margin: 10px 22px 10px 13px;
  padding: 0;
}
#bottomBoxesContainer .mainBoxSupport .mainBoxFooter{
  width: 980px;
  height: 8px;
  margin: 0;
  padding: 0;
  background: url(../img/mainboxsupport_footer_bg.gif) no-repeat;
}

/************************************************/
/* Wrap um kleine Boxen (Teaser)                */
/************************************************/
#bottomBoxesContainer .teaserWrap{
  float:right;
  width: 240px;
  margin: 0;
  padding: 0;
}

/************************************************/
/* Kleine Boxen                                 */
/************************************************/
/* Container der kleinen Boxen */
#bottomBoxesContainer .teaserWrap .smallBox {
  width: 240px;
  margin: 0 0 6px 0;
  padding: 0;
  background: url(../img/smallbox_bg.gif) repeat-y;
}

/* Header Container der kleinen Boxen */
#bottomBoxesContainer .teaserWrap .smallBox .smallBoxHeader {
  width: 217px;
  /*height: 43px;*/
  height: 23px;
  margin: 0;
  padding: 8px 13px 0px 10px;
  background: #CCC url(../img/smallbox_header_bg.gif) no-repeat;
}

/* Header Container der kleinen Boxen */
#bottomBoxesContainer .teaserWrap .smallBox .smallBoxHeaderSmall {
  width: 240px;
  height: 13px;
  margin: 0;
  padding: 0;
  background: #CCC url(../img/smallbox_header_small_bg.gif) no-repeat;
}

/* Header Style der kleinen Boxen */
#bottomBoxesContainer .teaserWrap .smallBox .smallBoxHeader H1 {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 1.5em;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bottomBoxesContainer .teaserWrap .smallBox .smallBoxHeader H2 {
  margin: -2px 0 0 0;
  padding: 0;
  color: #FFF;
  font-size: 1.7em;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Content Container der kleinen Boxen */
#bottomBoxesContainer .teaserWrap .smallBox .smallBoxContent {
  width: 208px;
  margin: 0;
  padding: 10px 19px 10px 13px;
  overflow: hidden;
}
#bottomBoxesContainer .teaserWrap .smallBox .smallBoxContent .csc-textpic-above .csc-textpic-imagewrap .csc-textpic-image IMG {
  /*border-bottom: 1px solid #D7D7D7;
  margin: -13px 0 0 -12px;
  padding: 0;*/
}
/* Footer der kleinen Boxen */
#bottomBoxesContainer .teaserWrap .smallBox .smallBoxFooter {
  width: 240px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background: url(../img/smallbox_footer_bg.gif) no-repeat;
}
#bottomBoxesContainer .teaserWrap .smallBox .csc-header{
  /*hack zum Ausblenden des durch CSC
  gerenderten Headers bei Teasern*/
  display:none;
}


/******************************************************************/
/* Main Bottom Container (Footer)                   */
/******************************************************************/
#mainBottomContainer {
  clear:both;
  position: relative;
  width: 1002px;
  height: 68px;
  padding: 0;
  background: url(../img/main_bottom_corners_bg.gif) bottom no-repeat;
}
/************************************************/
/* FOOTER                                       */
/************************************************/
/* Container fuer den Footer */
#mainBottomContainer #footer {
  position: absolute;
  width: 970px;
  top: 5px;
  left: 16px;
  padding: 10px 0 0 0;
  border-top: #D7D7D7 1px solid;
  color: #989E9E;
}
/*Styles und Ausrichtung fuer das Links*/
#mainBottomContainer #footer #links{
	float: left;
	margin: 0;
	padding: 0;
}
/*Styles und Ausrichtung fuer das Copyright*/
#mainBottomContainer #footer #copyright{
  /*float: left;*/
  font-size: 1.1em;
  margin: 23px 0 0 320px;
  padding: 0;
}
/*Styles und Ausrichtung fuer die Quicklinks*/
#mainBottomContainer #footer #quicklinks{
  float: right;
  margin: 23px 0 0 0;
  padding: 0;
}
#mainBottomContainer #footer #quicklinks A{
  font-size: 1.1em;
  color: #989E9E;
  text-decoration: none;
  font-weight: normal;
}
#mainBottomContainer #footer #quicklinks A:hover{
  color: #8CBC12;
  font-weight: normal;
}
