﻿
/* @media (min-width:320px) and (max-width:568px){ */

@media (max-width:760px){ 

#bilder img {margin-left:75px;margin-bottom:10px}
body {
	width:100%;
	height:100%;
	background:url(null.jpg);
}
/* wrapper */
#wrapper {
	position:absolute;
	width:100%;
	left:0;
	margin-left:0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	-o-border-radius: 0px;
	
}
#header #logo4 {
	font-size:18px;
	left:20px;
	background-color: #5C9AD7;
}
	
#main {
	margin-left:0;
	margin-right:0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	-o-border-radius: 0px;
	behavior: url(border-radius.htc);
   	 min-height:590px;

}

#tel {
     position:relative;
     left:5px;
	
}
#mail {
     position:relative;
     left:5px;
     
}
#footer {
	height:110px;
background-color: #5C9AD7;
}
#kontakt {
	width:100%;
	margin-left:0;
	
}
#header #logo4
{
	background-color:#FFFFFF;
}



}