/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  

/* wraps the hole tab */
.rgtabs-wrapper {
	height: 				212px;
	width:					auto;
	padding:				10px;
	background:				url(../images/box_right_bg.jpg) #ffffff repeat-y;
	margin:					0px auto 15px auto;
	border:					1px solid #aac5e3;
}

.start_box_top_right {
	height: 				237px;
	width:					213px;
	margin:					0px auto 15px auto;
	border:					1px solid #aac5e3;
	overflow:				hidden;
	padding:10px;
	}

.start_box_bottom_right {
	height: 				auto;
	width:					100%; /*213px;*/
	margin:					0px auto 15px auto;
	overflow:				hidden;
	}
	
.start_box_bottom_left {
	height: 				auto;
	width:					690px;
	margin:					0px auto 0px 0px;
	}

.start_box_bottom_left .rgtabs-wrapper {
	background:				url(../images/box_left_bg.jpg) #ffffff repeat-y;
	width:					673px;
	height: 				auto;
	}
	
.start_box_bottom_right .rgtabs-wrapper {
	background:				url(../images/box_right_bg.jpg) #ffffff repeat-y;
	height: 				auto;
	}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(../images/loading.gif) no-repeat center;
}




.rgtabs-menu {
	width:					auto;
	height:					25px;
	margin:					auto auto 0px 0px;
	}
	
ul.rgtabs-menu {
	color:					#708296;
	list-style:				none;
	padding:				0;
	margin:					auto auto 0px auto;
	}

ul.rgtabs-menu li {
	width:					auto;
	height:					20px;
	float:					left;
	padding:				2px 7px;
	background:				url(../images/tab_bg.jpg) #aac5e3 repeat-x;
	border:					1px solid #aac5e3;
	list-style:				none;
	font-weight:			bold;
	font-size:				12px;
	line-height:			20px;
	vertical-align: 		baseline;
	text-transform:			uppercase;
	text-align:				center;
	margin-right:			-1px;
	}

ul.rgtabs-menu .rgtabs-selected {
	height:					auto;
	border:					1px solid #aac5e3;
	color:					#708296;
	background:				#ffffff;
	display: 				block;
	border-bottom: 			1px solid #ffffff;
	}

ul.rgtabs-menu li:hover {
	height:					auto;
	border:					1px solid #aac5e3;
	color:					#708296;
	background:				#ffffff;
	display: 				block;
	border-bottom: 			1px solid #ffffff;
	} 
ul.rgtabs-menu a:link { color:#708296; text-decoration:none; }
ul.rgtabs-menu a:visited { color:#708296; text-decoration:none; }
ul.rgtabs-menu a:focus { color:#708296; text-decoration: decoration:none;}
ul.rgtabs-menu a:hover { color:#708296; text-decoration:none; border-bottom: 1px solid #ffffff; }
ul.rgtabs-menu a#aktiv { color:#708296; text-decoration:none; border-bottom: 1px solid #ffffff;}

ul.rgtabs-menu .rgtabs-selected a.sel {
	color: #708296;
	}