<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	color: #1a171b;

	}
body {
	margin: 0 auto;
	padding: 0 0 20px;
	font: 16px/1.4 normal Arial, Helvetica, sans-serif;
	color: #1a171b;
	background-color: #f5f5f5;
	}

html.oldie body.microsite { background-color: #ffe500; }

/* =============================================================================
   Links
   ========================================================================== */


a:visited { color: #7f408e; }a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { color: #333; outline: 0; }

a.active { font-weight: bold; }


/* =============================================================================
   Primary styles
   Author: Christian Althoff
   ========================================================================== */
iframe {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	max-width:100%;
	}
	
/* responsiver iframe muss hÃ¶her werden */	
@media screen and (max-width: 1200px) {
		iframe {
			height:2500px !important; 
		}
		
	}

img {
		max-width: 100% !important;
		height: auto;
	}


div.box {
	margin: 5px auto 0;
	padding: 10px 20px;
	background: #ffe500;
	max-width:100%;
	}


	.outerwrapper {
		background-color: #ffe500;
		width: 100%;
		max-width: 640px;
		margin: auto;
	}
img.header {
	display: block;
	margin: 20px 0 0;
	}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	line-height: 1.1;
	}
h1 {
	margin: 30px auto 5px;
	font-weight: bold;
	text-align: center;
	font-size: 50px;
	}
h2 {
	font-size: 24px;

	padding: 1em 0 .3em;
	}
h2 strong { font-weight: bold; }


h3 {
	padding: 0 0 .3em;
	font-size: 19px;
	font-weight: bold;
	margin-top: 28px;

	}
h4 {

	font-size: 20px;
	}
ul, li {
	margin: 0px 0px 12px 0px ;
	padding: 0;
	list-style: none;
	}
ul, p {
	margin: 0;
	padding: 0 0 .8em;
	}

	ul.footerlinks li {
	display: inline-block;
}

em {
	font-style: italic;
	}
td {
	vertical-align: top;
	text-align: left;
	}

td.col1 {
	padding-right: 20px;
	white-space: nowrap;
	}

/* =============================================================================
   Formulare
   ========================================================================== */
fieldset {
	margin: 0;
	padding: 0px 0 10px;
	}
fieldset h3 {
	padding-bottom: 5px;
	}
input:invalid, textarea:invalid { background: none; }

input.powermail_submit {
    display: block;
    float: none;
    margin: 18px 0px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #eee;
    box-shadow: 2px 2px 2px #bbb;
}

input, textara, select {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px dotted #999;
	background: none;
	color: #000;
	padding: 3px;
	}
	.tx_powermail_pi1_fieldwrap_html_text input,
	.tx_powermail_pi1_fieldwrap_html_textarea input,
	.tx_powermail_pi1_fieldwrap_html_select select {
		width: 60%;
		}
	input.powermail_submit {
		background: transparent url(http://www.bauwelt.de/bauwelt/images/bgPattern.gif) left top repeat;
		font-family: "Times New Roman", Times, serif;
		font-size: 15px;
		padding: 1px 3px;
		border: none;
		}
	input:hover.powermail_submit, input:focus.powermail_submit { background: #fff; }

input:focus, textarea:focus {
	background: #fff;
	border: 1px solid #1a171b;
	}

label {
	width: 35%;
	float: left;
	clear: left;
	}
	.powermail_check_inner label,
	.powermail_radio_inner label {
		float: none;
		width: auto;
		}

label.tx_powermail_pi1_checkbox_legend,
label.tx_powermail_pi1_radio_legend {
	float: none;
	display: block;
	width: auto;
	font-weight: bold;
	padding-bottom: 4px;
	}

.tx_powermail_pi1_fieldwrap_html {
	padding: 0 0 5px;
	position: relative;
	}

.powermail_mandatory {  }


.tx-powermail-pi1_mandatory {
	border: 3px solid #b63040;
	padding: 7px;
	background: #fff;
	color: #000;
	}
.tx-powermail-pi1_mandatory strong { color: #b63040; }
.tx-powermail-pi1_mandatory li strong { color: #000; font-weight: normal; }
.tx-powermail-pi1_mandatory li strong b { font-weight: bold; }

.powermail_mandatory_helper{ visibility:hidden;height:1px;position:absolute; }

.error {
	margin-left: -100px;
	font-size: 11px;
	color: #b63040;
	background: #fff;
	padding: 2px 4px;
	border: 1px solid #b63040;
	}
.missingInfoNextToButton {
	margin: 0;
	display: none;
	position: absolute;
	z-index: 10;
	width: 170px;
	top: -20px;
	left: 120px;
	}
.missingInfoNextToButton.isShown {
	display: block;
	}


/* =============================================================================
   Styles nach Seiten
   ========================================================================== */

/* StadtBauweltGesprÃ¤ch2013 */
#index-168 h3,
#index-168 h4 { color: #99CC00; }
</pre></body></html>