/****************************************************
		ALLGEMEINES
****************************************************/
body, p, td, th {
	margin:0;
	padding:0;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.7em;
	color:#000000;
}

body {
	background-color:#CCCCCC;
}

form,fieldset{
	margin:0;
	padding:0;
	border:none;
	overflow:visible;
}


/****************************************************
		LINKS
****************************************************/
a {
	text-decoration:underline;
	color:#595f66;
}
a:hover {
	text-decoration:none;
}


/****************************************************
		ÜBERSCHRIFTEN
****************************************************/
h1 {
	font-size:16px;
	font-weight:normal;
}
h2 {
	font-size:14px;
}
h3, h4, h5, h6 {
	font-size:12px;
}


/****************************************************
		LISTEN
****************************************************/



/****************************************************
		TABELLEN
****************************************************/



/****************************************************
		BEREICHE
****************************************************/
.all {
	margin:auto;
	width:860px;
	background-color:#ffffff;
	
	/* IE 7 */
	*position: absolute;
	*left: 50%;
	*margin-left: -430px;


	/* IE 6 */
	_position: absolute;
	_left: 50%;
	_margin-left: -430px;
}

.header {
	width:860px;
	height:121px;
	padding-bottom:15px;
	background-image:url("images/moodbild_schatten.jpg");
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-top:15px;
	margin-bottom:25px;
}

.headerbild {
	background-image:url("images/moodbild.jpg");
	background-repeat:no-repeat;
	width:860px;
	height:121px;
}

.content {
	width:520px;
	margin-left:300px;
	padding-bottom:50px;
	padding-top:1px;
}

/*	NUR IE 6 und 7 */
*:first-child+html .content {
	padding-top:13px;
}
* html .content {
	padding-top:15px;
}


.hinweis_ausfuehrung,
.hinweis_ausfuehrung a {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
.hinweis_ausfuehrung {
	margin-left:40px;
}

/****************************************************
		NAVIGATION
****************************************************/
.navigation {
	float:left;
	font-size:12px;
	list-style-type:none;
	width:150px;
	margin-top:5px;
}

.navigation li {
	border-top:1px solid #666666;
	float:none;	
}


.navigation li:first-child {
	border:none;
}

/*	NUR IE 6 */
* html .navigation li,
* html .navigation li.first {
	border-bottom:1px solid #ffffff;
}


.navigation li a {
	text-decoration:none;
	margin-top:1px;
	margin-bottom:1px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:5px;
	display:block;
}

.navigation li.active a,
.navigation li a:hover {
	background-color:#f9fafa;
	color:#333333;
}

/****************************************************
		POWERMAIL
****************************************************/

.tx-powermail-pi1 div form fieldset div {
	padding:5px 0 0;
}
.tx-powermail-pi1 div form fieldset legend {
	visibility:hidden;
}

.tx-powermail-pi1 div form fieldset div label {
	float:left;
	font-weight:bold;
	margin-right:20px;
	width:100px;
}
.tx-powermail-pi1 div form fieldset div input.powermail_submit {
	margin:20px 0 0 120px;
}
.tx-powermail-pi1 div form fieldset div div {
	margin:0 0 0 120px;
	font-size:10px;
	padding:0 0 5px;
}
.tx-powermail-pi1 div.powermail_radio_inner {
	clear:left;
	display:block;
}

.tx-powermail-pi1 div.powermail_radio_inner label {
	width:auto;
}
.tx-powermail-pi1 div.powermail_check_inner label {
	width:auto;
}

.tx-powermail-pi1 p.tx_powermail_pi1_fieldwrap_html_radio_title {
	visibility:hidden;
}

.tx-powermail-pi1 p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	visibility:hidden;
}


