/*
	CSS for Charit Entrepreneurship Summit 2010 v.1.0 - T4.2 screen

	André Müller - die musteradresse
	www.musteradresse.com

*/
																/* GL0BaL */
html {
	height			:100%;
	width			:100%;
	padding			:0;
	margin			:0;
	font-size		:100%;
}

body {
	height			:100%;
	padding			:0;
	margin			:0;
	color			:#6d552c;
	background		:#ffffff url(../images/bg-body.gif) top left repeat-y;
	font-family		:Tahoma, Verdana, Helvetica, sans-serif;
	font-weight		:normal;
	font-size		:11px;
	line-height		:1.2em;
	letter-spacing	:0;
}

div, img,
table, tr, th, td,
p, h1, h2, h3, h4, h5, hr, blockquote,
dl, dt, dd  {
	margin			:0;
	padding			:0;
	border			:none;
	text-align		:left;
	font-size		:1.0em;
}

img {
}

ul, ol, li {
	margin-top		:0;
	margin-bottom	:0;
	padding-top		:0;
	padding-bottom	:0;
	border			:none;
	text-align		:left;
	font-size		:1.0em;
}

table {
	empty-cells		:show;
	border-spacing	:0;
	border-collapse	:collapse;
}

tr, th, td {
	vertical-align	:top;
}

form, input, select, textarea, fieldset, legend, label {
	margin			:0;
	padding			:0;
	font-size		:1.0em;
}

fieldset, legend, label {
	border			:0;
}

.clear {
	clear			:both;
	line-height		:0;
}

.markred {
	color			:#b23316;
	font-weight		:bold;
}

.hide {
	display			:none;
}

.print {
	display			:none;
}

/* ----------------------------------------------------------------------------------- TAGS */


p,
h1, h2, h3, h4, h5, h6, table, form {
	margin			:0 0 1em 0;
}

ul, ol, dl {
	margin-bottom	:1em;
}

ul {
}

ul li {
	list-style-image	:url(../images/list.gif);
	margin-bottom	:0.5em;
}

ol li {
	margin-bottom	:0.5em;
}

li p {
}

.normal h1 {
	margin			:0 0 0.8em 0;
	font-size		:14px;
	font-weight		:bold;
	color			:#4d4d4d;
	/*text-align		:center;*/
	text-transform	:uppercase;
}

.left h1,
.right h1 {
	display			:none;
}

h2 {
	margin			:0 0 0.8em 0;
	font-size		:12px;
	font-weight		:bold;
	color			:#4d4d4d;
	text-transform	:uppercase;
}

.left h2,
.right h2 {
	font-size		:1.1em;
}

h3 {
	margin			:0 0 1em 0;
	font-size		:1.0em;
	font-weight		:bold;
	color			:#4d4d4d;
	/*color			:#33679b;
	text-transform	:uppercase;*/
}

.right h3 {
	font-size		:1.0em;
	margin			:0 0 0.5em 0;
}

h4  {
}

h5 {
}

small {
	font-size		:0.9em;
}

strong {
	font-weight		:bold;
}

b {
	font-weight		:bold;
}

em {
	font-style		:italic;
}

i {
	font-style		:italic;
}

hr {
	display			:none;
}

abbr,
acronym,
span.tx-acronymmanager {
	border			:0;
	text-decoration	:underline;
	cursor			:help;
}

q,
cite {
	font-style	:normal;
	font-weight	:inherit;
}

address[title],
q[title],
cite[title]  {
	cursor		:help;
}

q:lang(de)			{quotes: "»"  "«"  "›"  "‹"}
q:lang(de-de)			{quotes: "„"  "“"  "‚"  "‘"}
q:lang(de-DE)			{quotes: "„"  "“"  "‚"  "‘"}
q:lang(de_DE)			{quotes: "»"  "«"  "›"  "‹"}
q:lang(de-ch)			{quotes: "«"  "»"  "‹"  "›"}
q:lang(de_CH)			{quotes: "«"  "»"  "‹"  "›"}
q:lang(fr)			{quotes: "«\2009" "\2009»" "‹\2009" "\2009›"}
q:lang(en)			{quotes: "“"  "”"  "‘"  "’"}
q:before,blockquote:before	{content:open-quote;}
q:after,blockquote:after	{content:close-quote;}
cite.tm:after			{content: "™"}
cite.reg:after			{content: "®"}
cite.copy:before		{content: "© "}

/* ----------------------------------------------------------------------------------- LINKS */


