/* Grundeinstellungen */
body, * {
  font-family: Trebuchet MS, Verdana;
  font-size:12px;
  letter-spacing:1px;
}

p {
  padding:0px;
  margin:10px 0px 0px 0px;
}

li {
  margin:0px;
  padding:0px;  
  margin-bottom:1em;  
    margin-left:2.5em;
}

ul {
  margin:0px;
  margin-top:10px;
  padding:0px;

}

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

a:hover {
  text-decoration:underline;
}


h1 {
  font-size:2.5em;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

h1 a, h1 a:hover {
  font-size:1em;
  color:#000;
  text-decoration:none;
}

h2 {
  margin-top:0px;
}


/*Wrappern und Hintergrund */

body {
    
  margin:0px;
  padding:0px;
  background: url('tapete.jpg') top left repeat-y;  
  
}

#wrapper {
  width:600px;
}

#karte {
  position:relative;
  top:0px;
/*  left:251px;*/
  height:450px;
  width:600px;
  background: url('karte.jpg') no-repeat;
}

#inhalt {
  position:absolute;
  top:70px;
  height:310px;
  width:460px;
  left:70px;
}

#inhalt p {
  margin:10px 10px 10px 10px;
}

/* Spalte1 */

#col1 {  
  width: 250px;
  height:310px;
  position:absolute;
  top:0px;
  left:0px;
  overflow:hidden;
}

#col1 div {
  position:absolute;
  right:0px;
  width:500px;
  overflow:hidden;
  height: 148px;

}


#col1row1 {
  top:0px;  
  background: url('pic1f.jpg') no-repeat top left;
  color: #974514;
}

#col1row2 {
  bottom:0px;  
  background: url('pic2f.jpg') no-repeat top left;
  color:#05365c;
}


/* Spalte 2 */
#col2 {
  position:absolute;
  top:0px;
  right:0px;
  text-align:right;
  height:310px;
  width:210px;  
}

#col2 div {
  position:absolute;
  right:0px;    
}

#col2row1 {
  top:0px;   
}



#col2row2 {
  bottom:0px;  
}


/* Subpage */
#subpage {
  margin:0px;
  padding:0px;
  
  position:relative;
  top:-51px;
  z-index:99;
}

#subpage_top {
  background: url('sub_top.jpg') no-repeat;
  position:relative;
  height: 72px;
}


#subpage_body {
  background: url('sub_body.jpg') repeat-y;

}

#subpage_inhalt {
margin-left: 70px;
margin-right: 70px;
}


#subpage_bottom {
  background: url('sub_bottom.jpg') no-repeat;
  height: 40px;


}

/* Footer */
#footer {
  position:absolute;
  bottom:10px;
  left:10px;
}


