/******************************************
 ALLGEMEINE STYLES
******************************************/
body {
	background:#fff;
	margin:0;
	padding:0;
	color:#000;
	line-height: 20px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 13px;
	background:url(./gradient_top.gif) repeat-x top; /* VERLAUF OBEN */
	}

.gradient_bottom {
	background:url(./gradient_bottom.gif) repeat-x bottom; /* VERLAUF UNTEN */
	}
	
.page_container { /* SEITE FESTE BREITE */
	width:994px;
	margin:0 auto;
	}
	
img {
	border: 0px solid;
	}

div.clearboth {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear:both;
	}
	

	
/* ------------- FONTS ------------------*/

h1 {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 22px;
	color: #fff;
	float:left;
	margin: 25px 0 0 30px;
	line-height: 30px;
	}
	
h2 {
	clear: both;
	color:#0063a7;
	font-size: 16px;
	font-family: Arial, Verdana, sans serif;
	font-weight: bold;
	padding: 0 0 15px;
	margin: 0 0 17px;
	border-bottom: 1px solid #dddddd;
	}
	
h3 {
	font-size: 13px;
	padding: 0;
	margin: 0 0 15px;
	}

h4 {
        color:#7dbf0d;
        font-size: 16px;
        font-family: Arial, Verdana, sans-serif;
        font-weight: bold;
        margin: 10px 0 10px 0;
}

a:link {text-decoration:underline; color:#0063a7;}
a:visited {text-decoration:underline; color:#0063a7;}
a:hover {text-decoration:none; color:#0063a7;}
a:active {text-decoration:none; color:#0063a7; outline: none;}
a:focus {outline: none;}

p {
	padding: 0;
	margin: 0 0 15px;
	}

/*------------- STANDARD BUTTON ORANGE -------------- */

.orange_btn_position { 		/* Diese Klasse legt nur die Position des Buttons fest! */
	margin: 20px 0 0 40px;
}

a.standard_orange_btn {		/* Button rechter Teil und Linkstyle */
	height:36px;
	background:transparent url('./orange_btn_right.gif') no-repeat scroll top right;
    display: block;
    float: left;
	color:#ffffff;
	font-size:16px;
	font-family:Arial;
	text-decoration:none;
	font-weight:bold;
    padding-right: 3px;
    text-decoration: none;
	text-align:center;
	cursor:pointer;
	}

a.standard_orange_btn span  {		/* Button linker Teil und Abstand der Schrift zum Rand*/
	height:36px;
	min-width:107px;
	background:url('./orange_btn_left.gif') no-repeat;
	display:block;
	padding: 8px 30px 0;
    text-decoration: none;
	}

/*------------- STANDARD BUTTON GR�N -------------- */

.green_btn_position { 		/* Diese Klasse legt nur die Position des Buttons fest! */
	margin: 10px 0 0 60px;
}

a.standard_green_btn {		/* Button rechter Teil und Linkstyle */
	height:36px;
	background:transparent url('./green_btn_right.gif') no-repeat scroll top right;
    display: block;
    float: left;
	color:#ffffff;
	font-size:16px;
	font-family:Arial;
	text-decoration:none;
	font-weight:bold;
    padding-right: 3px;
    text-decoration: none;
	text-align:center;
	cursor:pointer;
	}

a.standard_green_btn span  {		/* Button linker Teil und Abstand der Schrift zum Rand*/
	height:36px;
	min-width:107px;
	background:url('./green_btn_left.gif') no-repeat;
	display:block;
	padding: 8px 30px 0;
    text-decoration: none;
	}


	
/******************************************
 PAGE HEADER (LOGO / LOGIN)
******************************************/

#page_header { /* LOGO, LOGIN */
	height:90px;
	}

#logo {
	display: block;
	float:left;
	margin: 25px 0px 0px 10px;
	width: 270px;
	height: 46px;
	background:url(./logo.gif) no-repeat;
	text-indent: -5000px;
	}

/* ------------- LOGIN ------------------*/	

.login_container {
	float:right;
	margin: 25px 10px 0 0;
	}

.login_email {
	background:url(./login_input.gif) no-repeat;
	width: 122px;
	height: 17px;
	border: 0px solid;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	padding: 5px 5px 0 5px;
	margin: 0 3px 0 0;
	}

.login_password {
	background:url(./login_input.gif) no-repeat;
	width: 122px;
	height: 17px;
	border: 0px solid;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	padding: 5px 5px 0 5px;
	margin: 0 4px 0 2px;
	}

.login_submit {
	background: url(./submit.jpg) no-repeat top;
	width: 22px;
	height: 22px;
	border: 0px solid;
	cursor: pointer;
	margin-left: 3px;
	}

.login_forgot_password {
	font-size: 9px;
	color: #555555;
	text-align: right;
	display: block;
	margin: 4px 28px 0 0;
	}

/* ------------- CONTENT ------------------*/
	
.content_bg_top { /* Schlagschatten Oben */
	background:url(./content_shadow_top.gif) no-repeat top;
	margin: 0px;
	}
	
.content_bg_bottom { /* Schlagschatten Unten */
	background:url(./content_shadow_bottom.gif) no-repeat bottom;
	padding: 2px 7px 0px 7px;
	}

#content_header {
	background:url(./content_header.gif) no-repeat;
	width: 980px;
	height: 78px;
	clear:both;
	}
	
#content_header_grey {
	background:url(./content_header_grey.gif) no-repeat;
	width: 980px;
	height: 78px;
	clear:both;
	}
	