a,
a b,
a strong {
	color			:#8a240d;
	text-decoration	:none;
}

a:hover,
a:hover b,
a:hover strong {
	color			:#C3A571;
}

.normal a,
.right a {
	font-weight		:bold;
}

/* -----------------------------------------------------------------------------------  LAyOUT */

#header {
	z-index			:3;
	position		:absolute;
	top				:0;
	width			:100%;
	height			:240px;
	background		:#efe8dc url(../images/bg-header.gif) top repeat-x;
	overflow		:hidden;
}

#logo {
	height			:96px;
	width			:482px;
	float			:left;
	background		:url(../images/bg-logo.gif) bottom left no-repeat;
}

#logo img {
	margin			:10px 16px 0 16px;
}

#partner {
	height			:96px;
	white-space		:nowrap;
	position		:absolute;
	top				:0;
	right			:0;
	width			:526px;
	text-align		:right;
}

#partner img {
	margin			:16px 16px 0 0px;
}


#subline {
	position		:absolute;
	top				:96px;
	left			:0;
	width			:100%;
	height			:24px;
	overflow		:hidden;
	background		:#ffffff url(../images/bg-subline.gif) top left no-repeat;
	color			:#C3A571;
	font-size		:0.9em;
}
#subline-left {
	float			:left;
	width			:252px;
	height			:24px;
	color			:#4d4d4d;
	padding			:3px 0 0 16px;
	text-transform	:uppercase;
}
#subline-right {
	width			:216px;
	height			:24px;
	float			:right;
	padding			:3px 16px 0 0;
	text-align		:right;
}

#imaging {
	position		:absolute;
	top				:120px;
	left			:0;
	width			:100%;
	height			:120px;
	background		:#c3a471 url(../images/bg-ima-ging.jpg) top left no-repeat;
	border-bottom	:solid 0px #ffffff;
	overflow		:hidden;
}

#content {
	z-index			:0;
	position		:absolute;
	top				:0;
	left			:0;
	width			:100%;
	min-width		:988px;
}

#left {
	position		:absolute;
	top				:0;
	left			:0;
	padding			:240px 0 24px 0;
	width			:232px;
	min-height		:600px;
	background		:#e0d1b7 url(../images/bg-left.gif) top left repeat-x;
}

#main {
	z-index			:0;
	padding			:240px 0 24px 0;
	margin			:0 248px 0 232px;
	font-size		:1.1em;
}

#right {
	position		:absolute;
	top				:0;
	right			:0;
	padding			:240px 0 24px 0;
	width			:248px;
}

#footer {
	z-index			:6;
	position		:fixed;
	bottom			:0;
	right			:0;
	width			:400px;
	height			:80px;
	background		:url(../images/bg-footer.gif) bottom right no-repeat;
}

#footernav {
	color			:#4d4d4d;
	padding			:32px 16px 0 168px;
	line-height		:1.6em;
}

.content-left {
	padding			:24px 16px 16px 16px;
	line-height		:1.6em;
}
.content-main {
	padding			:24px 16px 16px 32px;
	line-height		:1.6em;
	font-size		:1.0em;
}
.content-right {
	padding			:0px 16px 48px 16px;
	line-height		:1.6em;
}

#rightpre {
	padding			:24px 16px 0px 16px;
}

.footer-left {
	padding			:16px;
}
.footer-main {
	padding			:16px 216px 16px 32px;
}
.footer-right {
	padding			:16px;
}

#mainnav {
	text-transform	:uppercase;
	padding			:22px 0 0 0;
	background		:transparent;
}

#mainnav ul {
	margin			:0px 16px 0 0;
	list-style		:none;
	padding			:0;
}

#mainnav li {
	display			:block;
	padding			:2px 0px 2px 16px;
}

#mainnav li.act,
#mainnav li.cur {
	/*background		:url(../images/bg-content-xllighter.png) bottom left fixed;*/
}

#mainnav li ul {
	display			:none;
}

#mainnav li.act ul,
#mainnav li.act:hover ul,
#mainnav li.cur ul,
#mainnav li.cur:hover ul {
	display			:block;
	position		:static;
	width			:auto;
	border			:0;
	background		:none;
	padding			:0px 0 0 0;
	margin			:8px 0 0 0;
}

