/* by DesTek */
.debug
 {
	display: block;
	position: absolute;
	top: -100px;
	left: 0px;
	float: none;
	text-align: left;
	width: 500px;
	font-size: 5pt;
	color: red;
	background-color: transparent;
}

body { 
	background-color: rgb(50, 50, 50);
    color: rgb(190, 190, 190);
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 15pt;
    }
a:link, a:visited, a:active {
	color: rgb(150, 0, 0);
	font-weight: normal;
	text-decoration: none;
}

a:hover 
{
	color: rgb(170, 0, 0);
	font-weight: normal;
	text-decoration: none;
	
}

#seiten_thumb
{
	position: absolute;
	top: 0px;
	left: -154px;
	height: 85px;
	float: none;
	display: block;
}

#language_select a
{
	display: block;
	position: absolute;
	bottom: 100px;
	left: 10px;
	float: none;
	font-weight: bold;
	color: rgb(101, 101, 101);
	text-transform: none;
	font-size: 10pt;
	background-color: transparent;	
}	
#navigation 
{
	display: block;
	position: absolute;
	top: 100px;
	left: 0px;
	float: none;
	font-weight: bold;
	color: rgb(101, 101, 101);
	text-transform: none;
	font-size: 15pt;
	background-color: transparent;	
	padding-top: 15px;
}	

#navigation a
{
	color: rgb(151, 151, 151);
	background-color: transparent;
	text-transform: none;
}
#navigation a:hover
{
	color: rgb(151, 151, 151);
	background-color: transparent;
	text-transform: none;
}

	
#navigation ul li
 {
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 8px;
	border-color: rgb(150, 0, 0);
	padding: 5px;
	margin-left: -40px;
	background-color: rgb(190, 190, 190);
	text-align: right;
	text-decoration: none;
	list-style: none;
		width: 140px;
	}

#navigation ul:hover li:hover
 {
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 8px;
	border-color: rgb(170, 0, 0);
	display: block;	
	padding: 5px;
	background-color: rgb(200, 200, 200);
	text-align: right;
	text-decoration: none;
	list-style: none;
	}

	
	
 #inhalt{
	display: block;
	position: absolute;
	top: 10px;
	left: 200px;
	width: 70%;
	padding-top: 15px;
	padding-left: 0;
	padding-right: 0;
	border-style: none;
	background-color: transparent;
	z-index: 0;
	text-align: left;
 }