#content_header_box {
	position: relative;
	}
	
#content_header_box ul {
	position: absolute;
	top: 0;
	right: 0;
	margin:0px;
	padding:0px;
	list-style: none;
	}

#content_header_box li {
	width: 245px;
	}

.content {
	clear: both;
	padding: 29px 30px 36px;
	min-height: 700px;
/*	border-top: 1px solid white;*/
	position: relative;
	z-index: 2;
	}

#footer {
	height: 194px;
	margin: 5px 10px 0px;
	font-size: 11px;
	color: #999999;
	}

#footer a:link {text-decoration:underline; color:#999999;}
#footer a:visited {text-decoration:underline; color:#999999;}
#footer a:hover {text-decoration:none; color:#999999;}
#footer a:active {text-decoration:none; color:#999999; outline: none;}
#footer a:focus {outline: none;}		
	
.footer_navigation {
	float: right;
	}



/* ------------- 2-SPALTIGER CONTENT MIT SIDEBAR ------------------*/

.content_sidebar {
	background-image:url('./sidebar_bg_bottom.gif');	
	background-repeat: no-repeat;
	background-position: bottom right;
	}

.col_container {
	width: 650px;
	float: left;
	}
	
.sidebar_container {
	width: 220px;
	float: right;
	background-image :url('./sidebar_bg_top.gif');	
	background-repeat: no-repeat;
	background-position: top right;
	}

.sidebar_container  p {
	margin-left: 22px;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	}

.left_col {
	width: 300px;
	float: left;
	}

.right_col {
	width: 300px;
	float: right;
	}	

.sidebar_box_container {
	width: 228px;
	background-image :url('./sidebar_box_bg_bottom.gif');	
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
	left: -8px;
	margin-bottom: 15px;
	}	

.sidebar_box {
	background-image :url(./sidebar_box_bg_top.gif);	
	background-repeat: no-repeat;
	background-position: top left;
	}	

.sidebar_box h3 {
	background-image :url(./sidebar_box_headline_bg.gif);	
	background-repeat: repeat-x;
	background-color: #0072b5;
	padding: 5px 8px 5px 15px;
	color: white;
	margin: 0px 0px 13px 7px;
	}		
	
.sidebar_box p {
	color: black;
	font-size: 13px;
	line-height: 20px;
	margin: 0px 0px 0px 22px;
	padding: 0px 0px 22px;
	}
	
.sidebar_box ul {
	color: black;
	font-size: 13px;
	line-height: 20px;
	list-style-type: image;
	list-style-image:url('jobs/list_style_bullet.gif');
	list-style-position:outside;
	margin: 0 0 0 28px;
	padding: 0px 0px 22px;
	}
	
