/* CSS Document */

#logo {
	display: none;
}

/*verschiebe buttons von remind-service*/

#to_dest, #all_to_dest,#to_source,#all_to_source{
     background-color: white;
     border: solid 1px #00517a;
     color: #00517a;
}

/* Headlines ausgeblendet*/
.titel {display:none;}
.titeltext {
	display:none;
}


/* allgemeine Formatierungen*/

body {
	color: #7c7c7c;
	font-size: 12px;
	font-family: Arial, Verdana;
	background-color: transparent;
	margin: 0px;
width:90%;
}

.link_zurueck_rechner {
	color: #7c7c7c;
	font-size: 12px;
	text-decoration: underline;
}

a {
	color: #7c7c7c;
	text-decoration: none;
}

a:hover {
	color: #00517a;
	text-decoration: underline;
}

input, select {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
        margin: 3px 0 3px 3px; 
}

li {
	list-style-image: url('pics/aufzaehlung.gif');
	list-style-position: outside;
}


.titel, .jahr {
	font-weight: bold;
	font-size: 12px;
	color: #00517a;
}

.titel div {
	border: 0px;
}

.titelkl {
	color: #00517a;
	font-weight: bold;
	font-size: 12px;
}

.headtext {
	color: #00517a;
	font-size: 12px;
	display: block;
}

.jahr {
	background-color: #FFFFFF;
}

td {
	color: #000000;
	font-size: 12px;
}

#tabs {
	border-bottom: solid 1px #000000;
	margin-bottom: 10px;
	padding: 3px;
	font-size: 12px;
}

/*Annuit�ten Navigation*/

.anr_nav {
}

.anr_nav a {
	color: #00517a;
}

#tabs a {
	color: #7c7c7c;
	margin-right: 12px;
}

#tabs a:hover {
	color: #00517a;
	margin-right: 12px;
}

#tabs .calctab {
	color: #7c7c7c;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

#tabs .calctabActive, #tabs .calctab:hover {
	color: #00517a;
	text-decoration: underline;
	font-weight: bold;
}

.subnav {
	font-size: 12px;
	color: #00517a;
	font-weight: bold;
	margin-right: 10px;
	width: 157px;
}


/*Haushaltsrechner*/
#haushalt #erg_table {width:460px!important;}
#haushalt #form_table {width:460px!important;}
