body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;
	color: #000000;
	margin: 0;
	padding: 0;
	background: #ffffff url('../_gfx/bg_main_gruen.gif') repeat-y top left;
}

/* Standard-Formate */

table {
	width: 100%;
}

td, div {
	text-align: left;
}

img {
	border-style: none;
}

ul {
	list-style-type: square;
	margin: 0 0 16px 15px;
	padding: 0;
} 

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

ol {
	margin: 0 0 16px 0;
	padding-left: 21px;
}

	ol li {
		margin: 0 0 5px 0;
		padding: 0;
	}

a {
	font-size: 1em;
	text-decoration: none;
	color: #e2001a;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.42em;
	font-weight: bold;
	color: #000;
	margin: 0 0 8px 0;
}

h2 {
	font-size: 1.17em;
	line-height: 1.3em;
	font-weight: bold;
	color: #000;
	margin: 10px 0 10px 0;
}

h3, h4, h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #000000;
	margin: 0 0 4px 0;
}

p {
	font-size: 1em;
	color: #000000;
	line-height: 1.5em;
	margin: 0 0 18px 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: #A21C11;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border-style: solid;
	border-width: 1px;
	border-color: #8C8C8C;
}

input.checkbox {
	border-style: none;
}


/*
### Formate für den Seitenaufbau
*/

#pageframe {
	width: 950px;
	position: relative;
}
	
	#headframe {
		position: relative;
		float: left;
		width: 950px;
		margin-bottom: 11px;
	}
		#utilities {
			position: absolute;
			top: 25px;
			right: 0px;
			margin: none;
		}
	
	#navigationframe {
		float: left;
		width: 235px;
	}
	
		#menu {
			float: left;
			width: 213px;
			margin-left: 22px;
			_margin-left: 11px;
			list-style-type: none;
		}
	
	#contentframe {
		float: left;
		width: 715px;
	}
	
		#content {
			float: left;
			width: 433px;
			margin-left: 31px;
			_margin-left: 15px;
		}
		
		#rightcolumn {
			float: left;
			width: 228px;
			margin-left: 23px;
			_margin-left: 16px;
		}
		
	#footerframe {
		float: left;
		width: 928px;
		margin: 30px 0 30px 22px;
		_margin-left: 11px;
		padding-top: 10px;
		border-top: 1px solid #989898;
	}
	
		#footerframe .logo {
			float: left;
			width: 49px;
			margin-right: 15px;
		}
	
		#footerframe p {
			float: left;
			font-size: 1em;
			line-height: 1.8em;
			color: #989898;
		}

/* Body - farbliche Anpassung */
body.initiative {
	background: #ffffff url('../_gfx/bg_main_rot.gif') repeat-y top left;
}
body.abstimmung {
	background: #ffffff url('../_gfx/bg_main_gold.gif') repeat-y top left;
}
body.spenden {
	background: #ffffff url('../_gfx/bg_main_blau.gif') repeat-y top left;
}

/* utilities / Meta-Navigation */

#utilities {
	list-style-type: none;
	font-size: 0.75em;
}

	#utilities li {
		display: inline;
	}
	
		#utilities li a {
			padding-left: 8px;
			color: #989898;
		}
		
			#utilities li a:hover {
				color: #000;
			}
			
			#utilities li a:active {
				color: #000;
				text-decoration: none;
				font-weight: bold;
			}

/* Hauptnavigation */

#menu {
	list-style-type: none;
}
	
	#menu li {
		padding-bottom: 4px;
	}
	
		#menu li a,
		#menu li.pas a {
			display: block;
			padding: 2px 0 2px 17px;
			border-bottom: 1px solid #989898;
			border-right: 1px solid #989898;
			color: #666666;
			text-decoration: none;
		}
		
			#menu li a:hover,
			#menu li a:active,
			#menu li.act a {
				color: #41a62a;
				font-weight: bold;
				border-color: #41a62a;
			}
			
				#menu li a.initiative:hover,
				#menu li a.initiative:active,
				#menu li.act a.initiative {
					color: #e2001a;
					font-weight: bold;
					border-color: #e2001a;
				}
				
				#menu li a.abstimmung:hover,
				#menu li a.abstimmung:active,
				#menu li.act a.abstimmung {
					color: #f7a800;
					font-weight: bold;
					border-color: #f7a800;
				}
				
				#menu li a.spenden:hover,
				#menu li a.spenden:active,
				#menu li.act a.spenden {
					color: #0073b7;
					font-weight: bold;
					border-color: #0073b7;
				}
			
			#menu li ul {
				margin: 3px 0 0 19px;
				list-style-type: none;
			}
			
				#menu li ul li {
					margin-bottom: 3px;
					padding: 0;
					border: none;
				}
				
					#menu li ul li.pas a {
						border-color: #989898;
						color: #666666;
						font-weight: normal;
					}
					
					#menu li ul li a:hover,
					#menu li ul li a:active,
					#menu li ul li.act a {
						color: #e2001a;
						font-weight: bold;
						border-color: #e2001a;
					}
					
					


