
body{
	font-family:	Verdana, Helvetica, Arial, BankGothic Md BT, sans-serif;
	font-size: 	10 pt;
	color:		black;
    }

table{
	font-family:	Verdana, Helvetica, Arial, BankGothic Md BT, sans-serif;
	font-size: 	10 pt;
	color:		black;
     }
#bc{
	font-family:	Verdana, Helvetica, Arial, BankGothic Md BT, sans-serif;
	font-size: 	12 pt;
	color:		black;
	text-align:	center;
   }
/************************************************************************/
/* Überschriften-Definition						*/
/************************************************************************/

h1{ 	
	font-family:	Verdana, Helvetica, Arial, BankGothic Md BT, sans-serif;
	font-size: 	24 pt;
	color:		black;
  }

h2{ 	
	font-family:	Verdana, Helvetica, Arial, BankGothic Md BT, sans-serif;
	font-size: 	22 pt;
	color:		black;
  }

h3{ 	
	font-family:	Verdana, Helvetica, Arial, BankGothic Md BT, sans-serif;
	font-size: 	20 pt;
	color:		black;
  }

h4{ 	
	font-family:	Verdana, Helvetica, Arial, BankGothic Md BT, sans-serif;
	font-size: 	16 pt;
	color:		black;
  }

/************************************************************************/
/* Anker-Definition							*/
/* Die Reihenfolge ist hier wichtig, da sonst keine richtige Ausführung */
/************************************************************************/

a:link{ 
		text-decoration:	none;
		text-align : 		left;
		color:			black;
		font-weight:		normal;
		background-color:	white; 
      }

a:visited{ 
		text-decoration:	none;
		text-align : 		left;
		color:			black;
		font-weight:		normal;
		background-color:	white; 
	 }

a:hover{ 
		text-decoration:	none;
		text-align : 		left;
		color:			black;
		font-weight:		bold;
		background-color:	#99FF99;
	}

a:active{ 
		text-decoration:	none;
		text-align : 		left;
		color:			black;
		font-weight:		bold;
		background-color:	#FFFFCC; 
	}

a:focus{ 
		text-decoration:	none;
		text-align : 		left;
		color:			black;
		font-weight:		bold;
		background-color:	white; 
	}


#allround{
		border-width:		1pt;
		border-style:		solid;
		border-color:		black;
  		padding:		1pt;
		display: 		block;
  		text-align:		left;
		margin : 		5px 70px 5px 30px;

	 }
/************************************************************************/
/* Anker-Definition für allround										*/
/************************************************************************/

a.allround:link{ 
		text-decoration:	none;
		text-align : 		left;
		font-size:			12px;
		color:				black; /*#069bff;*/
		font-weight:		normal;
		background-color:	white;/*#3399cc; /*#d2e9ff;*//*#cedfec;#d2e9ff; #dfdfdf;white; */
      }

a.allround:visited{ 
		text-decoration:	none;
		text-align : 		left;
		font-size:			12px;
		color:				black;/*#069bff;*/
		font-weight:		normal;
		background-color:	white;/*#3399cc; /*#d2e9ff;*//*#cedfec;#d2e9ff; #dfdfdf; white;*/
	 }

a.allround:hover{ 
		text-decoration:	none;
		color:				red;
		text-align : 		left;
		font-size:			12px;
		color:				black;
		font-weight:		normal;
		border-style:		solid;
		border-color:		black;
		background-color:	#dfdfdf;	/*#d2e9ff;white;*/
	}

a.allround:active{ 
		text-decoration:	none;
		text-align : 		left;
		font-size:			12px;
		color:				black;
		font-weight:		normal;
		background-color:	white;	/*#dfdfdf;#91c8ff; color is like the color in the menu-frame*/
	}

a.allround:focus{ 
		text-decoration:	none;
		text-align : 		left;
		font-size:			12px;
		color:				black;
		font-weight:		normal;
		background-color:	white; 
	}
/************************************************************************/
/* Definition of the format of framecontents							*/
/************************************************************************/

.main{
	font-family:Verdana, Helvetica, Arial, BankGothic Md BT, sans-serif;
	font-size: 	12px;
	color:		black;
	margin-top: 30px;
	margin-left: 30px;
	background-color:	white;
	}
	
.main_menu{
		font-family:		Verdana, Helvetica, Arial, BankGothic Md BT, sans-serif;
		font-size: 			12px;
		color:				black;
		margin-top: 		150px;
		margin-left:		0px;
		background-color:	white; /*#3399cc; #d2e9ff;*/
		padding-left:		1px;
		padding-right:		1px;
}

.allround{
		border-top-width:		1px;
		border-bottom-width:	0px;
		border-left-width:		0px;
		border-right-width:		0px;
		border-style:		solid;
		border-color:		black;
  		padding:			1px;
		padding-left:		20px;
		display: 			block;
  		text-align:			left;
		margin : 			0px 0px 0px 0px;
	 }