/* ------------- HAUPTNAVIGATION ------------------
   ------------ Normaler  Zustand ----------------- */

#navigation {
	width:980px;
	height:30px;
	background: url(./mainnavi.gif) no-repeat;
	}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	height: 30px;
	}

#navigation li {
	float:left;
	height:30px;
	margin:0;
	}

#navigation a {
	display: block;
	background: url(./mainnavi_left.gif) no-repeat left top;
	height:30px;
	margin:0;
	padding:0 0 0 1px;
	color:#fff;
	float: left;
	}
	
#navigation a span {
	display:block;
	background:url(./mainnavi_right.gif) no-repeat right top;
	padding: 8px 12px 9px 12px;
	text-decoration:none;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	line-height: 13px;
	}

#navigation a:link, 
#navigation a:visited,
#navigation a:active,
#navigation a:hover {
	text-decoration: none;
}

#menu_homepage a {
	padding-left: 3px;
	background-image: none;
}

/* ------- NAVIGATION AKTIV STATUS ------*/

#menu_homepage_active a {
	background-image: url(./mainnavi_left_on_first.gif);
	background-repeat: no-repeat;
	background-color: #009fe0;
	padding-left:3px;
	font-weight:bold;
}

#menu_homepage_active a span {
	background-image: url(./mainnavi_right_on.gif);
	background-color: #009fe0;
	color:#fff;
}

#menu_basic_active a {
	background:url(./mainnavi_basic_left_on.gif) no-repeat left top;
	background-color:#b3db47;
	color:#fff;
	font-weight:bold;
}

#menu_basic_active a span {
	background-image: url(./mainnavi_basic_right_on.gif);
	background-color: #b3db47;
        color:#fff;
}

#menu_plus_active a {
	background:url(./mainnavi_left_on.gif) no-repeat left top;
	background-color:#009fe0;
	color:#fff;
	font-weight:bold;
}

#menu_plus_active a span {
	background-image: url(./mainnavi_right_on.gif);
	background-color: #009fe0;
	color:#fff;
}

#menu_team_active a {
	background:url(./mainnavi_left_on.gif) no-repeat left top;
        background-color: #009fe0;
        color:#fff;
        font-weight:bold;
}

#menu_team_active a span {
	background-image: url(./mainnavi_right_on.gif);
	background-color: #009fe0;
        color:#fff;
}

#menu_editions_active a {
	background:url(./mainnavi_left_on.gif) no-repeat left top;
        background-color:#009fe0;
        color:#fff;
        font-weight:bold;
}

#menu_editions_active a span {
	background-image: url(./mainnavi_right_on.gif);
	background-color: #009fe0;
        color:#fff;
}

#menu_features_active a {
	background:url(./mainnavi_left_on.gif) no-repeat left top;
	background-color: #dadada;
        color:#000;
        font-weight:bold;
}

#menu_features_active a span {
	background-image: url(./mainnavi_right_on.gif);
	background-color: #009fe0;
        color:#fff;
}

#menu_numbers_active a {
	background:url(./mainnavi_left_on.gif) no-repeat left top;
	background-color: #dadada;
        color:#000;
        font-weight:bold;
}

#menu_numbers_active a span {
	background-image: url(./mainnavi_right_on.gif);
	background-color: #009fe0;
        color:#fff;
}

#menu_signup_active a {
	background:url(./mainnavi_left_on.gif) no-repeat left top;
        background-color:#009fe0;
        color:#fff;
        font-weight:bold;
}

#menu_signup_active a span {
	background-image: url(./mainnavi_right_on.gif);
	background-color: #009fe0;
        color:#fff;
}

/* ------------- NAVIGATION HOVER STATUS ------------------- */

#menu_homepage a:hover {
	height: 30px;
	background-image: url(./mainnavi_left_on_first.gif);
	background-repeat: no-repeat;
	background-color: #009fe0;
        padding-left:3px;
	}
	
#menu_homepage a:hover span {
	background-image: url(./mainnavi_right_on.gif);
	background-color: #009fe0;
	}

#menu_basic a:hover {
	background:url(./mainnavi_basic_left_on.gif) no-repeat left top;
	background-color: #b3db47;
	color:#fff;	
	}
	