/* Schaufenster-Element */
.teaser {
	float: left;
	width: 433px;
	margin-bottom: 15px;
	_margin-bottom: 0px;
}

	.teaser img {
		float: left;
		width: 50px;
		margin-right: 15px;
	}
	
	.teaser div {
		float: left;
		width: 368px;
	}
	
	.teaser h2 {
		margin: 0;
	}
	
	.teaser p {
		margin-bottom: 0;
	}

.highlightbox,
.highlightbox_free {
	float: left;
	width: 228px;
	background: #f7a800;
}

	.highlightbox h2,
	.highlightbox_free h2 {
		float: left;
		width: 200px;
		margin: 14px;
		_margin: 14px 7px 14px 7px;
	}
	
	.highlightbox p,
	.highlightbox_free p {
		float: left;
		width: 200px;
		margin: 0 14px 10px 14px;
		_margin: 0 7px 10px 7px;
	}
	
	.highlightbox_free p a {
		color: #fff;
	}
	
		.hightlightbox_free p a:hover {
			font-weight: bold;
		}
	
	.highlightbox .highlink {
		float: left;
		width: 200px;
		margin: 0 14px 14px 14px;
		_padding-bottom: 14px;
		text-align: right;
		color: #fff;
	}
	
		.highlightbox .highlink:hover {
			color: #000;
			font-weight: bold;
		}



/*
### Formate für TYPO3-Plugins
*/

/*
### BUH Umfrage
*/
.tx_buhpollingbooth_poll_details {
}

.tx_buhpollingbooth_question_title {
	display: none;
}

.tx_buhpollingbooth_poll_questions,
.tx_buhpollingbooth_poll_results {
	float: left;
	width: 433px;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	margin-bottom: 10px;
	_margin-bottom: 0;
}

	.tx_buhpollingbooth_question,
	.tx_buhpollingbooth_answer {
		float: left;
		width: 433px;
		border-bottom: 1px solid #cccccc;
		margin-bottom: 15px;
	}
		.tx_buhpollingbooth_question_details {
			float: left;
			width: 380px;
			margin-right: 5px;
		}
		
		.tx_buhpollingbooth_question_answer {
			float: left;
			width: 48px;
		}
		
			.tx_buhpollingbooth_question_answer input {
				border: none;
			}
		
	.tx_buhpollingbooth_poll_submit {
		float: right;
		width: 140px;
	}
	
		.tx_buhpollingbooth_answer .tx_buhpollingbooth_question_details {
			float: left;
			width: 433px;
		}
		
			.tx_buhpollingbooth_answer .tx_buhpollingbooth_question_details p {
				margin-bottom: 7px;
			}
		
		.tx_buhpollingbooth_answer .tx_buhpollingbooth_question_answer {
			float: left;
			width: 433px;
			margin-bottom: 10px;
			font-size: 0.75em;
			color: #989898;
		}
		
			.tx_buhpollingbooth_question_chart {
				display: block;
			}
			.tx_buhpollingbooth_question_chart img {
				padding-right: 7px;
			}

/* Kontaktformular */

.tx-pilmailform-pi1 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
}

	.tx-pilmailform-pi1 dl, .tx-pilmailform-pi1 dt, .tx-pilmailform-pi1 dd {
		margin: 0px;
		padding: 0px;
	}
	
	dl.contactform {
		float: left;
		width: 410px;
	}

	.contact-formdivider dt {
		display: block;
		width: 150px;
		float: left;
		clear: left;
	}

	.contact-formdivider dd {
		display: block;
		width: 260px;
		float: left;
	}

	.contact-formdivider input {
		width: 250px;
		margin-bottom: 3px;
		border: 1px solid #696969;
	}

	.contact-formdivider textarea {
		width: 250px;
		height: 100px;
		border: 1px solid #696969;
		font-family: Verdana,Sans-Serif;
		font-size: 0.92em;
		color: #000000;
		margin-bottom: 9px;
	}
	
	.contact-error {
		font-weight: bold;
	}
	
	#submit {
		width: 125px;
		border-style: none;
		color: #FFFFFF;
		background-color: #cbd122;
	}


