@charset "utf-8";
/* CSS Document */

	* { margin: 0px; padding: 0px; } /*gegen riesige Leerraume bei neuen Zeilen */

body {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;


}

#Ueberschrift1 {
	font-size:16pt;
	line-height:23pt;
	font-style: normal;
	font-weight: bold;
	color:#000;
	font: verdana;
	}

#FliessText {
	font-size:13pt;
	line-height:17pt;
	font-style: normal;
	font-weight: normal;
	color:#000;
	font: verdana;
	}
	
#FliessTxtGroesser {
	font-size:11pt;
	line-height:15pt;
	font-style: normal;
	font-weight: normal;
	color:#505050;
	}
	
#Kleingedrucktes {
	font-size:7pt;
	line-height:9pt;
	font-style: normal;
	font-weight: normal;
	color:#505050;
	}	

	
#KleinerAbstand {
	font-size:6px;
	line-height:4px;
	font-style: normal;
	font-weight: normal;
	color:#a50909;
	
	}
	
#KleinerAbstand2 {
	font-size:11px;
	line-height:13px;
	font-style: normal;
	font-weight: normal;
	color:#a50909;
	
	}
	
#Buttons {
	font-size:13pt;
	line-height:18pt;
	font-style: normal;
	font-weight: bold;
	color:#000;
	font: verdana;
	}

td {
	font-family: Arial, Geneva, Verdana, helvetica, sans-serif;
}


th {
	font-family: Arial, Geneva, Verdana, helvetica, sans-serif;
}

/* Main Template Content Rahmenbeschreibungen */

#SlicesDiv {
	position:absolute;
	left:50%;
	width:1274px;
	margin-left:-637px;
	margin-top:0px;
	z-index:1;

	 Center Horizontal. margin-left: negative half of the width 
} 
#EditableContentDiv {
	position:relative;
	width:1274px;
	height:503px;
	z-index:1;
	left: 0px;
	top: -546px;

}
