/*****************************************************/
/*Site Elements */
/*****************************************************/
body { 
	background: #323232 url(../images/site/body_bg.gif) repeat-x top left;
	margin:0;
	padding:0;
	font-family:  Arial, verdana, Helvetica, sans-serif;
	color:#1a1a1a;
}
h1 {
	font-size: 18px;
	color: #19305F;
	margin-top:0px;
	margin-bottom:10px;
	background: #fff url(../images/site/h1_bg.png) repeat-x top left;
	height:40px;
	line-height:40px;
	border-bottom: 1px solid #f1f1f1;
}
h2 {
	margin-top:30px;
	font-size: 15px;
	color:#213F7D;
	margin-bottom:5px;
}
h3 {
	font-size: 13px;
	margin-bottom:5px;
}
h4 {font-size: 12px;
	padding-left:20px;
	margin-top:0px;
	background: #fff url("../images/icons/h4_icon.gif") no-repeat 0px 0px;
}
h5 {
	font-size: 12px;
	color: #696969;
	margin-top:30px;
}
h6 {
	font-size: 11px;
}
p { 
	font-size: 12px;
	line-height: 15px;
	margin-bottom:20px;
}
img {
	border:none;
}
a { 
	font-size: 12px;
}
ul  {}
li {
	list-style-image:  url("../images/icons/li_pfeil_blau.gif");
	list-style-position: outside;
	line-height: 25px;
	margin:20px 0px 10px 0px;
}
td { 
	font-size: 12px;
	vertical-align: top;
}
pre {
	font-size: 12px;
	font-family:	Monospace, Courier New, Courier;
	background-color: #F0F4FA;
	padding:5px 5px 5px 5px;
	border-bottom: 1px solid #C8CDDE;
	border-top: 1px solid #C8CDDE;
}
dt {
	margin:10px 20px 10px 0px;
	padding-left:20px;
	line-height:18px;
	cursor:pointer;
	font-weight:bold;
	background: #fff url("../images/icons/parameter.png") no-repeat 0px 0px;
}
dd {
	padding: 5px 20px 5px 20px;
	border-left:1px dotted #ccc;
	background: #fff url("../images/icons/parameter_desc.png") no-repeat 2px 2px;
}

/*****************************************************/
/*Site Structure */
/*****************************************************/

#main_table {
	margin:0px 0px 0px 0px;
	background: #fff url(../images/site/head_bg.png) repeat-x top left;
	width:99%;
}
#main_table .row1td1 {
	background: transparent url(../images/site/head_blocks1.png) no-repeat top left;
	height:41px;
	color:#fff;
	font-size: 14px;
	line-height:40px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 0px 0px 0px 150px;
}
#main_table .row1td1 a {
	text-decoration:none;
	color:white;
	font-size: 14px;
	line-height:40px;
}
.content {
	height:100%;
	min-height: 600px;
	margin: 20px 30px 10px 150px;
}
.content a,
.content_sub a {
	color:#0033D5;
	text-decoration: underline;
	background-color: #fff;
}
.content a:hover,
.content_sub a:hover {
	color: #ccc;
	text-decoration: none;
	background-color: #223C73;
}
.content a:visited,
.content_sub a:visited {
	color: navy;
	text-decoration: underline;
	background-color: #fff;
}

/*****************************************************/
/* Style for Content area with sub navigation */
/*****************************************************/

.table_subnav {
	margin-top:20px;
	height:100%;
	min-height: 600px;
}
.content_sub {
	margin: 0px 30px 10px 40px;
	white-space: normal;
	min-height: 600px;
}
.nav_sub {
	width:230px;
	width:160px;
	border-right: 1px dashed #ccc;
	padding-bottom:70px;
}
.nav_sub a {
	display:block;
	font-size: 11px;
	line-height:18px;
	color:#323232;
	text-decoration: none;
	width:auto;
	height:auto;
	padding: 5px 5px 5px 20px;
	border-bottom:1px dashed #ccc;
	background: #fff url("../images/nav/navleft_icon.png") no-repeat 2px 7px;
	
}
.nav_sub a:hover {
	color:#696969;
	background-color: #efefef;
}
.footer {
	height:64px;
	clear:both;
	padding:0px 0px 0px 5px;
	font-size: 11px;
	background: #fff url(../images/site/foot_bg.png) repeat-x top left;
}
.footer a {
	font-size: 11px;
	color:#1a1a1a;
	text-decoration: none;
}
.footer a:hover {
	font-size: 11px;
	color:#0033D5;
}


/*****************************************************/
/*Main PullDown Navigation */
/*****************************************************/

