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

/* -----------------------------------
	CONTENT 1-spaltig
----------------------------------- */
#contentArea {
	/*width: 420px;
	margin-left: 330px; */
	width: 625px;
	margin-left: 120px;

}
#contentArea .textpic-border {
	border-bottom: 1px dotted #686671;
	margin-bottom: 20px;
}
#contentArea p {
	font-size: 8pt;
	line-height: 1.5em;
	margin-left: 210px;
}
#contentArea a:link, #contentArea a:visited {
	color: #D9380A;
	font-weight: bold;
	text-decoration: none;
}
#contentArea a:hover, #contentArea a:active {
	color: #FFF; 
	font-weight: bold;
	text-decoration: none;
	background-color: #D9380A;
}
#contentArea H1 {
	font-family: arial;
	font-size: 12pt;
	font-weight: normal;
	color: #D9380A;
	line-height: 1.2em;
	margin: 8px 0px 0px 210px;
}
#contentArea H2 {
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	margin: 0px 0px 0px 210px;
}
#contentArea ul {
	font-size: 8pt;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	margin: 0;
	padding: 5px 0px 4px 226px;
	line-height: 1.3em;
}

#contentArea .refContent {
	width: 630px;
	margin: 0px 0px 5px 0px;
}
#contentArea .refContent h3 {
	font-family: arial;
	font-size: 11pt;
	font-weight: normal;
	color: #D9380A;
	line-height: 1.2em;
	padding-left: 210px;
}
#contentArea .refContent p {
	margin:0;
}
#contentArea .csc-textpic-intext-left-nowrap {
	width: 620px;
	/* border-bottom: 1px dotted #444247;*/
	margin-left: 0px;
	padding-bottom: 10px;
} 
#contentArea .csc-textpic-intext-left-nowrap H1 {
	font-size: 11pt;
	margin: 0px 0px 5px 0px;
}
#contentArea .csc-textpic-intext-left-nowrap p {
	margin: 0;
}
#contentArea .csc-textpic-imagewrap {
	/* padding-left: 120px; */
}
#contentArea .csc-textpic-text {
	width: 430px; 
	padding-left: 210px; 
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 95px; 
}

html>body #contentArea .csc-textpic-text {
	padding-left: 210px;
	}
/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  

/* wraps the hole tab */
.rgtabs-wrapper {
  padding:0;
  border-top: 1px solid #000;
  background:#fff url(../rgtabs/topbg.gif) repeat-x;
  overflow:hidden;
}
.rgtabs-container {
	padding-top: 5px;
}
.rgtabs-container li {
	padding-bottom: 2px;
}
/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(../rgtabs/spinner2.gif) no-repeat center;
}

/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0 0 0 0px;
  height: 22px;
  width: auto;
  background: url(../rgtabs/tab-bkg.gif) bottom left repeat-x;
  list-style:none;
}
#contentArea .rgtabs-menu  a:hover {
	color: #D9380A;
	text-decoration: underline;
}
#contentArea .rgtabs-menu .rgtabs-selected  a:link {
	color: #D9380A;
	text-decoration: none;
}
/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  background: url(../rgtabs/tab-on-l.gif) top left no-repeat;
  float: left;
  margin: 0 5px 0 0 !important;
  padding: 0 0 0 14px !important;
  cursor: pointer;
}	

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  background: url(../rgtabs/tab-on-r.gif) top right no-repeat;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  color: #D9380A;
  font-family: arial;
  font-size: 9pt;
  font-weight: normal;
  padding: 2px 12px 0 0;
  text-decoration: none;
}

/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
    background: url(../rgtabs/tab-off-l.gif) top left no-repeat;
	color: #D9380A;
}	

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  background: url(../rgtabs/tab-off-r.gif) top right no-repeat;
  color: #D9380A;
}
#contentArea .rgtabs-container ul {
	padding: 2px 0px 0px 210px;
	
}

