@charset "UTF-8";
/* CSS Document */

/* Stylesheet for Gender Forum */

/* undohtml.css (slightly modified by Rolf Thiele, D&T Internet GbR)
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited {text-decoration: none;}
h1,h2,h3,h4,h5,h6,pre,code, p, ul, li, td {font-size: 1em;}
h1,h2,h3,h4,h5,h6,p,pre,form,body,html,blockquote,fieldset,input,dd
{ margin: 0; padding: 0;}
a img,:link img,:visited img, :hover img, :active img {border: none;}
address {font-style: normal;}

/* end undohtml.css */

/*** Global definitions ***/

body {
	text-align: center;
	font-size: .63em;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	background: url(gfx/bg-body.png) no-repeat top center white;
	line-height: 1.5em;
}

p, pre, form, blockquote, dt,dd, ul, ol, table {
	font-size: 1.4em;
}

blockquote p, form p, table p, form table {
	font-size: 1em;
}

blockquote {
	margin-left: 2em;
}

a {
	color: black;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#container {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	min-height: 970px;
}


/*** Fontsize ***/

#fontsize {
	height: 3.5em;
	line-height: 3.5em;
	padding: 0 10px;
	text-align: right;
	border-bottom: 1px solid #e5e5e5;
	font-size: .86em;
	color: #666;
}

#fontsize a {
	color: #666;
}

/*** Logo ***/

#logo {
	height: 140px;
	border-bottom: 1px solid #e5e5e5;
}

#logo img.logo {
	float: left;
	margin: 27px 0 0 10px;
}
#logo img.issue {
	float: right;
	margin: 27px 10px 0 0;
}


/*** Menu ***/

#menu {
	min-height: 3em;
	line-height: 3em;
	padding: 0 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#menu li {
	margin: 0 1.25em 0 0;
	padding: 0;
	list-style-type:none;
	display: inline;
}

/*** Issue Header ***/

#issue-header {
	min-height: 13em;
}

#issue-header h1, #issue-header h2 {
	color: white;
	padding: 0 10px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
}

#issue-header h1 {
	height: 1em;
	font-size: 4.8em;
	line-height: 1.2em;
	padding-bottom: 12px;
}

#issue-header h2 {
	height: 1em;
	font-size: 2.4em;
	line-height: 1.2em;
}

#issue-header-bottom {
	height: 20px;
}

#issue-header-bottom .text-overlay {
	height: 10px;
	width: 600px;
	background: white;
	margin-left: 230px;
}

#issue-header-bottom .shadow {
	height: 10px;
	background: url(gfx/bg-issue-header.png) white no-repeat;
}



/*** Table of contents ***/

#table-of-contents {
	width: 210px;
	float: left;
	color: #666;
	padding-top: 10px;
}

#table-of-contents a {
	color: #666;
}

#table-of-contents h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-left: 10px;
}

#table-of-contents ul {
	list-style-type: none;
	margin: 1em 0 0 10px;
	padding: 0;
}

#table-of-contents li {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#table-of-contents p {
	margin: 1em 0 0 10px;
	padding: 0;
}

#table-of-contents p a {
	text-decoration:underline;
}

#table-of-contents ul.toolbox {
	border-top: 1px solid #ccc;
}

#table-of-contents ul.toolbox li.printlink {
	margin-top: 1em;
	background: url(gfx/toolbox-print.png) no-repeat top left;
}

#table-of-contents ul.toolbox li.pdflink {
	margin-top: 1em;
	background: url(gfx/toolbox-pdf.png) no-repeat top left;
}

#table-of-contents ul.toolbox li.share {
	margin-top: 1em;
	background: url(gfx/toolbox-share.png) no-repeat top left;
}

#table-of-contents ul.toolbox li a, #table-of-contents ul.toolbox li span {
	margin-left: 20px;
}

ul.toolbox li.share .sharebox {
	display:none;
}

ul.toolbox li.share:hover .sharebox {
	position: absolute;
	z-index: 200;
	display: block;
	margin-top: -5px;
	width: 120px;
	border: 1px solid #ccc;
	padding: 10px;
	background: white;
}

