body{
	font-family: Arial, Helvetica, sans-serif;
	fontcolor: #111;
	background:#fff;
	font-size: 0.8em;
	color:#666;
	font-weight:normal;
	margin:100px;
	}

div#logo {
	background: url(logo_sneyd.png) no-repeat;
	overflow:visible;
	position:relative;
	width:200px;
	height:20px;
	margin:-100px;
	top:60px;
	left:0px;
	}

#uprechts{
	overflow:hidden;
	color: #999;
	position:absolute;
	left:90px;
	top:150px;
	height:50px;
	}


/* linke menuespalte */

#left{

	position:fixed;
	left:0px;
	top:210px;
	height:absolut;
	color: #111;
	}


#links{
	overflow:hidden;
	position:absolute;
	left:320px;
	top:270px;
	margin:0px;
	padding:100px;
	}

#footer{
	position:fixed;
	text-align:left;
	height:55px;
	padding-top:10px;
	margin-top:480px;
	color: #666666;
	}



/* global typography */

a:link, a:visited{
	font-size: 11px;	line-height: 18px;
	color:#ccc;
	text-decoration:none;
	}

a:hover, a:active{
	color:#00ccff;

	}

#pics{
	overflow:hidden;
	position:absolute;
	left:450px;
	top:180px;
	margin:-100px;
	padding:100px;
	}
