body {
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	color: #000000;
	background-color: #fbf7eb;
	margin: 0;
	padding: 0;
}

table {
	float: left;
	width: 100%;
}

td, div {
	text-align: left;
}

img {
	border-style: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}


/* Standard-Formate */

a {
	color: #cd1013;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #cd1013;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2, h3, h4, h5 {
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #cd1013;
	margin-top: 5px;
	margin-bottom: 10px;
}

p {
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 15px;
}

ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
}

ul li {
	margin: 0 0 0 18px;
	padding: 0 0 5px 0;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.indent {
	margin-left: 25px;
}

blockquote {
	color: #656565;
	font-style: italic;
	margin-left: 25px;
}

hr {
	height: 1px;
	border: 0px;
	color: #cd1013;
}

input, select {
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif;
	border-style: solid;
	border-width: 1px;
	border-color: #f3e4b2;
}

input.checkbox {
	border-style: none;
}

/* Seitenaufbau */

#centerframe {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#siteframe {
	float: left;
	width: 950px;
	margin: 0;
	padding: 0;
}

#headframe {
	position: relative;
	float: left;
	width: 950px;
	height: 144px;
	margin: 0;
	padding: 0;
	background-image: url('../_gfx/header.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}

	#headframe a {
		display: block;
		width: 950px;
		height: 144px;
		margin: 0;
		padding: 0;
	}

	#headframe h1, #headframe h2 {
		text-indent: -1000px;
	}

#mainframe {
	position: relative;
	float: left;
	width: 900px;
	margin: 0;
	padding: 0 25px;
	background-image: url('../_gfx/bg_content.jpg');
	background-repeat: repeat-y;
}

	#mainframe .menu {
		float: left;
		width: 872px;
		height: 21px;
		padding: 0 0 0 28px;
		margin: 0;
		font-size: 12px;
		line-height: 12px;
		background-image: url('../_gfx/bg_menu.gif');
		background-repeat: repeat-x;
	}
	
		#mainframe .menu ul {
			float: left;
			width: 100%;
			height: 21px;
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#mainframe .menu ul li {
			float: left;
			height: 16px;
			margin: 0;
			padding: 5px 0 0 0;
		}

		#mainframe .menu ul li a {
			color: #ffffff;
			text-decoration: none;
			padding: 0 10px;
		}

		#mainframe .menu ul li a:hover {
			color: #f3e4b2;
		}

		#mainframe .menu ul li.act a {
			color: #cd1013;
		}
		
		#mainframe .menu ul li.act {
			background-image: url('../_gfx/bg_menu_active.gif');
			background-repeat: repeat-x;
		}

	#mainframe .leftcolumn {
		float: left;
		width: 152px;
		padding: 20px 14px 0 0;
		margin: 0;
	}

		form#quicksearchform {
				float: left;
				width: 136px;
				margin: 0 0 0 13px;
				padding: 0;
				border-style: solid;
				border-color: #f3e4b2;
				border-width: 1px;
				display: inline; /* IE6-Bug */
			}

				form#quicksearchform input {
					float: left;
					font-size: 11px;
					line-height: 11px;
					color: #f3e4b2;
					width: 113px;
					padding: 2px 2px 0 2px;
					margin: 1px 0 0 0;
					border: none;
				}

				form#quicksearchform input.quickformsubmit {
					float: left;
					border: none;
					width: 18px;
					padding: 0px 0 0px 1px;
					margin: 0;
					background-color: #f3e4b2;
				}

		#mainframe .leftcolumn .submenu {
			float: left;
			width: 152px;
			margin: 20px 0 40px 0;
			padding: 0;
		}
		
			#mainframe .leftcolumn .submenu ul {
				float: left;
				width: 100%;
				margin: 0;
				padding: 0;
				list-style-type: none;
			}

			#mainframe .leftcolumn .submenu a {
				color: #000000;
				text-decoration: none;
			}

				#mainframe .leftcolumn .submenu a:hover {
					color: #cd1013;
					text-decoration: none;
				}
			
			#mainframe .leftcolumn .submenu ul li {
				float: left;
				width: 138px;
				margin: 0 0 10px 0;
				padding: 0 0 0 7px;
				border-style: solid;
				border-width: 0 0 0 7px;
				border-color: #f3e4b2;
			}

			#mainframe .leftcolumn .submenu ul li.act {
				border-color: #cd1013;
			}
			
			#mainframe .leftcolumn .submenu ul li.act a {
				color: #cd1013;
			}

	#mainframe .maincontent {
		float: left;
		width: 535px;
		padding: 20px 14px 40px 0;
		margin: 0;
	}

		#mainframe .maincontent .stage {
			float: left;
			width: 535px;
			padding: 0;
			margin: 0;
			line-height: 0;
		}
		
			#mainframe .maincontent #stageelements {
				float: left;
				width: 535px;
				height: 255px;
				padding: 0 0 20px 0;
				margin: 0;
				line-height: 0;
				background-image: url('../_gfx/schatten_schaufenster.jpg');
				background-repeat: no-repeat;
				background-position: bottom center;
				overflow: hidden;
			}
		
		#mainframe .maincontent .content {
			float: left;
			width: 471px;
			font-size: 12px;
			padding: 0 50px 0 14px;
			margin: 0;
		}
	
	#mainframe .rightcolumn {
		float: left;
		width: 171px;
		min-height: 400px;
		padding: 20px 14px 0 0;
		margin: 0;
	}
			
