/*
	CSS HundeSinn
	(c) pixel-id GmbH, www.pixel-id.de
*/
html, body {
	margin:0;
	padding:0;
}
#links {
	float:left;
	width:220px;
}
#mitte {
	float:left;
	width:20px;
}
#rechts {
	float:left;
	width:650px;
	margin-top:10px;
}
.ro {
	background:url(rahmen/rahmen_r2_c3.gif) top right no-repeat;
	margin:0;
	padding:0;
}
.lo {
	background:url(rahmen/rahmen_r2_c2.gif) top left no-repeat;
	margin:0;
	padding:0;
}
.ru {
	background:url(rahmen/rahmen_r3_c4.gif) bottom right no-repeat;
	margin:0;
	padding:0;
}
.lu {
	background:url(rahmen/rahmen_r3_c2.gif) bottom left no-repeat;
	margin:0;
	padding:0;
}
#links .ro {
	background:url(rahmen_links/rahmen_r2_c3.gif) top right no-repeat;
}
#links .lo {
	background:url(rahmen_links/rahmen_r2_c2.gif) top left no-repeat;
}
#links .ru {
	background:url(rahmen_links/rahmen_r3_c4.gif) bottom right no-repeat;
}
#links .lu {
	background:url(rahmen_links/rahmen_r3_c2.gif) bottom left no-repeat;
}
/* Navigation Lv1 */
.nav {
	margin:0;
	padding:30px 11px 0px 2px;
	/*height:650px*/
	min-height: 500px;
}
.nav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.nav li {
	margin:0;
	color:#333333;
	border-bottom:1px solid #ffffff;
}
.nav li.sub {
	margin:0;
	color:#333333;
	border-bottom:none;
}
.nav ul li a,
.nav ul li a:hover,
.nav ul li.aktiv a,
.nav ul li.aktiv a:hover {
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	padding:6px 0 6px 30px;
	width:177px;
	display:block;
}
.nav ul li a:hover {
	background-color:#FFBC77;
}
.nav ul li.aktiv a {
	color:#F89734;
	background-color:#FFFFFF
}
.nav ul li.aktiv a:hover {
	color:#F89734;
	background-color:#FFFFFF
}
/* Navigation Lv2 */
.nav ul li ul {
	padding-bottom:6px;
	border-bottom:1px solid #ffffff;
}
.nav ul li ul li {
	border:none;
}
.nav ul li ul li a,
.nav ul li ul li a:hover,
.nav ul li ul li.aktiv a,
.nav ul li ul li.aktiv a:hover {
	font-weight:normal;
	color:#ffffff;
	padding:3px 0 3px 30px;
	width:177px;
	display:block;
}
.nav ul li ul li a:hover,
.nav ul li ul li.aktiv a,
.nav ul li ul li.aktiv a:hover {
	background-color:#FFBC77;
}
/* Aktuell */
.aktuell {
	font-size:15px;
	color:#FFFFFF;
}
.inhalt {
	margin:0;
	padding:60px 60px 30px 60px;
	/*height:500px;*/
}
.inhalt p {
	margin:0;
	padding:0;
	margin-bottom:1em;
}
h1,
.inhalt h1,
.inhalt h1.csc-firstHeader {
	margin:0;
	padding:0;
	margin-bottom:.3em;
}
h3,
.inhalt h3 {
	margin:0;
	padding:0;
	margin-bottom:.3em;
	font-size:12px;
	font-weight:bold;
	color: #F89734;
}
.csc-frame-rulerBefore {
	border-top:1px dotted #F89734;
	margin: 15px 0;
}
#logo {
	margin-top:20px;
	margin-bottom:50px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
#copyright {
	font-size:9px;
	color:#999999;
	margin-top:5px;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
}
a {
	text-decoration:none;
	color:#F89734;
}
.inhaltsbild_rechts {
	margin:0 0 10px 10px;
	float:right;
	padding:0;
}	

.box { width: 47	em; background: #F89734;}
.box h1, .box p {margin: 0 10px;}
.box h1 {font-size:150%; color:#ffffff; }
.box .top, .box .bottom{display:block;background: #ffffff;}
.box .top b, .box .bottom b
{
  display:block;height: 1px; overflow: hidden; background: #F89734;
}
.box .r1{margin: 0 5px;}
.box .r2{margin: 0 3px;}
.box .r3{margin: 0 2px;}
.box .top .r4, .box .bottom .r4{margin: 0 1px;height: 2px;}

/* Style-Umschalter */
div#stylelink {
	clear:both;
	margin-left:520px;
}

/*
*****************************************
powermail
*****************************************
*/
/* 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 #ccc;
	/*background-color: #ccc;*/
	padding: 10px;
	margin-top:20px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: normal;
	color: black;
	font-size:14px;
}
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: #eee;*/
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}


/* Radios nach Nadine-Geschmack */

.tx_powermail_pi1_fieldwrap_html_radio {
	margin:10px 0;
	clear: both;
}
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	width: 200px;
	float:left;
}
.powermail_radio_inner {
	float:left;
	margin-right:20px;
}
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner label {
	display: inline-block;
	width: 50px;
	float: left;
	clear:none;
	font-weight: normal;
	padding-top:5px;
	padding-right:5px;
}

/* Checkboxen nach Nadine-Geschmack */
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner {
	margin: 5px 0px;
}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner label {
	float: left;
	width:450px;
	font-weight:normal;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	margin-bottom: 1em;
}
div.csc-frame.csc-frame-frame1 {
	background-color: #F89734;
	margin: 10px 0;
	padding: 10px;
}
div.csc-frame.csc-frame-frame1 h3,
div.csc-frame.csc-frame-frame1 p {
	color: #FFF;
}
