@CHARSET "ISO-8859-1";

div#content h1{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 15px;
}

div#content h2{
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 5px;
}

div#content p{
	font-size: .8em;
	margin-bottom: 10px;
}

span.centeredBold{
	text-align: center;
	font-weight: bold;
	display: block;
}

div#footer{
	font-size: .8em;
}

/** CONTENT LISTEN **/

div#contentBox ul{
	margin: 10px 0 10px 25px;
}

div#contentBox ul li{
	font-size: .8em;
	list-style:  square;
	margin: 3px 0;
}

/*** Contact Form ***/

form#kontaktformular{
	font-size: .8em;
}

form#kontaktformular label{
	width: 200px;
	display: block;
	float: left;
}


div.tx_powermail_pi1_fieldwrap_html, div.powermail_check_inner{
	clear:both;
	min-height: 20px;
	height: auto;
	margin: 20px 5px;
}

fieldset.tx-powermail-pi1_fieldset{
	margin: 10px 0;
}

.powermail_textarea{
	width: 300px;
	height: 150px;
	float: left;
}

.powermail_text{
	width: 300px;
	height: 20px;
	padding: 2px 5px;
	float: left;
}

input.powermail_submit{
	margin: 15px 0 0 198px;
}

div.powermail_mandatory_js{
	clear:both;
	margin-left: 200px;
	margin-top:3px;
}