/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	}
	 
.header_text {
	font-size: 16pt;
	font-family: Tahoma, "Times New Roman", "Trebuchet MS";
	font-weight: bold;
	line-height:40px;
	 padding:15px;
}

.border {
	border:2px solid black;
	text-align: center;
}
.unten_oben {border-bottom:2px solid black;
	 		 border-top: 2px solid black}
.black{background:#000000; 
       color:#FFF;
	   font-size:16px;
	   font-weight:bold;}
.red_text{color:#F00;}

.fehlermeldung
	{
	color:#F00;
	text-align: center;
		
	}
.border tr td div table tr td {
	text-align: left;
}

.links_rechts_oben
	{
	border-top: 2px solid black;
	border-left:2px solid black;
	border-right:2px solid black;
	}
