/* grundeinstellungen */
	body 		{background-color: #dcdcdc; margin:0; padding:0; height:100%; width:98%; font-family: verdana; margin: 0 auto; border: 1px solid; border-collapse: collapse;}
		
/* überschriften */
	h1 		{text-decoration: underline; font-family: verdana; font-size: 13px; margin:10px}
			
/* textvorgaben */
	p 		{text-indent: 0px; margin-left:10px; margin-right:10px }





/* bild standard front */
	.bildst1	{margin-left: 1%; margin-right: 1%; width: 98%; text-align: center}
	
	
/* text zu bild */
	.text1		{text-align: justify; font-size: 13px} 
	.text2		{text-align: justify; font-size: 13px; margin-bottom: 50%; margin-top: 50%} 
	

/* container */
	.cont1		{float: left; margin-top: 10px; margin-bottom: 20px; width: 5%; height: 100%; }
	.cont2		{float: left; margin-top: 10px; margin-bottom: 20px; width: 90%; height: auto;}
	

/* Tabelle 2 */	
	.tabelle2 	{margin-left: 10px; margin-right: 10px; ; margin-bottom: 30px; font-size: 12px; font-family: verdana; max-width: 98%; }
	tr		{}
	td		{text-align: center;  vertical-align: center; width: 33%; }

/* button */
	.button1 		{margin-left: 15px; margin-bottom: 20px; margin-right: 15px; display: block; width: 280px; height:10px; text-align: center; padding: 10px 10px;
				background: #6E6E6E; color: black; font-family: verdana; font-size: 13px; border-radius: 4px; border: solid 1px #20538D;
				text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);} 
	.button1:hover 		{background: #dcdcdc; border: solid 1px #2A4E77; text-decoration: none;}
	

	
/* startseitenlink */
	.text99		{margin-top: 00px; margin-bottom: 25px; font-size: 16px; font-family: verdana}


/* link */
	.link		{margin-top: 10px; margin-bottom: 40px;}
	.linkbild	{margin-left: 1%; margin-right: 1%; width: 100%}
	
	