
body {
	margin-top:0px;
}

/* Standard-FE-Icons unsichtbar machen: */
.frontEndEditIcons {
	display: none;
}

.RABadminTool {
	margin: 10px auto 5px auto;

	width: 390px;
	/*height: 240px;*/
	border: 1px solid #555A70;
	background-color: #FCFCFE;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
	text-align: left;
}
.RABadminTool table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.RABadminTool a {
	color: #0000FF;
}

.AT_header {
	height: 48px;
	width: 100%;
	background-color: #555A70;
	color: #FFFFFF;
	line-height: 22px;
}

.AT_message {
	color: red;
	font-weight: bold;
}

/* ---------------------------------------------------------------- */

.tabstrip {
	background: white url(tab_background.gif) repeat-x bottom;
	width: 100%;
	white-space: nowrap;
	line-height: normal;
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
	  
.tabstrip ul {
	padding: 0;
	margin: 0;
	list-style: none;
} 
	  
.tabstrip li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
	
.tabstrip a {
	font-family: Verdana, Arial, sans-serif;  
	font-size: 11px;
	font-weight: normal;
	float: left;
	background: url(left_both.gif) no-repeat left top;
	margin: 0px;
	padding: 0 0 0 4px;
	border-bottom: 1px solid #919B9C;
	text-decoration: none;
	cursor: pointer;
}
	
.tabstrip a span {
	float: left;
	display: block;
	background: url(right_both.gif) no-repeat right top;
	padding: 5px 6px 2px 2px;
	font-weight: normal;
	color: black;
	/*width: 60px;*/
	/* NEU: 2008 */
	padding: 5px 9px 2px 5px;
	text-align: center;
	line-height: normal;
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
	text-decoration: none;
}

.tabstrip ul li a:visited {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif; 
	text-decoration: none;
	color: black;
}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabstrip a span {
	float: none;
}
/* End IE5-Mac hack */


.tabstrip a:hover span {
	color: black;
}

.tabstrip .selected a {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;  
	background-position: 0 -34px;
	border-width: 0;
	/*	margin-top: -2px;*/
}
	
.tabstrip .selected a:hover {
	background-position: 0 -34px;
}

.tabstrip .selected a:hover span {
	background-position: 100% -34px;
}		
    
.tabstrip .selected a span {
	background-position: 100% -34px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-top: 0px;
}
  	 
li .selected {
	/*margin-top: 5px;*/
}
	  
.tabstrip a:hover {
	background-position: 0% -32px;
}

.tabstrip a:hover span {
	background-position: 100% -32px;
}

.tabContent {
	display: block;
	margin: 0;
	border-left: 1px solid #919B9C;
	/*background-color: #FCFCFE;*/
	clear: both;
	padding: 12px;
	width: 346px; /* 346=370-(2*12px Padding) */
	height: 218px;
	color: black;
	font-weight:normal;
}
.tabContent td {
	color: black;
	font-weight:normal;
}
.tabContent, .tabContent input, .tabContent textarea, .tabContent table {
	font-size: 11px;
}

/* Seiten höhere Zeilengröße */
#tabContent2 {
	line-height: 25px;
}
