body 
{
  margin: 20px 0px 0px 0px;
	background-color: #92A4B7;
	font: 12px Verdana,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #09243D;
}

img
{
  border: 0px;
}

div.clear 
{
  clear: both;
}

h1, h2
{
  font-size: 15px;
  color: #1C4B78;
  font-weight: normal;
}

p
{
  margin-left: 10px;
}

a        
{ 
  color: #5A7691;
}

#map
{
  width: 400px;  
}

#buchempfehlung a,#linksammlung a
{
  color: #BA1C30;
}

.rot
{
  color: #BA1C30;
  font-weight: bold;    
}

.eingerueckt
{
  margin-left: 5px;
} 

.eingerueckt-gross
{
  margin-left: 30px;
}

.buchtitel
{
  color: #BA1C30;
  font-weight: bold;  
}

#center 
{
 position: absolute;
 width: 1024px;
 height: 650px;
 left: 50%;
 margin-left: -512px; // die Hälfte der Breite
}

#container
{
  height:640px;
	background-image: url(../images/background_ohneRand.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border:5px solid #FFFFFF;	
}

#teaserimage
{
  position: absolute;
  margin-left: 182px;
  margin-top: 50px;
}

#logo
{
  position: absolute;
  margin-left: 490px;
  margin-top: 105px;
}

#content
{
  position: absolute;
  margin-left: 435px;
  margin-top: 155px;
  height: 350px;
  width: 460px;  
  line-height: 22px;
}

#sroll
{
  overflow: auto;
  height: 300px;
  width: 460px;    
}

/*	
	Navigation 
*/

#nav 
{ 
  position: absolute;
  margin-left: 295px;
  margin-top: 345px; 
  float: right; 
  text-align: right;
  line-height: 30px;
}

#nav ul
{
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#nav a        
{ 
  color: #061A2D;
  text-decoration: none; 
}

#nav a:hover  
{ 
  color: #1C4B78;
  text-decoration: none;
}

  #nav ul.nav1st li.active a.,
  #nav ul.nav1st li.active a:link 
{
  color: #1C4B78;
}

.current
{
  color: #1C4B78;
}





