/*  body und schrift definitionen */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #ffffff;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#005479;  
  line-height:18px; 
  text-align:center;
  margin:15px;
  padding:0px;
}


p, h1, {
margin:20px 20px 0px 0px;
}


h1 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
color: #005479;
background-color: transparent;
}

a { 
color: #005479;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}

a.n { 
color: #005479;
font-size: 13px;
background-color:transparent;
text-decoration: none; 
}
 
pre { 
color: #005479;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}


/*  positionierung divs statisch und absolut */

#box {
width:760px;
margin: 0px auto;
padding:0px;
text-align:left;
border: 0px solid green;
}

#links {
float:left;
width:210px;
padding:0px;
padding-left:10px;
border: 0px solid green;
}

#inhalt {
width:530px;
padding:0px;
float:left;
border: 0px solid pink;
}

#text {
position: relative;
float:left;
width:500px;
height:520px;
padding:0px;
padding-top:20px;
border: 0px solid gray;
}


#n1{ 
position: relative;
float:left;
top: 0px;
left: 0px;
width: 108px; 
height: 100px;
border: 0px solid #000000;
background-color: #ffffff;
background-image:url(../Bilder/n1p.jpg); background-repeat: no-repeat; 
}

#n2{
position: relative;
float:left;
width: 108px; 
height: 100px;
border: 0px solid #000000;
background-color: #ffffff;
background-image:url(../Bilder/n2p.jpg); background-repeat: no-repeat; 
}

#n3{ 
position: relative;
float:left;
width: 108px; 
height: 100px;
border: 0px solid #000000;
background-color: #ffffff;
background-image:url(../Bilder/n3p.jpg); background-repeat: no-repeat; 
}

#n4{ 
position: relative;
float:left;
width: 108px; 
height: 100px;
border: 0px solid #000000;
background-color: #ffffff;
background-image:url(../Bilder/n4p.jpg); background-repeat: no-repeat; 
}

#n5{ 
position: relative;
float:left;
width: 95px; 
height: 100px;
border: 0px solid #000000;
background-color: #ffffff;
background-image:url(../Bilder/n5p.jpg); background-repeat: no-repeat; 
}