/* css für test */


/* div zentrierung, ie kompatibel */
html	{
height:100%;
margin:0;
padding:0;
	}
body	{
height:100%;
margin:0;
padding:0;
text-align:center;
min-width:600px;
background-color:#e5d3a3;
font-family:Verdana;
font-size:13px;
	}
div#m1	{
height:100%;
margin:auto;
padding:0;
display:table;
width:600px;
border:0px solid red;
	}
div#m2	{
margin:20px;
padding:10px;
display:table-cell;
vertical-align:middle;
text-align:left;
width:600px;
border:0px solid green;
	}

/* seitenformatierung */
div.d1	{
width:600px;
margin:10px auto 0;
padding:15px;
border:1px solid black;
background-color:#fddf97;
	}
div.block {
text-align:justify;
width:600px;
margin:0 auto;
	  }

div.impress {
text-align:center; }

h2 { text-decoration:underline; text-align:center; }
h3 { text-decoration:underline; text-align:center; }

ul.ohne	{ list-style-type:none;	}

span.m01 { color:#B00800; }

a {font-family:verdana; color:#A27300; text-decoration:underline; }
a:hover {font-family:verdana; color:#000000; text-decoration:none; }




/* 
css formate auf eis ;-)
div { width:500px; margin:0 auto; } 
*/