body {
	background: #f5f5f5 url(../grafiken/site-bg.jpg) top left no-repeat;
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana;
	font-size: 13px;
}

h1 {
	font-family: Georgia, Times New Roman, Times, Verdana;
	color: #410001;
	font-size: 24px;
	line-height: 26px;
}

h2 {
	font-family: Georgia, Times New Roman, Times, Verdana;
	color: #410001;
	font-size: 18px;
	line-height: 20px;
}

a {
	color: #976600;
	font-weight: bold;
	text-decoration: none;
}

	a:hover {
		color: black;
		text-decoration: underline;
	}

hr {
	background: none;
	border: none;
	border-top: 1px dotted #aaa;
	margin-top: 10px;
}

#content {
	position: absolute;
	top: 87px;
	left: 272px;
	width: 913px;
	background: white url(../grafiken/content_bg.jpg) top left repeat-y;
	line-height: 18px;
}

	#content-top {
		width: 913px;
		height: 865px;
		background: white url(../grafiken/content_bg-top.jpg) top left no-repeat;
	}
	
	#content-middle {
		width: 620px;
		min-height: 665px;
		height: auto !important;
		height: 665px;
		margin-top: -680px;
		padding: 0px 0px 0px 30px;
		z-index: 10;
	}
	
	#content-bottom {
		width: 800px;
		height: 131px;
		background: #f5f5f5 url(../grafiken/content_bg-bottom.jpg) top left no-repeat;
		
		text-align: center;
		padding-top: 140px;
		color: #7d7d7d;
	}
	
		#content-bottom a {
			color: #7d7d7d;
			text-decoration: underline;
			font-weight: normal;
		}
		
			#content-bottom a:hover {
				color: black;
			}
	
#navi {
	position: absolute;
	top: 30px;
	left: 285px;
	width: 870px;
	height: 30px;
	background: url(../grafiken/navi_bg.gif) bottom left repeat-x;
}
	
	#navi a {
		display: block;
		float: left;
		margin-right: 25px;
		color: #0d0d35;
		text-decoration: none;
		font-family: Georgia, Times New Roman, Times, Verdana;
		font-size: 14px;
	}
	
		#navi a:hover {
			color: #4b5263;
			border-bottom: 3px solid #0d0d35;
		}
		
#headline {
	position: absolute;
	left: 363px;
	top: 168px;
	width: 520px;
}

	#headline h1 {		
		color: #0d0d35;
		font-size: 15px;
		line-height: 16px;
		font-family: Courier New, Courier, Verdana;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
	}
	
#projekte {
	font-size: 12px;
	position: absolute;
	left: 955px;
	top: 160px;
	width: 200px;
	height: 205px;
	overflow: hidden;
}

	#projekte p {
		margin: 0px 0px 5px 0px;
	}
	
#logo {
	position: absolute;
	top: 14px;
	left: 15px;
	width: 250px;
	height: 96px;
	background: url(../grafiken/logo.jpg) top left no-repeat;
}

	#logo:hover {
		background: url(../grafiken/logo.jpg) 0px -96px no-repeat;
	}
	
#visitenkarte {
	position: absolute;
	top: 365px;
	left: 953px;
	width: 232px;
	height: 285px;
	background: url(../grafiken/visitenkarte.jpg) top left no-repeat;
}

	#visitenkarte:hover {
		background: url(../grafiken/visitenkarte.jpg) 0px -285px no-repeat;
	}
	
.shoptable {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}

	.shoptable td, .shoptable th {
		border: 1px solid #aaa;
		padding: 5px;
	}
	
.preise {
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: 5px;
}

	.preise h2 {
		line-height: normal;
		margin: 0px;
		padding: 0px;
	}
	
.glossar h2 {
	border-top: 1px dotted #aaa;
	padding-top: 6px;
}