* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html {
   overflow: -moz-scrollbars-vertical;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #c6cc2a;
	margin-bottom: 12px;
	padding-bottom: 2px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	background-color: #E6E47F;
	padding: 1px 5px;
}

h3 {
	font-size:13px;
	padding-bottom: 3px;
	padding-top: 1px;
	color: #58595b;
}

html>body #menu a {
	line-height: 21px;
	height: auto;
}

body {
	background-image: url(bilder/globale-bilder/verlauf-hintergrund.jpg);
	background-repeat: repeat-x;
	background-color: #c6cc2a;
	text-align:center;
}
#page {
	width: 880px;
	text-align: left;
	margin: auto;
	background-color: #FFF;
	border: 1px solid #000;
	padding-left: 55px;
	padding-right: 55px;
}
.newsticker {
	height: 27px;
	margin-bottom: 1px;
	padding-left: 10px;
	padding-top: 8px;
	background-color: #cbcb2b;
	background-image: url(bilder/globale-bilder/verlauf-newsticker.jpg);
	background-repeat: repeat-y;
}
#logo-dialogmanufaktur {
	width: 880px;
	padding-bottom: 12px;
	margin-bottom: 8px;
	border-bottom: 3px solid #58595b;
	padding-top: 20px;
}
#inhalt {
	width: 880px;
	background-image: url(bilder/globale-bilder/verlauf-inhalt.gif);
	background-repeat: repeat-y;
	height: 101%;
}
	#menu {
		float: left;
		width: 200px;
		padding-bottom: 10px;
	}
	#menu ul {
		list-style: none;
	}
	#menu ul a {
		color: #FFF;
		text-decoration: none;
		display: block;
		height: 21px;
		line-height: 21px;
		padding: 8px 8px 5px 23px;
		border-bottom: 1px solid #c6cc2a;
		font-weight: bold;
	}
	#menu ul a:hover,  #menu ul a.on  {
		background-image: url(bilder/globale-bilder/hover-ul.gif);
		background-repeat: no-repeat;
		background-position: 6px 12px;
		color: #c6cc2a;
	}
	#menu ul ul a {
		padding: 2px 3px 2px 40px;
		border: 0;
		background-image: url(bilder/globale-bilder/subnavs-punkt-off.gif);
		background-repeat: no-repeat;
		background-position: 30px 12px;
		font-weight: normal;
	}
	#menu ul ul a:hover, #menu ul ul a.on {
		background-image: url(bilder/globale-bilder/subnavs-punkt-on.gif);
		background-repeat: no-repeat;
		background-position: 30px 12px;
		color: #c6cc2a;
	}

	#rechts {
		float: left;
		background-color: #FFF;
		width: 668px;
		padding-left: 12px;
	}
	#text-spalte {
		float: left;
		width: 468px;		
	}
	#text-spalte p, #text-spalte li, #text-spalte form {
	font-size: 12px;
	line-height: 21px;
}
	#text-spalte a {
		color: #58595b;
	}
		#text-spalte ul {
			margin-left: 35px;
			padding-top: 7px;
		}
	#referenzen-spalte {
		float: left;
		width: 160px;
		padding-left: 40px;
		padding-top: 60px;
	}
	#referenzen-spalte p {
		font-size: 11px;
		padding: 3px 5px;
		line-height: 17px;
	}
	
#topbild .csc-textpic-image {
	padding: 0!important;
}
#footer {
	width: 880px;
	text-align: right;
	border-top: 3px solid #58595b;	
	margin-top: 12px;
	padding-top: 8px;
	padding-bottom: 5px;
}
#footer a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.clear {
	height: 0px;
	line-height: 0px;
	font-size: 1px;
	clear: both;
}
.clear-abstand {
	padding-bottom: 20px;
}
