body{
	background-color: black;
	text-align: center;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	/*background: #242424 url('metal.gif') repeat;*/
}

.inner_body{
	margin:auto;
	width: 800px;
	height:100%;
	background-color: white;
	text-align:center;
}

.header{
	text-align: center;
	padding: 0px 0px 10px 0px;
	height: 90px; /*background-color:#DBDBDB;*/
	background-color: #242424;
	background: #242424 url('robo.gif') no-repeat right bottom;
}


h1{
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bolder;
}


h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bolder;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* BG für Überschrift  */
.header h1{
	/*background-color:#DBB90D;*/
	background-color:#54FF9F;
}

/* weiße Schrift für Headertext  */
.header h2, .header h3, .header h4{
	color:white;
}


.navi{
	background-color: #094C8F;
	text-align:center;
	padding: 10px 0px 10px 0px;
}

.navi ul{
	margin: 0;
	padding: 0;
}

.navi li{
	display:inline;
}

a:link, a:visited{
	text-decoration: none;
	font-weight:bold;
	cursor:pointer;
}

.navi a:link, .navi a:visited{
	padding:2px 5px 2px 5px;
	color:white;
	font-family:arial;
	font-size:12px;
	background-color:#0D73DB;
	border-top: thin solid white;
	border-left: thin solid white;
	border-bottom: thin solid black;
	border-right: thin solid black;
}

.navi a:focus, .navi a:hover, .navi a.active{
	padding:2px 5px 2px 5px;
	color:white;
	font-family:arial;
	font-size:12px;
	background-color:red;
	border-top: thin solid black;
	border-left: thin solid black;
	border-bottom: thin solid white;
	border-right: thin solid white;
}

.main{
	text-align:center;
	/*padding: 10px 0px 10px 0px;*/
}

.whois{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.liste{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textbox{
	position: relative;
	left:150px;
	text-align:left;
	width:550px;
	padding-bottom:30px;
}



.count{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.titel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

.text{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.back{
	padding:2px 5px 2px 5px;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}

.back a:link, .back a:visited{
	color:red;
}

.back a:hover, .back a:active{
	color: blue;
}



/*	Überschrift für neuen HvR
.neubox_titel{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float:left;
	text-align:left;
	background-color: white;
	width:450px;
	padding:5px;
	margin-right:5px;
	background-color:#D6D6D6;
}*/



.neubox{
	float:right;
	text-align:left;
	background-color: white;
	width:450px;
	padding:5px;
	padding-bottom:15px;
	background-color:#DBDBDB;
}

.maintext{
	float:left;
	width:325px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	word-spacing:1px;
	padding-left:10px;
}

.maintext a:link, .maintext a:visited,
.liste a:link, 
.lyrikliste a:link, .lyrikliste a:visited{
	color:black;
}

.liste a:visited{
	color:red;
}

.maintext a:hover, .maintext a:active,
.liste a:hover, .liste a:active,
.lyrikliste a:hover, .lyrikliste a:active{
	color: blue;
}


.lyrikliste{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:1px;
}


hr{
	border:thin solid black;
}



/* Fressen */
.tableback{
	background-color : #C8C8C8;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding:2px;
}


img{
	border:none;
}