/**
* CSS
* 
* @version 1.0
* @author Philip Ullrich 
* @author Die Feine Familie
*/

* {
	margin: 0;
	padding: 0;
}


html, body {
	font-size: 10px;
	line-height:1.6em;
	font-family: Arial, sans-serif;
	background: #fff;
	height:90%;
	min-height:500px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

#main {
	margin:0 auto;
	height:100%;
	width:70%;
	position:relative;
	top:5%;
	min-width:900px;
	padding-left:10px;
	overflow:visible;
}


#menu {
	position:absolute;
	z-index:999;
	top:0;
	min-width:900px;
}

#menu ul {
	list-style: none;
	margin:0 20px 0 0;
	float:left;
	height:1.6em;
	white-space:nowrap;
}

#menu li {
	margin:0;
	padding:0 1.2em 0 0;
	display:inline;
	overflow:visible;
}

#menu ul li.section-title {
	display:block;
}

#content {
	clear:both;
	height:100%;
}

#s1 {
	height:100%;
	position:relative;
}

#s1 div {
	height:100%;
}

.container {
	height:100%;
}

#img-container	{
	position:relative;
	height:100%;
	top:4.8em;
}

.pics p	{
	position:absolute;
	left:14.2em;
	top:-3.2em;
	white-space:nowrap;
}

.pics img {
	height:100%;
	min-height:400px;
	max-height:800px;
	position:absolute;
	display:block;
	margin-bottom:6px;
}

.pics img.klein {
	height:80%;
	min-height:320px;
	max-height:640px;
}

.nav {
	display:block;
	position:absolute;
	top:-3.2em;
	margin:0 0 40px 0;
}

/* Für die Startseite */
.picture_holder {
	margin: 2.6em 0 0 0;
}

#once { clear: left; }

/*Standards*/
p {
    margin: 0 0 0 0;
}

/* Überschriften */
h1 {
	font-size: 10px;
	font-weight:normal;
	margin:0 20px 0 0;
	float:left;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

/* Links */
a { outline:none; }
a:link { color:#000; text-decoration: none; }
a:active { color:#000; text-decoration: none; }
a:visited { color:#000; text-decoration: none; }
a:focus { color:#000; text-decoration: none; }
a:hover { color:#000; text-decoration: none; }

a img { border: none; }
