@media only screen and (max-width: 768px)

body
{    margin:0;    padding:0;	color:white;	font: small-caps 12px arial, verdana, hevetica, sans-serif;}

#container {    margin:30px auto;    width:768px;}

#header {	width:100%;	background:#960000;	margin-bottom: 0%;	height:50px;	text-align : right;}
#menue {	width:100%;	background:#960000;	margin-bottom: 0%;	height:50px;	text-align : center;}
#logo_pic {	float: left;background:#960000; background-image: url(grafik/logo3.JPG); width:122px ; height:500px ; no-repeat: center; }
#seite {	float:right;margin-right:15px;	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-caps 70% 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;}