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

h1, h2, h3, h4, p, li
{
	padding:0px 0px 10px 0px;
	font-family:Helvetica, Arial, Sans-Serif;
	text-align:left;
	color:#003d5b;
}

p 
{ 
	font-size:11px;
	padding:0;
	margin:0;
}

td { height:24px;}

body
{
	margin:0;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	height:100%;
}

#scroller
{
	position:absolute;
	height:100%;
	width:100%;
	overflow:auto;
	z-index:2;
	top:0;
}

#flash
{
	position:absolute;	
	z-index:1;
	width:100%;
	height:100%;
}

#page
{	
	z-index:3;
	position:absolute; 	
}

#head
{	
	left:0px;
	top:0px;
	position:fixed;
	z-index:100;
}

#head #logo
{
	width:231px;
	height:120px;
	float:left;
	background-image:url('../img/logo.png');
	background-repeat:no-repeat;
}

#head #links
{
	width:40px;
	height:120px;
	float:left;
	cursor:pointer;
	z-index:3;
}

#head #floatingbox
{
	width:0px; 	/*586px ausgefahren */
	height:120px;
	float:left;
	background-image:url('../img/grd_floating.png');
	background-repeat:repeat-x;
	z-index:2;
}

#head #floatingbox #close_button_cont
{
	cursor:pointer;
	position:absolute;
	visibility:hidden;
	top:5px;
	right:5px;
	opacity:0.0;
	z-index:2;
}

#head #floatingbox #close_button_cont #close_button_off
{
	background-image:url('../img/btn_close_off.png');
	width:21px;
	height:21px;
}

#head #floatingbox #close_button_cont #close_button_on
{
	background-image:url('../img/btn_close_on.png');
	width:21px;
	height:21px;
	visibility:hidden;
	opacity:0.0;
	margin-top:-21px;
}


#send_button_cont
{
	cursor:pointer;
	float:left;
	margin-left:9px;
	width:44px;
	height:100px;
}

#send_button_off
{
	background-image:url('../img/btn_send_off.png');
	width:44px;
	height:100px;
}

#send_button_on
{
	background-image:url('../img/btn_send_on.png');
	width:44px;
	height:100px;
	visibility:hidden;
	opacity:0.0;
	margin-top:-100px;
}

#topright
{
	position:absolute;
	top:0px;
	right:0px;
	margin-right:0px;
	width:255px;
	height:165px;
	z-index:2;
	background-image:url('../img/top_right.png');
}

#menu
{
	width:233px;	
	position:fixed;
	top:119px;
}

#main_menu
{
	width:99px;
	float:left;	
}

#leftpane
{	
	position:fixed;
	left:0px;
	top:324px;
	bottom:0px;
	width:98px;
	background-image:url('../img/grd_left.png');
	background-repeat:no-repeat;
	background-position: top left;		
	clear:both;
	z-index:2;
}

#leftpane #buttons
{	
	position:absolute;
	width:99px;
	height:60px;
	bottom:2px;
	left:-5px;
}

#sub_menu
{
	width:133px;
	float:left;
	overflow:hidden;	
}

.submenu_cont
{
	display:none;
}

#products_sheet
{
	position:absolute;
	left:231px;
	top:121px;
	width:626px;
	background-image:url('../img/grd_products.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	visibility:hidden;
}

#actions_sheet
{
	position:absolute;
	left:140px;
	top:150px;
	width:715px;	
}

#benefits_sheet
{
	position:absolute;
	left:140px;
	top:150px;
	width:715px;	
	opacity:0;
	visibility:hidden;
}

#impressum_sheet
{
	position:absolute;
	left:140px;
	top:150px;
	width:715px;	
	height:400px;
	overflow:auto;	
	opacity:0;
	visibility:hidden;
}

#impressum_sheet div
{
	margin:20px;	
}

#tooltip_sheet
{
	background-image:url('../img/grd_tooltip.png');
	background-repeat:repeat-x;
	position:absolute;	
	width:400px;	
	height:115px;
	opacity:0;
	visibility:hidden;
	z-index:10;
}

#tooltip_sheet div
{
	margin:20px;	
}

.link_button
{
	width:40px;
	height:40px;
	float:left;
}

.link_cont
{
	width:40px;
	height:40px;
	float:left;
}

.main_menu_button_cont
{
	width:99px;
	height:40px;
	float:left;
	cursor:pointer;
	margin: 1px 1px 0px -100px;	
}

.main_menu_button_off
{
	width:99px;
	height:40px;
	background-repeat:no-repeat;
}

.main_menu_button_on
{
	width:99px;
	height:40px;
	opacity:0.0;
	margin-top:-40px;
	visibility:hidden;
	background-repeat:no-repeat;
}

.submenu
{
	opacity:0;
	overflow:hidden;
}

.sub_menu_button_cont
{
	width:133px;
	cursor:pointer;
	margin: 1px 1px 0px -133px;
}

.sub_menu_button_off
{
	width:133px;
	height:40px;
	background-repeat:no-repeat;
}

.sub_menu_button_on
{
	width:133px;
	height:40px;
	opacity:0.0;
	margin-top:-40px;
	visibility:hidden;
	background-repeat:no-repeat;
}

.leftpane_button
{
	width:99px;
	height:30px;
	cursor:pointer;
}

.leftpane_button_off
{
	width:99px;
	height:30px;
}

.leftpane_button_on
{
	width:99px;
	height:30px;
	opacity:0.0;
	margin-top:-30px;
	visibility:hidden;	
}

.floating_content
{
	width:586px;
	height:120px;
	visibility:hidden;
	opacity:0.0;
}

.textbox_div
{
	background-image:url('../img/img_textbox.png');
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	height:30px;
}

.textbox
{
	margin-top:7px;
	margin-left:4px;
	background-color:transparent;
	border:0px;
	color:#003d5b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;	
	height:14px;
}

#facebook
{
	position:fixed;
	z-index:10;
	bottom:5px;
	right:5px;	
}
