
@media only screen and (max-width: 320px)

body {    	margin:0;    padding:0;	color:white;	font: small-caps 8px arial, verdana, hevetica, sans-serif;	   }
#container {margin:5px ;    width:100%;}
#header {	width:100%;	background:#960000;	margin-bottom: 0%;	height:50px;	text-align : right;	font: small-caps 100% Verdana; font-weight: bold;}
#menue {	width:100%;background:#960000;	margin-bottom: 0%;	height:50px;	text-align : center;}
#logo_pic {	float: left; background:#960000; background-image: url(grafik/logo_ipo.JPG); width:60px ; height:246px ; no-repeat: center; }
#seite {	float:right;	width:80%;	height:100%;	background:#960000;		font: small-caps 80% Verdana;	}
#copy {		width:100%;background:#960000;margin-bottom: 0%;height:50px;text-align : center; font: small-caps70% Verdana; }


a:link { font-weight:bold; color:white; text-decoration:none; }
a:visited { font-weight:bold; color:silver; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:yellow; text-decoration:none; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }