/* HTML, BODY */
html, body 				{height: 100%; padding: 0px; margin: 0px; background-image:url(img/background.jpg); background-repeat:repeat-x; FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;  FONT-SIZE: 13px;  LINE-HEIGHT: 20px; }
html	 				{overflow-y: scroll !important; }  /* Vertikaler Scrollbalken wird im FF eingeblendet; weitere Möglichkeit: body {overflow: -moz-scrollbars-vertical;} */
A:link 					{COLOR: #330099; TEXT-DECORATION: none }
A:visited 				{COLOR: #330099; TEXT-DECORATION: none }
A:anker 				{COLOR: #6c7884; TEXT-DECORATION: none }
A:hover 				{COLOR: #6c7884; TEXT-DECORATION: none }
A:active 				{COLOR: #6c7884; TEXT-DECORATION: none }

/* LAYOUT */
.wrapper				{position:absolute; left:50%; margin:0px 0px 0px -475px; width:950px; min-height:100%; background-color:#FFFFFF; clear:both; background-image:url(img/backgroundwrapper.gif); background-repeat:repeat-x;}
.trommel				{position:absolute; width:920px; height:75px; top:21px; left:15px; text-align:left; background-image:url(img/trommel.gif); background-repeat:no-repeat;}
.baer					{position:absolute; width:90px; height:99px; top:95px; left:70px; text-align:left; /* background-image:url(img/baer_anim.gif);  background-repeat:no-repeat; */}
.schriftzug				{position:absolute; width:280px; height:35px; top:115px; left:225px; text-align:left; background-image:url(img/schriftzug.gif);  background-repeat:no-repeat;}
.hilfsnavigation		{position:absolute; height:25px; top:90px; right:45px; z-index:3;}
.navigation				{position:absolute; width:750px; height:25px; top:165px; left:200px; float:left; z-index:2;}
.balken					{position:absolute; width:920px; height:4px; top:190px; left:15px; background-color:#47525c; }
.teaser					{position:absolute; width:170px; height:120px; top:220px; left:15px; }
.subnavigation			{position:absolute; width:140px; top:360px; left:45px; float:left; font-size:13px; line-height:20px; text-decoration:none;}
.inhalt					{position:relative; margin-top:215px; left:225px; float: left; width: 680px; z-index:1;}
.fusszeile				{position:relative; margin-top:15px; left:225px; margin-bottom:15px; text-align:right; width: 680px; }

/* HTML */
h1 						{FONT-SIZE: 22px; COLOR: #6c7884; LINE-HEIGHT: 26px; FONT-WEIGHT: bold; TEXT-DECORATION: none; margin-top: 0px; margin-bottom: 12px;}
p	 					{margin-top: 0px; margin-bottom: 12px;} 
li						{margin: 7px 0px 0px -22px;}




/* CSS_Content */

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
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 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #aaa;
	background-color: #fff;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
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,
div.tx_powermail_pi1_fieldwrap_html p a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn {
	/* Description */
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p 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;
	text-decoration: none;
}
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;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}