#mainnav li:hover ul {
	display			:block;
	z-index			:4;
	position		:absolute;
	left			:64px;
	width			:200px;
	border			:solid 1px #ffffff;
	-moz-border-radius	:4px;
	-khtml-border-radius	:4px;
	-o-border-radius	:4px;
	-webkit-border-radius	:4px;
	border-radius	:4px;
	background		:#e0d1b7 url(../images/bg-left.jpg) top left repeat-x;
	padding			:6px 0;
	margin-top		:-2px;
}

#mainnav li li {
	border-top		:0;
	padding			:0 0 0 16px;
	font-size		:0.9em;
}

#mainnav li li.act,
#mainnav li li.cur {
	/*background		:url(../images/bg-content-xllighter.png) bottom left fixed;*/
}

#mainnav li li ul,
#mainnav li:hover li ul,
#mainnav li.act li ul,
#mainnav li.cur li ul,
#mainnav li.act:hover li ul,
#mainnav li.cur:hover li ul {
	display			:none;
}

#mainnav li li.act ul,
#mainnav li li.act:hover ul,
#mainnav li li.cur ul,
#mainnav li li.cur:hover ul,
#mainnav li.act li.act ul,
#mainnav li.act li.act:hover ul,
#mainnav li.act li.cur ul,
#mainnav li.act li.cur:hover ul,
#mainnav li.cur li.act ul,
#mainnav li.cur li.act:hover ul,
#mainnav li.cur li.cur ul,
#mainnav li.cur li.cur:hover ul {
	display			:block;
	position		:static;
	width			:auto;
	border			:0;
	background		:none;
	padding			:0px 0 0 0;
	margin			:8px 0 0 0;
}

#mainnav li li:hover ul,
#mainnav li.act li:hover ul,
#mainnav li.cur li:hover ul {
	display			:block;
	z-index			:5;
	position		:absolute;
	left			:40px;
	width			:200px;
	border			:solid 1px #ffffff;
	-moz-border-radius	:4px;
	-khtml-border-radius	:4px;
	-o-border-radius	:4px;
	-webkit-border-radius	:4px;
	border-radius	:4px;
	background		:#e0d1b7 url(../images/bg-left.jpg) bottom left repeat-x;
	padding			:6px 0;
	margin-top		:-2px;
}

#mainnav li li li {
	font-size		:0.9em;
	border-top		:0;
}

#mainnav a {
	color			:#8a240d;
	display			:block;
	/*padding-left	:16px;
	background		:url(../images/bg-mainnav-a.gif) top left no-repeat;*/
}

#mainnav a.act,
#mainnav .act a,
#mainnav li.act li a.act {
}
#mainnav li.act li a {
}
#mainnav a.act {
	color			:#4d4d4d;
}

#mainnav a.cur,
#mainnav li.act li a.cur {
	color			:#000000;
	/*background		:url(../images/bg-mainnav-a-hover.gif) top left no-repeat;*/
}

#mainnav a:hover {
	color			:#4d4d4d;
	/*background		:url(../images/bg-mainnav-a-hover.gif) top left no-repeat;*/
}

#subline-right a {
	color			:#C3A571;
}

#footernav a.act,
#subline-right a.act {
	color			:#000000;
}

#footernav a.cur,
#footernav a:hover,
#subline-right a.cur,
#subline-right a:hover {
	color			:#000000;
	/*background		:url(../images/bg-mainnav-a-hover.gif) top left no-repeat;*/
}


/* ----------------------------------------------------------------------------------- cObj */

.csc,
.csc-frame {
	clear			:both;
	margin			:0 0 2em 0;
}

.right .csc,
.right .csc-frame {
	margin			:0 0 2em 0;
}

.csc-sword {
}

p.csc-toplink {
}

p.csc-toplink a {
}

/* ----------------------------------------------------------------------------------- cObj Header */

.csc-headline {
	margin			:0 0 1em 0;
}

.csc-headline .csc-header {
	margin			:0 0 0 0;
}

.csc-headline h1,
.csc-headline h2,
.csc-headline h3,
.csc-headline p {
	margin			:0 0 0 0;
}

.csc .csc-header,
.csc-frame .csc-header {
}

.csc-header-date {
}

.csc-header-date p {
}

p.csc-subheader	{
}

p.csc-subheader	strong {
}

/* ----------------------------------------------------------------------------------- Rahmen */

.csc-frame .csc {
	margin			:0;
}

/* Linie oben */
.csc-frame-05 {
	padding-top		:8px;
	border-top		:solid 1px #c3a471; 
}

/* Linie unten */
.csc-frame-06 {
	padding-bottom	:8px;
	border-bottom	:solid 1px #c3a471; 
}