#footerframe {
	position: relative;
	float: left;
	width: 950px;
	height: 95px;
	margin: 0;
	padding: 0;
	background-image: url('../_gfx/bg_footer.jpg');
	background-repeat: no-repeat;
}

	#footerframe .address {
		position: absolute;
		left: 335px;
		top: 19px;
		z-index: 50;
	}
	
	#footerframe h3,
	#footerframe p {
		color: #000000;
		font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif;
		font-size: 11px;
		line-height: 14px;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	
	#footerframe a {
		color: #000000;
	}


/* Spezielle Elemente */

.box {
	position: relative;
	top: -2px;
	float: left;
	width: 171px;
	margin: 0;
	padding: 0 0 15px 0;
	background-image: url('../_gfx/schatten_box.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}

	.box .boxheader {
		float: left;
		width: 154px;
		height: 20px;
		font-size: 11px;
		line-height: 11px;
		margin: 0;
		padding: 5px 10px 0 7px;
		background-image: url('../_gfx/bg_boxheader.jpg');
		background-repeat: no-repeat;
	}
	
	.box .boxcontent {
		float: left;
		width: 169px;
		margin: 0;
		padding: 0;
		border-style: solid;
		border-color: #f3e4b2;
		border-width: 1px;
		overflow: hidden;
	}

	.box .boxcontent h1,
	.box .boxcontent h2,
	.box .boxcontent h3,
	.box .boxcontent h4,
	.box .boxcontent h5,
	.box .boxcontent h6 {
		float: left;
		width: 157px;
		font-size: 11px;
		padding: 0 6px;
		margin: 3px 0 0 0;
	}
	
	.box .boxcontent p {
		float: left;
		width: 157px;
		font-size: 10px;
		padding: 0 6px;
		margin: 3px 0 4px 0;
	}


/* Kontaktformular */

.tx-powermail-pi1 fieldset legend {
	display: none;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.tx-powermail-pi1 label {
	width: 90%;
	display: block;
	padding: 3px 0;
}

.tx-powermail-pi1 input {
	width: 90%;
	padding: 2px;
}

.tx-powermail-pi1 textarea {
	height: 200px;
	width: 90%;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif;
	font-size: 11px;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_check {
	float: right;
	width: 100%;
}

.tx-powermail-pi1 .powermail_check_inner {
	float: right;
	width: 100%;
}

.tx-powermail-pi1 .powermail_check_inner label {
	width: 395px;
	float: right;
}

.tx-powermail-pi1 .powermail_check_inner input {
	width: 20px;
	float: right;
	border-style: none;
}

.tx-powermail-pi1 .powermail_submit {
	width: auto;
	font-weight: bold;
	border-color: #A21C11;
	color: #A21C11;
	background-color: #F0F0F0;
}

.tx-powermail-pi1 .powermail_mandatory_js {
	color: #ff0000;
	margin: 2px 0 4px 0;
	_margin: 2px 0 4px 0;
	font-size: 10px;
}

#powermaildiv_uid1 {
	float: left;
}

#powermaildiv_uid1 .powermail_check_inner {
	float: left;
	width: 100% !important;
}

#powermaildiv_uid1 .powermail_check_inner label {
	float: right;
	width: 380px;
}

#powermaildiv_uid1 .powermail_check_inner input {
	float: right;
}


