/* CSS Document */
html, body {
	height:100%;
	margin: 0;
	padding: 0;
}

body {  		
	font-family: verdana, arial, sans-serif;
	font-size: 12px;  		
	text-align:center; /* horizontal centering for IE Win quirks */
	background: white;
	/*background-image: url(../images/em/brinkhege-rasen.jpg);*/ 
}

img { border: none;}

#gradientTop {
  height: 342px; 
  background-image: url(../images/brinkhege-verlauf-top.jpg); 
  background-repeat:repeat-x;
}

.contentContainer {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:996px; 		    
}

#bannerContainer {   
  height: 297px;
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  background-image:url(../images/background-banner.jpg);
  background-repeat: no-repeat;
}

#bannerContainer img {
  margin-left: 0px;
  margin-top: 0px;
}
#bannerContainer img.logo {
  margin-left: 20px;
  margin-top: 20px;
}

#navi {
  height:45px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

#navi ul {
  float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 80;
	/*border-right: 1px solid #535353;
	border-left: 1px solid #737373;*/
	margin-left: 20px;
	margin-top:0px;
}

#navi ul li {
	float: left;
	padding: 0;
	margin: 0;
}

#navi ul a, #footer a {
  color: white;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#navi ul a {
  display: block;
  /*border-left: 1px solid #737373;*/
  border-right: 1px solid white;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 4px;
	/*padding-top: 9px;
	padding-bottom: 9px;*/
	font-size: 12px;
}

#navi ul a:hover, #navi a.active {
  /*color: #ee7f01;
  text-decoration: underline;*/
}
#navi a.active {
  /*color: #ee7f01;
  text-decoration: underline;*/
  font-weight: bold;
}

#navi .submenue {
  margin: 0;
  margin-top: 3px;
  position: absolute; 
  left: auto;
}


.content {
  background: #eaeaea;
}

#middleContainer, #middleContainerMitarbeiter
	{
	float: left;
	width: 642px;
	}
* html #middleContainer, * html #middleContainerMitarbeiter
	{
	display: inline;
	}

#middleContainerMitarbeiter {
  width: 990px;
}

#contentWrapper { 
  margin: 20px 5px 20px 10px;
  background-color: white;
  border: 1px solid #e3e3e3;
  padding: 10px 10px 20px 10px;
}

#contentWrapper h1, #rightContainer h1 {
  color: #b60d27;
  font-size: 18px;
}

#middleContainer h2, #middleContainerMitarbeiter h2 {
  color: #b60d27;
  font-size: 13px; 
  margin-top:10px; 
  margin-left:20px;
  margin-bottom:-12px;
  padding:0;
}

#contentWrapper .csc-textpic-clear {
	height: 20px;
	background: url(../images/contentLine.jpg) no-repeat center center;
	z-index: 10;
}
#middleContainerMitarbeiter #contentWrapper .csc-textpic-clear {
  background: url(../images/mainMenuLine.jpg) no-repeat center center;
}


#rightContainer h3 {
  color: #972429;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

#rightContainer
	{
	float: left;
	width: 347px;	
	}
	
#rightContainerContent {
  margin: 21px 0px 10px 0px;
	background-color: white;
  
}

#rightContainerContent form {
  margin-top: 10px;
}

#rightContainerContent input {
  border: 1px solid #929292;
}

#rightContainerContent input.submit {
  color: #b60d27;
}


#rightContainerContent p {
  padding: 0 10px;
  position:relative;
}

#suchbox {
  background-image: url(../images/suchboxhintergrund.jpg);
  height: 77px;
  background-repeat: no-repeat;
}

#textbox {
  margin: 10px 0; 
}

#kontaktbox {
  background-image: url(../images/kontaktboxhintergrund.jpg);
  height: 128px;
  margin-top: 30px;
}
#suchbox, #kontaktbox {
  width: 347px;
  color: white;
  font-size: 10px;
}

#kontaktbox .inhalt, #suchbox .inhalt {
  padding: 10px;
}


/* Start Mac IE5 filter \*/
#middleContainer, #leftContainer, #rightContainer, #middleContainerMitarbeiter
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
  
	}
/* End Mac IE5 filter */
#wrapper
	{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */

#wrapper a {
  color: #B60D27; 
  /*#972429;
  color: #36552a;*/
}

#wrapper h1 a {
  text-decoration:none;
}

#wrapper a:hover {
  text-decoration:none;
}

#footer
	{
	clear: both;
	text-align: center;
	color: #B60D27;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px;
	height: 40px;
	}
	

#footer .left {
  float:left;  
}
#footer .right {
  float:right;
  color:#c3c3c3;  
}

#footer .left a , #footer .right a {
  color:#c3c3c3;
}

.bodytext .download,  .news-list-morelink .download {
	text-align: right;
	font-weight: bolder;
	float: right;
	margin: 0px;
	margin-right:10px;
	padding: 12px 0px 20px 28px;
	background: url(../images/bg_link.jpg) no-repeat bottom left;
	z-index: 5;
}

/*MAILFORM*/
div.csc-mailform-field {}
.mf-submit {position: relative; left:200px; width:200px; background-color: white;}
fieldset {border: 0px; margin-bottom:20px; padding: 0px;}
/*fieldset.csc-mailform label {width:100px; float: left; clear: right;}*/
label {
clear: left;
float: left;
width: 200px;
}
/*
input {
float: left;
}
*/
.csc-mailform-field {
padding-top: 5px;
clear: left;
margin-bottom: 1px;
}
.mf-input, .mf-text {width:200px;}


