html * {
	padding: 0;
	margin: 0;
	font-size: 100.01%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 75.00%;
	font-weight: 400;
	background-color: #ad6684;
	background-image: url("../img/bg_body.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: fixed;
	padding: 10px 0px 0px 0px;
	height:98%;
	text-align: center;
}

#mainbg {
	margin: 0 auto;
	text-align:left;
	width:856px;
	background-color:#ffffff;
}

#main {
	overflow: hidden;
	width:856px;
}

/*******************************************
 *************** Header ********************
 *******************************************/

#header {
	color: #4c5370;
	background-color: #ffffff;
	background-image: url("../img/bg_wave_header.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 0px 0px 0px;
	height:120px;
/* 	border: 1px #ffaa00 solid; */
}

#header-img {
	background-image: url("../img/bluete.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	width:172px;
	height:96px;
	float:left;
/* 	border: 1px #ffaa00 solid; */
}

#header-title {
	background-image: url("../img/eckige_klammer.gif");
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	min-height:51px;
	margin: 0px 30px 0px 20px;
	padding: 4px 0px 0px 15px;
/* 	border: 1px #ffaa00 solid; */
}

#header-alamouti {
	width:235px;
	min-height:51px;
	float:left;
	font-size:0.85em;
/* 	border: 1px #ffaa00 solid; */
}

#header-alamouti img {
	margin-right:14px;
}

.sitetitle {
	color:#f16618;
	font-weight:700;
	font-size:2em;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.kapitaelchen {
	font-size:1.3em;
}
.sitesubtitle {
	font-weight:700;
}

#header a {
	color: #4c5370;
	font-weight:700;
	text-decoration:none;
}
#header a:focus, #header a:hover, #header a:active {
	color:#770033;
}

/*******************************************
 *************** Footer ********************
 *******************************************/

#ribbon {
	clear:both;
/* 	background-color: #ffffff; */
	background-image: url("../img/bg_main.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	height:108px;


}

#footer {
	color: #ffffff;
	background-color: #ad6684;
	background-image: url("../img/bg_footer.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	min-height:58px;
	padding: 35px;
	text-align:center;
}

#footer a {
	color: #ffffff;
	font-weight: 400;
}
#footer a:focus, #footer a:hover, #footer a:active {
	text-decoration:underline;
}

/*******************************************
 **************** Navi *********************
 *******************************************/

#abc-nav {
	border: 0px none !important;
	height: 26px;
	background:none;
	background-color: #770033;
	padding-left: 173px;
}

#abc-nav ul {
	list-style-type:none;
}
#abc-nav ul li {
	line-height: 27px;
	display:inline;
	margin:0px;
}

#abc-nav ul li a {
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

#abc-nav ul li a:focus, #abc-nav ul li a:hover, #abc-nav ul li a:active  {
	background:none;
	background-color: #f16618;
	color: #ffffff;
}

#abc-nav ul li a.current_link, #abc-nav ul li a.active_link {
	color: #ffffff;
	font-weight: 700;
	background:none;
	background-color: #f16618;
}

#left-nav {
	float:left;
	width:172px;

}

#left-nav ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#left-nav ul li {
	margin-left: 0px;
	padding: 0;
}
#left-nav ul li a {
	display:block;
	width:162px;
	height:27px;
	padding:6px 0px 0px 10px;
	background-image: url("../img/nav_normal.gif");
	background-repeat: no-repeat;
	background-position: top left;
	color:#4c5370;
	text-transform:uppercase;
	text-decoration:none;
}

#left-nav ul li a:focus,
#left-nav ul li a:hover,
#left-nav ul li a:active {
	background-image: url("../img/nav_active.gif");
}

#left-nav ul li a.current_link,
#left-nav ul li a.active_link {
	color:#f16618;
	background-image: url("../img/nav_active.gif");
}
#download-area {
	width: 162px;
	margin: 0px 0px 0px 0px;
	background-image: url("../img/bg_download.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	min-height: 170px;
	padding:6px 0px 0px 10px;
	text-decoration:none;
	color:#000000;
}

.download-title {
/* 	color:#4c5370; */
	margin-top: 10px;
	text-transform:uppercase;
}

