/***
  * Style fuer die Folgeseiten
***/


/* Graue Hintergrundfarbe des gesamten Browser Fensters */
/*html {
  background-color: #9C9D9F;
}*/

/* 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: 35px;
  margin: 0;
  padding: 0;
}

/******************************************************************/
/* LOCATOR                                                        */
/******************************************************************/
/* Container fuer den Locator */
#locator {
  position: absolute;
  /*top: 20px;
  left: 28px;*/
  top: 9px;
  left: 120px;
  width: 630px;
  height: 14px;
  /*color: #FFF;*/
  color: #989E9E;
  font-size: 1.1em;
}
/*Styles der Links im Locator*/
#locator A{
  /*color: #FFF;*/
	color: #989E9E;
  text-decoration: none;
  font-size: 1em;
  font-weight: normal;
}
#locator A:hover{
  color: #E95E27;
}

/******************************************************************/
/* 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: #E95E27;
  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: 86px;*/
  height: 97px;
  margin: 0;
  padding: 0;
  /*background: url(../img/main_top_corners_bg.gif) top no-repeat;*/
}

/************************************************/
/* LOGO                                         */
/************************************************/
/* Styles fuer das Logo */
#mainTopContainer IMG.logo {
  position: absolute;
  /*top: 53px;*/
  top: 37px;
  right: 18px;
  margin: 0;
  padding: 0;
}

/************************************************/
/* MAINMENUE                                    */
/************************************************/
/* Container fuer das Hauptmenue */
#mainTopContainer #mainMenue {
	position: absolute;
	/*top: 42px;*/
	/*top: 22px;
	left: 245px;*/
	top: 29px;
	left: 120px;
	width: 500px;
	height: 32px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#mainTopContainer #mainMenue .mainMenuNormal .mainMenueItemNO,
#mainTopContainer #mainMenue .mainMenuNormal .mainMenueItemACT{
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
  overflow: hidden;
}
#mainTopContainer #mainMenue .mainMenuMouseOver .mainMenueItemRO{
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
  overflow: hidden;
}
#mainTopContainer #mainMenue .mainMenuNormal{
height: 32px;
margin-top: -32px;
}
#mainTopContainer #mainMenue .mainMenuMouseOver{
height: 32px;
}

/************************************************/
/* SUBMENUE                                  */
/************************************************/
/* Container fuer das Hauptmenue */
#mainTopContainer #subMenue {
	position: absolute;
	/*top: 58px;
	left: 245px;*/
	top: 65px;
	left: 120px;
	width: 500px;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #666F6E;
	font-size: 1.3em;
}
#mainTopContainer #subMenue A {
	color: #666F6E;
	font-size: 1em;
}
#mainTopContainer #subMenue A:hover{
	text-decoration: none;
	color: #E95E27;
}

/************************************************/
/* LOGINBOX                                     */
/************************************************/
#mainTopContainer #loginbox {
  position: absolute;
	top: 15px;
	left: 28px;
	width: 123px;
}

/* Styles fuer das Form Element der Loginbox */
#mainTopContainer #loginbox FORM {
  margin: 0;
  padding: 0;
}

#mainTopContainer #loginbox FORM INPUT.loginButton,
#mainTopContainer #loginbox FORM INPUT.logoutButton {
	float:right;
  margin: 0 -4px 5px 0;
  padding: 0;
  border: none;
}

P.logintext {
  float: left;
  margin : 0 10px 0 0;
  padding: 0;
  font-size: 0.85em;
}

#mainTopContainer #loginbox .helpButton{
	float:  left;
  margin: 0 0 5px 0;
	padding: 0;
	border: none;
}

#mainTopContainer #loginbox .registerButton{
	float:right;
  margin: 0;
	padding: 0;
	border: none;
	display:none; /*<-------------------------------*/
}

/* Styles fuer die Username und Password Felder */
#mainTopContainer #loginbox FORM INPUT.usernameField,
#mainTopContainer #loginbox FORM INPUT.passwordField {
  float: left;
  width: 114px;
  height: 14px;
  border: none;
  margin: 0 0 5px 0;
  padding: 1px 7px 1px 7px;
  background: url(../img/loginbox_fields_bg.gif) no-repeat;
  font-size: 0.85em;
}

/************************************************/
/* 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 {
	width: 980px;
	/*height: 251px;*/
	margin: 10px 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: 8px;
  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: 23px;
  margin: 0;
  padding: 4px 13px 0px 10px;
  background: #FFF 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;
}
  /*hack zum Ausblenden des durch CSC
  gerenderten Headers bei Teasern*/
#bottomBoxesContainer .teaserWrap .smallBox .csc-header{
  display:none;
}
#bottomBoxesContainer .teaserWrap .smallBox .csc-textpicHeader{
   display:none;	
}


/******************************************************************/
/* Main Bottom Container (Footer)                   */
/******************************************************************/
#mainBottomContainer {
  clear:both;
  position: relative;
  width: 1002px;
  height: 35px;
  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: 10px;
  left: 16px;
  padding: 0;
  color: #989E9E;
}
/*Styles und Ausrichtung fuer das Copyright*/
#mainBottomContainer #footer #copyright{
  float: left;
  font-size: 1.1em;
  margin: 0;
  padding: 0;
}
#mainBottomContainer #footer #copyright .pmr{
  color: #E95E27;
}
/*Styles und Ausrichtung fuer die Quicklinks*/
#mainBottomContainer #footer #quicklinks{
  float: right;
  margin: 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: #E95E27;
  font-weight: normal;
}


/***************************************************************************************/
/* Runde Ecken und transparener PNG Schatten (AC neu 2010-10-13)                       */
/***************************************************************************************/
#mainContainer {
	background: url(../img/main_bg.png) repeat-y;
}
#mainTopCorners {
	height: 9px;
	background: url(../img/main_top_corners_bg.png) no-repeat;
} 
#mainBottomCorners {
	height: 9px;
	background: url(../img/main_bottom_corners_bg.png) no-repeat;
} 

/***************************************************************************************/
/* Background Image		                     										   */
/***************************************************************************************/
#background {
	background-attachment:fixed;
	background-position:50% 50%;
	background-repeat:no-repeat;
	height:100%;
	left:0;
	min-height:100%;
	min-width:100%;
	position:fixed;
	top:0;
	width:100%;
	z-index:1;
}
body {
	background-color: #9C9D9F;
}
#page {
	position: relative;
	z-index: 10;
}