.csc-frame .csc,
.right .csc-frame .csc {
	margin			:0;

}

.csc-frame-20,
.csc-frame-21 {
	background		:#ffffff;
	border			:solid 1px #8c4d0d;
	padding			:4px 7px;
	-moz-border-radius		:4px;
	-khtml-border-radius	:4px;
	-o-border-radius		:4px;
	-webkit-border-radius	:4px;
	border-radius			:4px;

}
.csc-frame-21 {
	background		:transparent;
	border			:solid 1px #c3a471;
}

.csc-frame-20 .csc-frame-background {
}
.csc-frame-21 .csc-frame-background {
}

.csc-frame-20 h1,
.csc-frame-20 h2,
.csc-frame-20 h3,
.csc-frame-20 h4,
.csc-frame-20 b,
.csc-frame-20 strong {
}
.csc-frame-20 b,
.csc-frame-20 strong {
}
.csc-frame-20 a {
}
.csc-frame-20 a:hover {
}
.right .csc-frame h1 a,
.right .csc-frame h2 a,
.right .csc-frame h3 a,
.right .csc-frame h4 a {
}
.right .csc-frame p {
}



/* ----------------------------------------------------------------------------------- cObj imagetext */

.csc-img,
.csc-imgtxt {
	clear				:both;
	margin				:0 0 2em 0;
	padding				:0;
	line-height			:0;
}

.csc-textpic-text {
	line-height			:1.2em;
}

.csc-textpic-header {
	line-height			:1.2em;
}

.csc-textpic-img div {
	background			:#ffffff;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	-moz-border-radius	:4px;
	-khtml-border-radius	:4px;
	-o-border-radius	:4px;
	-webkit-border-radius	:4px;
	border-radius	:4px;

}

/*
.left .csc-textpic .csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption,
.csc-textpic .csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-size		:.9em;
	margin			:0 0 0 0;
	padding			:0 5px 2px 90px;
	text-align		:right;
	color			:#ffffff;
	background		:#8fb9da url(../images/bg-imgcaption.gif) bottom right no-repeat;
	line-height		:1em;
}

*/

.csc-textpic-caption {
	font-size		:.9em;
	margin			:0 0 0 0;
	line-height		:1.0em;
	color			:#4d4d4d;
	padding			:.5em 0 0 0;
}

.csc-textpic-border .csc-textpic-caption {
}

.csc-img .csc-textpic-firstcol {
	clear			:both;
}

/* ----------------------------------------------------------------------------------- cObj menu */

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

.csc-sitemap li {
	margin-bottom	:8px;
}

ul.csc-sitemap ul {
	margin-top		:8px;
	list-style		:circle;
	list-style-image:url(../images/bg-mainnav-link-l2.gif);
	margin-bottom	:0;
}

ul.csc-sitemap ul ul {
	margin-top		:8px;
	list-style		:square;
	list-style-image:url(../images/bg-mainnav-link-l3.gif);
	margin-bottom	:0;
}

ul.csc-sitemap .cur {
	display			:none;
}

ul.csc-sitemap span {
	color			:#2c5814;
}

.csc-menu {
	border			:solid 1px #c3a471;
	padding			:12px;
	-moz-border-radius		:4px;
	-khtml-border-radius	:4px;
	-o-border-radius		:4px;
	-webkit-border-radius	:4px;
	border-radius			:4px;

}

dl.csc-menu-subpages-abstract {
/*	padding			:1em 0 0 0;
	border-top		:dotted 1px #afced7;
*/}

dl.csc-menu-subpages-abstract dt {
}

dl.csc-menu-subpages-abstract dd a {
	font-weight		:bold;
}
dl.csc-menu-subpages-abstract dd a.act {
	color			:#4d4d4d;
}

dl.csc-menu-subpages-abstract dd span {
	color			:#2c5814;
}


/* ----------------------------------------------------------------------------------- cObj table */

.csc-table,
.left .csc-table {
	padding				:0;
}

caption {
	font-size			:0.9em;
	text-align			:left;
	padding-bottom		:1em;
}

table.contenttable {
	table-layout		:auto;
	empty-cells			:show;
	border-spacing		:0;
	border-collapse		:collapse;
	padding				:0px;
	margin				:0;
	width				:100%;
}

table.contenttable-0 tr td {
}

table.contenttable-0 tr.tr-odd td {
}

table.contenttable-0 th, table.contenttable-0 td {
	border		:solid 1px #c3a471;
	padding				:1px 7px;
}

