@charset "utf-8";
/* CSS Document */



/*  body und schrift definitionen */

* {
  padding: 0px;
  margin: 0px;
}

html { 
  padding: 0px;
  margin: 0px;
  }
 
body {
  padding: 0px;
  margin: 0px;
  font-size: 10px;
	background-image: url(bilder/hg_v_schild_blur.jpg);
	background-repeat: no-repeat;
	background-color: #e5e2ac;
  }
  

/* schriften */

h1 {
  font-size: 2.4em;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  color: #736a56;
  text-align: left;
  padding: 0px;
  margin: 0px;
  } 
  
h2 {
  font-size: 1.6em;
  font-family: Trebuchet MS, Helvetica, sans-serif;  
  color: #736a56;
  text-align: left;
  padding: 0px;
  margin: 0px;
  }

h3 {
  font-size: 1.2em;
  font-family: Trebuchet MS, Helvetica, sans-serif; 
  color: #736a56;
  text-align: left;
  padding: 0px;
  margin: 0px;
  } 
  
h5 {
  font-size: 1em;
  font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #736a56;
  text-align: left;
  padding: 0px;
  margin: 0px;
  }
  
h6 {
  font-size: 1em;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  color: #736a56;
  text-align: left;
  padding: 0px;
  margin: 0px;
  }
  
p {
  font-size: 1.2em;
  font-family: Trebuchet MS, Helvetica, sans-serif;    
  color: #736a56;
  text-align: left;
  padding: 0px;
  margin: 0px;
  } 

  
/* div definitionen */

#kopf_logo {
  position: absolute;
  left: 200px;
  top: 50px;
  width: 450px;
  height: 110px;
  }
	
#kopf_claim {
  position: absolute;
  left: 700px;
  top: 90px;
  width: 300px;
  height: 90px;
  }
	
#navigation {
  position: absolute;
  left: 10px;
  top: 270px;
	width: 150px;
  }
	
#hg_inhalt {
  position: absolute;
  left: 200px;
  top: 200px;
  width: 750px;
  height: 600px;
	background-image: url(bilder/hg_kachel.gif);
	background-repeat: repeat;
  } 
	
#inhalt {
  position: absolute;
  left: 270px;
  top: 270px;
  width: 600px;
  height: 450px;
  } 
	
#inhalt_links {
  position: absolute;
  left: 0px;
  top: 100px;
  width: 280px;
  }
	
#inhalt_rechts {
  position: absolute;
  left: 320px;
  top: 100px;
  width: 280px;
  }
	
#inhalt_400px {
  position: absolute;
  left: 0px;
  top: 100px;
  width: 400px;
  }
	
#inhalt_400px_hoch {
  position: absolute;
  left: 0px;
  top: 50px;
  width: 400px;
  }
	
#inhalt_seitenbild {
  position: absolute;
  left: 435px;
  top: 20px;
  width: 200px;
  }
	
#inhalt_foto_cordula {
  position: absolute;
  left: 435px;
  top: 20px;
  width: 200px;
  }
	
#inhalt_scroll {;
	position: absolute;
	left: 0;
	top: 115px;
	width: 560px;
	height: 340px;
	margin: 0px;
	padding: 0px 40px 0px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	overflow: auto;
}
	
#inhalt_headline {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 600px;
  } 
		
#inhalt_fliesstext {
  position: absolute;
  left: 0px;
  top: 100px;
  width: 600px;
  } 

#inhalt_galerie1 {
  position: absolute;
  left: 0px;
  top: 100px;
	width: 600px;
  } 
	
#inhalt_galerie2 {
  position: absolute;
  left: 0px;
  top: 250px;
  width: 600px;
  } 
		
#inhalt_nur_text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 600px;
  } 
	
#footer {
  position: absolute;
  left: 270px;
  top: 770px;
  width: 750px;
  } 
	
	
	
	
	
/* Formatierung der Navigation */

ul#navi li {
  list-style-type: none;
  list-type-item: none;
	text-align: right;
  font-size: 1.6em;
  font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
  margin: 0em 0em 1.4em 0em;
  }


ul#navi a:link {
  text-decoration: none; 
	color: #44392a;
  }
	
ul#navi a:visited {
  text-decoration: none; 
	color: #44392a;
  }
	
ul#navi a:hover {
  text-decoration: none; 
	color: #f9f7de;
  }
	
ul#navi a:active {
  text-decoration: none; 
	color: #f9f7de;
  }

	
	

	
	
	
	
	
	
	
/* Klassen */

.schrift_hell {
  color: #f9f7de;
	}
	
.schrift_dunkel {
	color: #44392a;
	}
	
.adresszeile {
	color: #f9f7de;
	font-size: 1.6em;
	}
	
.durchschuss {
	line-height: 1.6em;
	margin: 0 0 2.4em 0;
	}

.durchschuss_oben {
	line-height: 1.6em;
	margin: 1.2em 0 0 0;
	}