.pdf-link {
	display:block;
	background-image:url('../img/icon_pdf.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#download-area a {
	color:#4c5370;
	font-size: 90%;
}
#download-area a.small-link {
	display:block;
	color:#4c5370;
	font-size: 85%;
	background-image:url('../img/icon_read_more.gif');
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 8px;
}
#download-area a:hover, #download-area a:focus, #download-area a:active {
	color:#f16618;
	text-decoration:none;

}
#download-area a.small-link:hover, #download-area a.small-link:focus, #download-area a.small-link:active {
	color:#f16618;
	text-decoration:none;

}
/*******************************************
 *************** Content *******************
 *******************************************/
#main-content {
	width: 684px;
	overflow: hidden;
 	float:left;
	background-image: url("../img/bg_wave_content.gif");
	background-repeat: no-repeat;
	background-position: left 16px;
	color:/*#888a93*/ #4c5370;
/* 	background-color:#00aaff; */
}

#breadcrumbtrail {
	background-color: #c79fa8;
	line-height: 12px;
	padding: 2px 2px 2px 25px;
/* 	margin-left: 172px; */
/* 	margin-bottom: 5px; */
	width: 684px;
/* 	float:left; */
}

#content {
/* 	margin-left: 172px; */
	width: 684px;
/* 	height: auto; */
/* 	float:right; */
}

#content-main {
	width:434px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 7px 5px 0px 25px;
/* 	background-image: url("../img/bg_wave_content_col2.gif"); */
/* 	background-repeat: no-repeat; */
/* 	background-position: right top; */
/* 	float:right; */
/* 	background-color:#00ffaa; */
	overflow: hidden;
	min-height:200px;
}

#content-side {
	width: 200px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 7px 10px 0px 10px;
	z-index: 20;
/* 	background-image: url("../img/bg_wave_content_col1.gif"); */
/* 	background-repeat: no-repeat; */
/* 	background-position: left top; */
/* 	background-color:#00aaff; */
	min-height:200px;
}

#content-single {
	width: 649px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 7px 10px 0px 25px;
/* 	background-image: url("../img/bg_wave_content.gif"); */
/* 	background-repeat: no-repeat; */
/* 	background-position: top left; */
	min-height:200px;

}

/*******************************************
 **************** Forms ********************
 *******************************************/

.contact-form {
	margin-top:20px;
	color:/*#f16618*/ #770033 /*#c79fa8*/;
	border-top: 1px solid #c79fa8;
	padding-top: 10px;

}

.contact-label {
	display:block;
	width:120px;
	float:left;
	color:/*#f16618*/ #770033 /*#c79fa8*/;
/* 	margin-bottom:5px; */
}
.contact-label-captcha {
	display:block;
	width:180px;
	float:left;
	color:/*#f16618*/ #770033 /*#c79fa8*/;
/* 	margin-bottom:5px; */
}

.contact-label-radio {
	margin-top:10px;
	width:170px;
	clear:both;
}
.contact-input-text {

	margin:5px 0px 0px 0px;
}

.contact-textarea {
	width:260px;
	height:60px;
	font-size:116.6%;
	margin:5px 0px 0px 0px;
}

.contact-radio {
	border:none !important;
	margin: 4px 2px 0px 2px;
/* 	vertical-align:middle; */
}

.contact-submit {
	margin-top:10px;
}

input,select, textarea {
	border: 1px solid #c79fa8;
	color:#770033;
}

.error {
	color:#f16618;
}

/*******************************************
 **************Pageteaser ******************
 *******************************************/

.teaser-shell {
}

.teaser-entry {
	width: 275px;
	min-height: 150px;
	float:left;
	background-image:url('../img/bg_teaser.gif');
	background-position: center top;
	background-repeat: no-repeat;
	padding: 10px 15px 0px 15px;
}
	.teaser-entry-first {
	}
	.teaser-entry-last {
	}

	.teaser-entry-odd {
	margin: 0px 25px 0px 0px;
/* 	border: 1px solid #ffaa00; */

	}

	.teaser-entry-even {
	margin: 0px 0px 0px 0px;
/* 	border: 1px solid #00ffaa; */

	}