#nav_main {
	height:65px;
	padding-left: 140px;
	background: transparent url(../images/site/head_blocks2.png) no-repeat top left;
}
.menu-container {
	position: relative;
	float:left;
	z-index:200;
	display:block;
	font-size: 10px;
	background-color: transparent;
	width: auto;
	height: auto;
	margin-top:3px;
	padding: 0px 10px 0px 10px;
	text-align:left;
}
.menu-container .menu {
	background-color: #323232; 
	width:210px;
	padding:0;
	display: none;	
	border:	1px solid #000;
	position: absolute;
	left: -999em; 
}
.menu-container .menu a {
	display:block;
	font-size: 11px;
	line-height:18px;
	color:#fff;
	text-decoration: none;
	width:auto;
	height:auto;
	padding: 5px 5px 5px 20px;
	border-bottom:1px dashed #595959;
	background: #323232 url("../images/nav/navsub_icon.png") no-repeat 2px 7px;
}
.menu-container.sfhover .menu,
.menu-container:hover .menu {
	left: 7px;
	top:25px;
}
.menu-container a {
	font-size: 11px;
	line-height:18px;
	color:#696969;
	text-decoration: none;
}
.menu-container a.top {
	line-height:18px;
	display:block;
	padding-top:7px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	white-space: nowrap;
}
.menu-container a.top:hover {
	background:transparent url("../images/nav/navmain_arrow.png") no-repeat 50% 2%;
}
.menu-container a:hover {
	color:#000;
}
.menu-container .menu a:hover {
	color:#a7a7a7;
	background-color: #323232;
}

/*****************************************************/
/*Classes gen*/
/*****************************************************/
.content_table_download th,
.content_table_gen th {
	background-color:	#F0F4FA;
	text-align: left;
	border-bottom: 1px solid #C8CDDE;
	border-top: 1px solid #C8CDDE;
}
.content_table_download td,
.content_table_gen td {
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
.content_table_gen td {
	background-color: #F0F4FA;
}
.style1 {
	color:red;
}
.point {
	background: #fff url("../images/icons/point.gif") no-repeat 0px 2px;
	padding-left:15px;
}
/*****************************************************/
/*Documents Tabs */
/*****************************************************/

@media projection, screen { 
    .tabs-hide {
        display: none;
    }
}
@media print {
    .anchors {
        display: none;
    }
}

.anchors {
    list-style: none;
    margin: 0;
    padding: 0 0 1px;
	 display: inline-block; /* @ IE 7 */
    _height: 1%; /* @ IE 6 */
	 white-space: nowrap;
	 width:460px;
}
.anchors li {
	float: left;
	margin: 0 1px 0 0;
	list-style-image: none;
}
.anchors a {
    display: block;
	 float: left;
    position: relative;
    top: 1px;
    border: 1px solid #eaeaea;
    border-bottom: 0;
    z-index: 2;
    padding: 2px 9px 1px;
    color: #000;
    text-decoration: none;
}
.anchors .tabs-selected a {
    padding-bottom: 2px;
    font-weight: bold;
	 z-index:5;
}
.anchors .tabs-selected a, 
.anchors a:hover, 
.anchors a:focus, 
.anchors a:active {
    background: #fff url(../images/site/h1_bg.png) repeat-x top left;
	 text-decoration: none;
}
.fragment {
    background: #fff;
	 clear:both;
	 border: 1px solid #eaeaea;
	 padding-top:20px;
}
.fragment h3 {
	margin-top:0px;
}
.anchors .tabs-selected a:link, 
.anchors .tabs-selected a:visited,
.anchors .tabs-disabled a:link, 
.anchors .tabs-disabled a:visited { 
    cursor: text;
	 text-decoration: none;
}
.anchors a:hover, 
.anchors a:focus, 
.anchors a:active {
    cursor: pointer;
}
.anchors .tabs-disabled {
    opacity: .4;
	 filter: alpha(opacity=40);
    zoom: 1; /* trigger filter */
}
.anchors .tabs-disabled a:hover, 
.anchors .tabs-disabled a:focus, 
.anchors .tabs-disabled a:active {
    background: transparent;
	 text-decoration: none;
}
.fragment {
    padding: 0 10px;
}
.anchors .tabs-selected .tabs-loading {
    padding-left: 25px;
    background: transparent url(loading.gif) no-repeat 4px 50%;
}

/*****************************************************/
/*Docs content */
/*****************************************************/

.docs {
	background-color: #FCFDFF;
	color: #000066;
	padding-left: 3px;
	margin-bottom:10px;
	background-color: #Fff;
	background-image: url(../images/site/h1_docs_bg.gif);
	background-repeat: repeat-x;
}
.docs h1 {
	background-color: #FCFDFF;
	background-image:none;
	line-height:25px;
	height:25px;
}
.ref_section {
	color: #003399;
	font-size:10px;
}
div.alert {
	background: #fff url("../images/icons/parameter_note.png") no-repeat 0px 4px;
	padding: 5px 5px 5px 19px;
	color: #000066;
	font-weight:bold;
	margin-top:10px;
}
div.alert p {
	border-top: 1px solid white;
	background-color: #fff;
	font-weight: normal;
	margin:0;
	padding:3px ;
}

/*****************************************************/
/* Expanding FAQ's */
/*****************************************************/

#faq dt {
	margin:10px 20px 10px 0px;
	padding-left:18px;
	line-height:18px;
	cursor:pointer;
	font-weight:bold;
	background: #fff url("../images/icons/faq_dt.gif") no-repeat 0px 1px;
}
#faq dd {
	padding: 5px 20px 5px 20px;
	border-left:1px dotted #696969;
	background: #fff url("../images/icons/faq_dd.gif") no-repeat 3px 1px;
}
#faq .dthover {
	color:#2C4A87;
}