#table-of-contents ul.toolbox li .sharebox a {
	display: block;
	margin: .5em 0;
	padding-left: 20px;
	min-height: 16px;
}

a.twitter {
	background: url(gfx/toolbox-twitter.png) no-repeat top left;
}

a.google {
	background: url(gfx/toolbox-google.png) no-repeat top left;
}

a.twitter {
	background: url(gfx/toolbox-twitter.png) no-repeat top left;
}

a.facebook {
	background: url(gfx/toolbox-facebook.png) no-repeat top left;
}

a.delicious {
	background: url(gfx/toolbox-delicious.png) no-repeat top left;
}

a.digg {
	background: url(gfx/toolbox-digg.png) no-repeat top left;
}

a.technorati {
	background: url(gfx/toolbox-technorati.png) no-repeat top left;
}


/*** Main ***/

#main {
	background:url(gfx/bg-main.png) repeat-y;
	margin-left: 210px;
	width: 630px;
}

#main .inner {
	padding: 0 20px 0 30px;
}

#main h3 {
	font-size: 2.4em;
	margin-bottom: .6em;
	line-height: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

#main h4 {
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom: 1em;
}

#main h5 {
	font-size: 1.4em;
	font-weight:bold;
	color: #666;
	margin-bottom: 1em;
}

#main p, #main dd, #main dt {
	margin-bottom: 1em;
	text-align:justify;
	line-height: 1.3em;
}

#main p {
	text-indent: 2em;
}

#main blockquote p, #main table p, #main div.editorial p, #main .footnote-text, #main .footnote-text p, #main p.noindent, #main .literature p {
	text-indent: 0;
}

#main p.singletitle {
	text-indent: 0;
	font-size:24px; 
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main p.filtertext {
	text-indent: 0;
	margin:0;
	padding:10px 0 0 0;
}

#main p.csc-linkToTop {
	text-indent: 0;
	font-weight: bold;
}

#main p .author, #main p.author {
	font-weight: bold;
	margin-left: -2em;
}

#main p .paragraphnumber {
	margin-right: 1em;
	margin-left: -2em;
}

#main p.noindent {
	text-indent: 0;
}

#main-bottom {
	background:url(gfx/bg-main-bottom.png) no-repeat;
	margin-left: 210px;
	width: 630px;
	height: 40px;
	margin-top: -1.4em;
	clear:left;
}

#main .csc-menu dd {
	margin-left: 2em;
}

#main ul.csc-menu {
	margin: 0 0 1em 0;
	padding: 0;
}

#main .csc-menu li {
	list-style-type:none;
	margin: 0 0 1em 0;
	padding: 0;
}

.tx-indexedsearch td {
	padding: 0 2px 5px 0;
}

fieldset {
	border: none;
}

.tx-indexedsearch fieldset legend {
	display: none;
}

.tx-indexedsearch fieldset div {
	margin-bottom: 5px;
}

.tx-cccbrowse-pi1-browsebox table td {
	border: none;
	background: none;
}

#main .tx-cccbrowse-pi1-browsebox td p {
	margin: 0;
}

#main .tx-cccbrowse-pi1-browsebox td.tx-cccbrowse-pi1-browsebox-SCell p a {
	font-weight: bold;
	color: black;
}

#main .csc-textpic {
	float:left;
}

#main .csc-textpic .csc-textpic-imagerow {
	xclear: right;
}

.csc-textpic-caption {
	font-size: 1.1em;
}

/*** Footer ***/

#footer {
	margin: 1em 10px;
	color: #666;
	font-size: .86em;
}

#footer p, #footer .meta-nav {
	display:inline;
}

#footer a {
	margin: 0 .2em;
	color: #666;
}

#footer p.license {
	display:block;
}

#footer p.license a {
	font-weight:bold;
	margin:0;
}

#footer .spacer {
	margin: 0 .5em;
}


/*** Footnotes ***/

.footnote  {
	color: #ccc;
	position: relative;
	xz-index: 1;
}

.footnote .footnote-text {
	display: none;
}

.footnote:hover .footnote-text {
	position: absolute;
	z-index: 200;
	display: block;
	color: #666;
	font-size: .86em;
	line-height: 1.3em;
	padding: 1em;
	border: 1px solid #ccc;
	xmargin-right: 1em;
	background: white;
	width: 400px;
	xmargin-left: 5px;
	xmargin-top: -5px;
	left: -200px;
	top:1.25em;
}

