body		{
			padding : 0;
			margin : 20px;
			background-color : #0e1134;
			font-family : Arial, Verdana, Geneva, sans-serif;
			font-size : 13px;
			line-height : 150%;
			color : #616767;
			
			}

h1			{
			font-size : 15px;
			color : #616767;
			font-weight : bold;
			margin-bottom : 18px;
			margin-top : 0px
			}
			
li			{
			font-weight : normal;
			padding : 3px;
			}
			
ul			{
			margin-left : 0;
			padding-left : 30px;
			margin-bottom : 10px;
			}
			
.small		{
			font-size : 10px;
			line-height : 150%;
			color : #616767;
			}
			
.movie		{
			font-size : 13px;
			line-height : 150%;
			color : #616767;
			}


			
.footer		{
			font-size : 11px;
			color : #FFFFFF;
			}
			
.footer a	{
	      font-size : 11px;
     color: #FFFFFF;
     text-decoration: none
}

.footer a:hover{
     color: #FFFFFF;
     font-size : 11px;
     text-decoration : underline
}
			
a			{
			font-size : 13px;
			color : #616767;
			font-weight : normal;
			text-decoration : none;
			}

a:hover		{
			font-size : 13px;
			color : #616767;
			font-weight : normal;
			text-decoration : underline;
			}
			
a.subnav				{  	
						font-size: 11px;
						color: #616767;
						text-decoration: none;
						margin-left : 15px
					}

a:hover.subnav		{	
						font-size: 11px;
						color: #616767;
						text-decoration: underline;
						margin-left : 15px
}

a.subnav_aktiv				{  	
						font-size: 11px;
						color: #b4b4b4;
						text-decoration: none;
						margin-left : 15px
					}

a:hover.subnav_aktiv		{	
						font-size: 11px;
						color: #b4b4b4;
						text-decoration: underline;
						margin-left : 15px
}

.textfeld		{
			padding : 0;
			margin : 0;
			font-family : Arial, Verdana, Geneva, sans-serif;
			font-size : 11px;
			line-height : 130%;
			color : #333333;
			padding:3px;
			width:260px;
			border: #7a7a7a;
			border-style: solid;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			}