.teaser-entry h4 a {
/* 	color:#f16618; */
/* 	font-size: 116.67%; */
/* 	margin: 0px 0px 10px 0px; */
}

.teaser-entry h4 a {
	color:#f16618;
	font-size: 116.67%;
	font-weight:400;
/* 	margin: 0px 0px 10px 0px; */
}

.teaser-image img {
	border:1px solid #770033;
	margin: 10px 10px 5px 0px;
	float:left;
}

.teaser-description {
	margin: 10px 0px 5px 0px;
/* 	text-align:justify; */

}

.teaser-link-more {
	clear:both;
	background-image:url('../img/icon_read_more.gif');
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 8px;

}

.teaser-floatcleaner {
	clear:both;
}

/*******************************************
 **************** Links ********************
 *******************************************/

a {
	color:#770033;
	text-decoration:none;
}
a:focus, a:hover, a:active {
	color:#4c5370;
	text-decoration:underline;
}

a.morelink {
	padding-left: 8px;
	background-image:url('../img/icon_read_more.gif');
	background-position: left 4px;
	background-repeat: no-repeat;
}

/*******************************************
 *************** Headlines *****************
 *******************************************/

h1 {
	color:#f16618;
	font-size: 140%;
	font-weight:700;
	margin: 0.4em 0 0.3em 0;

}

h2 {
	color:#f16618;
	font-size: 125%;
	font-weight:700;
	margin: 0.4em 0 0.3em 0;

}

h3 {
	color:#f16618;
	font-size: 116.67%;
	font-weight:700;
	margin: 0.4em 0 0.3em 0;

}

h4 {
	color:#f16618;
	font-weight:700;
	font-size: 100%;
	margin: 0.4em 0 0.3em 0;

}

h5 {
	color:#f16618;
	font-size: 100%;
	margin: 0.4em 0 0.3em 0;

}

/*******************************************
 ************** Misc Stuff *****************
 *******************************************/

.float_left {
	float:left;
}
.clearer {
	clear:both;
}

.bold {
	font-weight:700;
}
.underline {
	text-decoration:underline;
}
p {
 	padding: 0px 0px 0px 0px;
}
.align-center {
	text-align:center;
}

#content ul {
	border:none;
 	margin: 0px 0px 0px 0px;
 	padding:0px;
	list-style: none;

}
#content ul li {
	background-image:url('../img/listenpunkt.gif');
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
}

/*******************************************
 ************** pb_survey *****************
 *******************************************/

.tx-pbsurvey-pi1 div {
	margin-bottom:10px;
}

.tx-pbsurvey-pi1 h3 {
	color: #4c5370;
	font-size:110%;
	margin-bottom: 6px;
}

.tx-pbsurvey-pi1 .pagenumbering {
	font-size:60%;
	height:15px;
	
}

.tx-pbsurvey-pi1 .barcontainer {
	background-color:#FFFFFF;
	border:1px solid #000000;
	height:15px;
	
	right:0px;
	width:100px;
	z-index:6;
}

.tx-pbsurvey-pi1 .bar {
	background-color:#CCCCFF;
	height:15px;
	left:0px;

	z-index:4;
}

.tx-pbsurvey-pi1 .bartext {
	height:15px;
	left:0px;
	
	text-align:center;
	width:100px;
	z-index:5;
}

.tx-pbsurvey-pi1 .pageHeader {
	color:#003399;
	font-size:150%;
	font-weight:bold;
}

.tx-pbsurvey-pi1 .pageIntroduction {
}

.tx-pbsurvey-pi1 .survey_item {
	margin-bottom:30px;
	width: 85%;	
}

.tx-pbsurvey-pi1 .survey_item label {
	padding-left: 5px;	
}

.tx-pbsurvey-pi1 .itemform {
}

.tx-pbsurvey-pi1 .question {
	font-weight:bold;	
}

.tx-pbsurvey-pi1 .questionNumber {
	padding-right: 3px;
}

.tx-pbsurvey-pi1 .questionSubtext {
	
}

.tx-pbsurvey-pi1 .required {
	color:#FF0000;
	vertical-align:super;
}

.tx-pbsurvey-pi1 .survey_error {
	color:#FF0000;
}