#main .footnote:hover .footnote-text p.bodytext {
	color: #666;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0;
	margin:0;
}

ul.endnotes {
	margin: 0 0 1em 0;
	padding: 0;
}

ul.endnotes li {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type:none;
	line-height: 1.3em;
	color: #666;
	font-size: .86em;
	margin-left: 2.43em; /* 28px, just like blockquote */
	text-indent: -2.43em;
	text-align:justify;
}

/*******************************************/
/***************Powermail*******************/
/*******************************************/

	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
	font-size:14px;
	font: Arial, Helvetica, sans-serif;
}

input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 10px 240px;
	font-size:14px;
	font: Arial, Helvetica, sans-serif;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border:1px solid #ccc;
	background-color: #fff;
	padding:10px 0 0 10px;
	margin:10px 0 10px 0;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	margin: 0 5px 0 5px;
	padding:0 5px 0 5px;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 240px;
	float: left;
	clear: both;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
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: 307px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
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:5px 0 15px 0;
	font-family :Arial, Helvetica, sans-serif;
	font-size:12px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin:20px 0 0 240px;
	padding:0 0 0 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

div.tx_powermail_pi1_fieldwrap_html_submit {
	padding:0 0 0 0;
	height:40px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_reset {
/* reset button */
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight: normal;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}

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_captcha {
	margin: 0;
	padding: 0;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_captcha {
margin:0;
padding:0;
}


div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 300px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-style:normal;
}

div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: #fff;
}

	/* Confirmation */
td.powermail_all_td {;
	padding: 3px 10px 3px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

}

form.tx_powermail_pi1_formconfirmation_back {
width:100px;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

input.tx-powermail-pi1_confirmation_back {
font-size:12px;
width:115px;
padding: 0 15px 0 0;
margin:0;
}

input.tx-powermail-pi1_confirmation_submit {
font-size:12px;
width:115px;
padding: 0 0 0 15px;
margin:0;
}

/***************** List **********************/

.powermailfe_list a {
font-size: 12px;
padding: 0 0 0 3px;
margin:0;
}

.powermailfe_single a {
font-size: 12px;
padding: 0 0 0 0;
margin:0;
}

.powermailfe_listitem, .powermailfe_latestitem  {
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
padding: 10px 0 0 0;
}

.powermailfe_singleitem {
/*border-bottom: 1px solid #ccc;*/
margin: 0 0 10px 0;
padding: 0 0 0 0;
}

td.powermail_all_td {
font-size:12px;
}

dt.pfe_all_dl {
padding:0;
margin:0;
}

dl.powermailfe_all {
line-height:normal;
padding:0;
margin:0;
}

/*UID Label*/
dt.pfe_all_label {
font-size:16px;
font-weight:normal;
margin:0;
padding:0;
}

/*UID value*/
dd.pfe_all_value {
font-size:14px;
font-weight:normal;
font-style:italic;
margin:0;
padding:0;
}

/* Filter Label*/
div.powermailfe_filter_div label {
width: 250px;
margin-right: 15px;
font-weight: bold;
}

/* Filter Input Field*/
input.powermailfe_filter_text__all {
width: 365px;
margin: 0 0 0 0;
padding:0;
}

/* Filter Submit Button*/
input.powermailfe_filter_submit {
margin: 5px 0 0 0;
padding:0;
}

.powermailfe_listitem_###UID### {
font-size:14px;
}

div.powermailfe_filter {
margin: 0 0 0 0;
padding: 7px 0 10px 0;
}

.powermailfe_abc_letter {
font-size:14px;
padding:0 10px 0 0;
margin:0 0 0 0;
}

.powermailfe_abc_letter_all, .powermailfe_abc_letter_all a {
font-size:14px;
padding:0 0 20px 0;
margin:0 0 20px 0;
}

.powermailfe_abc_letter_09 {
color:#000;
}

.powermailfe_filter_abc {
border-bottom: 1px solid #ccc;
margin:0 0 15px 0;
padding:0 0 15px 0;
}