body {
  margin: 0;
  text-align: center;
  font: 0.65em verdana, arial, sans-serif;
  background: #000000 url(wall2.jpg) no-repeat fixed center;
  line-height: 170%;
  color:#000000;
/*  background:#666666;*/

}

p {
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
}


a {
  color: #FFF;
  text-decoration : none;
}



a:hover {
  color: #1975CA;
}

/***************************************************
 Rahmen
 ***************************************************/
 
 
/*#frame { 
background-image:url(wall.jpg);
background-repeat:no-repeat;
height:1067px;
}*/

#frame { 
width:1200px;
/*background-image:url(wall.jpg);
background-repeat:no-repeat;*/
height:700px;
margin-left:auto;
margin-right:auto;
margin-top:50px;
/*margin-bottom: 50px;*/
}
 

/***************************************************
 Menu
 ***************************************************/


#menu {
width: 950px;
/*margin:auto;*/
margin-left:auto;
margin-right:auto;
	font-weight: bold;
}


#menu .menu_current a{
	/*font-weight: bold;*/
	color: #ffffff;
   
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}

#menu ul li {
  width: 8em;
  display: inline;
  float: left;
  padding-top: 0.8em;
  list-style: none;
  text-align: center;
	color: #858585;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
	color: #858585;
}

#menu ul li a:hover, #menu .menu_current,
#menu ul li a.active {
  font-weight: bold;
	color: #fff;
 
}




#menu2 {
padding-top: 50px;
width: 950px;
/*margin:auto;*/
margin-left:auto;
margin-right:auto;
	font-weight: bold;
}


#menu2 .menu_current a{
	/*font-weight: bold;*/
	color: #ffffff
 
}

#menu2 ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}

#menu2 ul li {
  width: 8em;
  display: inline;
  float: left;
  padding-top: 0.8em;
  list-style: none;
  text-align: center;
	color: #858585;
}

#menu2 ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
	color: #858585;
}

#menu2 ul li a:hover, #menu2 .menu_current,
#menu2 ul li a.active {
  font-weight: bold;
	color: #ffffff;
 
}

/***************************************************
 Content
 ***************************************************/

/*#content {

  width: 950px;
  margin:auto;
}*/

#content {
  width: 960px;
  height: 450px;
overflow-y: auto;
/*margin:inherit;*/
margin-left:inherit;
margin-right:inherit;
margin-top:inherit;
}


#content img {
border:solid 1px black;

}