#menu_basic a:hover span {
	background-image: url(./mainnavi_basic_right_on.gif);
	background-color: #b3db47;
	color:#fff;
}

#menu_plus a:hover {
	background:url(./mainnavi_left_on.gif) no-repeat left top;
	background-color: #009fe0;
	}

#menu_plus a:hover span {
	background-image: url(./mainnavi_right_on.gif);
	background-color: #009fe0;
	color:#fff;
}
        
#menu_team a:hover {
	background:url(./mainnavi_left_on.gif) no-repeat left top;
	background-color: #009fe0;
	color:#fff;
	}
	
#menu_team a:hover span {
	background-image: url(./mainnavi_right_on.gif);
	background-color: #009fe0;
	color:#fff;
}

#menu_editions a:hover {
	background:url(./mainnavi_left_on.gif) no-repeat left top;
	background-color: #009fe0;
	}

#menu_editions a:hover span {
	background-image: url(./mainnavi_right_on.gif);
	background-color: #009fe0;
	color:#fff;
}

#menu_features a:hover {
	background:url(./mainnavi_left_on.gif) no-repeat left top;
	background-color: #dadada;
	}

#menu_features a:hover span {
	background-image: url(./mainnavi_right_on.gif);
	background-color: #009fe0;
	color:#fff;
}

#menu_numbers a:hover {
	background:url(./mainnavi_left_on.gif) no-repeat left top;
	background-color: #dadada;
	}

#menu_numbers a:hover span {
	background-image: url(./mainnavi_right_on.gif);
	background-color: #009fe0;
	color:#fff;
}
        
#menu_signup a:hover {
	background:url(./mainnavi_left_on.gif) no-repeat left top;
	background-color: #009fe0;
	}
        
#menu_signup a:hover span {
	background-image: url(./mainnavi_right_on.gif);
	background-color: #009fe0;
	color:#fff;
}

#menu_shop {
	float:right;
	height:30px;
	margin-right:0px;
}

#menu_shop a:hover {
	background:url(./mainnavi_left_on.gif) no-repeat left top;
	background-color: #009fe0;
}

#menu_shop a:hover  span{
	background-image: url(./mainnavi_right_on.gif);
	background-color: #009fe0;
	color:#fff;
}
	
#navigation #menu_shop a:hover span.global_navi_shop_link {
	background-image: url(./mainnavi_shop_right_on.gif);
	background-color: #0090cc;
	background-repeat:no-repeat;
	color:#fff;
}

#navigation #menu_shop span.global_navi_shop_link {
	background-image: url(./mainnavi_shop_right.gif);
}

/* ------------- NAVIGATION CONTENT HEADER ----------------- */
	
#navigation_content_header {
	width:980px;
	height:30px;
	background: url('./subnavi.gif') no-repeat;
	font-size:93%;
	line-height:normal;
	}

#navigation_content_header ul {
	margin:0;
	padding:0px 30px 0;
	list-style:none;
	float: left;
	}

#navigation_content_header li {
	background:url('./subnavi_right.png') no-repeat right top;
	float:left;
	height:30px;
	margin:0;
	}
	
* HTML #navigation_content_header li { /*IE ONLY*/
	background:url('./subnavi_right.gif') no-repeat right top;
	}

#navigation_content_header a {
	display: block;
	height:30px;
	margin:0;
	padding:0 0 0 3px;
	color:#fff;
	float: left;
	}

#navigation_content_header a  span{
	display:block;
	padding: 9px 13px 9px 10px;
	text-decoration:none;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	line-height: 13px;
	}

#navigation_content_header a:link, 
#navigation_content_header a:visited,
#navigation_content_header a:active,
#navigation_content_header a:hover {
	color:#fff;
	text-decoration: none;
	}
	
#navigation_content_header a:hover {
	background-image:url('./subnavi_left_on.gif');
	background-repeat: no-repeat;
	color: #000;
	}
	
#navigation_content_header a:hover span{
	background-image: url('./subnavi_right_on.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding: 11px 13px 6px 10px;
	}

#navigation_content_header .activeitem a {
	background-image:url('./subnavi_left_on.gif');
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	}
	