table.contenttable-0 th.td, table.contenttable-0 td.td {
}

table.contenttable-0 th {
	background			:#efe8dc;
	font-weight			:normal;
}

table.contenttable-0  th.td-0 {
	white-space			:nowrap;
	width			:25%;
} 	html>body table.contenttable-0  th.td-0 {
	width			:auto;
	min-width			:25%;
}

table.contenttable-0 tr.tr-odd th {
}

/*table.contenttable-0 .tr-0 th.td-0, table.contenttable-0 .tr-0 td.td-0 {
	-moz-border-radius-topleft		:4px;
	-webkit-border-top-left-radius	:4px;
	border-top-left-radius			:4px;
}
table.contenttable-0 .tr-0 th.td-last, table.contenttable-0 .tr-0 td.td-last {
	-moz-border-radius-topright		:4px;
	-webkit-border-top-right-radius	:4px;
	border-top-right-radius			:4px;
}
table.contenttable-0 .tr-last th.td-0, table.contenttable-0 .tr-last td.td-0 {
	-moz-border-radius-bottomleft		:4px;
	-webkit-border-bottom-left-radius	:4px;
	border-bottom-left-radius			:4px;
}
table.contenttable-0 .tr-last th.td-last, table.contenttable-0 .tr-last td.td-last {
	-moz-border-radius-bottomright		:4px;
	-webkit-border-bottom-right-radius	:4px;
	border-bottom-right-radius			:4px;
}

table.contenttable-0 th.td-0, table.contenttable-0 td.td-0 {
	border-left		:solid 1px #8c4d0d;
}

table.contenttable-0 .tr-0 th, table.contenttable-0 .tr-0 td {
	border-top		:solid 1px #8c4d0d;
}

table.contenttable-0 th.td-last, table.contenttable-0 td.td-last {
	border-right		:solid 1px #8c4d0d;
}

table.contenttable-0 .tr-last th, table.contenttable-0 .tr-last td {
	border-bottom		:solid 1px #8c4d0d;
}
*/
table.contenttable-0 tfoot td {
	font-size			:0.9em;
}

table.contenttable-1 tr td {
}

table.contenttable-1 tr.tr-odd td {
}

table.contenttable-1 th, table.contenttable-1 td {
	border		:solid 0px #c3a471;
	padding				:1px 7px;
	border-right		:0;
	border-bottom		:0;
}

table.contenttable-1 .tr-0 th {
}
table.contenttable-1  th.td-0 {
	white-space			:nowrap;
	width			:25%;
} 	html>body table.contenttable-1  th.td-0 {
	width			:auto;
	min-width			:25%;
}


table.contenttable-1 th.td, table.contenttable-1 td.td {
}

table.contenttable-1 th {
	background			:#efe8dc;
	font-weight			:normal;
}

table.contenttable-1 tr.tr-odd th {
}

table.contenttable-1 .tr-0 th.td-0, table.contenttable-1 .tr-0 td.td-0 {
	-moz-border-radius-topleft		:4px;
	-webkit-border-top-left-radius	:4px;
	border-top-left-radius			:4px;
}
table.contenttable-1 .tr-0 th.td-last, table.contenttable-1 .tr-0 td.td-last {
	-moz-border-radius-topright		:4px;
	-webkit-border-top-right-radius	:4px;
	border-top-right-radius			:4px;
}
table.contenttable-1 .tr-last th.td-0, table.contenttable-1 .tr-last td.td-0 {
	-moz-border-radius-bottomleft		:4px;
	-webkit-border-bottom-left-radius	:4px;
	border-bottom-left-radius			:4px;
}
table.contenttable-1 .tr-last th.td-last, table.contenttable-1 .tr-last td.td-last {
	-moz-border-radius-bottomright		:4px;
	-webkit-border-bottom-right-radius	:4px;
	border-bottom-right-radius			:4px;
}

table.contenttable-1 th.td-0, table.contenttable-1 td.td-0 {
	border-left		:solid 1px #c3a471;
}

table.contenttable-1 .tr-0 th, table.contenttable-1 .tr-0 td {
	border-top		:solid 1px #c3a471;
}

table.contenttable-1 th.td-last, table.contenttable-1 td.td-last {
	border-right		:solid 1px #c3a471;
}

table.contenttable-1 .tr-last th, table.contenttable-1 .tr-last td {
	border-bottom		:solid 1px #c3a471;
}

table.contenttable-1 tfoot td {
	font-size			:0.9em;
}


