body 
{
	margin:0px;
	background-color:#FFFFFF;
	color:#000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:100.1%;
	text-align:center;
}

body.druckbody{
background-image:none;
background-color:white;
}

img {
	border: none;
}
div, p {
	margin:0px;
}
h1 {
	margin:0px;
	color:#000000;
	font-size:130%;
}

h2 {
	margin:0px;
	color:#000000;
	font-size:120%;
}
h3 {
	margin:0px;
	color:#000000;
	font-size:110%;
}
p, ul {
	margin:0em;
}

#popup-innerbody {
	position:relative;
	width:800px;	/* navimain + content */
	margin:10px auto;
	background-color:#FFFFFF;
	/*background-color:#F1F1F1;*/
	border:1px solid #999999;
	text-align:left;
}
#druck-innerbody {
	position:relative;
	width:800px;	/* navimain + content */
	margin:10px auto;
	background-color:#FFFFFF;
	/*background-color:#F1F1F1;*/
	border:none;
	text-align:left;
}

#wrapper {
	position:relative;
	font-size:70%;
}
*html #wrapper {
	position: fixed;
}
#header-container {
	position:relative;
	height:94px;
	padding:0px;
	background-color:#F1F1F1;
	border-bottom:1px solid #333399;
	z-index:10;
}
#header {
	height: 70px;
    background-image: none;
	background-position: left;
	background-repeat: no-repeat;
	z-index:1;
}

#content {
	float:right;
	position:relative;
	left:-1px;
	width:499px;	/* 520px - 2 x 10px padding - 1px border */
	min-height: 30em;
	padding:10px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border-left:1px solid #333399;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.5em;
	z-index:3;
}
#content.popup {
	float:none;
	position:static;
	width:auto;
	margin: 0px auto;
	background-image :  none;
	border:none;
}

#content-bg-stretch {
	position:absolute;
	bottom:24px;
	height:50%;
	width:520px;
	margin-left:240px;
	background:#FFFFFF;
	z-index:1;
}
#footer {
	clear:both;
	height:18px;
	padding:2px 5px;
	background-position : left;
	background-repeat : repeat-y; 
	background-color:#F1F1F1;
	color: #666666;
	border-top:1px solid #333399;
	font-size:100%;
	line-height:18px;
	z-index:5;
}





/* ##################
Farben:
==========
helles grau: #F1F1F1
mittleres grau: #999999
dunkles grau: #666666
helles blau: #7FBCDB
mittleres blau: #6699CC
dunkles blau: #333399
helles blau-grau: #CBDFEA
dunkel-rot: #CC3333
dunkles orange: FF9933
mittleres orange: FFCC66
helles orange: FFCC99
helles gelb: FFFFCC
################## */

.fehler{
	color : #CC3333;
}

.ok {
	color : #33CC33;
}

.stern{
	color : #CC3333;
	font-size : 130%;
	font-weight : bold;
}


label{
	float: left;
    width: 5em;
    margin-right: 0.5em;
    text-align: right;
}


.submit{
	margin: 0.5em 1.5em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* General */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#navi_0,
#navi_1,
#navi_3,
#navi_5,
#navi_10  {

}

blockquote {
	margin : 1.5em 1.5em 2.5em 1.5em;
	padding : 0.7em 0.5em;
	background-color : #FFFFF0;
	border : 1px solid #FFCC99;
	font-size : 120%;
	font-weight : bolder;
}

hr {
	width : 75%;
	height: 1px;
	background-color : #FFCC66;
	color: #FFCC66;
	border-width: 0px;
	border-style: solid;
	border-color : #CC3333 #FFCC99 #FFCC99 #CC3333;
}
/* \*/
* html hr {
	width : 100%;
	margin: 0px 7.5%;
}
/* */

.center {
	text-align : center;
}
.rot {
	color : #CC3333;
}
.gruen {
	color : #33CC33;
}
.comment {
	color: #999999;
	font-size : 80%;
	line-height : 1em;
}

.rightfloat {
	float: right;
	margin: 0.3em 0px 0.3em 15px;
}
.leftfloat {
	float: left;
	margin: 0.3em 15px 0.3em 0px;
}

.leftclear
{
	clear:left;
}

.rightclear
{
	clear:right;
}

.centerblock {
	display : block;
	margin: 0.5em auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Header */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header h1 {
/*	display : none;*/
}
#header img {
	display : inline;
	float: right;
	margin: 2px 10px;
}

/* \*/
* html #header.popup {
	margin-bottom: -1px;
}
/* */
#header.popup h1 {
	display:block;
	margin-left: 10px;
	padding: 2px 0px;
}

/* \*/
* html #popup-innerbody #navitop {
	margin-bottom: -1px;
}
/* */


