/* background-position:center;background-image:url(mood_softwaretotal.jpg); background-repeat:no-repeat; */

body {
  background-color:#B0C0FF;
  color:#000088;
  font-family:Arial,Helvetica,sans-serif;
  text-decoration:none;
  margin:0;
  padding:0 0 0 0;
  min-width:600px;
}

#pageheader {
}

#main {
}

#pagetrailer {
  bottom:0px;
  height:60px;
  position:fixed;
}
              
#claim {
  font-size:20pt;
  font-weight:bold;
  position:absolute;
  top:96px;
  left:12px;
  width:100%;
  height:30px;
  overflow:hidden;
}
              
#navigation {
  position:absolute;
  left:0px;
  top:175px;
  bottom:80px;
  width:180px;
  overflow:auto;
}


#navigation ul {
  margin:0px;
  padding:0px;
}

#navgation li {
}

#navigation DIV {
  background-color:#B0C0FF;
}

#navigation DIV.menu-level1-no {
  font-size:14pt;
}

#navigation DIV.menu-level1-act {
  font-size:14pt;
}

#navigation DIV.menu-level2-no {
  font-size:10pt;
}

#navigation DIV.menu-level2-act {
  font-size:10pt;
}
              
#navigation a {
  display:block;
  width:160px;
  padding-left:10px;
  color:#000088;
  border:solid 1px;
  margin:5px;
  padding-top:2px;
  padding-bottom:2px;
  text-decoration:none;
}

#navigation DIV.menu-level2-no a {
  padding-left:40px;
}

#navigation DIV.menu-level2-act a {
  padding-left:40px;
}
              
#navigation a:hover, #navigation a:active, #navigation a:focus {
  background-color:#C0C0C0;
}

#title {
  position:absolute;
  top:175px;
  left:240px;
  height:50px;
  font-size:16pt;
}

#title h1 {
  font-size:20pt;
}

#title h2 {
  font-size:14pt;
}               

#title h3 {
  font-size:12pt;
}
              
/*Contentbereich*/
#content {
  position:absolute;
  top:230px;
  left:240px;
  /* bottom:80px; */
  font-size:12pt;
  overflow:auto;
  line-height:1.4em;
}

 

@media print {

	#navigation, #pagetrailer {
		display:none;
	}
	
	#claim {
	  font-size:10pt;
  }
  
  #content {
    left:30px;
  }
	
	#title {
	  left:30px;
	}
}
