/*******************************************************************************/
/*  Style für den Flash Content  */
/*******************************************************************************/
#flashcontent {
  height: 100%;
  border: 2px solid #fff;
  padding-top:5px;
  margin:10px auto 0px auto;
  width:800px;
}
#flashcontent {
  color: #fff
}
#flashcontent a {
  color: #f60;
}
#flashcontent a:hover{
  color: #06f;
}
/*******************************************************************************/
/*  GRUNDLEGENDE STYLE ANGABEN  */
/*******************************************************************************/
body{
  background-color: #282828;
  font-family: "Trebuchet MS";
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  color: #fff;
  height: 100%;
}
a:link, a:active, a:visited{
  text-decoration: none;
  color:#009ee0;
  outline:none;
}
a:hover{
  text-decoration:underline;
  outline:none;
}
img{
  border: 2px solid #fff;
}
h1{
  margin-left: 70px;
  margin-top:20px;
  font-family: "Trebuchet MS";
  color:#282828;
}
h3{
  padding:0;
  margin:20px 0 0 0;
  border-bottom: 1px solid #fff;
  width:805px;
}
h5{
  padding-bottom:0px;
  margin-bottom:10px;
  font-size:1.3em;
}

.white{
  color:#fff;
  font-size:1em;
}
.clear{
  clear: both;
}
#unsichtbar{
  display:none;
}
/*******************************************************************************/
/*  LAYOUT STYLE ANGABEN  */
/*******************************************************************************/
#outer{
  width: 100%;
  height 100%;
}
#wrap{
  position:relative;
  margin: 0 auto;
  width: 960px;
  min-height: 500px;
}
/*******************************************************************************/
/*  HEADER STYLE ANGABEN  */
/*******************************************************************************/
#header{
  width:958px;
  height:120px;
  background-color:#ffffff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 2px solid #fff;
  padding-top:20px;
  margin:0;
}
#header a{
  color:#282828;
}
#header a:hover{
  text-decoration:none;
}
.logo{
  float:right;
  margin-top:-50px;
}
.red{
  font-size:1.2em;
  color:#009ee0;
}
.logo2{
  float:right;
  margin-top:-80px;
}
.logo2 img{
  border:none;
}
.logo img{
  border:none;
}
#infos{
  position:absolute;
  top:-15px;
  left:-40px;
}
#infos img{
  width:150px;
  border:none;
}
/*******************************************************************************/
/*  CONTENT STYLE ANGABEN  */
/*******************************************************************************/
.zurueck{
  float:right;
  margin-top:-23px;
}
#images{
  margin-left:70px;
  width:805px;
}

#teaser{
  margin-left:70px;
  width:805px;
}

#teaser ul{
  margin: 20px 0px 60px 100px;
  list-style-image: url(images/check.png);
}

#teaser li{
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 3px 0px;
}



#teaser img{
  width:450px;
  float:left;
  margin-right:10px;
}
#images img{
  width:250px;
}
#images img:hover {
  border: 2px solid #009ee0;
}
#teaser img:hover {
  border: 2px solid #009ee0;
}
#header img{
  margin-right: 40px;
  margin-top:-10px;
}
span{
  font-size: 0.8em;
}
#imp{
  width:800px;
  margin:0 auto;
}
.portal{
  float:left;
  margin-right:20px;
}
.portalright{
  margin-right:0px;
}
.teasertext{
  width:290px;
}
.teaserlink{
  float:right;
  margin:5px 0 0 0;
}
.teaserlink a:hover{
  text-decoration: underline;
}
#teaser div{
  height:207px;
}
/*******************************************************************************/
/*  FOOTER STYLE ANGABEN  */
/*******************************************************************************/
#footer{
  margin-bottom:5px;
}
#footer hr{
  padding-bottom: 0px;
  margin-bottom:0px;
}
#foimp{
  float:right;
}
/*******************************************************************************/
/*  IE 6 STYLE ANGABEN  */
/*******************************************************************************/
* html #foimp{
  margin-left:589px;
}
* html #header img{
  margin-top:0px;
}
*html #buttons{
  margin-bottom:5px;
}
* html .logo{
  margin-top:-55px;
}
* html #footer span{
  float:left;
}
* html h1{
  margin-top:40px;
}
