* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html {
    overflow: -moz-scrollbars-vertical;
}
h1 {
	background-image: url(global-gfx/h1-fire.gif);
	background-repeat: no-repeat;
	background-position: 0;
	color: #008d3a;
	padding-left: 20px;
	font-size:20px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	margin-top: 20px;
}
h2 {
	color: #7D6644;
	font-size: 13px;
}
body {
	background-image: url(global-gfx/verlauf-hintergrund.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-bottom: 20px;
}
#page {
	width: 970px;
	margin: auto;
	text-align: left;
	
}
#breadcrumb {
	background-image: url(global-gfx/breadcrumb.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 720px;
	font-size: 11px;
	padding-left: 250px;
	padding-top: 5px;
}
#breadcrumb a {
	color: #000;
	font-size: 11px;
}
#content {
	width:970px;
	padding-bottom: 25px;
	background-color: #FFF;
}
	#left {
		width: 235px;
		float: left;
	}
		.searchfield {
			background-image: url(global-gfx/suchen-feld.jpg);
			background-repeat: no-repeat;		
			height: 40px;
			text-align: left;
			padding-top: 20px;
			padding-left: 20px;
		}
		.searchfield input {
			border: 1px solid #000;
			padding: 2px;
		}
		.searchfield IMG {
			border: 0;
		}
		.menu {
			background-image: url(global-gfx/verlauf-menu.jpg);
			background-repeat: repeat-y;
			padding: 5px 0;
		}
		.menu ul {
			list-style: none;
			margin-left:15px;
		}

		.menu ul a {
			text-decoration: none;
			color: #7D6644;
			font-weight: bold;
			border-bottom: 1px dotted #7D6644;
			display: block;
			height: 22px;
			line-height: 22px;
			width: 180px;
			padding-left: 5px;
		}
		.menu a:hover, .menu a.on {
			background-color: #e19d54;
			color: #FFF;
		}
		.menu ul ul a {
			width: 165px;
			font-weight: normal;
		}
		.menu ul ul a:hover, .menu ul ul a.on {
			background-color: #e7b176;
			color: #FFF;
		}
		.menu ul ul ul a {
			width: 150px;
			font-weight: normal;
		}
		.menu ul ul ul a:hover, .menu ul ul ul a.on {
			background-color: #edc498;
			color: #FFF;
		}
		.interactive {
			background-image: url(global-gfx/interaktiv-feld.jpg);
			background-repeat: no-repeat;
			height: 40px;
			padding-left: 20px;
			padding-top: 10px;
		}
	#center {
		width: 480px;
		padding-left: 15px;
		padding-right: 30px;
		float: left;
		background-image: url(global-gfx/verlauf-center.jpg);
		background-repeat: no-repeat;
		line-height: 20px;
	}
	#center a {
		color: #000;
	}
	#center ul {
		margin-left: 30px;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	#right {
		width: 200px;
		float: left;
		padding-left: 10px;
		line-height: 20px;
		font-size: 12px;
	}
	#right .content {
		padding: 0;
	}
	#right ul {
		margin-left: 15px;
	}
	#right li {
		padding-bottom: 10px;
	}
		.box {
			margin-bottom: 20px;
		}
		.box-top {
			background-image: url(global-gfx/box-top.jpg);
			background-repeat: no-repeat;
			height: 10px;
			font-size: 1px;
			line-height: 0%;
		}
		.box-middle {
			background-image: url(global-gfx/box-middle.jpg);
			background-repeat: repeat-y;
			padding: 15px;
		}
		.box-middle p {
			padding: 15px;
		}
		.box-bottom {
			background-image: url(global-gfx/box-bottom.jpg);
			background-repeat: no-repeat;
			height: 10px;
		}
	#footer {
		background-image: url(global-gfx/footer.gif);
		background-repeat: no-repeat;
		height: 38px;
		text-align: center;
		padding-top: 15px;
		font-size: 11px;
		color: #7D6644;
	}
	#footer * {
		font-size: 11px;
		color: #7D6644;
	}


.clear {
	clear: both;
}

/*TYPO CONF */
.content {
	padding-bottom: 15px;
}
