@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family:arial, helvetica, sans-serif;
		font-size:100.01%;
	}
	html {
		height:100%;
		width:100%;
	}
	body {
		color:#000000;
		background-color:#ffffff;
		font-size:0.8em;
		line-height:1.4em;
		padding:1em 0;
		margin:0;
	}
	a {
		color:#fff;
	}
	a.normal {
		color:#000000;
	}

	h1 {
		font-size:1.5em;
		text-align:center;
		margin:0.4em 0 2.3em 0;
	}

	ul#umenue {list-style-image:url(../images/quad.gif); list-style-position:outside; margin-left:13px;}

	.mitpunkt {background-image:url(../images/quad.gif); background-repeat:no-repeat; background-position:0px 50%; padding-left:15px; height:13px; padding-bottom:7px;}
}
