BODY {

background-color : White;

font-family : Arial, Helvetica, sans-serif;

font-size : 9pt;

font-style : normal;

font-weight : normal;

line-height : 14pt;

list-style-position : inside;

list-style-type : disc;

margin-left : 10px;

margin-top : 10px;

color : #333333;

width: 610px;

}

                     

                     

                     

                     A:LINK {

                     color : #990000;

                     }

                     A:ACTIVE {

                     color : #990000;

                     }

                     A:VISITED {

                     color : #990000;

                     }

                     

                     A:HOVER {

                     color : #333333;

                     }
					 
					 
					 
					 A:LINK.farbe {
				     
                     color: #ffffff;
					 
					 }
					 
                     A:VISITED.farbe {
					 
                     color: #ff9999;
					 
					 }
					 
					A:HOVER.farbe {

                     color : #333333;

                     }

                     

                     H1 {

                     font-size:18pt;

                     color: #FF0000;

                     font-style: normal;

                     font-family : Arial, Helvetica, sans-serif;

                     line-height : 20pt;
					 

                     }
					 
					 .h1intd {

                     font-size:18pt;

                     color: #FF0000;

                     font-style: normal;

                     font-family : Arial, Helvetica, sans-serif;

                     line-height : 20pt;
					 


                     }

                     H2 {

                     font-size: 12pt;

                     color: #FF0000;

                     font-style: normal;

                     font-family : Arial, Helvetica, sans-serif;

                     line-height : 14pt;

                     }

                     H3 {

                     font-size: 10pt;

                     color: #FF0000;

                     font-style: normal;

                     font-weight : bold;

                     font-family : Arial, Helvetica, sans-serif;

                     line-height : normal;

                     }

                     H4 {

                     font-size: 10pt;

                     font-style: normal;

                     font-weight : bold;

                     font-family : Arial, Helvetica, sans-serif;

                     line-height : normal;

                     }

                     H5 {

                     font-size:18pt;

                     color: #BABABA;

                     font-style: normal;

                     font-family : Arial, Helvetica, sans-serif;

                     line-height : 20pt;

                     }

                     li.p{

                     font-family : Arial, Helvetica, sans-serif;

                     font-size : 9pt;

                     font-style : normal;

                     line-height : 14pt;

                     color : #333333;

                     }

                     

                     p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	line-height : 14pt;
	color : #333333;
                     }

                     td {

                     font-family : Arial, Helvetica, sans-serif;

                     font-size : 9pt;

                     font-style : normal;

                     line-height : 14pt;

                     color : #333333;

                     }

                     li {

                     font-family : Arial, Helvetica, sans-serif;

                     font-size : 9pt;

                     font-style : normal;

                     line-height : 14pt;

                     color : #333333;

                     }
					 
					 ol {

                     font-family : Arial, Helvetica, sans-serif;

                     font-size : 9pt;

                     font-style : normal;

                     line-height : 14pt;

                     color : #333333;

                     }

                     ul {

                     list-style-position : outside;

                     list-style-type : disc;
					 
					 font-family : Arial, Helvetica, sans-serif;

                     font-size : 9pt;

                     font-style : normal;

                     line-height : 14pt;

                     color : #333333;

                     }

                     

                     .Uhr {

                    	font-family : Arial, Helvetica, sans-serif;

                    	font-size : 8pt;

                    	font-style : normal;

                    	line-height : 14pt;

                    	color : #FF0000;

                    	font-weight : bold;

                    }
					.weiss {	color: #FFFFFF;
                    }
					
					.rot {	color: #990000;
                    }


/*####################################################################*/
/*#                      STUDIENKREDIT RECHNER                       #*/
/*####################################################################*/

/* ALLGEMEINE SCHRIFTFORMATIERUNG DER FORMULARE */
fieldset {
	margin: 0;
	padding: 0;
	border: solid 0 #fff; /* Rahmen des fieldsets auch für Opera entfernen */
}

fieldset legend {
	display: none;
}

form fieldset p {
	margin: 10px 10px 0 10px !important;
}

input.textfield,
textarea {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

textarea {
	line-height: 1.5;
	font-size: 100%;
}


/* FORMULAR STUDIENKREDIT RECHNER */
form#studienkredit {
	margin: 0 0 25px 0;
	padding: 0;
}

form#studienkredit fieldset {
	padding: 0;
	background-color: #e9e9e7;
}

form#studienkredit fieldset#zinssaetze {
	margin-top: 10px;
	padding-bottom: 10px;
	background-color: #bebcb5;
}

form#studienkredit p.system {
	margin-top: 3px !important;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}

form#studienkredit p.fehler {
	background-color: #e60011;
}

form#studienkredit h3 {
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	background-color:#333;
}

form#studienkredit label {
	width: 100px;
	float:left;
	font-weight: bold;
}

form#studienkredit input.textfield {
	width: 70px;
}

/* ERGEBNISSE STUDIENKREDIT */
dl#kredit_ergebnis {
	margin: 15px 0 0 0;
	padding: 0;
}

dl dt {
	width: 150px;
	float: left;
	font-weight: bold;
	clear: left;
}

dl dd {
	margin-left: 165px;
	width: 100px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #e60011;
}

dl dt,
dl dd {
	margin-bottom:10px;
}

/* clearfix für Definition Items */
.clearfix:after,
dl dd:after {
	content: "."; 
    display: block; 
    height: 0;
	line-height:0;
    clear: both; 
    visibility: hidden;
}
