/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.06.2015, 15:06:35
    Author     : jochen.bromberger
*/

@media screen and (max-width: 640px) {
	#contentcontainer {
    margin:5px;
	}
}
@media screen and (min-width: 641px) {
	#contentcontainer {
		margin:50px;
	}
}