html
{
	height:100%;
	overflow:auto;
}

body
{
	font-family:Arial,Helvetica;
	font-size:10pt;
	height:100%;
	text-align:center;
	background-color:#505050;
	margin: 0px auto;
	overflow:auto;
}

table
{
	empty-cells:show;
	font-family:Arial,Helvetica,sans-serif;
}

img
{
	border-style:none;
}

a:link { color:#B9976C; text-decoration:none }
a:visited { color:#B9976C; text-decoration:none }
a:hover { color:darkblue; text-decoration:underline; }
a:active { color:black; text-decoration:underline }
a:focus { color:#B9976C; text-decoration:underline }

a.ml:link { color:#eeeeee; text-decoration:none }
a.ml:visited { color:#eeeeee; text-decoration:none }
a.ml:hover { letter-spacing:2px; color:orange; font-weight:bold; }
a.ml:active { color:black; text-decoration:underline }
a.ml:focus { color:#eeeeee; text-decoration:underline }

.basic
{
	position:fixed;
	width:85px;
	left:50%;
	margin: 0 0 0 375px;
	z-index:1000;
}

.main
{
	position:relative;
	width:940px;
	background-repeat:no-repeat;
	border-right: 2px solid black;
	border-left: 2px solid black;
	background-color:#F3F3CD;
	margin: 0px auto;
	min-height:100%;
	height:auto !important;
	height:100%;
}

.right
{
	position:absolute;
	right:0px;
	top:0px;
	min-height:100%;
	height:auto !important;
	height:100%;
	width:100px;
	background-image:url('../img/rechts.jpg');
	background-position:right top;
	background-repeat:repeat-y;
	z-index:80;
	border-left: 2px solid black; 
}

.left
{
	position:absolute;
	left:0px;
	top:240px;
	height:430px;
	width:100px;
	z-index:80;
	background-image:url('../img/loinks_band_neu_ronny.jpg');
	background-position:left 35px;
	background-repeat:no-repeat;
}

.main_header
{
	position:relative;
	text-align:center;
	background-image:url('../img/back_2.jpg');
	background-position:0px 0px;
	margin-top:0px;
	margin-right:100px;
	margin-left:0px;
	height:240px;
}

.main_buttons
{
	position:relative;
	text-align:center;
	padding:5px;
	margin-top:0px;
	margin-right:100px;
	margin-left:0px;
	z-index:100;
}

.main_body
{
	position:relative;
	text-align:left;
	color:#987D59;
	font-family:Arial;
	font-size:9pt;
	padding:20px;
	margin-right:100px;
	margin-left:100px;
	overflow:auto;
	min-height:100%;
}

.sb_head
{
	color:#987D59;
	text-decoration:underline;
	font-size:9pt;
	font-weight:bold;
	width:150px;
}

.sb_text
{
	color:black;
	font-size:8pt;
	font-weight:bold;
}

.startgroup
{
	width:600px;
	height:420px;
	background-image:url('../img/cfd_gruppe_start.gif');
}

.field_black
{
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	background-color:black;
	border:1px solid black;
	font-size:10pt;
	width:95%;
	height:95%;
	padding:10px;
	overflow: auto;
}

.sub_menu
{
	position:relative;
	border:2px solid #B63D43;
	background-color:#45171A;
	text-align:center;
	width:130px;
	color:white;
	font-weight:bold;
	line-height:20px;
	font-size:11pt;
	padding-top:5px;
	padding-bottom:5px;
}

.linkbox
{
	position:relative;
	top:5px;
	left:5px;
	color:black;
	width:280px;
	height:50px;
	background-image:url('../img/back_links.jpg');
	background-repeat:repeat-y;
	border:2px solid #4C1A1D;

}

.linkbox_Fan
{
	position:relative;
	top:5px;
	left:5px;
	color:black;
	width:280px;
	height:35px;
	background-image:url('../img/back_links.jpg');
	background-repeat:repeat-y;
	border:2px solid #4C1A1D;
}

.imgBounce 
{ 
	cursor:pointer;
	width:110px;
	height:30px;
	position:absolute;
}

.filmlink
{
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	cursor:pointer;
	position:relative;
	border: 2px solid black;
	width:350px;
	left:30px;
	top:10px;
	padding:10px;
	background-color:black;
	
}

pre {text-indent: 30px} 

.input_standard
{
	color:black;
	border:1px solid #516B6B;
	background-color:#eeeeee;
	font-family:Courier New,Courier,monospace;
	font-size:10pt;
	height:16px;
	font-size:8pt;
}

.input_standard_focus
{
	color:black;
	border:1px solid #516B6B;
	background-color:#DBEBE7;
	font-family:Courier New,Courier,monospace;
	font-size:10pt;
	height:16px;
	font-size:8pt;
	letter-spacing:1px;
}