.tx-pbsurvey-pi1 .additional_ver {
	margin-left:20px;
}

.tx-pbsurvey-pi1 .matrix {
	width:100%;
}

.tx-pbsurvey-pi1 .matrix .surveyrow_even {
	background-color:#CCCCFF;
}

.tx-pbsurvey-pi1 .matrix .columnFirst {
	font-weight:bold;
	text-align:left;
}

.tx-pbsurvey-pi1 .matrix .columnNext {
	text-align:center;
}



/*********************************/
/************ Tagcloud ***********/
/*********************************/


.klein {
	font-size:85%;
	font-weight:700;
}

.normal {
	font-size:100%;
	font-weight:700;
}

.gross {
	font-size:133%;
	font-weight:700;
}

.groesser {
	font-size:167%;	
/* 	font-weight:700; */
}

.riesig {
	font-size:200%;
/* 	font-weight:700; */
}

/*********************************/
/********** Pageteaser ***********/
/*********************************/

.tx-jppageteaser-pi1 {

}

/*********************************/
/******** Pommo Interface *********/
/*********************************/


.tx-strgbpommointerface-pi1 .submitbutton,
.tx-strgbpommointerface-pi3 .unsubbutton {
	margin-top: 5px;
}


.tx-strgbpommointerface-pi1 .form-errors {
	margin-bottom: 5px;
}

.tx-strgbpommointerface-pi3 .form-errors {
	margin-top: 5px;
	margin-bottom: 5px;
}

.pommo_mailformplus {
	margin-top: 15px;
}

.tx-strgbpommointerface-pi3 .update-form {
	margin-top: 8px;
}

.tx-strgbpommointerface-pi3 .unsubscribe-form {
	margin-top: 20px;
}

.tx-strgbpommointerface-pi3 .formitem {
	margin-bottom: 5px;
}

.tx-strgbpommointerface-pi3 .formitem .formlabel {
	clear: left;
	width: 220px;
	float: left;
	
}


/*********************************/
/********** Powermail ************/
/*********************************/

#question-frame {
	background-color: #eee0e6;
	height: 50px;
	width: 856px;
	position: relative;
	border-top: 1px solid #DACFD4;
	
}

.question-frame-full {
	height: 94px !important;
	border-bottom: 1px solid #DACFD4;
}

.question-frame-full .tx-powermail-pi1 {
	padding: 14px 0 0 23px;
}

#question-frame .klick-frame {
	width: 179px;
	height: 43px;
	padding: 7px 0 0 14px;
	float: left;
	background-image: url(../img/verlauf_eingeklappt.jpg);
	background-position: left -1px;
}

#question-frame .klick-frame span.value {
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0.4px;
}

#main .question-frame-full .klick-frame span.value {
	font-size: 20px;
}

#question-frame a.submit {
	height: 25px;
	width: 113px;
	margin-left: 24px;
	margin-top: 1px;
	float: left;
}

#question-frame a.submit img {
	border: none;
	height: 25px;
}

#question-frame input.question {
	float: left;
	padding: 4px 0 0 4px;
	font-size: 11px;
	color: #4C5370;
	height: 20px;
	width: 471px;
}

#question-frame .form-frame {
	height: 37px;
	width: 638px;
	float: left;
	padding: 12px 0 0 25px;
	/*display: none;*/
	/*border-top: 1px solid #DACFD4;*/
	background-position: left -1px;
}

#main .question-frame-full .klick-frame  {
	height: 74px;
	padding: 20px 0 0 14px;
	background-image: url(../img/verlauf_ausgeklappt.jpg);
}

.question-frame-full .form-frame {
	display: none;
}

#question-frame .tx-powermail-pi1 {
	width: 662px;
	height: 81px;
	float: left;
	background-color: #eee0e6;
	
	position: absolute;
	top: 0;
	left: 194px;
	
	padding-top: 11px;
	
	width: 638px;
	float: left;
	padding: 12px 0 0 25px;
}
#question-frame .tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset input.powermail_submit { cursor: pointer; }
#question-frame .tx-powermail-pi1 legend {
	display: none;
}


#question-frame .tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset {
	background-color: transparent;
	border: none;
	padding: 0;
}

#question-frame .tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: transparent;
}

