/* CSS Document */

/* Grundelemente */

html {
	margin: 0;
	padding: 0;
}
	
body {
	font-family:georgia;	
	line-height:18px;
	font-size:14px;
	color: #3f4021; 
	background: #c5c974 url(bgbig1.jpg) no-repeat top center; 
	margin: 0; 
	padding: 0;
}

body a:link, a:active, a:visited{
	text-decoration:none;
	color:#720a0b;
}

body a:hover{
	text-decoration:underline;
}

p, li {
	margin-top: 0;
	margin-bottom: 14px;
	text-align: justify;
}

h1 {
	font-size: 16px;
	font-weight:bold;
	margin:0;
	}

h2 {
	font-size: 16px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:0;
	}

h3 {
	font-size: 14px;
	color:#720a0b;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:0;
	}
	
	
form {
	  border: dotted 2px #dac9b5;
	  }
	  
hr {
	  border: dotted 1px #dac9b5;
	  }


/* Die Divs */

#box { 
	margin: auto;
	width:960px;
    background:url(kopf1.jpg) no-repeat top center;
	position:relative;
}

#intro {
		 width: 960px;
		 height: 398px;
		 }

#einleitung {
	     padding:370px 100px 0 230px;
		 z-index: 1;
}

#corpus {
		background-image: url(back7.jpg); 
	    height:100%;
		}

#texte {
		padding:20px 100px 40px 230px;
	    background:url(bgtop.jpg) top no-repeat;
		height:100%;
}

/* Menu */

#menu {
	position:absolute;
	width:130px;
	top:420px;
	height: 200px;
	left: 50px;
	border: #999999 solid 1px;
	padding:10px;
	z-index: 1;
}

/*hauptnavigation*/

.navi {
	   color: #003366;
	   font-size: 14px;
	   margin-top: 5px;
	   margin-bottom: 5px;
	   }

.navi a:link, .navi a:active, .navi a:visited {
	   color: #003366;
	   text-decoration:none;
}

.navi a:hover{
	text-decoration: underline;
}

.navi1 {
	   color: #003366;
	   font-size: 14px;
	   margin-top: 5px;
	   margin-bottom: 5px;
	   font-weight: bold;
	   text-transform: uppercase;
	   }

.navi1 a:link, .navi1 a:active, .navi1 a:visited {
	   color: #003366;
		text-decoration:none;
}

.navi1 a:hover{
	text-decoration: underline;
}
/*unternavigation*/

.unavi {
	   color: #003366;
	   font-size: 12px;
	   margin-top: 2px;
	   font-style: italic;
	   margin-bottom: 2px;
	   text-indent: 20px;
	   }

.unavi a:link, .unavi a:active, .unavi a:visited {
	   color: #003366;
	text-decoration:none;
}

.unavi a:hover{
	text-decoration: underline;
}

.unavi1 {
	   color: #003366;
	   font-size: 12px;
	   font-style: italic;
	   font-weight: bold;
	   margin-top: 2px;
	   margin-bottom: 2px;
	   text-indent: 20px;
	   }

.unavi1 a:link, .unavi1 a:active, .unavi1 a:visited {
	   color: #003366;
	text-decoration:none;
}

.unavi1 a:hover{
	text-decoration: underline;
}

/*extras*/

#tab {
	  width: 600px;
	  font-size: 12px;
	  text-align:center;
	  }

.tab {
	  width: 600px;
	  font-size: 12px;
	  text-align:center;
	  }
#tab p {
	  font-size: 12px;
	  text-align:left;
	  }
	  
#tabi {
	  width: inherit;
	  margin-bottom: 10px;
	  }
#tabi p {
	  font-size: 14px;
	  text-align:justify;
	  }
	  
.tabi {
	  width: inherit;
	  margin-bottom: 10px;
	  }
.tabi p {
	  font-size: 14px;
	  text-align:justify;
	  }


#moewe {
		position: absolute;
		top: 630px;
		width: 150px;
		height: 102px;
		left: 40px;
		background: url(moewe.gif) no-repeat top left;
	    z-index: 2;
		}

#zahl {
		position: absolute;
		top: 760px;
		width: 110px;
		height: 40px;
		left: 70px;
	    z-index: 2;
		color: #003366;
		font: 10px georgia;
		}
		
/*classes*/


.bild {
	   border: solid 1px #3f4021;
	   margin: 10px;
	   }

.bildta {
	   border: solid 1px #3f4021;
	   margin-left: 20px;
	   margin-top:0;
	   margin-bottom:20px;
	   }

.bildr {
	   border: solid 1px #3f4021;
	   margin-left: 20px;
	   margin-bottom: 10px;
	   float: right;
	   }
	   
.bildr_ohne {
	   float: right;
	   }
	   
.bildl {
	   float: left;
	   margin-right: 10px;
	   margin-bottom: 10px;
	   border: solid 1px #3f4021;
	   }
	   
.bildl_ohne {
	   float: left;
	   margin-right: 10px;
	   }

.klein {
		font-size: 10px;
		}
