/* Diese Datei enthaelt alle Website-spezifischen StyleSheets */
body {
	width:730px;
	color:#000;
}

#stage {
	margin:0px;
	padding:0px;
	width:715px;
	padding-left:15px;
}

.breit {
	width:940px !important;
}

#stage h1 {
	color:#43415E;
	text-transform:uppercase;
	margin:15px 0px 7px;
	font-size:15px;
	font-family:Arial,sans-serif;
}

#stage h3 {
	color:#43415E;
	text-transform:uppercase;
	margin:15px 0px 7px;
	font-size:13px;
	font-family:Arial,sans-serif;
}

#stage h4 {
	color:#43415E;
	margin-bottom:2px;
}

/*
#stage p, span {
	color:#585f66;
	font-size: 0.9em;
}
#stage td {
	color:#000000;
	font-size: 0.9em;
}
*/
#formspaltelinks {
	width:340px;
	float:left;
}
#formspalterechts {
	width:340px;
	float:left;
}

.formtable {
	width:680px;
	padding:5px;
	background-color: #acc1cb;
}
.formtable p{
	padding-left:5px;
}

.dateneingabe {
	font-size: 1em;
}

.datenausgabe {
	font-size: 1em;
}

.datenausgabe th{
	color:#585f66;
	font-size: 0.9em;
}

.breaker {
	height:1px;
	overflow:hidden;
	clear:both;
}

.linie-dot {
	height:1px;
	background: url(/common/images/dot_bg.gif);
	overflow:hidden;
}


ul.faq_themen_liste {
	padding:0px;
	margin:0px;
	list-style: none;
}

ul.faq_themen_liste li {
	border-bottom:1px dotted #ccc;
	background: url(/pppv2content/faq/images/menue_folder.gif) 8px 6px no-repeat;
	font-size: 12px;
	padding:5px;
	padding-left:25px;
	margin:0px;
}

ul.faq_themen_liste li.first {
	border-top:1px dotted #ccc;
}

ul.faq_themen_liste li.aktiv {
	background: url(/pppv2content/faq/images/menue_folder_open.gif) 5px 6px no-repeat;
	border-bottom:0px;
}

ul.faq_themen_liste li a {
	text-decoration:none;
}

ul.faq_fragen_liste {
	padding:0px;
	margin:0px;
	list-style: none;
	display:none;
}
ul.faq_fragen_liste li {
	border-bottom:1px dotted #ccc;
	background: url(/pppv2content/faq/images/menue_folder.gif) 8px 6px no-repeat;
	font-size: 12px;
	padding:5px;
	padding-left:25px;
	margin:0px;
}
ul.faq_fragen_liste li.aktivfrage {
	background: url(/pppv2content/faq/images/menue_folder_open.gif) 5px 6px no-repeat;
	border-bottom:0px;
}

ul.faq_fragen_suche {
	padding:0px;
	margin:0px;
	list-style: none;
}
ul.faq_fragen_suche li {
	border-bottom:1px dotted #ccc;
	background: url(/pppv2content/faq/images/menue_folder.gif) 8px 6px no-repeat;
	font-size: 12px;
	padding:5px;
	padding-left:25px;
	margin:0px;
}
ul.faq_fragen_suche li.first {
	border-top:1px dotted #ccc;
}
ul.faq_fragen_suche li.aktivfrage {
	background: url(/pppv2content/faq/images/menue_folder_open.gif) 5px 6px no-repeat;
}

.faq_antwort_ausgabe {
	padding:5px;
	display:none;
}