@charset "UTF-8";
/* CSS Document 
bmgev.de
Birgit Rühring mentronic 2010*/
/* @group Colors */
h1.mietrecht a,
h2.mietrecht a {
color: #5C70D1;
}
h1.betriebskosten a,
h2.betriebskosten a {
color: #00BFFF;
}
h1.mieterecho a,
h2.mieterecho a {
color: #FF0029;
}
h1.politik a,
h2.politik a {
color: #FF8200;
}
h1.beratung a,
h2.beratung a {
color: #A8D600;
}
h1.verein a,
h2.verein a {
color: #40AB14;
}
a {
	color:  #757B81;
}
a:visited, a.visited {
	color: #730B28;
}
/* @end */
/* @group Allgemein */
body, p, ol, ul,td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #333847;
}

hr {
	border: none;
	border-top: 1px dotted #333847;
	background-color: #FFFFFF;
	height: 1px;
}

acronym, dfn, abbr, span.abbr {
	font-style:  normal;
	border-bottom:1px dotted #333847;
	cursor:help;
}
blockquote {
background: url(http://www.bmgev.de/fileadmin/redaktion/bilder/icons/fuesschen.png) no-repeat left center;
}
/* @end */

/* @group Überschriften */
h1,h2,h3,
div#col-main h2,
div#col-right h4.dachzeile,
legend, caption,
.tx-indexedsearch-whatis {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
h1, h1.standard {
	font-size:  18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 3px;
}
h2, legend, .tx-indexedsearch-whatis {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 1px;
}

h3, caption {
	font-size:  13px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 3px;
}
h4 {
	font-size:  15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1.csc-firstHeader,
h2.csc-firstHeader,
h3.csc-firstHeader,
h4.csc-firstHeader {
	margin-top: 0;
	padding-top: 0;
}

/* @group rechte Spalte */
div#col-right h2 {
	font-size:  13px;
	font-weight: normal;
}
div#col-right h4.dachzeile {
	font-size: 16px !important;
	font-weight: bold;
}

/* @end */
/* @end */

/* @group Text */
p {
	margin-top:5px;
	margin-bottom: 5px;
	
}
p.leitsatz {
	font-weight:  bold;
}
div.verfasser {
font-size:12px;
}
div.kasten {
	font-size: 14px;
	/*color: #050100;*/
	background-color:#e6e6e6;
	padding:15px 15px 15px 15px;
}
p.verfasser {
font-size:12px;
}
p.kasten {
	font-size: 14px;
	/*color: #050100;*/
	background-color:#e6e6e6;
	padding:15px 15px 15px 15px;
}
p.headline {
	
}

p.urteil {
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight:  bold;
}
p.blockquote {
background-image: url(http://www.bmgev.de/fileadmin/redaktion/bilder/icons/fuesschen.png);
background-repeat:no-repeat;
padding-left:60px;
margin-right:50px;
}
/* @end */


/* @group Links */
a {
	text-decoration: none;
}
a:hover,a.hover {
	text-decoration: underline;
}



/* @end */

/* @group Text/Bild, Bild */
img {
	border:  0px none;
}
div#col-main div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	padding-left:20px;
}
div#col-main div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	padding-right:20px;
}

dd.csc-textpic-caption {
	font-size:  12px;
	padding-top: 9px;
	line-height: 15px;
}

/* @end */

/* @group Frames, Boxen */
div#col-right div.csc-default {
	border-top: 3px solid #fff;
	margin-left:  -10px;
	margin-right:  -10px;
	padding: 10px;
	position: relative;
}
.csc-frame {
	margin-bottom: 5px;
}
.csc-frame-rulerAfter {
	border-bottom: 1px dotted #333847;
	padding: 5px 0;
	width: 100%;
}

div#col-main div.csc-default {
	margin-bottom: 18px;
}

/* @end */

/* @group Tabelle */

