body {
	/** background: rgb(255, 255, 255); **/
	/** background: rgb(26, 26, 0); **/
	background: rgb(105, 105, 105); /** GRAU **/
	margin: 0px; 
	padding: 0px 0px 0px; 
	text-align: center; 
	font-family: Arial, sans-serif;
	overflow-y:scroll;
}

div#main {
	/** background: rgb(255, 255, 255); **/
	background: rgb(105, 105, 105);
	margin: 0px auto; 
	padding: 0px; 
	width: 700px; 
	text-align: center;
}

a img {
	border: 0px currentColor;
	margin-top: 10px; 	
}


a {
	color: rgb(055, 055, 055);
}

a:hover {
	color: rgb(011, 011, 011);
}

div#head {
	margin: 0px; 
	/** padding: 0px 0px 10px; **/
	padding: 0px 0px 0px;
}
h1#header span {
	margin: 0px; 
	display: none;
}
div#image {
	padding: 0px; 
	/** height: 385px;  **/
	height: 329px; 
	text-align: left; 
	float: left;
}
div#imagebio {
	padding-left: 14px; 
	/** height: 385px;  **/
	height: 329px; 
	text-align: left; 
	float: left;
}
#contentBody {
	padding: 0px 20px 0px 0px; 
	/* width: 640px; */		/* original 640*/
	width: 700px; 
	text-align: left; 
	/* color: rgb(0, 0, 0);  */
	color: #ccc; 				 
	letter-spacing: 1px; 
	clear: both; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal;
}
#contentBody h1 {
	margin: 10px 0px 15px; 
	padding: 3px 0px 10px 20px; 
	line-height: 18px; 
	letter-spacing: 1px; 
	font-size: 16px; 
	color: #ccc; 				/* ÜBERSCHRIFT:	DUNKEL Schriftfarbe */
	/* color: rgb(033, 033, 033); 			HELL Schriftfarbe */
	font-weight: normal; 
	border-left-color: rgb(232, 231, 238); 
	border-left-width: 1px; 
	border-left-style: dotted;
}
#contentBody h2 {
	margin: 10px 0px 15px; 
	padding: 3px 0px 10px 20px; 
	line-height: 18px; 
	letter-spacing: 1px; 
	font-size: 16px; 
	font-weight: bold; 
	border-left-color: rgb(232, 231, 238); 
	border-left-width: 2px; 
	border-left-style: dotted;
}
#contentBody h3 {
	letter-spacing: 1px; 
	font-size: 14px; 
	font-weight: bold;
}
#contentBody h4 {
	margin: 0px 0px 0px; 
	padding: 10px 0px 10px 20px; 
	line-height: 12px; 
	letter-spacing: 1px; 
	font-size: 12px; 
	font-weight: bold;
	/* color: #ccc; */
	color: rgb(033, 033, 033); 			 
	font-weight: normal; 
}
#contentBody p {
	padding: 2px 50px 2px 50px; 
	/** padding: 0px;  **/
	color: rgb(000, 000, 000);   		/* TEXT: DUNKLE SCHRIFT */
	/* color: #fff; */ 			   		/* HELLE SCHRIFT */
	/* text-align: justify; */
	margin-top: 0px;
	font-size: 120%; 			/* Schriftgröße */
	line-height: 16px; 
	font-weight: normal; 
}
#contentBody f1 {
	padding: 0px 0px 0px 50px; 
	/** padding: 0px;  **/
	color: rgb(033, 033, 033);  		/* TEXT: DUNKLE SCHRIFT */
	/* color: #ccc;  			   HELLE SCHRIFT */
	text-align: justify; 
	margin-top: 0px;
	font-size: 12px; 			/* Schriftgröße */
	line-height: 18px; 
	clear: left;
}
#contentBody f2 {
	padding: 0px 0px 0px 150px; 
	/** padding: 0px;  **/
	color: rgb(033, 033, 033);  		/* TEXT: DUNKLE SCHRIFT */
	/* color: #ccc;  			   HELLE SCHRIFT */
	text-align: justify; 
	margin-top: 0px;
	font-size: 12px; 			/* Schriftgröße */
	line-height: 18px; 
}
#contentBody f3 {
	padding: 0px 0px 0px 0px; 
	/** padding: 0px;  **/
	color: rgb(033, 033, 033);  		/* TEXT: DUNKLE SCHRIFT */
	/* color: #ccc;  			   HELLE SCHRIFT */
	text-align: left; 
	margin-top: 0px;
	font-size: 11px; 			/* Schriftgröße */
	line-height: 11px; 
}
#contentBody li {
	padding: 0px 0px 0px 5px; 
	color: rgb(0, 0, 0); 
	font-weight: bold; 
	text-decoration: none; 
	list-style-type: none;
}

