@import url("reset.css");


html, body {
	height: 100%;
	}

body {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

#wrapper {
	min-height: 100%;
	width: 1000px;
	}
	
#main {
	padding-bottom: 30px;
	}

#content {
	width: 600px;
	float: right;
	padding-top: 50px;
	color: #556611;
	font: 14px/1.5em "Helvetica Neue Light", Arial, Helvetica, Geneva, sans-serif;
	}

.content-700 {
	width: 700px !important;
	}

a#logo {
	background-repeat: no-repeat;
	background-position: 0 center;
	height: 120px;
	display: block;
	}

#footer { /* Sticky Footer */
	position: relative;
	margin-top: -30px;
	height: 30px;
	clear:both;
	}
	
#footer a {
	padding-left: 60px;
	color: #c77a9f;
	text-decoration: none;
	}

#footer a:hover {
	color: #556611;
	}


/*
--- Navigation ---
*/

#nav { /* Intro & Hauptseite */
	width: 170px;
	min-height: 510px;
	height: auto !important;
	height: 510px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 center;
	margin-left: 20px;
	}
	
#nav ul {
	padding-top: 80px;
	padding-left: 20px;
	}
	
#nav ul li {
	padding-top: 10px;
	}


/*
--- Intro ---
*/

.article-1 a#logo {
	height:  540px;
	cursor: default;
	}
	
.article-1 #content {
	width: 810px;
	padding-top: 0;
	}

.article-1 h1 {
	text-align: center;
	}
	
.article-1 h1 a {
	background-position: center 15px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding: 15px;
	}
	
	
/* 
--- Content ---
*/
	
#content a {
	color: #556611;
	}
	
#content p {
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
.text-block {
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
	}
	
.bild-block {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	}
	
.collection-produkt {
	width: 170px;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	}
	
.collection-produkt .img {
	margin-bottom: 5px;
	display: block;
	}
	
.collection-produkt .desc {
	line-height: 1.2em;
	}
	
.presse-block {
	width: 160px;
	font-size: 12px;
	margin-bottom: 30px;
	float: left;
	padding: 5px;
	border: 1px solid silver;
	} 
	
.presse-block .preview {
	display: block;
	} 

.presse-block .info {
	display: block;
	margin-top: 8px;
	line-height: 1.2em;
	}	