table {
	width: 100%;
	margin-bottom:  10px;
}
caption {
	text-align: left;
}
th, td {
	margin: 2px;
	padding: 3px 11px;
}
th, th p {
	color:  #fff;
	background-color:  #333847;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	width: 75px;
}
td {
	background-color: #E6E6E6;
}

/* @group sichtbare Tabellen */





/* @end */



/* @end */

/* @group Listen */
ul,
.csc-textpic-intext-left ul  {
	margin-left: 0;
	padding-left: 20px;
	list-style-type: square;
}
#contentwrap li {
	padding-bottom: 12px;
}
ul li {
	/*list-style-type: square;*/
	list-style-image: url(../gfx/bullet.png);
	/*display:block;*/
	
}
ol,
.csc-textpic-intext-left ol {
	margin-left: 0;
	padding-left: 20px;
}
ol.abc-liste li {
	list-style-type: lower-latin;
}
ol.VIII-liste {
	list-style-type: upper-roman;
}
ul.linkliste li {
	list-style-type: disc;
	list-style-image: none;
	
}
ul.linkliste {
	padding-left: 0;
}
ul.linkliste li a {
	background: url(../gfx/link_icon_normal.png) no-repeat left 3px;
	padding-left: 20px;
}
ul.linkliste li a:visited {
	background: url(../gfx/link_icon_visited.png) no-repeat left 3px;
	padding-left: 20px;
}
/* @end */

/* @group Formulare */

/* @group beitrittserklärung */

div.tx-powermail-pi1_confirmation {
	padding-bottom: 50px;
}


/* @end */

/* @group Indexsuche */
.tx-indexedsearch br {
	clear:  both;
}
.tx-indexedsearch input,
.tx-indexedsearch select {
	margin-bottom:  10px;
}
/* @end */
.tx_powermail_pi1_form fieldset,
fieldset {
	padding: 10px 0 10px 0;
	width: 540px;
	border: none;
	margin: 0;
}

div.tx_powermail_pi1_fieldwrap_html,

div.powermail_radio_inner {
	float: left;
	clear:  both;
	padding-bottom: 10px;
}

.tx_powermail_pi1_fieldwrap_html_select label,
.tx_powermail_pi1_fieldwrap_html_text label,
.tx_powermail_pi1_fieldwrap_html_textarea label,
.mailform label {
	width: 130px;
	display: block;
	float: left;
}
select, option {
	color: #333847 !important;
}

.tx_powermail_pi1_fieldwrap_html_textarea textarea {
	width: 410px;
	border:  1px solid #919CA6;
}

.powermail_radio_inner label,
.powermail_check_inner label {
	float: right;
	width: 500px;
	padding-left: 10px;
}

.powermail_check_inner input {
	float: left;
}

.tx_powermail_pi1_fieldwrap_html_reset,
form.tx-powermail-pi1_confirmation_back {
	float:  left;
	width: 200px;
}
.tx_powermail_pi1_fieldwrap_html_reset input,
input.tx-powermail-pi1_confirmation_back,
#tx-indexedsearch-searchbox-button-submit,
input.reset {
	color:  #fff;
	background-color: #000;
	border:  1px solid #000;
	padding:  2px;
	float: left;
	width: 120px;
}
.tx_powermail_pi1_fieldwrap_html_submit,
form.tx_powermail_pi1_formconfirmation_submit {
	float:  right !important;
	width: 200px;
}
.tx_powermail_pi1_fieldwrap_html_submit input,
input.tx-powermail-pi1_confirmation_submit,
input.submit {
	color:  #fff;
	background-color: #000;
	border:  1px solid #000;
	padding:  2px;
	float:  right;
	width: 120px;
}
.tx_powermail_pi1_fieldwrap_html_submit input {
	margin-top: -32px;
}
.validation-advice {
	width: auto;
	padding-left: 130px;
	color:  #ff0029;
}

/* @end */

