﻿/*PASSWORT VERGESSEN, BENUTZERNAME VERGESSEN und ANGEMELDET BLEIBEN IM FRONTEND AUSBLENDEN*/

#login-form ul{
	display: none;
}

#login-form #form-login-remember{
	display: none;
}

#login-form label{
	color: #fff;
}
/*PASSWORT VERGESSEN, BENUTZERNAME VERGESSEN und ANGEMELDET BLEIBEN IM FRONTEND AUSBLENDEN*/

body {
  font-family:  'GillSansLight', Arial;
  font-size: 14px;
  color: #000;
  background: #343A46;
}

h1 {
  display: inline;  
  font-size: 20px;
  font-weight: lighter;
  font-family: 'GillSansLight', Arial;
  line-height: 35px;
  padding-bottom: 0px;
  border-bottom: 1px solid #FDD70D;
}

h2 {
  font-size: 24px;
  font-weight: lighter;
  font-family: 'GillSansLight', Arial;
  line-height: 45px;
  padding-bottom: 0px;
  width: 50%;
  border-bottom: 1px solid #FDD70D;
}
hr {border-bottom: 1px solid #FDD70D;
	}

h3 {
  display: inline;  
  font-size: 18px;
  font-weight: lighter;
  font-family: 'GillSansLight', Arial;
  line-height: 25px;
  padding-bottom: 0px;
  border-bottom: 1px solid #FDD70D;
}
h3:hover {

 color:#999;
}

h4 {
  display: inline;  
  font-size: 18px;
  font-weight: lighter;
  font-family: 'GillSansLight', Arial;
  line-height: 18px;

}
h4:hover {

 color:#999;
}


span {
  
}





p {
  
}




a img {
  border: none;
}

/**************************************** Tool Tip *******************************/
.tip {
   float: left;
   background: #F93;
   border: 0px solid #333333;
   padding: 5px;
   color:#000000;
   max-width: 200px;}
   
   .tip-title {
   padding: 0;
   margin: 0;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
   color:#000000;}

.tip-text {
   color:#000000;
   margin: 0;}

.login-greeting{
	font-size:16px;
	color: #F93;
	}


/**************************************** MENU ***********************************/

.actions {
	
	list-style-type:none;
	padding: 0;
	}






/**************************************** MENU ***********************************/



#header_navigation a {
   text-decoration: none;
  color: #343A46;
  font-size: 14px;
}

#header_navigation a:active {
    border-bottom: 1px solid #FDD70D; 
}

#header_navigation li {
  float: left;
  list-style-type: none;
  margin-left: 25px;
}

#header_navigation li:hover{
  border-bottom: 1px solid #FDD70D;
}

#header_navigation li:active {
  border-bottom: 1px solid #FDD70D;
}

#active_menu a.header_navigation:active {
  border-bottom: 1px solid #FDD70D;
}








/**************************************** DIVS ***********************************/


#header {
  position: fixed;
  width: 970px;
  left: 50%;
  margin-left: -485px;
  height: 100px;
  z-index: 3;
  background: url(../images/leiste.png) no-repeat center bottom;
}


#header_logo {
  width: 302px;
  height: 36px;
  float: left;
  margin-top: 40px;
  margin-left: 30px;
}


#header_navigation {
  width: 658px;
  margin-left: 335px;
  margin-top: 55px;
  text-align: right;
}


#header_bilder {
  position: absolute;
  width: 960px;
  left: 50%;
  /*margin-left: -479px;*/
  margin-left:-480px;
  //height: 470px;
  z-index:2;
  top: 0;
  padding-left: 22px;
}



#english {
  position: fixed;
  top: 21px;
  left: 50%;
  margin-left: 364px;
  width:95px;
  height:15px;
  z-index: 5;
}


/*#main { //black back
  width: 915px;
  position: fixed;
  margin-left: -458px;
  left: 50%;

  top: 0px;
  bottom: 0px;
  background: #343A46;
  border-left:1px solid #FFF;
  border-right:1px solid #FFF;



}*/
#main {
  width: 916px;
  position: fixed;
  margin-left: -458px;
  left: 50%;
  background: #fff;
  top: 0px;
  bottom: 0px;
}

#content {
 /* width: 735px;black width*/
 width: 734px;
  position: absolute;
  margin-left: -458px;
  left: 50%;
  background: #fff;
 /* background: #343A46;*/
  border-left:1px solid #FFF;
  border-right:1px solid #FFF;
  top: 470px;
  bottom: 0;
  min-height: 400px;
  padding-left: 20px;
  padding-right: 160px;
  padding-top: 20px;
  line-height: 20px;
}


#content a {
  border-bottom: 1px solid #FDD70D;
  /*color: #fff;*/
 color:#343A46;
  text-decoration: none;
}

#content a:hover {
  color:#CCC;
}




#footer {
  width: 916px;
  height: 34px;
  position: fixed;
  margin-left: -458px;
  left: 50%;
  bottom: -1px;
  background: url(../images/footer.png) center top no-repeat;
}

#footer a{
  text-decoration: none;
  color: #343A46;
}

#footer li  {
  display: inline;
  float: left;
  list-style-type: none;
  border-left: 1px solid #343A46;
  padding-left: 10px;
  height: 16px;
}

#wetter_condition {
  display: inline;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

#wetter_temperatur {
  display: inline;
  float: left;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

#footer_right {
	float: right;
	padding-right: 10px;
}

#spacer {
  height: 150px;
}