#popup-innerbody #header img {
	float:right;
	margin: 15px 30px 5px 40px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Top-Navigation */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#navitop {
	position:absolute;
	bottom:0px;
	right:0px;
	width:100%;
	height:25px;
	background-position : right;
	background-repeat : repeat-y; 
	border-top:1px solid #333399;
	font-size:100%;
	line-height:22px;
	text-align:right;
	z-index:2;
}


/* \*/
* html #navitop {
	margin-bottom: -1px;
	border-bottom : 1px solid #333399;
}
/* */

#navitop-wrapper {
float:right;
}

#navitop ul {
	position:relative;
	margin: 0px;
	padding: 0px;
	color: #333399;
	list-style-type: none;
	text-align:left;
}
/* \*/
* html #navitop ul {
	float:right;
}
/* */
#navitop ul li {
	float: left;
	margin:  0px -8px;
	padding: 0px;
}
#navitop ul li div,
#navitop ul li a {
	display:block;
	margin: 0px;
	padding: 0px 5px;
}
#navitop ul li div.pulldown {
	position:absolute;
	padding:0px;
}

#navitop ul ul {
	visibility:hidden;
	height:1px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	background-color: #F1F1F1;
	border: 1px solid #333399;
	line-height:auto;
}
/* \*/
* html #navitop ul ul {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	height:auto;
	overflow:visible;
}
/* */
#navitop ul li:hover ul {
	visibility:visible;
	height:auto;
	overflow:visible;
}
#navitop ul li li {
	float: none;
	margin: 0px;
	padding: 0px;
}
#navitop ul li li div {
	padding: 0px 5px;
	color: #666666;
	font-weight: bold;
}
#navitop ul li li a {
	padding: 0px 5px;
}
#navitop ul ul ul {
	float:none;
	position:static;
	margin: 0px;
	padding: 0px;
	border: none;
}
#navitop ul li li li {
	margin: 0px;
	padding: 0px;
}
#navitop ul li li li div {
	padding: 0px 5px 0px 15px;
}
#navitop ul li li li a {
	display:block;
	padding: 0px 5px 0px 15px;
}

#navitop a:link,
#navitop a:visited {
}
#navitop a:hover,
#navitop a:focus {
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Content-Area */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content a:link,
#content a:visited {
	text-decoration: none;
	color: #333399;
	padding: 0px;
}
#content a:hover,
#content a:focus {
	text-decoration: none;
	color: #333399;
	background-color: #FFFFCC;
	padding: 0px;
	text-decoration : underline;
}

#content p {
	margin: 0.5em 1.5em;
	font-size: 120%;
}
#content h1 {
	margin : 0em 0em 0.5em 0.5em;
	font-size: 165%;
}
#content h2 {
	margin : 0em 0em 0.5em 1em;
	font-size: 120%;
}
#content h3 {
	margin : 0em 0em 0.5em 1.5em;
	font-size: 100%;
}

#content h4 {
	margin : -0.5em 0em 1em 1.5em;
	font-size: 80%;
	font-weight:normal;
}
#content ul {
	margin: 0.5em 0em 1em 3em;
	padding: 0em;
	font-size : 120%;
	list-style : square;
}
#content ul ul {
	font-size: 100%;
}
#content li {
	margin: 0.2em 0em;
}
/* hiermit wird die Seite im IE zwar teilweise ein ganzes Stück länger, 
aber es gibt keinen häßlichen grauen Bereich unter dem content \*/
/* \*/
* html #content {
	padding-bottom: 20%;
}
* html #content.popup {
	padding-bottom: 0%;
	margin-bottom:1px;
}
#content.popup {

border : none;
}
.bilder
{
	width: 220px;
	float:right;
	margin-right: -20px;
}

*html .bilder
{
	*margin-right:-3px;
}

/* */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Footer */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


#footer .copy {
	float : right;
}

#footer ul {
	/*position:relative;*/
	margin: 0px;
	padding: 0px;
	color: #333399;
	list-style-type: none;
	text-align:right;
}
/* \*/
* html #footer ul {
	float:right;
}
/* */

#footer ul li {
	float: right;
	margin:  0px 5px;
	padding: 0px;
}


#footer a:link,
#footer a:visited {
	color: #333399;
	text-decoration : none;
}
#footer a:hover,
#footer a:focus {
	color: #333399;
	text-decoration : underline;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Beratungsteil / Fragen*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


.radioboxen {
	margin : 0em;
	padding : 0em;
}
.radioboxen li {
	margin : 0em;
	padding : 0em;
}
.radioboxen label {
	float : none;
	width : auto;
	margin : 0em;
	padding : 0em;
	text-align : left;
}
.radioboxen input {
	float : left;
	width : 2em;
	margin :  0em;
	padding : 0em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Formulare für Berechnungen zweispaltig aufgebaut*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#berechnungsformular input {
	padding: 0.2em;
	color: #000099;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #333333 #666666 #666666 #333333;
	font-size: 90%;
	font-weight: bolder;
	text-align:right;
}

