@charset "utf-8";
/* arsx.de */

html, body, h1, h2, h3, h4, h5, h6, div, ul, ol, li, dl, dt, dd, pre, form, p, blockquote, fieldset, input {
	font: 400 11px/15px Verdana,Geneva,sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
	}
	
body {
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
.bold {
	font-weight: bold;
	}
	
.disclaimer {
	margin-top: 30px;
	font: 400 9px/13px Verdana,Geneva,sans-serif;
	color: #d2d2d2;
	}
	
h3 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	}
	
a {
	color: #666;
	text-decoration: none;
	}	
	
.clear {
	clear: both;
	}
	
#container {
	position: relative;
	z-index: 2;
	width: 800px;
	margin: 100px auto 0;
	}
	
#navi {
	float: left;
	width: 20%
	}
	
	
#navi ul, #navi li {
	list-style-type: none;
	}
	
#navi a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	}	
	
#navi a.active	{
	color: red;
	}
	
#content {
	float: left;
	width: 80%;
	}	

.headline {
	margin-bottom: 40px;
	}

#sinan {
	position: fixed;
	background: url("images/sinan_pic_dots.jpg") no-repeat;
	width: 213px;
	height: 500px;
	bottom: 0;
	left: 0;
	z-index: 1;
	}	



