/************************** Allgemeine Angaben ***************************
*************************** CSS Reset ***********************************/   
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

/************************ Schrift / Grösse *****************************
***********************************************************************/

h1, h2, h3 {
	font-weight: bold;
	margin-bottom: 0.7em;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
	color: #CC0000;
}

p {
	font-size: 0.9em;
	line-height: 140%;
	padding-bottom: 20px;
	color: #6F6F6F;
}

p.warnung {
	margin-bottom: 10px;
}

/************************** Layout ***************************************
*************************************************************************/

/******************** IDs ***********************************************/

#container {
	color: #000;
	text-align: left;
	padding: 0px 0px 0px 20px;
	margin: 25px 0px 0px 0px;
	overflow: auto;
	position: relative;
	height: 415px;
	width: 540px;
}

#eingabe {
	margin-bottom: 10px;
}

#ergebnisse {
	margin-top: 20px;
}

#ergebnisse_lv {
	margin-top: 20px;
}

#ergebnisse_fondspolice {
	margin-top: 20px;
}

#tilgungsplan {

	display: none;
}
#clear {
	clear: both;
}

#hintergrund {
	background-image: url(../images/backgr_grau.gif);
}

#sidebar_right {
	background-image: url(../images/page_impressum_foto.jpg);
	background-repeat: no-repeat;
}

#header_2 {
	background-image: url(../images/logo_u.gif);
	background-repeat: no-repeat;
}

#header_3 {
	background-image: url(../images/page_rechner.gif);
	background-repeat: no-repeat;
}

/****************** Tabelle ********************************************
***********************************************************************/

form p {
	clear: left;
	margin:0px;
	padding-bottom: 9px;
}

form p label {
	float: left;
	width: 55%;
	height: 20px;
}

input, select {
	width: 120px;
}

input#submit, input#drucken {
	margin-left: 285px;
	width: 170px;
}

p.ergebnisse {
	clear: left;
	padding-bottom: 10px;
}

p.warnung {
	clear: left;
	color:#990000;
	padding-top: 10px;
	padding-bottom: 0px;
}

p label {
	float: left;
	width: 60%;
}


/*************** Tabs ************************************************
*********************************************************************/

#header {
	margin-bottom: 16px;
}

#header li {
	display: inline;
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}

#header a {
	font-size: 0.5em;	
}

#header li.active {
	font-size: 1.0em;
	font-weight: bold;
	color: #082963;
	text-decoration: underline;
}
