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

body {
	margin:0;
	padding:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color: #333333;
}

table, tr, td {
	margin:0;
	padding:0;
	border:0;
}

ol {
	text-align:left;
	margin:0;
	padding: 0 0 10px 0;
	list-style:none;
}

li {
	text-align:left;
	padding: 5px 0 0 0;
	margin:0;
	list-style: none;
}

h2 {
	font-size:14px;
	color:#CCC;
	padding:0 0 3px 0;
	margin:0;
	text-transform:uppercase;
	letter-spacing:1px;
}

p {
	margin:0;
	padding:0 0 7px 0;
	color:#999999;
}


#nicola-hanke {
	margin:0 auto;
	width:850px;
	text-align:center;
	padding-top:30px;
}

#top {
	width:850px;
	height:60px;
}

#content {
	width:850px;
	padding-top:40px;
	color: #999999;
}

#content a {
	color: #999999;
	text-decoration: none;
}

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

#left {
	position:relative;
	top:26px;
	width:380px;
	text-align:left;
	float:left;
	font-size:10px;
}

.portrait {
	margin-top:7px;
}

#right {
	width:470px;
	text-align:right;
	position:relative;
	top:37px;
	float:right;
}

#right a {
	color: #999999;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:0 0 0 10px;
	font-size:10px;	
}

#right a:hover {
	color: #CCCCCC;
	text-decoration:none;
	font-size:10px;
}

#right a.active {
	color:#CCC;
	text-decoration:none;
}

#bottom {
	position:relative;
	top: 40px;
	padding-top:6px;
	width:850px;
	font-size:10px;
	color: #666666;
	height:500px;
}

#bottom a {
	color: #666666;
	text-decoration:none;
	padding:0 8px 2px 0;
	text-transform:uppercase;
	letter-spacing:1px;
}

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

#bottom a.active {
	color: #999999;
	text-decoration: none;
}

.klein {
	font-size:12px;
	line-height:16px;
	text-align:justify;
}