#berechnungsformular p{
	font-size :100%;
}


#berechnungsformular button  {
	margin-left: 1.5em;
	padding:0.1em 0.5em;
	background-color: #E6E6E6;
	color: #000099;
	border-width: 1px;
}

#berechnungsformular input.fehler {
	background-color: #FF9999;
}


div#klappentext {
	position:relative;
	float:left;
	width:150px; 
	font-size:120%;
	margin: 0px 0px 0px 0px; 
	color: #000000;
	z-index:1;
	/*border:1px dashed silver;*/
}
/* \*/
* html div#klappentext {
	margin-top:1px;
	margin-bottom:-1px;
	

	
}
/* */


div#klappentext h1{
	font-size: 135%;
	margin-left:0em;
}
*html div#klappentext h1{
	font-size: 135%;
	margin-left:0em;
}

#berechnungsformular{
	margin-left:156px; /*150x Klappentext  + 5 px margin Klappentext + 1px border*/ 
	width:600px; 
	/*border:1px dashed silver;*/
	
}

#berechnungsformular h4{
padding-left: 5px;
}

/* \*/
* html #berechnungsformular
{
	margin-top: -5px; /*setzt die Box nach oben, warum die Box unten steht weis der Teufel*/
}
/* */

#berechnungsformular ul{
	list-style-type : none;
	margin-left:0.0em;
	width:100%;
}

#berechnungsformular ul li{
	margin-top:0.5em;
	vertical-align:middle;
	line-height:120%;
	width:615px;
}
*html #berechnungsformular ul li{
	width:600px;
}

#berechnungsformular ul li.hoch{
	line-height:120%;
}

#berechnungsformular ul li label{
	color:#000000;
	width:42%;
	text-align:right;
	margin-right:1.0em;
	padding:0.2em;
	/*border:1px dashed silver;*/
}


#berechnungsformular ul li label_eingerueckt {
	color:#000000;
	float:none;
	text-align:left;
	margin-right:1.0em;
	margin-left:0.5em;
	/*border:1px dashed silver;*/
	border:1 px solid red;
}

#berechnungsformular #k_privat
{
	margin-left:20px;
}

#berechnungsformular ul li#Krankenkasse{
	font-size: 80%;
}


#berechnungsformular ul li label.radioboxen{
	float:none;
	text-align : left;
	vertical-align : top;
	margin-right:0.5em;
	margin-left:0.5em;
	/*border: 2px dashed silver;*/
}

#berechnungsformular ul li label.radioboxen_untereinander{
	float:none;
	text-align : right;
	vertical-align : top;
	margin-right:0.5em;
}

#berechnungsformular ul li label.radioboxen_variante{
/*border:1px solid red;*/
width:115px;
padding-right:0px;
margin-left:0px;
}
#berechnungsformular ul li label.radioboxen_variante input{
margin-left:10px;
margin-right:0px;
}

#berechnungsformular ul li ul {
padding : 0px;
margin : 0px;
width : 50%;
}

*html #berechnungsformular ul li ul,
*+html #berechnungsformular ul li ul
{
	margin-top:-20px;
}

#berechnungsformular ul li ul li{
	width : 100%;
}
*+html #berechnungsformular ul li ul li{
margin-left:0px;
}
#berechnungsformular ul li ul li, x:-moz-any-link{
margin-left:0px;
}
#berechnungsformular ul li ul li, x:-moz-any-link, x:default{
margin-left:250px;
}
#berechnungsformular ul li ul li#einrueckung{
	margin-left: 271px;
}


*html #berechnungsformular ul li ul li#einrueckung
{
	margin-left: 0px;
}

*+html #berechnungsformular ul li ul li#einrueckung{
	margin-left: 0px;
}

#berechnungsformular input {
	padding: 0.2em;
	color: #000099;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #333333 #666666 #666666 #333333;
	font-size: 90%;
	font-weight: bolder;
	text-align:right;
	/*border:1px dashed silver;*/
}

#berechnungsformular ul li input.radioboxen{
	margin-right: 1.5em;
	vertical-align : middle;
}


#berechnungsformular input.eingabefeld_nebenRadio {
	text-align: right;
	margin-top: -0.2em; /*nur für IE*/
	margin-left:1em;
}


#berechnungsformular ul li input.fehler {
	background-color: #FF9999;
}

div .fehlermeldung{
	color : #CC3333;
	font-size : 120%;
	font-weight : bold;
	margin-top:1em;
}

