* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Globale Linkeinstellungen */
a, a:active, a:visited {
	text-decoration:none;
	color:#00006F;
}
h1, h2, h3 {
	color:#00006F;
	font-size:16px;
}
a:hover {
	text-decoration:underline;
    color:#00006F;
}

fieldset { -moz-border-radius: 8px; padding: 1em; display: block;}
legend { color: #01398e; font-weight: bold; padding: 5px; }

button, .submit input, .antragTable input[type=submit] , .antragTable input[type=button] {
	background-color: #00006f;
	color: #ffffff;
}
/* Header */
#head {
	background-image: url('http://www.vergleichen-und-sparen.de/logorahmen.gif');
	background-repeat: no-repeat;
	height: 80px;
	margin-bottom: 12px;
	width: 1024px;
}
/***************************************************************************/
/* Haupttabelle */
.mainBox {
        border:1px solid #666666;
        margin-top:0px; 
		background: #FFFFFF;
}

.mainBox h1 {
        font-size:14px;
        background-color:#00006F;
        color:#FFFFFF;
        padding:3px;
        margin:0px;
}

* html fieldset {
    position: relative;
}

* html fieldset legend {
    position: absolute;
    top: -0.5em;
    left: 2em;
}


/***************************************************************************/
/* Bezeichnung der Formularfelder */
.formTitel {
        font-weight:bold;
}

.formField {
    background-color:#C1E2F2;
    padding:2px;
}

.theader {
    padding-top:2em;
    text-align:left;
}

.app_textarea {
    width: 99%;
    height: 100px;
}

/* Titelspalte der Ergebnistabelle */
.ergebnisTitel {
        font-weight:bold;
}


/***************************************************************************/
/* Fehlermeldungen */
.error {
        color:#FF0000;
        font-weight:bold;
}

.errorfield {
    background-color: #ffddff;
    border: 1px dashed #cc0000;
}

.errormsg {
	background-color:#FFFF99;
	border:1px dashed #FF0000;
	padding:5px;
    text-align: center;
}
/***************************************************************************/
/* quicknavigation */
#quicknav {
    margin-bottom:2em;
	margin-left: 2px;	
}

#quicknav ul {
    list-style-type: none;
    list-style-position: inside;
    float: left;
    width: 160px;
    background-color: #c1e2f2;
    list-style-image: url('http://www.vergleichen-und-sparen.de/iak_tarifrechner/images/nav/pfeil-rechts-weiss-klein.gif');
    margin:0;
    padding:3px;
}
#quicknav  ul li {
	font-size: 0.9em;
	padding-left:0px;
}

/* Menu */
#menu {
	float:left;
	margin-right: 20px;
	margin-left:10px;
	width:180px;
}

#menu h5 {
	color:#FFFFFF;
	font-weight:normal;
	font-size: 1em;
	margin-top: 2px;
	padding:2px;
	background-color:#00006F;
}

#menu h5 a {
	color:#FFFFFF;
	font-weight:normal;
	padding:2px;
	background-color:#00006F;
}

#menu ul {
	background-color:#c1e2f2;
	list-style-type:none;
    list-style-image:url('http://www.vergleichen-und-sparen.de/iak_tarifrechner/images/nav/pfeil-rechts-weiss-klein.gif');
    padding-left:20px;	
}

#menu ul li {
	font-size: 1em;
	padding-left:2px;	
}
#menu p {
background-color:#c1e2f2;
width:180px;
}
#menu ul li ul {
    background-color:#99ccff;
    border-top:1px solid #dddddd;
    border-right:1px solid #444444;
    border-bottom:1px solid #444444;
    border-left:1px solid #dddddd;
    list-style-type:none;
    list-style-image:url('http://www.vergleichen-und-sparen.de/iak_tarifrechner/images/nav/pfeil-rechts-weiss-klein.gif');
    margin:0 5px 0 10px;
    padding-left:2px;
}

#menu ul li ul li {
	margin:0;
	padding-left:0;
}

#menu li a, 
#menu li a:link,
#menu li a:visited {
	color:#00006f;
	text-decoration:none;
}

#menu li a:hover {
	color:#00006f;
	text-decoration:underline;
}

/***************************************************************************/
/* quicknavigation */
#quicknav {
    margin-bottom:2em;
}

#quicknav ul {
    list-style-type: none;
    list-style-position: inside;
    float: left;
    width: 150px;
    background-color: #c1e2f2;
    list-style-image: url('../images/nav/pfeil-rechts-weiss-klein.gif');
    margin:0;
    padding:3px;
}
#quicknav li {
	padding-left:2px;
}
#quicknav li a, 
#quicknav li a:link,
#quicknav li a:visited {
	color:#00006f;
	text-decoration:none;
}
#quicknav li a:hover {
	color:#00006f;
	text-decoration:underline;
}

/***************************************************************************/
/* content */
#content {
	/* margin-top:1em; */
	/* width:auto; */
    margin-top:20px;	
    width:95%;
}

/***************************************************************************/
/* zuätzliche Klassen für Tarifrechner */
.input_label {
	display:block;
	width:275px;
	float:left;
	font-weight:bold;
	color:#000000;
}

.floater {
	display: block;
	width: 300px;
	float: left;
}

.info {
	color:#888888;
	font-size:11px;
	font-weight:normal;
}

.marker {
	color:#ff0000;
	font-weight:bold;
}

.result-list {
	list-style: none;
	padding:0;
	margin: 0 50% 0 5px;
}

.result-list li {
	border-bottom:1px solid #dddddd;
	padding: 2px 2px 2px 2em;
}

.result-list li label {
	display:block;
	width:100px;
	float:left;
	font-weight:bold;
	color:#000000;
}

/* Klassen, die vom Original Quellcode von vergleichen-und-sparen.de übernommen wurden [waren meist direkt im HTML Code]*/

/* Aufdringlich grosse Linkboxen */
.pushy-link {
	background: rgb(255, 255, 255) none repeat scroll 0%;
	border: 1px solid rgb(231, 238, 252);
	margin-bottom: 1em;  
	padding: 3px;  
	text-align: center;
	width: 450; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
}

.pushy-link div {
	padding: 10px; 
	background: rgb(231, 238, 252) none repeat scroll 0%; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
}

.pushy-link a, .pushy-link a:hover, .pushy-link a:visited, .pushy-link a:active {
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
}

.pushy-link div img {
	vertical-align: middle;
}

/* Hinweisboxen auf der rechten Seite */
.right-hint-box {
	background-color: #e7eefc;
	color: #444444;
	float: left;
	padding:1px;
	margin: 0 0 2em 0;
	width: 155px;
}

.right-hint-box a, 
.right-hint-box a:link,
.right-hint-box a:visited {
	color:#00006f;
	text-decoration:none;
}

.right-hint-box a:hover {
	color:#00006f;
	text-decoration:underline;
}

.red {
	color: #ff0000 !important;
}

.blue {
	color: #00006f;
	font-weight: bold;
}
table.online {
	font-family: arial;
	cellpadding: 3px;
	color: #000000;
	border-collapse: separate;
	border: solid 1px #000071;
	cellpadding: 2px;
	cellspacing: 2px;
}
td.kasten {
	font-family: arial;
	background-color: #E7EEFC;
	font-size: 11px;
	color: #000000;
}