/*

created by Stefan Keßner

15.06.2006

last Update: 15.06.2006

*/



body {
	background-color: #000;
	color: #808080;
	margin: 0;
	padding: 0;

	font-family: arial, sans-serif;
	font-size: 10pt;
	}

#wrapper {
	width: 800px;
	}


#header {
	width: 743px;
	height: 198px;
	background-image: url('home_data/header.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	}

/* ------------------- Navi/ Naviliste ------------ */
#navi {
	width: 800px;
	height: 22px;
	}

.navlink {
	position: absolute;
	left: -1000em;
	}

ul {
	font-size: 8pt;
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
	}

/* ------------------ Content ---------------- */
#content_left {
	position: absolute;
	width: 294px;
	height: 380px;
	background-image: url('home_data/contleft.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	}

#content {
	width: 506px;
	margin: 0 0 25px 0;

	background-image: url('home_data/content.jpg');
	background-position: left top;
	background-repeat: no-repeat;

	float: right;
	}

p.news_text {
	color: #808080;
	margin: 15px 175px 0 15px;
	padding: 0;
	font-size: 8pt;
	}

p.impressum {
	font-size: 7pt;
	text-align: center;
	margin: 50px 100px 0 15px;
	}

p.link_me {
	text-align: center;
	margin: 0px 100px 0 15px;
	}

img.logo {
	width: 221px;
	height: 140px;
	position: absolute;
	top: 22px;
	left: 20px;
	}

/*img.impressum {
	margin: 15px 0 15px 100px;
}*/

/* -------------- Links ----------------- */
a:link { 
	color: #e0e0e0; 
	text-decoration: none;
	}
a:visited { 
	color: #6e6e6e; 		
	text-decoration: none;
	}
a:hover { 
	color: #6e6e6e; 
	text-decoration: none;
	}
a:active { 
	color: #6e6e6e; 
	text-decoration: none;
	}

/* -------------- Sonstiges ----------------- */
h1 {
	position: absolute;
	left: -1000em
	}

h3 {
	font-size: 8pt;
	margin: 10px 0 0 15px;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	color: #818181;
	margin: 15px 100px 0 15px;
	padding: 0;
	font-size: 8pt;
	}

img {
	border: none;
	}

img.himself {
	float: right;
	margin: 12px;
/*	border: 2px solid #57532E;*/
	}