p.fehlermeldung
{
	color: #FF0000;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* popup */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


#popup-innerbody #header img {
	float:right;
	margin: 15px 30px 5px 40px;
}

#content.popup ol li{
	list-style:decimal;
	margin:0.5em;
	font-size : 120%;
}

/* Internet Explorer (Windows) Bugfix \*/
* html ol{
	font-size : 100.1%;
	list-style:decimal;
}
* html ol li  {
	margin: 0.5px 0.5px;
}
/* Internet Explorer Bugfix Ende */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Button für zwk-Rechner */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#berechnungsformular input.buttonbav  {
	text-align:center;
	margin-top:2em;
	margin-left:2em;
	padding:0.1em;
	border: 1px solid #333399;
	font-size: 80%;
	font-weight:bold;
	width:18em;
	background-color : #E6E6E6;
}

#berechnungsnavigation li a:link,
#berechnungsnavigation li a:visited,
#berechnungsnavigation li a:hover,
#berechnungsnavigation li a:focus  {
	text-decoration: none;
	text-align:center;
	margin-top:2em;
	margin-left: 2em;
	padding:0.1em;
	border: 1px solid #333399;
	font-size: 80%;
	font-weight:bold;
	background-color : #E6E6E6;
}

#berechnungsnavigation{
	margin-top:0.2em;
}
#berechnungsnavigation li{
	margin-top:0.1em;
	vertical-align:middle;
	padding:0.2em;
	margin-left:280px;
	line-height:120%;
	list-style-type : none;
}

#berechnungsnavigation li a:active{
	border: 1px solid #333399;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Ergebnis zwk Rechnen */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


#ergebnis_buergerentlastung{
	margin-left:3em;
	width:450px;
	height:auto;
	/*border:1px dashed silver;*/
}


#ergebnis_buergerentlastung ul{
	list-style-type : none;
	margin-left:3em;
	margin-top:0.2em;
	/*width:100%;*/
	/*border:1px dashed red;*/
}

#ergebnis_buergerentlastung ul li{
	margin-top:0.1em;
	vertical-align:middle;
	padding:0.2em;
	line-height:120%;
	/*border:1px dashed green;*/
	width:auto;
	text-align:right;
	padding-right:100px;
}

* html #ergebnis_buergerentlastung ul li{
	padding-right:0px;
	width:100px;
}

#ergebnis_buergerentlastung ul li.zentriert{
	text-align:left;
	margin-left:40px;
	padding-right:0px;
	margin-top:-8px;	
}

*+html #ergebnis_buergerentlastung ul li.zentriert{
	margin-left:50px;
}

* html #ergebnis_buergerentlastung ul li.zentriert{
	margin-left:70px;
}

#ergebnis_buergerentlastung ul li#hinweis
{
	text-align:left;
	padding-right:0px;
}

#ergebnis_buergerentlastung ul li#inkl_soli
{
	text-align:left;
	margin-left:79px;
	font-size:80%;
}

* html #ergebnis_buergerentlastung ul li#inkl_soli{
	margin-left:108px;
}

*html #ergebnis_buergerentlastung ul li{
width:400px;
}

#ergebnis_buergerentlastung ul li label{
	color:#000000;
	width:52%;
	text-align:right;
	padding:0px;
}

#ergebnis_buergerentlastung p{
	text-align:center;
}

#ergebnis_buergerentlastung ul li#text_bav,
#ergebnis_buergerentlastung ul li#text_ruerup,
#ergebnis_buergerentlastung ul li#text_riester
{
	text-align:left;
	padding-right:0px;
}

#ergebnis_buergerentlastung ul li.steuerersparnis
{
	text-align:left;
}
/*
#ergebnis_buergerentlastung ul li#ergebnis_bav,
#ergebnis_buergerentlastung ul li#ergebnis_ruerup,
#ergebnis_buergerentlastung ul li#ergebnis_riester
{
	text-align:left;
	font-weight:bold;
}*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Button für Formulare (GGF)*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.radioboxen li .button{
	float:none;
	width:19em;
	text-decoration : None;
	font-size:80%;
	padding:1px;
	color:#333399;
	background-color:#FFFFCC;
	border:1px solid #333399;
	text-align:center;
	background-position : left;
	background-repeat : no-repeat;
	font-weight:bold;
	text-align:left;
}

dl{
	font-size : 115%
}
dt{
	float:left;
	margin-left : 20px;
}
dd{
	text-align : right;
	margin-right : 200px;
}
/* \*/
*html .radioboxen li .button
{
	font-size:100%;
}
/* \*/

.abstand{
	margin-left : 10px;
}

.abstand_oben_links{
	margin-top : 15px;
	margin-left : 15px;
}
form  ul li{
	list-style-type:none;
}