/* Suche */

.tx-indexedsearch-searchbox {
	float: left;
	width: 471px;
	margin: 0;
	padding: 0 0 15px 0;
}

.tx-indexedsearch-searchbox dl {
	width: 420px;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch-searchbox dt {
	width: 160px;
	height: 21px;
	float: left;
	margin: 0;
	padding: 4px 0 0 0;
}

.tx-indexedsearch-searchbox dd {
	width: 260px;
	height: 25px;
	float: left;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch-searchbox-button {
	padding: 2px;
	width: 200px;
	#height: 24px;
}

.tx-indexedsearch-searchbox-button.submit {
	font-weight: bold;
	border-color: #A21C11;
	color: #A21C11;
	background-color: #F0F0F0;
}

.tx-indexedsearch .submit-row {
	padding: 10px 0 10px 0;
}

#tx-indexedsearch-searchbox-sword {
	padding: 2px;
	width: 196px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	float: left;
	width: 471px;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align: left;
}

.tx-indexedsearch .contentdivider.resultlist h2 {
	margin: 0 0 2px 0;
}

.tx-indexedsearch .contentdivider.resultlist h2 a {
	margin: 0;
	padding: 0 0 2px 0;
	display: block;
}

.tx-indexedsearch .contentdivider.resultlist h3 {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	color: #676767;
}

.tx-indexedsearch .tx-indexedsearch-browsebox li {
	display: inline;
	margin-right: 5px;
	background: none;
	padding: 0;
}

.tx-indexedsearch .tx-indexedsearch-browsebox li strong a {
	color: #676767;
}


/* Sonstige Formate */

.csc-frame-rulerBefore {
	clear: both;
	height: 2px;
	overflow: hidden;
	background-color: #E1E1E1;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 0;
}

.csc-frame-rulerAfter {
	clear: both;
	height: 1px;
	overflow: hidden;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #E1E1E1;
	margin: 0 0 10px 0;
	padding: 9px 0 0 0;
	line-height: 0;
}

.csc-textpic {
	float: left;
	width: 100%;
	_margin-right: -3px; /* IE-6 Bug */
}

.csc-textpic-caption {
	font-size: 10px;
	color: #656565;
	padding: 0 0 5px 0;
}

.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #E1E1E1 !important;
}

table.csc-uploads {
	border-collapse: collapse;
}

.csc-uploads td.csc-uploads-fileName {
	vertical-align: top;
	padding: 0 15px 10px 0;
}

.csc-uploads td.csc-uploads-fileSize {
	vertical-align: top;
	padding: 0 0 10px 0;
}

.csc-uploads td.csc-uploads-fileName p, .csc-uploads td.csc-uploads-fileSize p {
	margin: 0 !important;
}

table.contenttable {
	float: left;
	width: 100%;
	border: 1px solid #E1E1E1;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

	table caption {
		text-align: left;
		margin: 0 0 8px 0;
	}

	.contenttable th, .contenttable td {
		vertical-align: top;
		padding: 1px 3px 1px 3px;
	}
	
	.contenttable th, .contenttable tfoot {
		font-weight: bold;
		color: #676767;
		background-color: #FFFFFF;
		background-image: url('../_gfx/bg_greyfade.gif');
		background-repeat: repeat-x;	
		padding: 2px 3px 3px 3px;
		border-style: solid;
		border-width: 0 0 1px 0;
		border-color: #E1E1E1;
	}
	
	.contenttable .tr-odd td {
		border-style: solid;
		border-width: 0 0 1px 0;
		border-color: #E1E1E1;
	}
	
	.contenttable .tr-even td {
		border-style: solid;
		border-width: 0 0 1px 0;
		border-color: #E1E1E1;
	}

	.contenttable .tr-last td {
		border-style: none;
	}