a {
	padding: 0px 0px 0px 3px; 
	color: rgb(0, 0, 0); 
	font-weight: bold; 
	text-decoration: none; 
	list-style-type: none;
	font-size: 11px; 
}

#contentBody a:hover {
	color: rgb(193, 193, 193); 
	text-decoration: none;
}
#contentBody ul {
	margin-left: 0px !important;
}


#gallery {
	width: inherit;
}
#gallery img {
	margin: 10px 10px 10px 0px; 
	padding: 0px 0px 0px 10px; 
	width: 80px; 
	height: 80px; 
	border-left-color: rgb(255, 255, 255); 
	border-left-width: 2px; 
	border-left-style: dotted; 
	display: inline;
}
#gallery img:hover {
	border-left-color: rgb(232, 231, 238); 
	border-left-width: 2px; 
	border-left-style: dotted;
}


#tv			{
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			width:100%;
			border-collapse:collapse;
			}
#tv td, #tv th 	{
			font-size:1em;
			<!-- border:1px solid #eee; -->
			/* padding:3px 7px 2px 7px; */
			padding:20px 20px 20px 20px;
			text-transform: uppercase;
			}	
#tv th 		{
			font-size:1.1em;
			text-align:left;
			padding-top:5px;
			padding-bottom:5px;
			color:#ffffff;
			}
#tv tr.alt td 	{
			color:#000000;
			text-transform: none;
			}
#tv td.alt  	{
			color:#000000;
			padding-right:30px;
			}

#kontakt			{
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			width:100%;
			border-collapse:collapse;
			padding:0px 10px 1px 30px;
			}
#kontakt td, #kontakt th 	{
			font-size:1em;
			padding:0px 10px 1px 80px;
			}	
#kontakt th 		{
			font-size:1.1em;
			text-align:left;
			padding-top:10px;
			padding-bottom:10px;
			color:#ffffff;
			}
#kontakt tr.alt td 	{
			color:#000000;
			padding:0px 10px 1px 30px;
			}
#kontakt td.alt  	{
			color:#000000;
			padding:0px 10px 1px 40px;
			}
#contentBodytv {
	padding: 0px 20px 0px 0px; 
	/* width: 640px; */		/* original 640*/
	width: 630px; 
	text-align: left; 
	/* color: rgb(0, 0, 0);  */
	color: #ccc; 				 
	letter-spacing: 1px; 
	clear: both; 
	font-family: Arial; 
	font-size: 13px; 
	font-weight: normal;
	margin-left:40px;
}
#contentBodyKontakt {
	padding: 0px 10px 0px 0px; 
	/* width: 640px; */		/* original 640*/
	width: 680px; 
	text-align: left; 
	/* color: rgb(0, 0, 0);  */
	color: #ccc; 				 
	letter-spacing: 1px; 
	clear: both; 
	font-family: Arial; 
	font-size: 13px; 
	font-weight: normal;
	margin-left:40px; 
}
#contentBodyLesung {
	padding: 0px 20px 0px 0px; 
	/* width: 640px; */		/* original 640*/
	width: 400px; 
	text-align: left; 
	/* color: rgb(0, 0, 0);  */
	color: #ccc; 				 
	letter-spacing: 1px; 
	clear: both; 
	font-family: Arial; 
	font-size: 13px; 
	font-weight: normal;
	margin-left:40px;
	float-left;
}
#contentBodyFilm {
	padding: 0px 20px 0px 0px; 
	/* width: 640px; */		/* original 640*/
	width: 600px; 
	text-align: left; 
	/* color: rgb(0, 0, 0);  */
	color: #ccc; 				 
	letter-spacing: 1px; 
	clear: both; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal;
}