<!--

body	{
		background-color: 	#000000;
		margin-left:		0px;
		margin-bottom:		0px;
		text-align:			center;
		}
img {	
		border:				0px;
		}
		
/* div-classes */
	

.home	{
		width:				800px;
		height:				600px;
		background-image:	url('images/bg_home.jpg');
		background-repeat:	no-repeat;
		padding-left:		0px;
		padding-top:		200px;
		font-family: 		verdana,sans-serif;
		font-size: 			11px;
		line-height:		14px;
		color: 				#ffffff;
		text-align:			center;
		}

.main	{
		width:				800px;
		height:				560px;
		background-image:	url('images/bg_imprint.jpg');
		background-repeat:	no-repeat;
		padding-left:		0px;
		padding-top:		80px;
		font-family: 		verdana,sans-serif;
		font-size: 			11px;
		line-height:		14px;
		color: 				#ffffff;
		text-align:			left;
		}

.cast	{
		width:				800px;
		height:				560px;
		background-image:	url('images/bg_cast.jpg');
		background-repeat:	no-repeat;
		padding-left:		0px;
		padding-top:		80px;
		font-family: 		verdana,sans-serif;
		font-size: 			11px;
		line-height:		14px;
		color: 				#ffffff;
		text-align:			center;
		}

.cast_content	{
		padding-left:		70px;
		padding-top:		50px;
		font-family: 		verdana,sans-serif;
		font-size: 			11px;
		line-height:		16px;
		color: 				#ffffff;
		text-align:			left;
		}

.navi {
		padding-top:		0px;
		}

.popup	{
		background-image:	url('images/bg_imprint.jpg');
		background-repeat:	no-repeat;
		padding:			25px;
		padding-top:		15px;
		font-family: 		verdana,sans-serif;
		font-size: 			11px;
		line-height:		14px;
		color: 				#ffffff;
		text-align:			left;
		}

.blocktext	{
		font-family: 		verdana,sans-serif;
		font-size: 			11px;
		line-height:		16px;
		color: 				#ffffff;
		}

/* link-classes*/

A:link { 
color : #ffffff; 
font-weight: bold; 
text-decoration: none; }

A:visited { 
color : #ffffff; 
font-weight: bold;
text-decoration: none; }

A:hover {
color: #ffffff;
font-weight: bold;
text-decoration: underline; }

A:active {
color: #ffffff;
font-weight: bold;
text-decoration: none; }

-->