body{
	margin:0px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:12px;	
}

a.category:link    { color:#ffffff; text-decoration:none; background-color:transparent; }
a.category:visited { color:#ffffff; text-decoration:none; background-color:transparent; }
a.category:hover   { color:#ffffff; text-decoration:underline; }
a.category:active  { color:#ffffff; text-decoration:underline; }


a.category#active_menu {
	color:red;	
}


img{
	border:none;
}

.content{
	font-size:12px;	
	
	
}

#content_table{
	height:540px;
	width:820px;
	background-color:#000000;
	border: 1px solid red;
	
	
}
#content_left{
	width:181px;
	
	
}
#content_left_top{
	background:url(../images/logo.jpg);
	height:82px;
	
}
#content_left_bottom{
	padding-top:5px;
	padding-left:15px;
	width:130px;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1pt;
	text-align:left;
}

#content_right{
	
	margin-right:15px;
}
#content_right_news{
	height:415px;
	overflow-y:scroll;
	margin-top:15px;
	font-size:12px;	
	text-align:left;
	scrollbar-arrow-color: #696969;
    scrollbarBaseColor: #000000;
    scrollbar-track-color: #000000;
    scrollbar-face-color: #000000;
    scrollbar-highlight-color: #696969;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-shadow-color: #000000;
}
#content_right_news p{
    width:550px;
}

#content_right_login{
    margin-top:80px;
}    
#back_photo{
	background-position: right center;
	background-repeat: no-repeat;
	
	float:right;
	width:611px;
	height:412px;
	
}

#filmstreifen{
	background-image:url(../images/filmstreifen.jpg);
	background-repeat:no-repeat;
	height:90px;
	background-color:red;
	

}

#filmstreifen_thumbs{
	
	width:752px;
	text-align:left;
	float:left;
	
	padding-top:20px;
	
	
}

#filmstreifen_thumbs img{
	height:52px;
	width:52px;
	margin-left:6px;
	cursor:pointer;
}
#filmstreifen_thumbs .thumbs_start{
	height:52px;
	width:77px;
	margin-left:3px;
	cursor:default;
}


#filmstreifen_first{
	
	float:left;
	padding-top:16px;
	
	width:33px;
	
}
#filmstreifen_first img{
	
	float:right;
	
}
#filmstreifen_last{
	
	padding-top:16px;
	float:right;
	width:33px;
	
	
}

input{
	border: 1px solid red;
	margin: 3px 0;
	background: #000000;
	color:#FFFFFF;
	height: 20px;
	width: 150px;
	font-size:12px;
	padding: 3px 3px;
	vertical-align:middle;
}
.buttons {
background-color:black;
}
label
{
	margin: 5px 0;
	float: 		left;
	display: 	block;
	width: 		8em;
	
	
}

fieldset
{
	border:		1px solid #000;
	display:	block;
	padding:	1em 2em;
	clear:		both;
	width:		20em;
	margin:		2em 0 0 0;
}

