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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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



/*Menu*/

/*alle klickbaren elemente*/
a {
	letter-spacing: 0pt;
	text-decoration: none;
	color: #666;
}

a:visited {
	text-decoration: none;
}

a:active { text-decoration: none; }

/*a:hover {
	color: #666;
	background-color: none;
}*/

a img { border: none; }



#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper {
position: relative;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}



#menu {
    width: 145px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 1000px;

	margin:  50px  0 0 52px;
	padding: 40px 0 0 25px;
}

/* Logo*/
div.logo_bot {
	color: #666;
	position: fixed;
	bottom: 20px;
}


/* Abstand zwischen den section title*/
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

/* Menu-Oberpunkte*/
#menu ul li.section-title {
	background-color: #000;
	color: #fff;
}

#menu li.active a { color: black; background-color: #0099FF; }


/* Menu Rollover */
#menu li a:hover {
	color: #000000;
	background-color: #0099FF;
	/*border: dotted;*/
}

/*Menu Ende*/

#content {
    height: 1000px;
    margin: 100px 0px 0px 300px;
	margin-top: 70px;
    top: 0;
}

.container_1 {
    padding: 5px 5px 5px 5px;
}
.container_2 {
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
