/*body format*/

body {
	background-color : #E6E6E6;
	color : #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*schriftarten*/

body,table,tr,td,p,a,b,i,ul,ol,li,h1,h2,h3,h4,div,nobr,span {
	font-family :Arial, Verdana,  Helvetica, sans-serif;
}
form,input,textarea {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
tt {
	font-family : "Courier New", Courier, monospace;
}

/*schriftgroessen*/

body,table,tr,td,p,b,i,ul,ol,li,div,nobr,tt {
	font-size : 12px;
	color : #333333;
}


/*ueberschriften*/

h1 {
	font-size : 20px;
	text-align : center;
	color : #990000;
}
h2 {
	font-size : 12px;
	text-align : center;
	color : #333333;
}
h3 {
	font-size : 14px;
	text-align : center;
	color : #339933;
}
h4 {
	font-size : 12px;
	text-align : center;
	color : #669966;
	font-family :  Verdana, Geneva, Helvetica, sans-serif;
}
h5 {
	font-size : 12px;
	margin-left : 240px;
	color : #669966;
	font-family :  Verdana, Geneva, Helvetica, sans-serif;
}
.text6 {
	font-family :Arial, Verdana,  Helvetica, sans-serif;+;
	font-size : 9px;
	color : #666666;
	font-weight: normal;
	text-align: center;
	
}

/*format-klassen*/

 .content {
	border: 1px solid;
	border-color: #FF9900;
	background-color: #ffff99;
/*	width: 70%;    */
	width: 850px;
	height: 98%;
}


.aktiv {
	font-size : 12px;
	color : #ff3300;
}
.fett {
	font-size : 12px;
	color : #000000;
}
.gross {
	font-size : 14px;
	
	
}
.mittel {
	font-size : 12px;
	
}
.nav {
	font-size : 8px;

}
.klein {
	font-size : 10px;
}
.klitze {
	font-size : 1px;
}
.einzuga {
	margin-left : 20px;
}
.einzugb {
	margin-left : 240px;
}
.kapital {
	font-size : 18px;
	font-weight : bold;
	color : #669966;
}
.menua {
	font-size : 14px;
	font-weight : normal;
	color : #000;
	display:block;
	text-align:left;
}
.menub {
	font-size : 14px;
	font-weight : normal;
	color : #669966;
	display:block;
	text-align:left;
}
.bell {
	font-size : 10px;
	color: #990000;
	text-decoration: underline;
}
.mail{
	font-size : 12px;
	color: #990000;
	text-decoration: underline;
}
.text2{
	font-size : 12px;
	color: #333333;
	font-weight : bold;
	text-align: center;
}

/*links*/
a {
	text-decoration : none;
	font-size : 12px;
	color : #000000;
	
}
a:hover {
	color : #336633;
	text-decoration : none;
}

a.akt {
	color: #990000;
	text-decoration:none; 
}