/* News */
.news-latest-item {
	margin-bottom: 12px;
}

#rightcolumn .news-latest-item p {
	margin-bottom: 3px;
}
.news-latest-morelink {
	padding: 0 18px;
	font-size: 0.83em;
}

.news-list-item {
	float: left;
	width: 442px;
	margin-bottom: 8px;
}

	.news-list-item h3 {
		font-size: 1em;
		font-weight: normal;
		color: #A21C11;
		margin: 0 0 7px 0;	
	}
	
	.news-list-item p {
		margin: 0;	
	}
	
	.news-list-item img {
		float: left;
		padding: 3px 15px 5px 0;
	}

	.news-list-item .news-list-morelink {
		float: left;
		width: 100%;
		text-align: right;
		padding-bottom: 10px;
	}

	.news-list-item .news-list-morelink img {
		float: none !important;
		padding: 0;
	}
	
	.news-list-item .news-list-date {
		font-size: 0.83em;
	}

.news-topline {
	font-size: 10px;
	color: #8C8C8C;
	margin: 0 0 3px 0 !important;	
}

.news-single-item {
	float: left;
	width: 100%;
}

.news-single-item h4 {
	font-weight: normal;
	color: #8C8C8C;
	margin: 0 0 15px 0;
}

.news-single-img {
	float: left;
	width: 150px;
	padding: 0;
	margin: 0 18px 0 0;
}

	.news-single-imgcaption {
		font-size: 0.83em;
		color: #656565;
		line-height: 13px;
		margin: 5px 0 8px 0;
		padding: 0;
	}

.news-single-additional-info {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
}

dl.news-single-files dt, dl.news-single-links dt, dl.news-single-related dt {
	font-size: 10px;
	font-weight: normal;
	color: #656565;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

dl.news-single-files dd, dl.news-single-links dd, dl.news-single-related dd {
	background-image: url('../_gfx/doppelpfeil_dunkelgrau.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
}

dl.news-single-files dd p, dl.news-single-links dd p, dl.news-single-related dd p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

.news-single-backlink {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}


/* Sitemap */

.csc-sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.csc-sitemap ul li {
	margin: 0;
	padding: 0;
	background-image: none;
}

	.csc-sitemap ul li ul li {
		margin: 0 0 0 5px;
		padding: 0 0 0 10px;
		background-image: url('../_gfx/kreuz_grau.gif');
		background-repeat: no-repeat;
		background-position: 0px 8px;
	}

.csc-sitemap ul li a {
	color: #8C8C8C;
	margin-bottom: 3px;
	display: block;
	padding: 3px 5px;
	background-color: #FFFFFF;
	background-image: url('../_gfx/bg_greyfade.gif');
	background-repeat: repeat-x;	
}

.csc-sitemap ul li a:hover {
	color: #A21C11;
	text-decoration: none;
	background-color: #E1E1E1;
	background-image: none;
}

.csc-sitemap ul li ul li a {
	background-image: none;
}


/* Suche */

.tx-indexedsearch-searchbox {
	float: left;
	width: 420px;
	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;
}

.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: 420px;
	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: #8C8C8C;
}

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

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


/* Kontaktformular / Powermail */

.tx-powermail-pi1 fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

	.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: 130px;
	display: block;
	float: left;
	padding-top: 3px;
}

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

.tx-powermail-pi1 textarea {
	height: 250px;
	width: 250px;
	padding: 2px;
	font-family: Verdana, Helvetica, 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;
	margin-left: 130px;
}

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



/*
### Formate für Standard TYPO3-Elemente
*/


/* Linie vor und nach einem Inhaltselement */

.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: 2px;
	overflow: hidden;
	background-color: #E1E1E1;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 0;
}


/* Bildunterschrift */

.csc-textpic-caption {
	font-size: 0.83em;
	color: #656565;
}

/* Bild im Text - Randspalte */
#rightcolumn .csc-textpic-imagewrap {
}

/* Stil des optionalen Bildrahmens */

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


/* Datei-Verweise */

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;
}


/* Tabellen */

table.contenttable {
	width: 100%;
	border: 1px solid #E1E1E1;
	border-collapse: collapse;
}

	.contenttable th, .contenttable td {
		vertical-align: top;
		padding: 1px 3px 1px 3px;
	}
	
	.contenttable th, .contenttable tfoot {
		font-weight: bold;
		color: #8C8C8C;
		background-color: #AEAEAE;
		padding: 2px 3px 3px 3px;
	}
	
	.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;
	}
