﻿/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
/* html5 + CSS 3 Template created by miss monorom  http://intensivstation.ch 2013 */


body {
  font-size: 1em;
  font-family: Arial, SunSans-Regular, Sans-Serif;
  color:#333;
  background:url('raster.png');
  margin:0;
  padding:0;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width:450px;

}

#header {
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  width:450px;
  padding:20px 0 0 25px;
  position:fixed;
  z-index:10;
    background:url('raster.png');
}
#logo {
float:left;
}
#insta {
float:right;
margin-right:50px;
}

#distanz {
  height: 60px;
  position:relative;
}

#galerie{
  margin-left: auto;
  margin-right: auto;
  width:400px;
  position:relative;
  z-index:5;
	
}

p, pre{
  padding:  0 0 20px;
  line-height:1.5em;
}

.box01{
  box-shadow: 8px 8px 16px #999;
  position:relative;
  z-index:10;
  display: block;
  width:400px;
  height:400px;
  margin-bottom:80px;
}
.box01 img{
  width:400px;
  height:400px;
}

a {color: #333; text-decoration:none;}
a:visited {color:#333;}
a:hover {color: #00BFFF;}
a:active { color:#000;}


/* -------------------- Media Queries -------------------- */

@media only screen and (max-width: 860px) { }


@media only screen and (max-width: 768px) { }


@media only screen and (max-width: 480px) { }

