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

	* { margin: 0px; padding: 0px; } /*gegen riesige Leerraume bei neuen Zeilen */
	
	a:link {color: #ffffff; text-decoration: underline; }
	a:active {color: #C1C1FF; text-decoration:underline;}
	a:visited {color: #CCC; text-decoration: underline;}
	a:hover {color: #C1C1FF; text-decoration: underline; }

body {
	font-family:Georgia, "Times New Roman", Times, serif;
}

#FliessText {
	font-size:13pt;
	line-height:normal;
	font-style: normal;
	font-weight: normal;
	color:#FFF;
	}
	
#FliessTextFett {
	font-size:9pt;
	line-height:normal;
	font-style: normal;
	font-weight: bold;
	color:#C1C1FF;
	}

#Ueberschrift1 {
	font-size:16pt;
	line-height:normal;
	font-style:normal;
	font-weight: bold;
	color:#FFF;
	}
	
#Kleingedrucktes {
	font-size:7pt;
	line-height:9pt;
	font-style: normal;
	font-weight: normal;
	color:#505050;
	}	

	
#KleinerAbstand {
	font-size:8px;
	line-height:8px;
	font-style: normal;
	font-weight: normal;
	color:#a50909;
	
	}

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:1185px; margin-left:-590px; 
	margin-top:0px;
	z-index:1;
} 
#EditableContentDiv {
	position:relative;
	width:5px;
	height:5px;
	z-index:1;
	left: 438px;
	top: -652px;
}



	
