@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}

#logo {
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	top:0;
	left:0;
	width:293px;
	height:223px;
}

#navi {
	font-size:12px;
	color:#FFFFFF;
	position:absolute;
	left:296px;
	top:73px;
	width: 185px;
}

#navi ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#navi li {
	display:block;
	margin:0px;
	padding:0;
}

#navi a {
	font-size: 90%;
	width:185px;
	color:#FFF;
	text-decoration:none;
	padding:5px 0 5px 10px;
	display:block;
}

#navi a:hover {
	background-image:url(../images/btn_bg_o.jpg);
	background-repeat:no-repeat;
}

#folio {
	width:611px;
	height:204px;
	border:7px solid #333333;
	margin-left:30px;
/*	margin-bottom:30px;*/
}

#folio2 {
	width:611px;
	height:204px;
	border:7px solid #333333;
	margin-left:30px;
	margin-bottom:30px;
}

#morefolio {
	font-size:10px;
	width:621px;
	height:14px;
	background-color:#333333;
	border:1px solid #333333;
	padding-left:2px;
	margin-left:30px;
	margin-bottom:10px;
	margin-top:10px;
}

#scrollup {
	font-size:11px;
	width:621px;
	height:22px;
	background-color:#333333;
	border:1px solid #333333;
	padding-left:2px;
	margin-left:30px;
}

#scrolldown {
	font-size:11px;
	width:621px;
	height:22px;
	background-color:#333333;
	border:1px solid #333333;
	padding-left:2px;
	margin-left:30px;
	margin-bottom:15px;
}

#folioheader {
	color:#FFFFFF;
	margin-bottom:4px;
	width:620px;
	margin-left:30px;
	font-size:11px;
}

#aboutme {
	margin:0;
	color:#FFFFFF;
	margin-bottom:4px;
	width:620px;
	margin-left:30px;
	font-size:11px;
	line-height:18px;
}

#contentwrapper {
	margin:auto;
	color:#FFFFFF;
	margin-bottom:4px;
	width:620px;
	margin-left:30px;
	font-size:11px;
	line-height:18px;
	overflow:hidden;
	
	
}

#content {
	margin:0;
	color:#FFFFFF;
	width:310px;
	font-size:11px;
	line-height:18px;
	float:left;
}

#contentright {
	height:auto;
	float:right;
	margin:0;
	color:#FFFFFF;
	margin-top:45px;
	width:310px;
}

#contentright a {
	color:#333333;
	opacity:.4;
	filter:Alpha(opacity=40);
	-moz-opacity:.4;

}

#contentright a:hover {
	color:#333;
	opacity:.8;
	filter:Alpha(opacity=80);
	-moz-opacity:.8;
}
	
	
.bold {
	font-weight:bold;
}

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

a:hover {
	color:#FF3399;
	text-decoration:none;
}

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

a:active {
	color:#b6e539;
	text-decoration:none;}
	
#top{
	width:60px;
	float:right;
	margin-top:-12px;
}

#top a:link {
		color:#FF9900;
}


/*### FOOTER ###*/

#footer {
	margin:auto;
	height:209px;
	border: 1px dotted #333;
	border-width:1px 0;
	background-color:#19171c;
	background-image:url(../images/footer_logo_bg.jpg);
	background-repeat:no-repeat;
	padding:10px 0 0 0;
	}
	
#footernavi {
	width:107px;
	height:auto;
	margin-left:260px;
}

#footernavi ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#footernavi li {
	display:block;
	margin:0px;
	padding:0;
    border: 1px dotted #666;
	border-width:1px 0;
	margin:-1px;
}

#footernavi a {
	font-size: 90%;
	width:100px;
	color:#FFF;
	text-decoration:none;
	padding:5px 0 5px 10px;
	display:block;
}

#footernavi a:hover {
	background-color:#161616;
	color:#044865;
}

.header {
	font-size:12px;
	font-weight:bold;
}

#zitat {
	position:absolute;
	left: 508px;
	top: 61px;
}

