@charset "utf-8";
/* Das ist das Grundgerüst für die FZV Webpage */

body 	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-image: url(../img/Logo_FZV.png);
	background-position: 99% 2%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color:#fff;
	margin-top: 4%;
	margin-left: 1%;
	margin-right: 1%;
	color:#000;
}

/*Tabellen Aufmachung auf FZV*/		
#tbl-standard { 
	border width: 2px;
	border-style: solid;
	border-color: #CCC;
	border-color:transparent=50%;
	border-radius: 15px;
	box-shadow:rgba(102,102,102,0.8) 5px 10px 8px;
	
	background-color:#416bbf;
	
	margin: 8px;
	color:#FFF;
	float:left;
}

/*Das kopie-feld ist ein einfaches Textfeld, welches zum kopieren von Daten in EvE genutzt werden soll*/		 
#kopie_feld{
	background-color:#416bbf; 
	border:#cdcdcf; 
    text-align:center; 
    border-radius:15px; 
    color:#FFF;
    box-shadow:rgba(102,102,102,0.8) 1px 3px 1px;
	font:Verdana, Geneva, sans-serif;
}

	
	