/* ----------------------------------------------------------------------------------- cObj Fileleft */

table.csc-uploads {
	width			:auto;
	table-layout	:auto;
	background		:transparent;
	border-spacing	:0;
	border			:0;
}

table.csc-uploads td {
	width			:auto;
	padding-right	:10px;
	padding-bottom	:1em;
	vertical-align	:top;
}

td.csc-uploads-fileName p {
	margin			:0;
}

td.csc-uploads-fileName small {
}

td.csc-uploads-fileName a, td.csc-uploads-fileName a:hover {
	font-weight			:bold;
}

td.csc-uploads-icon {
	width			:5%;
	text-align		:left;
	vertical-align	:top;
}

td.csc-uploads-icon img {
	padding			:0;
	border			:none;
	vertical-align	:top;
}

td.csc-uploads-fileSize {
	width			:16%;
	text-align		:right;
	white-space		:nowrap;
	padding-right	:0;
}

/* ----------------------------------------------------------------------------------- cObj mailform */



/* ----------------------------------------------------------------------------------- cObj mailform */

.csc-form-label-req,
.tx-danewslettersubscription-pi1-req,
.powermail_mandatory_js,
.powermail_mandatory,
.tx-guestbook-form-obligationfield {
	color				:#8a240d;
}

.csc-mailform-field,
.tx-danewslettersubscription-pi1-form-field {
	clear				:both;
	margin-bottom		:0px;
}

.csc-loginform .csc-mailform-field {
	clear				:both;
	margin-bottom		:8px;
}


.csc-mailform-field label,
.tx-danewslettersubscription-pi1 label {
	display				:block;
	margin				:0 0 0px 0;
	clear				:both;
}

input,
textarea,
select {
	width				:100%;
	border				:solid 1px #c3a471;
	-moz-border-radius	:2px;
	-khtml-border-radius	:2px;
	-o-border-radius	:2px;
	-webkit-border-radius	:2px;
	border-radius	:2px;
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:1.0em;
	padding				:2px 0;
	background			:#efe8dc;
	color				:#6d552c;
}


textarea, select {
	font-size			:1.0em;
	border				:solid 1px #c3a471;
	-moz-border-radius	:2px;
	-khtml-border-radius	:2px;
	-o-border-radius	:2px;
	-webkit-border-radius	:2px;
	border-radius	:2px;
	background			:#efe8dc;
	color				:#6d552c;
}

select {
	border				:solid 1px #c3a471;
	padding				:1px 0px 1px 0;
	width				:auto;
}

option {
	background			:#efe8dc;
	font-family			:Arial, Helvetica, sans-serif;
}

.readonly {
	border				:solid 1px #c3a471;
	color				:#78adbc;
	background			:transparent;
}

#leftcol input,
#leftcol textarea,
.right input,
.right textarea {
	width				:156px;
}

input#captcha, 
input#mailformcaptcha_response,
input#capture,
.tx_powermail_pi1_fieldwrap_html_captcha input {
	width				:160px;
	float				:left;
	margin-right		:8px;
}
.csc-mailform-field img {
	border				:solid 1px #c3a471;
}

.csc-form p.csc-mailform-comment {
	clear				:both;
	font-weight			:bold;
}

.csc-loginform p.csc-mailform-comment {
	clear				:both;
	font-weight			:normal;
	margin-bottom		:0;
}

.csc-mailform-field-radio,
.tx-danewslettersubscription-pi1-form-field-radio {
	margin-bottom		:0px;
}

.csc-mailform-field-radio label,
.tx-danewslettersubscription-pi1-form-field-radio label {
	display				:block;
	margin				:0;
	clear				:both;
}

.csc-mailform-field-radio fieldset,
.tx-danewslettersubscription-pi1-form-field-radio fieldset {
	border				:0;
	padding				:0;
	margin				:.5em 0 .5em 0;
}

.csc-mailform-field-radio fieldset legend {
	display				:none;
}

.csc-mailform-field-radio fieldset label,
.csc-mailform-field-radio .powermail_radio_inner label,
.tx-danewslettersubscription-pi1-form-field-radio fieldset label {
	display				:inline;
	margin				:0;
	width				:auto;
	float				:none;
	clear				:none;
	text-align			:left;
}

