 body {
	background-color : #FFFFFF;
	margin :1;
	margin-bottom : 1px;
	margin-left : 3px;
	margin-right : 1px;
	margin-top : 3px;
}


/*Linkangaben Navigation Content*/

a:link {
	color: #244A98;
	text-decoration : underline;
}

a:visited {
	color: #244A98;
	text-decoration : underline;
}

a:hover {
	/*color: #A5440F;*/
	color: #990000;
	text-decoration : underline;	
}

a:active {
	color: #990000;
	text-decoration : underline;
}

a:focus { 
	color: #990000; 
	text-decoration : underline;
}

div,p,li,blockquote,ul,ol,td  {
	font-family : Arial, Helvetica, Geneva, sans-serif;
	font-size : 12px;
	color : #000000;
}

.text	{
	line-height : 150%;
}

b  { 
 	font-weight : bold; 
}
 
h1	{
	font : 16px Arial, Helvetica, Geneva, sans-serif;
	color : #3165CE;
	font-weight : bold;
	margin-top : 20px;
	margin-bottom : 10px;
}
 
h2	{
	font : 14px Arial, Helvetica, Geneva, sans-serif;
	color : #2A56AE;
	font-weight : bold;
	margin-top : 8px;
	margin-bottom : 15px;
}


ul	{
	list-style-type : disk;
	list-style-image : url(../images/bullet_li.gif);
}

ul.circle	{
	list-style-type : circle;
}

.small  { 
	font : 10px arial, helvetica, geneva, sans-serif;
}

.small_white  { 
	font : 10px arial, helvetica, geneva, sans-serif;
	color : #FFFFFF;
}

.text_white  { 
	font : 11px arial, helvetica, geneva, sans-serif;
	color : #FFFFFF;
}

.zw	{
	font-size : 13px;
	font-weight : bold;
	color: #3165CE;
}


/*Angaben für Farben*/

.yellow  { 
	color : #FFD200; 
}

.blue1  { 
	color : #C2D2F0; 
}

.blue2	{
	color : #87A4D8;
}

.blue3	{
	color : #0C3787;
}

.red	{
	color : #E10000;
}

/* Formularstyles */

.formtd {
	border-top : 1px;
	border-bottom : 1px;
	border-left : 1px;
	border-right : 1px;
    border-style : dotted;
    border-color : #CCC;
	padding : 3px;
}