/* css B.M. Unternehmensberatung */
/* http://www.bm-unternehmensberatung.de  */



/* basic elements */
body { 

        background: #ffffff;
        font: 14px/170% Verdana, sans-serif;
        color: #494949;
        text-align:center;

	margin:0px; 
	padding:0px;
	min-width:850px;
	overflow:auto;
	}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}




   
img, a img {
  border: none;
}


hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}





/* specific divs */

#wrapper{
}

#header{
  padding-top:0px;
  margin:0px;
  width:100%; 
  height:85px;
  background:#ffffff url('rect.png') repeat-x;;      
}


#header img {
  border:0px;

}

#slogan{
  color:#ffffff;
  font-size:15pt;
}


#middle{  
   background: #edf5fa;
   height:100%;
   
}


#menu{
  width:20%;
  height:100%;
  vertical-align:top;
  padding-top:2em;
}

#menu li {
   list-style-type:none;
   list-style-position:inside;
   margin:0px;
   padding:0px;
   margin-bottom:1em;
   font-size:120%;
   
}

#content{
  width:80%;
  height:100%;
  vertical-align:top;
}

#content-inner{
max-width:70em;
}

#content-left{         
height:100%;
width:60%;
padding:2em;
vertical-align:top;
}

#message-box{
  padding:2em;
  vertical-align:top;
  width:30%;
  height:100%;
}


#footer{
      text-align:center;
      color:#ffffff;
      height:50px;
      width:100%;
      bottom:0px;
      background:#ffffff url('rect-unten.png') repeat-x;
}


#footer a{ 
  color:#ffffff; 
  text-decoration: underline;
}