#navigation_content_header .activeitem a span{
	background-image: url('./subnavi_right_on.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding: 11px 13px 6px 10px;
	}

/* ------------- STARTSEITE ------------------*/

#header_startseite_de {
	position:absolute;
	height:580px;
	width:980px;
	margin:0px;
}

* HTML #header_startseite_de { /*IE only */
	display:block;
	margin:-30px 0 0 -30px;
	padding:30px;
}

#wrapper_content_startseite_de {
	margin-top:580px;
}

.welcome_image {
	display: block;
	display: inline-block;
	width: 917px;
	height: 554px;
	background-image: url('startpage/register_now.jpg');
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-bottom: 30px;
	}

.box_welcome_01 {
	float:left;
	width: 444px;
	height: 104px;
	background-image: url('startpage/box_startpage_01.gif');
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	}

.box_welcome_02 {
	float: right;
	width: 444px;
	height: 104px;
	background-image: url('startpage/box_startpage_02.gif');
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	}

.welcome_box_content {
	display: block;
	margin: 50px 0 0 20px;
	color: #666666;
	}

.view_template {
	display : none;
	visibility:hidden;
}

#index_new_footer {
	width:992px;
	height:15px;
	margin:0px;
	font-size:11px;
	color: #999999;
}

.footerlinks {
	float:right;
	margin:0px;
	text-align:right;
}

.copyright {
	float:left;
	margin:0px;
}

.mwst{
	float:left;
	margin:0px;
	padding-left:280px;
}


#index_new_footer ul li {
	float:left;
	list-style-type:none;
	padding: 0 10px 0 0;
}

