@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #CCCCCC;
	
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../pix/background.png);
	background-position:top;
	background-repeat:no-repeat;
	line-height: 20px;
}

a{
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

input, textarea
{
	color: #000000;
	background-color:#CCCCCC;
	padding: 2px;
	margin: 2px;
	border:#333333 solid 1px;
	border-bottom:#666666 solid 1px;
	border-right:#666666 solid 1px;
}

#wrapper
{
	width: 1024px;
	margin: 0 auto;
	
}

#wrapper2
{
	float:left;	
	width:800px;
}



#header
{
	width: 100%;
	height: 177px;
	background-image: url(../pix/header_background.png);
}

#froschfilm
{
	padding-top:35px;
}

.header_text
{
	text-align: right;
	color: #666666;
	padding: 5px;
	padding-right: 10px;
}

#main
{
	
	width: 100%;
	background-image:url(../pix/wrapper_background.png);
	background-repeat:repeat-y;
}

#content
{
	background-image:url(../pix/content_background.png);
	background-repeat:repeat-y;
/*	height: 100px;*/
	padding-left:10px;
	width: 490px;
	float: left;
	
}

#flashlist
{
	width:165px;
	margin-left: 10px;
	margin-top: 0px;
	/*background:#111111;*/
	height: 800px;
	float:left;
}

#footer
{
	width: 800px;
}



/*

	======== MENU =========================
	
*/

#menu
{
	width: 145px;
	background-image:url(../pix/menu_background.png);
	float: left;
}

#menu ul
{
	margin-left: 30px;
	list-style-type:none;
}

#menu a
{
	text-decoration:none;
	color:#CCC;
}

#menu a:hover
{
	color:#FFF;
}

/*

	======== STANDARD =========================
	
*/

h1
{
	font-size:16px;
	margin-bottom: 5px;
}

h2
{
	font-size:13px;
	margin-bottom: 5px;
	color:#FF9999;
}

/*

	======== PANELS =========================
	
*/

.panel
{
	width: 620px;
}

.panel .header
{
	width: 100%;
	background-image:url(../pix/panel_620_top.png);
	height: 15px;
}

.panel .content
{
	background: #000000;
	padding-left: 10px;
	padding-right: 10px;
	display: table;
	width:600px;
}

.panel .left_content
{
	width: 160px;
	float:left;
	display: table;
}

.panel .right_content
{
	width: 420px;
	display: table;
}


.panel .footer
{
	clear:both;
	width: 100%;
	background-image:url(../pix/panel_620_bottom.png);
	height: 15px;
}


.table
{
	width: 100%;
}

.table td
{
	background:#111111;
	padding: 2px;
	padding-left: 5px;
}

#flashplayer
{
	width: 490px;
	display:none;
	position:absolute;
	right: 20%;
	top: 60px;
	background:#000000;
	text-align: right;
}

.form_error
{
	color:#990000;
	font-weight: bold;
}

.start_table
{
	background:#000000;
	width: 620px;
}

.errormessage
{
	background:#000000;
	color:#FFFFFF;
	font-weight: bold;
	border:#333333 solid 1px;
	width: 300px;
	padding: 5px;
	margin: 5px;
	font-size:9px;
}

.smallfont, .smallfont p, .smallfont b, .smallfont a
{
	font-size:9px;
}

#blackback
{
	width: 100%;
	/* display:none;*/
	position:absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	
}

#blackback_trailer
{
	width: 100%;
	/* display:none;*/
	position:absolute;
	left: 0px;
	top: 0px;
	height: 100%;	
}