.csc-mailform-field-radio .powermail_radio_inner input,
.csc-mailform-field-radio fieldset input,
.tx-danewslettersubscription-pi1-form-field-radio fieldset input {
	clear				:both;
	float				:left;
	width				:auto;
	margin-top			:-0.2em;
	margin-right		:4px;
	border				:0;
	padding				:0;
	background			:transparent;
}	html>body .csc-mailform-field-radio .powermail_radio_inner input,
	html>body .csc-mailform-field-radio fieldset input,
	html>body .tx-danewslettersubscription-pi1-form-field-radio fieldset input {
	margin-top			:0.2em;
	background			:transparent;
}

.csc-mailform-field-check,
.tx-danewslettersubscription-pi1-form-field-check {
	margin-top			:0;
	margin-bottom		:0px;
}

.csc-mailform-field-check label,
.tx-danewslettersubscription-pi1-form-field-check label {
}

.csc-mailform-field-check input,
.tx-danewslettersubscription-pi1-form-field-check input,
.tx-danewslettersubscription-pi1-checkbox {
	width				:auto;
	margin-top			:0.0;
	margin-right		:4px;
	border				:0;
	padding				:0 0 0 0;
	background			:transparent;
}

.csc-mailform-field-submit,
.tx-danewslettersubscription-pi1-form-field-submit {
	margin				:0;
	padding				:0;

}

.csc-mailform-field-submit input, 
input.submit,
input.tx-danewslettersubscription-pi1-submit,
.tx-gsifeuserlist-pi1-searchbox-button,
.news-search-form .submit,
input#tx-indexedsearch-searchbox-button-submit,
input.pollsubmit,
input.tx_powermail_pi1_submitmultiple_forward,
input.tx_powermail_pi1_submitmultiple_back {
	width			:auto;
	margin			:8px 0 0 0;
	padding			:.2em .2em;
	font-weight		:bold;
	border			:solid 1px #c3a471;
	-moz-border-radius	:2px;
	-khtml-border-radius	:2px;
	-o-border-radius	:2px;
	-webkit-border-radius	:2px;
	border-radius	:2px;
	color			:#8a240d;
	background		:#e0d1b7;
	/*text-transform	:uppercase;*/
}


.news-search-form .submit {
	margin			:0;
}

.csc-mailform-field-submit input:hover, 
input.submit:hover,
input.tx-danewslettersubscription-pi1-submit:hover,
.tx-gsifeuserlist-pi1-searchbox-button:hover,
.news-search-form .submit:hover,
input#tx-indexedsearch-searchbox-button-submit:hover,
input.pollsubmit:hover,
input.tx_powermail_pi1_submitmultiple_forward:hover,
input.tx_powermail_pi1_submitmultiple_back:hover {
	border			:solid 1px #c3a471;
	color			:#4d4d4d;
	cursor			:pointer;
}

/* ----------------------------------------------------------------------------------- tx-powermail-pi1 */

.tx-powermail-pi1 fieldset {
	padding-bottom	:8px;
}

.tx-powermail-pi1 fieldset legend.tx-powermail-pi1-legend {
	padding-bottom	:4px;
	font-weight		:bold;
}

.tx_powermail_pi1_fieldwrap_html_checkbox_title,
.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin			:0 0 .25em 0;
}

.powermail_check_inner,
.powermail_radio_inner {
	clear			:both;
	margin			:0 0 .25em 0;
}

.tx_powermail_pi1_fieldwrap_html {
	clear			:both;
	margin			:0 0 0.25em 0;
}

.tx_powermail_pi1_fieldwrap_html_check {
	clear			:both;
	margin			:0 0 0.25em 0;
}

/*.tx_powermail_pi1_fieldwrap_html_2 .powermail_radio_inner,
.tx_powermail_pi1_fieldwrap_html_18 .powermail_check_inner,
.tx_powermail_pi1_fieldwrap_html_19 .powermail_radio_inner,
.tx_powermail_pi1_fieldwrap_html_19 .powermail_radio_inner,
.tx_powermail_pi1_fieldwrap_html_20 .powermail_radio_inner,
.tx_powermail_pi1_fieldwrap_html_21 .powermail_radio_inner,
.tx_powermail_pi1_fieldwrap_html_28 .powermail_check_inner*/
.powermail_radio_inner,
.powermail_check_inner
 {
	clear			:none;
	float			:left;
	margin			:0 16px 0 0;
}
.tx_powermail_pi1_fieldwrap_html_15 .powermail_radio_inner,
.tx_powermail_pi1_fieldwrap_html_22 .powermail_radio_inner,
.tx_powermail_pi1_fieldwrap_html_23 .powermail_radio_inner,
.tx_powermail_pi1_fieldwrap_html_24 .powermail_radio_inner {
	clear			:both;
	float			:none;
	display			:block;
}

