/* Hintergrund Farbe (der Seite auf welcher der Rechner eingebunden werden soll) */
	.hintergrund
	{
	background-color: #FFFFFF;		
	}
	
	.zelle {
	 padding 5px;
	}	
	
/* Eingabemaske und Ergebniszeilen */
	.zeile
	{
	background-color: #ffffff;
	
	/*
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial;
	font-size: 110%; 
	font-weight: normal;
	*/
	color: #666;
	font-size: 12px;	
	}
	
/* Ergebniszeilen (abwechselnde Farbgebung) */
	.zeile2
	{
	background-color: #ffffff;
	
	/*
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial;
	font-size: 110%; 
	font-weight: normal;
	*/
	color: #666;
	font-size: 12px;
	}
	
  .formzelle {
	 color: #000;
	 font-size: 12px;
	}	
	
/* Titelleisten */
	.rahmen
	{
	background-color: #f1f1f1;
	color:#003366;
	/*
	font-family:"times new roman",times,serif; 
	font-size: 150%;
	*/ 
	padding:5px;
	font-weight: bold;
	text-align: left;	
	
	}
	
/* Formular Button */
/*	.button
	{

	font-size: 11px;
	font-family: Verdana, Arial;

	color: #FFFFFF;
	background-color: #008000;
	border-width: 0px;
	font-weight:bold;
	padding: 3px 3px;
	font-size: 12px; 
	}
	*/
	
.button {

display: inline-block;
background-color: #008000;
float:right;
padding: 5px 10px 6px;
margin:5px 10px;
color: #fff;
text-decoration: none;
font-size:12px;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
cursor: pointer;
}

.button:hover	{ 
	background-color: #007400; 
	color: #fff; 
	}
	
/* Links */
	.link
	{
  /* 
	background-color:#ffffff;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #CB0000;
	text-decoration: none;
  */
	}
	
	.link:hover
	{
/* 	color: #DDDDDD; 
  text-decoration: none
*/
	}
	
/* Anmerkungen */	
	.footnotes
	{
	color: #444444;
	font-size: 10px; 
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial;
	}
	
/* Info PopUp */
	.info_body
	{
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial;
	font-size: 11px; 
	color: #000000;
	background-color: #eee;
	border: 1px solid #4096ee;
	margin: 0px;
	padding: 4px;
	width: 180px;
	}

	.info_header
	{
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial;
	font-size: 10px; 
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4096ee;
	border: 1px solid #4096ee;
	margin: 0px;
	padding: 4px;
	width: 180px;
	}
	
