/* grundeinstellungen */
	body 		{background-color: #dcdcdc; margin:0; padding:0; height:100%; width: 100%; font-family: verdana; margin: 0 auto; border: 1px solid; border-collapse: collapse;}
		
/* überschriften */
	h1 		{text-decoration: underline; font-family: verdana; font-size: 10px; margin:10px }
			
/* textvorgaben */
	p 		{text-align: justify; margin-top: 10px; margin-left: 10px; margin-right: 10px}

img {max-width: 100%; height:auto; width: auto; /* ie 8 */}	

/* einführungstext */
	.text1		{font-size: 10px}
	.text02		{text-align: justify; margin-left: 10px; margin-right: 10px}


/* bild prospekte */
	img		{margin: 3px}

		
/* button */
	.button1 		{margin-left: 10px; margin-right: 10px; display: block; width: 25%; text-align: center; padding: 10px 10px;
				background: #8A2908; color: black; font-family: verdana; font-size: 8px; 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;}

/* button */
	.button1a 		{margin-left: 10px; margin-right: 10px; display: block; width: auto; text-align: center; padding: 3px 3px;
				background: #8A2908; color: black; font-family: verdana; font-size: 8px; border-radius: 2px; 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);} 
	.button1a:hover 		{background: #dcdcdc; border: solid 1px #2A4E77; text-decoration: none;}


/* tabellen */	
	.tabelle2 		{margin-left: 3%; margin-right: 3%; ; margin-bottom: 30px; font-size: 10px; font-family: verdana; border: 1px solid; border-collapse: collapse;} 

	
/* tabellenzeilen */
	tr			{border: 1px solid; border-collapse: collapse;}


/* tabellenzellen*/
	
	.spaltea		{text-align: center;  vertical-align: top; border: 1px solid; border-collapse: collapse; height: 40%}
	
	

/* startseitenlink */
	.text15			{margin-top: 10px; margin-bottom: 25px; font-size: 15px; font-family: verdana}
	