.footerlinks a:link {color:#999999; text-decoration:underline;}
.footerlinks a:visited {color:#999999; text-decoration:underline;}
.footerlinks a:hover {color:#999999; text-decoration:none;}
.footerlinks a:active {color:#999999; text-decoration:underline;}


/* ------------- PRODUKTE ALLGEMEINE STYLES ------------------*/

/*

.screen_box_picture {
	float: left;
}

*/

/* ------------- SIDEBAR ------------------*/

.sidebar_black_container {
        width:290px;
        margin:10px 0 20px 0;
        color: #FFFFFF;
        line-height: 16px;
        float:right;
	}

.sidebar_black_box_container {
        margin:0 0 20px 0;
        background-image :url(basic/sidebar_black_box_bg_bottom.gif);	
        background-repeat: no-repeat;
        background-position: bottom left;
}

.sidebar_white_box_container {
        margin:0 0 20px 0;
				background-image :url(team/sidebar_white_box_bg_bottom.gif);	
				background-repeat: no-repeat;
				background-position: bottom left;
}

.sidebar_black_box_container p {
        color:black;
        margin:0 20px 0 20px;
        padding:0px;
}

.sidebar_white_box_container p {
        color:black;
        margin:-20px 20px 0 20px;
        padding:0px;
}

.sidebar_black_box_container h3 {
			  height:50px;
				background-image :url(basic/sidebar_black_box_bg_top.jpg);	
				background-repeat: no-repeat;
				background-position: top left;
				color: white;
				padding: 20px 0 0 20px;
				margin: 0;
				font-size: 16px;
}	

.sidebar_white_box_container h3 {
			  height:50px;
				background-image:url(team/sidebar_white_box_bg_top.jpg);	
				background-repeat: no-repeat;
				background-position: top left;
				color: black;
				padding: 20px 0 0 20px;
				margin: 0;
				font-size: 16px;
}	
	
.sidebar_black_box_container_basic ul {
				color: black;
				font-size: 13px;
				line-height: 20px;
				list-style-type: image;
				list-style-image:url('basic/bullet_small_green.gif');
				list-style-position:outside;
				margin: -18px 10px 0px 22px;
				padding: 0px 0px 15px 0px;
}
	
.sidebar_black_box_container_one ul {
				color: black;
				font-size: 13px;
				line-height: 20px;
				list-style-type: image;
				list-style-image:url('one/bullet_small_green.gif');
				list-style-position:outside;
				margin: -18px 10px 0px 22px;
				padding: 0px 0px 15px 0px;
}
	
.sidebar_black_box_container_team ul {
				color: black;
				font-size: 13px;
				line-height: 20px;
				list-style-type: image;
				list-style-image:url('team/bullet_small_grey.gif');
				list-style-position:outside;
				margin: -18px 10px 0px 22px;
				padding: 0px 0px 15px 0px;
}

.sidebar_black_box_container_plus ul {
				color: black;
				font-size: 13px;
				line-height: 20px;
				list-style-type: image;
				list-style-image:url('plus/bullet_small_blue.gif');
				list-style-position:outside;
				margin: -18px 10px 0px 22px;
				padding: 0px 0px 15px 0px;
}	
	
.sidebar_white_box_container ul {
				color: black;
				font-size: 13px;
				line-height: 20px;
				list-style-type: image;
				list-style-image:url('team/bullet_small_grey.gif');
				list-style-position:outside;
				margin: -18px 10px 0px 22px;
				padding: 0px 0px 15px 0px;
}

.sidebar_black_box_container li {
				margin:10px;
}
  
.sidebar_white_box_container li {
				margin:10px;
}  

.sidebar_black_box_container li a:link {text-decoration:underline; color:#666666; }
.sidebar_black_box_container li a:visited {text-decoration:underline; color:#666666; }
.sidebar_black_box_container li a:hover {text-decoration:none; color:#666666; }
.sidebar_black_box_container li a:active {text-decoration:underline; color:#666666; }

.sidebar_white_box_container li a:link {text-decoration:underline; color:#666666; }
.sidebar_white_box_container li a:visited {text-decoration:underline; color:#666666; }
.sidebar_white_box_container li a:hover {text-decoration:none; color:#666666; }
.sidebar_white_box_container li a:active {text-decoration:underline; color:#666666; }

.sidebar_pricetable {
				margin: 0px 0px 0px 0px
				float:left;
				display:inline;
}  

.sidebar_pricetable table {	
	 		  width:278px;
	 		  margin-left:6px;	
}   		         
  
.sidebar_pricetable img {
				margin-right:10px
}
          
.sidebar_pricetable_td1 { 
				border-top:1px solid #dfdfdf; 
				padding:8px 0px 5px 20px; 
}  
  
.sidebar_pricetable_td2 {
				border-top:1px solid #dfdfdf; 
				padding:8px 0px 5px 0px; 	
}  
  
.sidebar_pricetable_td3 {
				border-top:1px solid #dfdfdf; 
				padding: 8px 20px 5px 0px ; 
}      

.sidebar_pricetable_td1_bottom {
				border-top:1px solid #dfdfdf; 
				border-bottom:1px solid #dfdfdf; 				
				padding: 8px 10px 5px 20px ; 
}      
   
  
.sidebar_pricetable_td2_bottom {
				border-top:1px solid #dfdfdf; 
				border-bottom:1px solid #dfdfdf; 
				padding:8px 10px 5px 0px;								
}      
  
.sidebar_pricetable_td3_bottom {
				border-top:1px solid #dfdfdf; 
				border-bottom:1px solid #dfdfdf; 
				padding:8px 20px 5px 0px;				
}         

.team ul {
				color: black;
				font-size: 13px;
				line-height: 20px;
				list-style-type: image;
				list-style-image:url('basic/bullet_small_grey.gif');
				list-style-position:outside;
				margin: -8px 0 0 28px;
				padding: 0px 0px 22px 0px;
}

.text_picture {
	margin:0 0 0 20px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('loading.gif') no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('prevlabel.gif') no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('nextlabel.gif') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
 
}

#lbCaption {
	font-weight: bold;
}

a.fresh_button,
span.fresh_button {
	background: url(press/btn_freshbutton_left.gif) no-repeat;
	background-position: 0px -22px;
	padding-left: 5px;
	margin-left: 0;
	margin-right: 0;
	float: left;
	text-decoration: none;
	cursor: pointer;
	color: #000000;
	height: 22px;
	font-weight:bold;
}

a.fresh_button span,
span.fresh_button span  {
	background: url(press/btn_freshbutton_right.gif) no-repeat;
	background-position: right -22px;
	color: #000000;
	padding-left: 5px;
	padding-right: 10px;
	line-height: 21px;
	display: block;
	float: left;
	height: 21px;
	text-decoration: none;
	font-weight:bold;
}

a:hover.fresh_button {
	background-position: 0px -44px;
}

a:hover.fresh_button span {
	background-position: right -44px;
}

a.fresh_button span img
{
	float:left;
	margin:3px 5px 0 0;
}


/* ########## MODAL WINDOWS START ########## */

.sg_background_hider
{
	background-color:#000000;
}

.sg_modal_window
{
	cursor:default;
}

.sg_modal_bottom
{
	width:548px;
	height:16px;
}

.sg_modal_closebox
{
	cursor:pointer;
}

.sg_modal_window p
{
	margin-bottom:17px;
}

div.sg_modal_title,
p.sg_modal_title
{
	font-weight:bold;
	/*padding-left:60px;*/
	background-repeat:no-repeat;
	margin-bottom:10px;
}

div.sg_modal_text,
p.sg_modal_text
{
	overflow:hidden;
	/*padding-left:60px;*/
}

div.sg_modal_buttons,
p.sg_modal_buttons
{
	text-align:right;
	margin-top:20px;
	margin-bottom:10px;
	overflow:hidden;
	height:22px;
}

.sg_modal_content
{
	border-width:0 1px;
	color:#000000;
	padding:5px 28px;
	overflow:hidden;
}

.sg_modal_content .fresh_button
{
	margin-right:5px;
}

/*.sg_modal_window input
{
	margin-left:15px;
}*/

.sg_modal_fax_scroller
{
	width:483px;
	height:400px;
	overflow:auto;
	border:1px solid #cecece;
	margin-bottom:10px;
	/*background:url('../images/fax/preview_bg.gif');*/
	background-color:#eeeeee;
}

.sg_modal_navi_bar
{
	margin:auto;
}

.sg_modal_navi_bar a
{
	cursor:pointer;
	text-decoration: underline;
}

.sg_modal_navi_bar a.open_page
{
	text-decoration: none !important;
	font-weight:bold;
}

.sg_modal_link_container
{
	display:inline;
	vertical-align:middle;
}

.sg_modal_link_container a
{
	vertical-align:middle;
}

.sg_modal_link_container img
{
	vertical-align:middle;
}

.sg_modal_fax_headline
{
	font-size:16px;
	font-weight:bold;
	height:40px;
	text-align:left;
}

.sg_modal_input
{
	width:98%;
}

.sg_modal_icon
{
	float:left;
	margin-right:20px;
}

.sg_modal_inputdescription
{
	margin-bottom:10px;
}

/* ########## MODAL DEFAULT THEME */
.sg_modal_window_newbox_closer
{
	background:url('lightbox/newbox/lightbox_top_close.png') no-repeat top right;
	/*padding-top:34px;*/
}

.sg_modal_window_newbox
{
	background:url('lightbox/newbox/lightbox_top_right.png') no-repeat top right;
}

.sg_modal_windowtop_newbox
{
	background:url('lightbox/newbox/lightbox_top_left.png') no-repeat top left;
	margin:0 34px 0 0;
	height:34px;
	position:relative;
}

.sg_modal_content_newbox
{
	background-image:url('lightbox/newbox/lightbox_left.png');
}

.sg_modal_bottom_newbox
{
	background-image:url('lightbox/newbox/lightbox_bottom_left.png');
	width:100%;
}

.sg_modal_closebox_newbox
{
	cursor:pointer;
	width:22px;
	height:22px;
	position:absolute;
	top:6px;
	right:-28px;
	margin-bottom:0;
}

.sg_modal_middleright_newbox
{
	background:url('lightbox/newbox/lightbox_middle_right.png') repeat-y top right;
	padding-right:17px;
	/*background-color:red;*/
	
}

.sg_modal_bottomright_newbox
{
	background:url('lightbox/newbox/lightbox_bottom_right.png') repeat-y top right;
	padding-right:20px;
	overflow:hidden;
}


/* ########## MODAL WINDOWS END ########## */


