/*****************************
*	SYSTEM TAGS				 */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
	}
	
body {
	background: black;
	color: white;
	font-family: verdana,arial,sans-serif;
	text-transform: lowercase;
	}
	
a {
	color: white;
	background: black;
	}
	
a:hover {
	text-decoration: none;
	}
	
ul {
	list-style: none inside;
	padding: 0 0 0 10px;
	margin: 0;
	}
	
ul li {
	margin-bottom: 3px;
	}
	
img {
	border: 0;
	float: left;
	}

/*****************************
*	UEBERSCHRIFTEN		 	 */

h1 {
	color: #BFBFBF;
	font-size: 18px;
	margin: 0 0 10px 0;
	background: black;
	}
	
h2 {
	color: #BFBFBF;
	font-size: 14px;
	margin: 0 0 10px 0;
	background: black;
	}

h3 {
	color: white;
	font-size: 11px;
	margin: 15px 0 0 0;
	background: black;
	}
	
h4 {
	width: 100%;
	float: left;
	color: white;
	font-size: 10px;
	margin: 0;
	font-weight: normal;
	background: black;
	}
	
/*****************************
*	RAHMEN				 	 */

#rahmen {
	width: 898px;
	height: 598px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -299px 0 0 -449px;
	border: 1px solid #BFBFBF;
	background: black;
	}
	
#navigation {
	width: 286px;
	height: 588px;
	float: left;
	padding: 5px;
	border-right: 1px solid #BFBFBF;
	font-size: 12px;
	text-align: right;
	color: #BFBFBF;
	background: black;
	}
	
#navigation a {
	color: #BFBFBF;
	text-decoration: none;	
	background: black;
	}

#navigation a:hover {
	color: white;
	background: black;
	}
	
#navigation a.aktiv {
	color: white;
	background: black;
	}
	
#mitte {
	width: 304px;
	height: 100%;
	float: left;
	position: relative;
	background: black;	
	}
	
#mitte img {
	position: absolute;
	top: -1px;
	}

#inhalt {
	width: 286px;
	height: 588px;
	float: left;
	border-left: 1px solid #BFBFBF;	
	padding: 5px;
	font-size: 10px;
	line-height: 17px;
	background: black;	
	}
	
#inhalt p {
	padding-right: 45px;
	}

	
/*****************************
*	KLASSEN				 	 */

/**** bild ****/
.thumb {
	display: inline;
	margin: 0 7px 5px 0;
	}

/*** diverses ****/