*  { padding: 0; margin: 0; }
h2, p, ul, ol {
	margin-bottom: 1em;
}  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; } 

html { height: 101%; } 
body {
	color: #FFE;
	background-color: #938787;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-size: 130%;
	color: #666666;
} 
h3 {
	font-size: 1.3em;
	font-weight: bolder;
	color: #333333;
	margin: 10px 0 20px 0;
}

h2 { font-size: 130%; }
address {
   text-align: center;  
   font-size: 80%;      
   font-style: normal;  
   letter-spacing: 2px; 
   line-height: 1.5em;  
}
a { text-decoration: none; outline: none;} 
a:link { color: #d90000; } 
a:visited { color: #cc6666; }
a:hover, 
a:focus { 
  border-bottom: 1px solid #d90000 
}
a:active { 
   color: #ffe; 
   background-color: #d90000; 
}
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}

.bildrechts {
   float:right; 
   padding: 3px; 
   border: 5px solid #ccc; 
   margin-bottom: 10px;
   margin-left: 10px; 
}
.left { float:left;}
.clearing { clear: both; }

#wrapper {
	color: black;
	background-color: #ffe;
	width: 720px;
	margin: 10px auto;
	border: 1px solid #000;
}
	#kopfbereich {
		position: relative;
		color: black;
		background-color: #FFe;
		}
	#logo {
		background-color: #FFCC00;
		height: 100px;
		width: 100px;
			}
	#kopfname {
		text-align: right;
		font-size: 22px;
		padding: 59px 35px 4px 0;
		font-family: "Courier New", Courier, monospace;
		color: #333333;
		
	}
	#kopfbez {
		background-color:#CCCCCC;
		text-align: right;
		font-size: 15px;
		padding: 0 35px 0 0;
		font-family: "Courier New", Courier, monospace;
	}
			#navibereich {
			text-align: right;
			color: black;
			background: #999 url(hintergrund_nv.gif) repeat-y top left;
			font-size: 11px;
			padding: 9px 24px 4px 0px;
			border-bottom: 1px solid #8c8c8c;
			} 
		   #navibereich ul { 
			  margin-bottom: 0; 
		   } 
		   #navibereich li {
				
			  display: inline; 
			  list-style-type: none; 
			  margin: 3px;
		   }
		   #navibereich a {
			color: black;
			background-color: #FFCC00;
			padding: 4px 8px;
			border: 1px solid #8c8c8c;
		   }  
		   #navibereich a:hover,
		   #navibereich a:focus,
		   #startseite #navi01 a,
		   #literaturseite #navi02 a,
		   #leistungenseite #navi03 a,
		   #personseite #navi04 a,
		   #referenzenseite #navi05 a, 
		   #kontaktseite #navi06 a { 
			  color: black; 
			  background-color: #ffe; 
			  border-bottom-color: #ffe; 
		   }  
		   #navibereich a:active { 
			  color: black;
			  background-color: white; 
		   }  

#textbereich { padding: 20px 10px 20px 40px;
	 }

#textbereich a { 
      border-bottom: 1px dotted #cc0000; 
   }
   #textbereich a:hover,
   #textbereich a:focus { 
      border-bottom: 1px solid #d90000; 
   }
#startfoto {
	background-image: url(Bilder/foto.jpg);
	background-repeat: no-repeat;
	height: 170px;
	text-align:right;
	padding: 140px 18px 0 0;
	margin: 100px 0 0 0;
	background-position: 0px 100px;
}
#ticker {
	background-color: #FFCC00;
	font-size: 18px;
	width: 474px;
	font-family: "Courier New", Courier, monospace;
	margin: 102px 0 0 216px;
	padding: 5px 15px;
	border-bottom: solid 10px #999;
	text-align:left;
	}

#fussbereich {
	clear: both;
	padding: 10px 20px 20px 20px;
	border-top: 1px solid #666;
	margin-top: 20px;
	background-color: #CCCCCC;
}
		#buchtitel {
			position: relative;
			float: right;
			width: 170px;
			text-align: left;
			margin: 0 10px 10px 20px;
		}
		#buchtitel p {
			font-size: 0.8em;
		}
		#buchtitel img {
			border: thin solid #333333;
			margin: 10px 0 5px 0;
		}
form {
   background-color: #ccc;
   width: 370px; 
   padding: 20px; 
   border: 1px solid #8c8c8c;
}

label { 
   display: block; 
   cursor: pointer; 
} 
input#absender, 
textarea { 
   width: 300px;
   border: 1px solid #8c8c8c;
   margin-bottom: 1em;
   background-color: #eee;
}
textarea { 
   height: 7em; 
}
input#absender:focus, 
textarea:focus {
   background-color: #fff; 
}


hr {
	margin-bottom: 20px;
}
