/* Beginn der Datei */


/*HTML Veränderungen*/

body {
	margin: 0px;
	min-width: 570px;
	background-color: #e4e4cd;
	background-image: URL(muster.png);
	background-position: 10px 4px;
	}

p { 
	color: #595018; 
	margin: 10px;
	font-size: 14px; 
	font-family: "Georgia", "Times New Roman", "Times";
	line-height: 18px; 
	text-align: center;
	}


/* Standardtextformate */


.text {
	text-align: justify;
	text-indent: 50px;
	}

.navigation {
	font-size: 12px; 
	line-height: 14px;
	}


/* Spans */

.typ {
	font-variant: small-caps;
	}

.jap {
	font-family: "STKaiti", cursive;
	font-size: 110%;
	}
.text .jap {
	font-size: 120%;
	}	

.dreieck {
	font-size: 80%;
	}

/* Überschriften */

.ueberschrift-1 {
	font-size: 24px;
	line-height: 24px;
	margin-top: 20px;
	}
	
.ueberschrift-2 {
	font-size: 48px;
	line-height: 48px;
	margin-top: 20px;
	}


/* Standard-Behälter */

#seite {
	width: 100%;
	position: relative;
	border: solid 1px #e4e4cd;
	}

#behaelter-kopf {
	position: relative;
	height: 30px;
	}
	
#behaelter-fuss {
	position: relative;
	height: 60px;
}

#behaelter-pfad {
	position: absolute;
	top: 5px;
	left: 30px;
	}

#behaelter-1 {
	position: relative;
	background-color: #f2f4e2; 
	margin-left: 40px; margin-top: 5px; margin-right: 40px; margin-bottom: 5px;
	border: solid 3px #595018; 
	}


/* Beginn Schatten */

#r1 { position: absolute; top: -25px; left: -25px; width: 40px; height: 40px; 
background-image:url(rahmen/rahmen-1.png); z-index: -1; }
#r2 { position: absolute; top: -25px; left: 15px; right: 15px; height: 40px; 
background-image:url(rahmen/rahmen-2.png); z-index: -1; }
#r3 { position: absolute; top: -25px; right: -25px; width: 40px; height: 40px; 
background-image:url(rahmen/rahmen-3.png); z-index: -1; }
#r4 { position: absolute; top: 15px; left: -25px; width: 40px; bottom: 15px; 
background-image:url(rahmen/rahmen-4.png); z-index: -1; }

#r6 { position: absolute; top: 15px; right: -25px; bottom: 15px; width: 40px; 
background-image:url(rahmen/rahmen-6.png); z-index: -1; }
#r7 { position: absolute; bottom: -25px; left: -25px; width: 40px; height: 40px; 
background-image:url(rahmen/rahmen-7.png); z-index: -1; }
#r8 { position: absolute; bottom: -25px; right: 15px; left: 15px; height: 40px; 
background-image:url(rahmen/rahmen-8.png); z-index: -1; }
#r9 { position: absolute; bottom: -25px; right: -25px; width: 40px; height: 40px; 
background-image:url(rahmen/rahmen-9.png); z-index: -1; }

/* Ende Schatten */


#behaelter-2 {
	margin-left: 2px; margin-top: 2px; 
	margin-right: 2px; margin-bottom: 2px;
	border: solid 1px #595018; 
	padding: 10px;
	}

/* Standard-Elemente */

#pfad, #kontakt {
	position: absolute;
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	line-height: 10px;
	}
#pfad {
	bottom: -7px;
	left: 30px;
	text-align: left;
	}
#kontakt {
bottom: -6px;
	right: 30px;
	text-align: right;
	}
	
#impressum {
	position: absolute;
	top: 5px; left: 120px; right: 120px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	}

#w3c {
	position:absolute;
	right: 30px;
	top: 15px;
	}



/* Formate für Bilder */
	
#bild {
	margin-top: 20px;
	border: solid 1px #595018; 
	}

.bild {
	margin-top: 10px; margin-bottom: 0px;
	margin-left: 20px; margin-right: 20px;
	text-align: center;
	}

.bildunterschrift {
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px; margin-bottom: 25px;
	margin-left: 20px; margin-right: 20px;
	text-align: center;
	}

/* Sonderformate */

.infokasten {
	background-color: #f8f8eB; 
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	border: solid 1px #595018; 
	padding: 10px;
	width: 370px;
	}
	
/* Ende der Datei */



