* {
        padding: 0;
        margin: 0;
}

font,a,p,div,td,th,ul,ol,li,nobr,b,i,select,input,option,textarea,h1,h2,h3,h4,h5,h6,dt,dd { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #FFFFFF; }
p,div,td,th,ul,ol,li,nobr,select,input,option,textarea,dt,dd{ font-size: 11px; }

html {
	height: 100%;
}

body {
	background-color: #5B604D;
	height: 100%;
	overflow: hidden;
}

#background {
	text-align: justify;
	color: #727860;
}

a:link {
         color: #FFFFFF;
         text-decoration:none;
}

a:active {
         color: #FFFFFF;
         text-decoration:none;
}

a:visited {
         color: #FFFFFF;
         text-decoration:none;
}

a:hover {
         color: #FFFFFF;
         text-decoration:underline;
}

.bilderrahmen {
         background-color: #000000;
         padding: 0px;
         border: 1px solid #ffffff;
}


#logo_center {
   position: absolute;
   left: 49%;
   top: 50%;
   width: 215px;
   height: 80px;
   text-align: center;
   margin-left: -112px;
   margin-top: -40px;
}

#projekte {
   position: fixed;
   left: 0%;
   top: 0%;
   text-align: left;
   line-height: 20px;
   margin: 60px;
}

#footer {
	position: fixed;
	bottom: 0px;
	padding: 3px;
}

#quotes {
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 3px;
	text-align: right;
}