/* Powermail */
span.powermail_mandatory {
	/*color: #B70D27;*/
}
input.validation-failed,
textarea.validation-failed {
	background-color: #B70D27;
}
div.powermail_mandatory_js {
	color: #B70D27;
	margin: 3px 0 15px 200px;
}
legend {
  display:none;
}
fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 200px;
	float: left;
	clear: both;
	
}
fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset textarea {
	width: 260px;
}
div.tx_powermail_pi1_fieldwrap_html {
	margin: 3px 0;
	clear: both;
}
input.powermail_submit, .tx-powermail-pi1_confirmation_back, .tx-powermail-pi1_confirmation_submit {
	margin: 20px 0px;
	font-weight: bold;
	border: 1px solid #444;
	width: 130px;
}
.tx-powermail-pi1_confirmation_back, .tx-powermail-pi1_confirmation_submit {
  width: 200px;
  margin: 0;
  margin-top: 10px;
}

td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

.tx_powermail_pi1_fieldwrap_html_label {
  font-weight: bold;
  padding-top: 20px;
}
.tx_powermail_pi1_fieldwrap_html_109,
.tx_powermail_pi1_fieldwrap_html_110 {
  padding-top: 0;
  font-weight: normal;
}

.tx_powermail_pi1_fieldwrap_html_1, .tx_powermail_pi1_fieldwrap_html_77 {
  font-weight: normal;
  padding: 0;
}
.tx_powermail_pi1_fieldwrap_html_text, .tx_powermail_pi1_fieldwrap_html_textarea {
  padding-top: 5px;
}

.powermail_radio_inner {
  clear: both;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_radio {
  width: 15px;
}
.tx_powermail_pi1_fieldwrap_html_107 .uid107,
.tx_powermail_pi1_fieldwrap_html_102 .uid102,
.tx_powermail_pi1_fieldwrap_html_105 .uid105,
.tx_powermail_pi1_fieldwrap_html_106 .uid106,
.tx_powermail_pi1_fieldwrap_html_91 .uid91,
.tx_powermail_pi1_fieldwrap_html_94 .uid94, 
.tx_powermail_pi1_fieldwrap_html_3 .uid3
 {
  visibility: hidden;
}
/* Tortenformulare */
.tx_powermail_pi1_fieldwrap_html_111,
.tx_powermail_pi1_fieldwrap_html_129,
.tx_powermail_pi1_fieldwrap_html_130,
.tx_powermail_pi1_fieldwrap_html_136,
.tx_powermail_pi1_fieldwrap_html_138,
.tx_powermail_pi1_fieldwrap_html_139,
.tx_powermail_pi1_fieldwrap_html_140,
.tx_powermail_pi1_fieldwrap_html_141,
.tx_powermail_pi1_fieldwrap_html_142,
.tx_powermail_pi1_fieldwrap_html_150,
.tx_powermail_pi1_fieldwrap_html_151,
.tx_powermail_pi1_fieldwrap_html_152,
.tx_powermail_pi1_fieldwrap_html_154,
.tx_powermail_pi1_fieldwrap_html_155,
.tx_powermail_pi1_fieldwrap_html_157 { padding-bottom: 10px; }

.tx_powermail_pi1_fieldwrap_html_158,
.tx_powermail_pi1_fieldwrap_html_144 { color: red; }

input#uid139_cb, input#uid154_cb {width: 20px; }
input#uid139_hr, input#uid154_hr { width: 100px;}

#uid139_msg, #uid139_help, #uid154_msg, #uid154_help { display: none;}

/* Fantasytorte */
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_174,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_175,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_176,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_177,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_178,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_179,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_180,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_181,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_182,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_183,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_184,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_185,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_186,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_187,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_188,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_189,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_190,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_191,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_192,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_193,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_193,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_194,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_195,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_196,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_197,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_198,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_199,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_200,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_201,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_202,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_203,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_204,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_205,
#fantasytorte div.tx_powermail_pi1_fieldwrap_html_206 { float: left; clear: none; }
#fantasytorte div.tx_powermail_pi1_fieldwrap_html img { width: 120px; height: 80px; }

.fantasytorte {
  border:1px solid #000000;
  float:left;
  margin:0 10px 10px;
  width: 120px;
}
.fantasytorte_box {
  background-color:#ECECEC;
  font-weight:bold;
  height:50px;
  margin:0;
  padding:3px;
  text-align: right;
}

.fantasytorte_name {
  width: 80px; float: left; 
}
fieldset.tx-powermail-pi1_fieldset input.fantasytorte_checkbox {
  width: 15px;
  float: left;
}
div.tx_powermail_pi1_fieldwrap_html_168 { padding: 15px 0;}

.tx-srfeuserregister-pi1 dt {
  text-align:left;
}

.tx-srfeuserregister-pi1 form legend {
  color: black;
}
#wrapper .listforum_catname a {
  color: white;
}

#middleContainerMitarbeiter table.neuemitarbeiter {
  width: 90%;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
  margin-left: 0;
}

#weitersagen span { float: left; width: 180px; }
#weitersagen input { width: 180px; }
#weitersagen textarea { width: 180px; }