.tx_powermail_pi1_fieldwrap_html_19 .tx_powermail_pi1_fieldwrap_html_radio_title,
.tx_powermail_pi1_fieldwrap_html_20 .tx_powermail_pi1_fieldwrap_html_radio_title,
.tx_powermail_pi1_fieldwrap_html_21 .tx_powermail_pi1_fieldwrap_html_radio_title,
.tx_powermail_pi1_fieldwrap_html_22 .tx_powermail_pi1_fieldwrap_html_radio_title,
.tx_powermail_pi1_fieldwrap_html_23 .tx_powermail_pi1_fieldwrap_html_radio_title,
.tx_powermail_pi1_fieldwrap_html_24 .tx_powermail_pi1_fieldwrap_html_radio_title {
	font-weight		:bold;
}

.tx_powermail_pi1_fieldwrap_html_content {
	margin			:0 0 8px 0;
	padding-top		:8px;
}
.tx_powermail_pi1_fieldwrap_html_content p,
.tx_powermail_pi1_fieldwrap_html_content .csc {
	margin			:0;
}

form.tx_powermail_pi1_formconfirmation_back {
	float			:left;
	margin-right		:8px;
}

.tx-powermail-pi1_thx table.csc-table {
	table-layout		:auto;
	empty-cells			:show;
	border-spacing		:0;
	border-collapse		:collapse;
	border				:solid 1px #c3a471;
	width				:100%;
	margin				:0;
}

.tx-powermail-pi1_thx table.csc-table tr {
}

.tx-powermail-pi1_thx table.csc-table th, 
.tx-powermail-pi1_thx table.csc-table td {
	padding				:.2em .5em;
	border-right		:solid 1px #c3a471;
	border-bottom		:solid 1px #c3a471;
}

.tx-powermail-pi1_thx table.csc-table th {
	font-weight			:bold;
	border-bottom		:solid 1px #c3a471;
	background		:#efe8dc;
}

.tx-powermail-pi1_thx table.csc-table th p, 
.tx-powermail-pi1_thx table.csc-table td p {
	margin			:0;
}

/* ----------------------------------------------------------------------------------- tx-slideshow-pi1 */
/*
.normal .tx-slideshow-pi1 {
	width			:446px;
	padding			:1px;
	margin			:0 0 30px 0;
	border			:solid 1px #33679b;
	overflow		:hidden;
}

.normal .tx-slideshow-pi1 div,
.normal .tx-slideshow-pi1 embed,
.normal .tx-slideshow-pi1 object,
.normal .tx-slideshow-pi1 script,
.normal .tx-slideshow-pi1 noscript {
	line-height		:0;
	margin			:0;
	padding			:0;
}
*/

/* ----------------------------------------------------------------------------------- browsebox */

.tx-ttnews-browsebox {
	border-top		:dotted 1px #dddddd; 
	padding-top		:8px;
}

.showResults {
	color			:#888888;
	font-size		:0.9em;
}

.showResults span {
	font-weight		:bold;
}

ul.browsebox {
	padding			:0;
	margin			:0 0 2em 0;
	list-style		:none;
}

ul.browsebox li {
	font-size		:0.9em;
	float			:left;
	border			:solid 1px #68b022;
	-moz-border-radius	:6px;
	-khtml-border-radius	:6px;
	-o-border-radius	:6px;
	-webkit-border-radius	:6px;
	border-radius	:6px;

	padding			:0px;
	margin			:0 4px 0 0;
	font-weight		:bold;
	width			:20px;
	height			:16px;
	text-align		:center;
	background		:#68b022;
	list-style-image:none;
}

ul.browsebox li a {
	display			:block;
	padding			:1px;
	min-width			:15px;
	text-align		:center;
	color			:#ffffff;
}

ul.browsebox li.tx-indexedsearch-browselist-currentPage,
ul.browsebox li.activeLink {
	border			:solid 1px #68b022;
	background		:#ffffff;
}

ul.browsebox li.tx-indexedsearch-browselist-currentPage a,
ul.browsebox li.activeLink a {
	color			:#2c5814;
}

ul.browsebox li:hover {
}

ul.browsebox li a:hover {
	color			:#2c5814;
}
ul.browsebox li.tx-indexedsearch-browselist-currentPage a:hover,
ul.browsebox li.activeLink a:hover {
}

