body {
	background-color: #FFF;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

@font-face {
    font-family: 'consola';
    src: url('../grafik/consola.eot');
    src: url('../grafik/consola.eot?#iefix') format('embedded-opentype'),
         url('../grafik/consola.woff') format('woff'),
         url('../grafik/consola.ttf') format('truetype'),
         url('../grafik/consola.svg#consola') format('svg');
    font-weight: normal;
    font-style: normal;
}
.style1 {
	font-family: "consola";
	font-size: 14px;
	line-height: 115%;
}

ul.navi{
	font-family: consola;
	font-size: 14px;
	line-height: 125%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

a.navi{
	color: #000000;
	text-decoration: none;
}

a.navi:hover{
	color: #000000;
	background-color: #000000;
}

a.navi_aktiv{
	color: #000000;
	background-color: #000000;
	text-decoration: none;
}

#name {
	position: fixed;
	left: 82px;
	top: 140px;
}

#work {
	position: fixed;
	left: 56px;
	top: 250px;
}

#adress {
	position: fixed;
	left: 86px;
	top: 352px;
}
	
#contact {
	position: fixed;
	left: 56px;
	top: 460px;
}

	
#home {
	position: fixed;
	top: 80px;
	left: 700px;
	background-color: #fff;
	z-index: 6;
}
#pic {
	position: absolute;
	left: 300px;
	top: 125px;
	background-color: #fff;
	z-index: 2;
}
#menu {
    width: 240px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
    background-color: #fff;
    z-index: 3;
    padding: 30px 20px 0px 40px;
}
.container {
    padding: 0px -50px 25px 5px;
}


#footer {
	position: fixed;
	left: 330px;
	bottom: 40px;
	z-index: 1;
}