/* @group Downloads */
table.csc-uploads {
	width:  100%;
	collapse:collapse;
}
table.csc-uploads td {
	/*border-bottom: 1px dotted #333847 !important;*/
}
td.csc-uploads-icon,
td.csc-uploads-fileName,
td.csc-uploads-fileSize {
	vertical-align: top;
}
td.csc-uploads-fileName p {
	margin-top: 0;
	padding-top:0;
}
td.csc-uploads-fileSize {
	width: 70px;
	white-space: nowrap;
	text-align:  right;
}
/* @group csc-uploads-1 Icon */
table.csc-uploads-1 td.csc-uploads-icon {
	width: 20px;
	padding: 8px 10px;
}
/* @end */
/* @group csc-uploads-2 Voransicht */
table.csc-uploads-2 td.csc-uploads-icon {
	width:152px;
	padding:8px 10px;
}
table.csc-uploads-2 td.csc-uploads-icon img {
	border: 1px solid #757B81;
}
/* @end */
/* @end */

/* @group span mit Icons */
span.icon-rollstuhlgeeignet {
	padding-right: 25px;
	padding-top: 3px;
	padding-bottom:  3px;
	background: url(../gfx/rollstuhlgeeignet.gif) no-repeat right center;
}
span.icon-bus {
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom:  3px;
	background: url(../gfx/bus.gif) no-repeat left center;
}
span.icon-metro {
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom:  3px;
	background: url(../gfx/metro.gif) no-repeat left center;
}
span.icon-s-bahn {
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom:  3px;
	background: url(../gfx/s-bahn.gif) no-repeat left center;
}
span.icon-tram {
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom:  3px;
	background: url(../gfx/tram.gif) no-repeat left center;
}
span.icon-u-bahn {
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom:  3px;
	background: url(../gfx/u-bahn.gif) no-repeat left center;
}

/*span.required {
	color: #ff0000;
} Jens 29.08.11 Farbe wechseln*/
span.required {
color:#CB0101;
}

p.required {
color:#CB0101;
}
/* ein und ausruecken*/
.indent{
margin-left:30px;
}
p.align-justify { text-align:justify }
p.align-right { text-align: right }
p.align-center { text-align: center }

/* hiddenfield datum */
#powermaildiv_uid24{
	display:none;
}


/* new teaser background colors */

div#col-right .teaser-bg-beratung {
  background: #A8D600;
}


div#col-right .teaser-bg-betriebskosten {
  background: #00BFFF;
}

div#col-right .teaser-bg-mieterecho {
  background: #FF0029;
}

div#col-right .teaser-bg-mietrecht {
  background: #5C70D1;
}


div#col-right .teaser-bg-politik {
  background: #FF8200;
}

div#col-right .teaser-bg-verein {
  background: #40AB14;
}

div#col-right .teaser-bg-beratung h4.dachzeile,
div#col-right .teaser-bg-betriebskosten h4.dachzeile,
div#col-right .teaser-bg-mieterecho h4.dachzeile,
div#col-right .teaser-bg-mietrecht h4.dachzeile,
div#col-right .teaser-bg-politik h4.dachzeile,
div#col-right .teaser-bg-verein h4.dachzeile {
  color: #FFF;
}
div#col-right .teaser-bg-beratung h1 a,
div#col-right .teaser-bg-betriebskosten h1 a,
div#col-right .teaser-bg-mieterecho h1 a,
div#col-right .teaser-bg-mietrecht h1 a,
div#col-right .teaser-bg-politik h1 a,
div#col-right .teaser-bg-verein h1 a {
  color: #000;
}

div#col-right .teaser-bg-beratung p,
div#col-right .teaser-bg-betriebskosten p,
div#col-right .teaser-bg-mieterecho p,
div#col-right .teaser-bg-mietrecht p,
div#col-right .teaser-bg-politik p,
div#col-right .teaser-bg-verein p {
  color: #000;
}
div#col-right .teaser-bg-beratung p a,
div#col-right .teaser-bg-betriebskosten p a,
div#col-right .teaser-bg-mieterecho p a,
div#col-right .teaser-bg-mietrecht p a,
div#col-right .teaser-bg-politik p a,
div#col-right .teaser-bg-verein p a {
  color: #FFF;
}




/* @end */