#question-frame .tx-powermail-pi1 div.tx_powermail_pi1_fieldwrap_html {
	margin: 0;
	backgorund-color: none;
	float: left;
}

#question-frame .tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset label {
	width: auto;
	color: #770033;
	font-weight: normal;
}

.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset input.powermail_text, 
.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea, 
.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	border: 1px solid #d6bcc1;
}

#question-frame .tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	width: 287px;
	height: 53px;
	font-size: 11px;
	color: #4C5370;
}

#question-frame .tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset input.powermail_text {
	width: 146px;
	height: 18px;
	padding-left: 5px;
}

#question-frame .tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	margin: 11px 0 0 40px;
	height: 25px;
	width: 113px;
	background-image: url(../img/submit_button_final.jpg);
	border: none;
	text-indent: -9999px;
}

#question-frame .tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
	margin-right: 9px !important;	
}


#question-frame .tx-powermail-pi1 ul.powermail_mandatory_list {
	float: left;
	padding-left: 16px;
}

#question-frame .tx-powermail-pi1 .tx-powermail-pi1_mandatory {
	color: #4C5370;
}

#question-frame .tx-powermail-pi1 ul.powermail_mandatory_list li {
	color: #4C5370;
	font-size: 11px;
}

#question-frame .tx-powermail-pi1_mandatory .tx-powermail-pi1_mandatory_submit {
	margin-left: 148px;
	margin-top: 35px;
}

#question-frame .tx-powermail-pi1 .tx-powermail-pi1_thx p {
	color: #4C5370;
}

#question-frame .tx_powermail_pi1_fieldwrap_html_textarea {
	width: 287px !important;
}

#question-frame .tx_powermail_pi1_fieldwrap_html_text {
	width: 146px;
}

/* *****************
 * Powermail styling  
 * (CONTENT COL)!
 */

#content-main .tx-powermail-pi1 {
	border-top: 1px solid #C79FA8;
	color: #770033;
	margin-top: 20px;
	padding-top: 10px;
}

#content #content-main .tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_html br {
	display: inline;
}

#content-main .tx-powermail-pi1 label {
	color: #770033;
	display: block;
	float: left;
	width: 120px;
	font-weight: normal;
}

#content-main .tx-powermail-pi1 input {
	margin: 0;
	width: 159px;
}

#content-main .tx-powermail-pi1 input,
#content-main .tx-powermail-pi1 select,
#content-main .tx-powermail-pi1 textarea {
	border:1px solid #C79FA8;
	color:#770033;
}

#content-main .tx-powermail-pi1 textarea {
	width:260px;
}

#content-main .tx-powermail-pi1 legend {
	display: none;
}

#content-main .tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
	margin: 5px 0 0 0;
}

#content-main .tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html br {
	display: none;
}


#content-main .tx-powermail-pi1 div.even {
	background-color: transparent;
}

#content-main .tx-powermail-pi1 fieldset {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}

#content-main .tx-powermail-pi1 input.powermail_radio  {
	width: auto;
	margin: 4px 2px 0;
	display: inline;
}

#content-main .tx-powermail-pi1 p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin-top: 10px;
	width: 170px;
	color: #770033;
	font-weight:normal;
} 

#content-main .tx-powermail-pi1 .powermail_radio_inner {
	
}

#content-main .tx-powermail-pi1 .powermail_radio_inner label {
	display: inline;
	float: none;
}

#content-main .tx-powermail-pi1  .tx_powermail_pi1_fieldwrap_html_check {
	margin: 10px 0;
}

#content-main .tx_powermail_pi1_fieldwrap_html_check p {
	display: none;
}


/* !****** JK_POLL ****** */



.tx-jkpoll-pi1 {
	color: #4c5370;
}

	.tx-jkpoll-pi1 .pollsubmit {
		margin-top: 10px;
	}

	.tx-jkpoll-pi1 .pollanswer {
		border: 0;
	}
	
	.tx-jkpoll-pi1 p {
		padding-bottom: 5px;
	}
	
	.tx-jkpoll-pi1 .tx_jkpoll_pi1_answer_horizontal {
		padding-bottom: 0;
		margin-bottom: 2px;
	}
