/* Thanks to Pascal Faller (www.pascalfaller.de) for the permission to use and change his CSS-file. */

body {
height: 100%;
min-height: 700px;
overflow-x: hidden;
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
font-family: arial;
font-size: 10pt;
}

body a{

text-decoration: none;
}

#header {
min-width: 400px;
height: 20px;
border-bottom-color: white;
position: absolute;
top: 5px;
left: 10px;
}


#header li {

list-style: none;
display: inline;
padding-right: 10px;
}

#header a{

text-decoration: none;
font-size:8pt;
color: #6e0000;
vertical-align: bottom;
}

#header a:hover{

color: #b64848;
}


#navigation {
z-index: 5;
min-width: 800px;
height: 30px;
border-bottom-color: white;
position:absolute;
top: 25px;
right: 10px;
float: left;
list-style:none;

}


#navigation li {
float: left;
padding-right: 20px;
position: relative;
}


#navigation a{
display: block;
text-decoration: none;
font-weight: bold;
color: #6e0000;
vertical-align: bottom;
}


#navigation a:hover{

color: #b64848;
}



/*---DROPDOWN---*/
#navigation ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}

#navigation li:hover ul{ /* Display the dropdown on hover */
	padding-top:5px;
	left:-80px; /* Bring back on-screen when needed */
	text-align:center;
	width: 150px;
	background:#fff;

}
#navigation li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#ffffff;
}
#navigation li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#navigation li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	color: #b64848;
}


/*---DROPDOWN---*/


#container{
position: relative;
overflow: hidden;
height:620px;
top: 70px;
}

#bilder {
white-space:nowrap;
position: absolute;
padding-top: 0px;
padding-left: 0px;
padding-right: 20px;
height: 600px;
z-index:-1;
}


#bilder li {

list-style: none; 
padding: 10px 0px 10px 10px;
display:inline;
}

#bildunter{

position: absolute;
height: auto;
width: auto;
text-align: bottom;
margin-left:40%;
margin-top:70px;
z-index: 2;
}

#bildunter a{

text-decoration: none;
font-weight: bold;
color: #6e0000;

}

#scrollLinks {

position: absolute;

width: 110px;
height: 770px;
top: 0px;
right: 10px;
outline: 0;
text-align: right;
padding-top: 30px;
z-index:1;

}

#scrollLinks a {
text-decoration: none;
font-size:8pt;
color: #6e0000;

}

#scrollLinks a:hover{

color: #b64848;
}

#scrollLinks{
top:113px;
height:600px;
width: 100%;
position: absolute;
}

#mouseover_l{
white-space:nowrap;
position: absolute;
width:50px;
height: 50px;
padding-top:220px;
left:30px;
}

#mouseover_r{
white-space:nowrap;
position: absolute;
width:50px;
height: 50px;
padding-top:220px;
right: 0px;
}


#about{

height: 420px;
width: 500px;

margin-left: 400px;
margin-top: 150px;
color:#6e0000;
}


