@charset "utf-8";
/* Main settings */ 
* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #868e9a;
}
body {
	background-image: url(../img/topline_bg.gif);
	background-repeat: repeat-x;
}
.clear {
	clear: both;
}
a {
	color: #FF9700;
	font-weight: bold;
	text-decoration: none;
}

/* Structure */
div#all {
	width: 1000px;
	margin: 6px auto;
}
div#content {
	padding-bottom: 100px;
	margin-bottom: 100px;
}

/* CSC */
h1 {
	font-size: 24px;
	color: #FF9700;
}
h2 {
	font-size: 18px;
	margin-bottom: 3px;
}
p.bodytext {
	padding: 4px 0;
}
a img {
	border: 0;
}
div#content dd {
	text-align: center;
	font-style: italic;
	font-size: 12px;
}
ul {
	list-style-type: none;
}
ul li {
	margin-left: 2px;
	padding: 2px 0 2px 25px;
	background-image: url(http://www.conject.com/fileadmin/conject/administration/img/dot.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
}
div.donation_list_chief_inner p.quote {
	clear: both;
	margin: 0;
	font-style: italic;
}
div.donation_list_chief_inner p.quote_end {
	font-style: normal;
}
div.ce {
	margin-bottom: 30px;
	clear: both;
}
table tr td {
	vertical-align: top;
}
div.csc-textpic-above div.csc-textpic-imagewrap dl {
	padding-right: 30px;
}
div#ie6 {
	height: 65px;
	width: 240px;
	background-color: #FF9700;
	color: white;
	font-weight: bold;
	padding: 15px;
	position: absolute;
	top: 30px;
	right: 30px;
}
img.weiterempfehlen {
	position: fixed;
	top: 250px;
	right: 0;
	z-index: 999;
}
div.indent {
	margin-left: 50px;
}

/* Menu */
div#menu {
	width: 800px;
	float: right;
	overflow: hidden;
}
ul.menu {
	list-style-type: none;
	float: right;
}
ul.menu li {
	float: left;
	background-image: url(../img/menu_bg_left.jpg);
	background-position: 0% -10px;
	background-repeat: no-repeat;
	padding: 2px 0 10px 15px;
}
ul.menu li a {
	color: white;
	background-image: url(../img/menu_bg_right.jpg);
	background-position: 100% -10px;
	background-repeat: no-repeat;
	padding: 2px 15px 10px 0;
}
ul.menu li.act {
	background-position: 0% -3px;
	padding-bottom: 14px;
}
ul.menu li.act a {
	background-position: 100% -3px;
	padding-bottom: 14px;
}

/* Donate Button */
div.donate {
	background-image: url(../img/donate_bg.png);
	/*margin: -112px 0 0 -5px;
	clear: both;*/
	width: 573px;
	height: 107px;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 220px;
	margin-left: -5px;
}
div.donate_inner {
	padding: 20px;
	color: white;
}
div.label {
	color: white;
	float: left;
}
div.label2 {
	margin-left: 68px;
}
div.label3 {
	margin-left: 15px;
}
div.donate_line1 {
	height: 30px;
	margin-top: 8px;
}
div.donate_line2 {
	/*clear: both;*/
	color: white;
}
input#donate_amount {
	width: 70px;
	text-align: right;
}
input#donate_method_bank {
	margin-left: 30px;
}
input#donate_method_kk {
	margin-left: 90px;
}
input#donate_submit {
	position: absolute;
	margin: -30px 0 0 85px;
}

/* Powermail */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #ff8401;
}
input.validation-failed,
textarea.validation-failed {
	background-color: #ff8401;
	color: white;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #ff8401;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	padding: 10px 0;
	border: 0;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	display: none;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset_left {
	width: 480px;
	float: left;
}
fieldset.tx-powermail-pi1_fieldset_right {
	width: 520px;
}
textarea.powermail_textarea {
	height: 80px;
}
	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}
	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

/* Donation Modul */
div.donation_list {
	margin-top: 30px;
	clear: both;
}
div.donation_list_header {
	background-image: url(../img/sponsor_header_bg.jpg);
	width: 1002px;
	height: 86px;
}
div.donation_list_header_inner {
	padding: 10px;
}
div.donation_list_header_inner p {
	color: white;
	margin: 30px 0 0 10px;
	font-size: 18px;
	font-weight: bold;
}
img.conject_logo {
	position: absolute;
	margin: -58px 0 0 795px;
}
img.schirmherr {
	float: left;
}
div.donation_list_chief {
	width: 300px;
	margin-left: 16px;
	float: left;
}
div.donation_list_chief_inner p {
	padding-top: 10px;
	margin-left: 150px;
}
div.donation_list_chief_inner p.title {
	padding-top: 30px;
	margin-left: 150px;
}
div.donation_list_loop {
	background-image: url(../img/sponsor_bg.gif);
	background-repeat: repeat-y;
	float: right;
	width: 663px;
	padding-top: 20px;
}
div.donation_list_loop_inner {
	height: 60px;
	width: 325px;
	overflow: hidden;
	float: left;
}
div.donation_list_loop_inner2 {
	padding: 5px;
}
div.amount {
	width: 114px;
	height: 55px;
	float: left;
	margin-left: 10px;
	background-image: url(../img/amount_bg.png);
	background-repeat: no-repeat;
}
div.amount_inner {
	color: white;
	font-size: 24px;
	font-weight: bold;
	padding: 2px;
	margin: 9px 10px 0 0;
	text-align: right;
}
div.pic {
	float: right;
	width: 170px;
	overflow: hidden;
	text-align: right;
}
p.alttext {
	font-size: 14px;
	color: white;
	color: #868E9A;
	padding-top: 15px;
	font-weight: bold;
}
/* Boxen */
div.box1 p.bodytext {
	width: 565px;
}

/* wt_gallery */
div.tx-wtgallery-pi1 {
	clear: both;
}
div.wtgallery_list {
	margin: 10px 26px;
}
div.wtgallery_list_firstofrow {
	margin-left: 0;
}
div.wtgallery_list_lastofrow {
	margin-right: 0;
}
h2.wtgallery_list {
	display: none;
}