/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */

body{
  font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	width: 100%;
	padding: 0; 
  font-size: 0.8em;
}

p{
	margin: 0 0 20px 0;	
  font-size: 1.3em;
}

a{
  text-decoration:underline ;
  color: #104E8B; 
  font-size: 1.4em;


}

ul{

	font-weight:200;
	font-style:normal;
}


h1{
	font-size: 1.8em;

	font-weight:700;
	font-style:normal;
  text-align: center;
}

h2{
	font-size: 1.6em;

	font-weight:700;
	font-style:normal;
}


#header h1, #pixels{
	color: #48941A;
}

.img_center{ 
  border-radius: 18px;	
  float: left;
  width: 180px;
  height: 170px;
  margin: 6px;
}

.img_right{ 
  border-radius: 18px;	
  float: right;
  width: 180px;
  height: 170px;
  margin: 6px;
}

.img_right_sml{ 
  border-radius: 18px;	
  float: right;
  width: 100px;
  height: 200px;
  margin: 6px;
}

.img_left{ 
  border-radius: 18px;	
  float: left;
  width: 180px;
  height: 170px;
  margin: 6px;
}

.float-left{
	float: left;	
	margin: 0 0 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.text-left{
  text-align: left;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.imp{    
  float: left; 
	margin: 0 20px 0 0;
	font-size: 1.2em;
	padding: 20px 0 80px 0;
	text-align: left;
}


#nav{
	list-style: none;
	position: fixed;
	right: 20px;
}

#nav li{
	margin: 0 0 15px 0;	
}

#header, #intro, #second{
	width: 100%;
}

#intro{
	background:url(images/biodecke-bg.jpg) 50% 0 no-repeat fixed;
	color: #36648B;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#second{
	background: url(images/secondBG.jpg) 50% 0 no-repeat fixed;
	color: #36648B;
	height: 300px;
	margin: 0 auto;

	padding: 0;
}


.story{
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
}

.story .float-left, .story .float-right{
	position: relative;
	width: 98%;	
}

 
@media screen and (max-width:970px) { 
}
 
@media screen and (max-width:930px) { 
}

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

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

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

@media screen and (max-width:401px) { 
a  font-size: 1.5em;

} 
 
@media screen and (max-width:300px) { 
a {font-size:1.7em}
} 
 
 @media screen and (max-width:280px){
 }            