/* CSS of UB-NEUMANN.de */

body {
  background-color:#f1f2ee;
  font-family:Arial;
  margin:0px;
  text-align:center;
  }
  
#header {
  width:100%;
  background-color:#f6f6f6;
  height:153px;
  }
  
#content {
  bottom:0;
  width:694px;
  background-color:#fff;
  margin:auto;
  min-height: 500px;      height:auto !important;       height: 500px;
  }
  
a {
color:#000;
text-decoration:none;
}

a:hover {
color:#39550c;
text-decoration:none;
}
a:visited:hover {
color:#39550c;
text-decoration:none;
}
  
#menu {
margin: 0px auto;
width: 694px;
background: #fff;
font-family: Arial;
font-size: 16px;
line-height: 1.5;
padding-left:8%;
}

#menu ul {
padding-left:25px;
padding-right:25px;
padding-top:6px;
float: left;
list-style-type: none;
text-align:left;
}

#menu ul a {
width:180px;
display: block; 
color:#000;
text-decoration:none;
}

#menu ul a:hover {
color:#39550c;
text-decoration:none;
}
#menu a:visited:hover {
color:#39550c;
text-decoration:none;
}




/*--nur für IE-Versionen kleiner gleich 6 erkennbar--*/
* html #menu ul li{
float: left;
width: 100%;
}

/*--nur für IE 7 erkennbar--*/
*+ html #menu ul li {
float: left;
width: 100%;
}





* html #menu ul li a {
height: 1%;
}



.punkte {
  width:644px;
  background-image:url('images/punkte.png');
  height:10px;
  }
  
#inhalt {
  width:644px;
  text-align:left;
  margin-top:20px;
  margin-bottom:20px;
  min-height:400px !important;
 background-image:url('images/bg_inhalt.png');
 background-position:center top;
  background-repeat:no-repeat;
  line-height:1.5em;
  }

#footer {
  width:694px;
  height:50px;
  background-color:#fff;
  font-size:13px;
  text-align:center;
  margin:auto;
  padding-top:20px;
  padding-bottom:20px;
  }
  
  #footer a {
color:#000;
text-decoration:none;
}

#footer a:hover {
color:#39550c;
text-decoration:none;
}
#footer a:visited:hover {
color:#39550c;
text-decoration:none;
}

/* Einzelne Unterseiten */

.text {
color:#000;
margin-left:40px;
margin-right:50px;
font-size:15px;
text-align:justify;
}

.text ul {
list-style-image: url('images/list.jpg');
}

.text ul li {
padding-top:1em;
padding-left:1em; 
}

.pfeil {
margin:7px 20px 0px 20px;
float:left;
}

p {
}

.container {
margin-top:20px;
text-align:justify;
margin-left:40px;
background-image:url('images/list2.jpg');
background-position:top left;
background-repeat:no-repeat;
width:auto;
min-height:34px;
padding-top:10px;
padding-left:40px;
padding-right:40px;}

.container p {
font-size:15px; }

#cartoon {
background-image:url('images/cartoon.png');
width:250px;
height:210px;
margin-left:200px;}

.links { 
float:left;
width:350px;
margin-left:20px;

}
.links ul {
list-style-image: url('images/list.jpg');
}

.links ul li {
padding-top:1em;
padding-left:1em; 
}
.rechts {
margin-left:200px;
width:500px;
margin-top:10px;
position:relative;
}
.rechts ul {
list-style-image: url('images/list.jpg');
}

.rechts ul li {
padding-top:1em;
padding-left:1em; 
}

.clear {
clear:left;
}


