/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
}



a {
	color: #999;
	text-decoration: none;
}

a:hover {
		color: #00b8b7;
	}
a img { border: none; }



#menu {
    margin: 0px;
    color: #999;
	padding: 0px;
	font-size: 1.5em;
	padding-left: 0.3em;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 42px;
	position: fixed;
	z-index:2;
	background-color:#FFF;
	padding-right: 6px;
	padding-top: 3px;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
}

#menu ul li.section-title {  }

#menu li {}

#menu li a{//margin-top: 35px;
}

#content {
    margin: 25px 0 0 0;
    top: 0;
    position: absolute;
    bg-color: #fff;
    z-index:1;
}

#content p {margin-bottom: 9px; }

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 4px;
	}
	
	h2 a {
		color: #333;
	}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#header {
	font-size: 2.8em;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: 0.8;
	color: #333;
	margin-top: -41px;
	letter-spacing: -0.05em;
	height: 0.9em;
	overflow: hidden;
	margin-bottom: -5px;
	margin-left: -6px;
	padding: 1px;
	position: fixed;
	z-index: 3;
	background-color:#FFF;
	padding-right: 12px;
	padding-left: 3px;
}

#header a {
	color: #333;
}
		
#header a:hover {
	color: #00b8b7;
}
p {
	margin-left: 7px;
	font-size: 1.1em;
}

#hidebutton {
	visibility:'visible';
	margin-top: 5px;
	background-color:#FFF;
	margin-left: 495px;
	font-size: 1.1em;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	position: fixed;
	z-index: 5;
}

#showbutton {
	visibility:'hidden';
	margin-top: 5px;
	margin-left: 180px;
	font-size: 1.1em;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	position: fixed;
	z-index: 0;
}

#nuermbergerklein {
	visibility:'hidden';
	margin-top: 5px;
	font-size: 1.1em;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	position: fixed;
	z-index: 0;
}
.contact {
	font-size: 1.1em;
	margin-left: 7px;
}

#text {
	margin-top: -20px;
	margin-left: 315px;
	font-size: 1.1em;
	text-transform: uppercase;
	position: fixed;
	z-index: 0;
}

