
 
 /* page */
 html, body {
     margin: 0;
 }

 body {
     height: 100%;
	 font: 7pt / 12pt Arial;
	 color: #603;
 }


 .clear{
 	clear:both;
 	font-size: 0;
 	line-height:0;
 	margin:0;
 	padding:0;
 }
 
 /* Layer */
 #wrapper {
 	width: 110%;
 	height: 100%;
 }
 
 table{
 	margin: 1px!important;
 }

 #logo {
 	position: absolute;
 	top: 0;
 	left: 0;
 }

 #top {
 	padding-top: 10px;
 	margin-bottom: 175px;
 	text-align: right;
 }

 #inline-wrapper {
 	padding: 0 60px 1em 0;
 	margin-left: 0;
 	z-index:2;
 }
 
 /* content */
 #content-wrapper hr {
 	display:none;
 }
 
 #content-wrapper #content hr{
 	display:block;
 }
 
 #content {
    /*margin-right: 360px;*/
   
   /* float: left;*/
    margin-right: 0;
    margin-left: 73px;
    font-size: 9pt;
 }
 
 .col1 #content{
 	margin-right: 0;
 }
 
 #footerfooter {
    padding: 0 1em 1em 2em;
    margin: 2em 0 2em 30px;
 }
 
 #footerfooter span {
    display: inline-block;
    width: 2em;
 }
 
 #footerfooter ul{
 	list-style-type: none;
	padding: 0;
 }
 
 #footerfooter ul li{
 	float: left;
	padding: 0 2em 0 0;
 }

 /* navigation */
 #nav-top {
 	display: block;
 	height: 2.4em;
 }

 /* sidebar */
 #sidebar-right {
 	width: 240px;
 	margin: 1em 0 1em 2em;
    float: right;
 }
 
 .sidebar-overflow{
 	position: relative;
 }
 
#sidebar-inner-wrap{
	position: absolute;
}




h2 {
    font-weight: normal;
}

 acronym, abbr {
    cursor: help;
 }

 hr {
 	border: 0;
 	color: #52626d;
    background-color: #52626d;
    height: 1px;
 }

 a img { border: 0 !important; }

 /* classes (also used in editor) */
 .imgleft {
    float: left;
    margin: .5em 1em .5em 0;
 }

 .imgright {
    float: right;
    margin: .5em 0 .5em 1em;
 }

 #content-wrapper  a:link, #content-wrapper a:visited, a:active {
     text-decoration: none;
     color: #E85311;
 }

 #content-wrapper a:hover, #content-wrapper a:focus {
    border-bottom: 1px solid;
 }

 /* tags */

 /* layer */
 #wrapper {
	/* temp */
	background: transparent url() no-repeat;
	
 }

 #top {
 	text-align: right;
    color: #E85311;
 }

 #top a:link, #top a:active, #top a:visited {
 	color: #fff;
 	text-decoration: none;
 	margin: 0 .8em;
    outline: none;
 }

 #top a:hover, #top a:focus {
 	border-bottom: 1px solid #fff;
 }
 
 #top form{
 	display: inline;
	padding-left: 10px;
 }
 
 #top form .input{
 	border: #FF6633 1px solid;
	font-size: 1em;
 }
 
 #top form .button{
 	color: #ffffff;
	border: none;
	background: transparent;
 }

 /* navigation */
 #nav-top ul, #nav-sub ul {
 	margin: 0;
 	padding: 0;
 	display: inline;
 }

 #nav-top ul li,  #nav-sub ul li {
 	display: inline;
 	list-style: none;
 }

 #nav-top li a {
 	color: #52626d;
 	background-color: #EDEBDD;
 	padding: .7em 1em;
	margin-right: 2px;
 	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: .90;
    zoom: 1;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
 }

 #nav-top li a:hover {
 	background-color: #fff;
 	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    zoom: 1;
 }

 #nav-top li.act a {
 	background-color: #fff;
 	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    zoom: 1;
 }

 #nav-top li.act a:hover {
 	color: #E85311;
 }
 
 #nav-top li.first a {
 	padding: 0.7em 1em 0.7em 1.55em;
 }

 #nav-sub li a {
    color: #52626d;
    padding: 0 .5em;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
 }

 #nav-sub li a:link, #nav-sub li a:visited {
     color: #52626d;
 }

 #nav-sub li.act a {
    color: #E85311;
 }

 #nav-sub li a:hover {
    border: 0;
 }

 #content-wrapper {
 	padding: .8em 1.2em 2em 2em;
 	
    zoom: 1;
    color: #603;
 }
 
 #content-wrapper.col1 #content{
 	float: none;
	width: 100%;
 }

 #content-wrapper a:link, #content-wrapper a:visited {
 	text-decoration: none;
 	color: #E85311;
 }

 #content a:hover, #content-wrapper a:focus {
    border-bottom: 1px solid;
 }
 
 #content ul{
 	padding-left: 19px;
 }
 
 #content ul li{
 	
 }
 
 #content .contenttable{
 	border-collapse: collapse;
 }
 
 #content .contenttable td{
 	border: #CCCCCC 1px solid;
	padding: 3px 5px;
	vertical-align: top;
 }
 
  #content .contenttable th{
 	border: #CCCCCC 1px solid;
	font-weight: bold;
	padding: 3px 5px;
	vertical-align: top;
	text-align: left;
	background: #CCCCCC;
 }


 #content-footer {
 	font-size: 0.85em;
 }

 #footerfooter {
    font-size: .85em;
    color: #999;
 }

 #footerfooter a {
    color: #999;
 }

 /* Classes */
 h1.csc-firstHeader {
     color: #E85311!important;
     font-size: 26px!important;
     font-weight: normal!important;
     font-style: italic!important;
    text-transform: none !important;
    margin-top: 1.6em!important;
    line-height: 1em!important;
 }

 .sidebar-right-content {
 	padding: 0.8em;
 	margin-bottom: 1em;
 	color: #52626d;
 	font-size: 0.85em;
 }
 
 .sidebar-right-content .publ-item{
 	border-top: 0!important;
 	border-bottom: 1px solid #DFDCCF;
 	padding-top: 0;
 	padding: 3px 0;
 }

 .sidebar-right-content .publ-item h3{
 	margin-top: 3px;
 	margin-bottom: 5px;
 	font-size: 11px;
 	float:left;
 }
 
 .sidebar-right-content .publ-item h3 a{
 /*	display:block;*/
 }
 
 .sidebar-right-content .publ-item h3 a:hover{
 	/*border:0!important; 	*/
 }
 
 .sidebar-right-content h1 {
 	color: #603;
 	font-size: 1.3em;
 	margin: 0;
 }

 .csc-header h1{
 	font-size:20px;
	font-weight:normal;
	margin-top:40px;
 }
 
 .sidebar-right-content p {
 	margin: 0;
 }

 #sidebar-right .sidebar-right-content a {
     color: #52626d;
 }

 #sidebar-right .sidebar-right-content a:hover {
     border-bottom: 1px solid;
 }
 
 .hr-home-bottom{
 	clear:both;
	margin-right: 360px;
 }

 .bg-grey {
 	background-color: #ddd;
 }

 .bg-grey hr {
 	color: #EDEBDD;
    background-color: #EDEBDD;
 }

 .bg-beige {
 	background-color: #EDEBDD;
 }

 .bg-beige hr {
 	color: #ddd;
    background-color: #ddd;
 }
 
 .bg-beige h1 {
 	border-bottom:1px solid #DDDDDD;
	margin-bottom:7px;
	padding:0 0 5px;
 }
 
 .bg-red{
 	background-color: #ca8bab;
 }

 .bold {
 	font-weight: bold;
 }

 .more {
 	text-align: right;
 }

 .more a:link, .more a:visited, .more a:active {
 	color: #52626d !important;
 	text-decoration: none;
 	font-weight: bold;
 }

 /* accordion item */
 .listitem hr {
    color: #ccc;
    background-color: #ccc;
 }

 #content .listitem a.listitemtitle {
    color: #52626d;
    outline: none;
 }

 #content .listitem a.listitemtitle:hover {
    border: 0;
 }

 /* News display */

.news-latest-gotoarchive{
	text-align: right;
}

 .listitemtitle {
    cursor: pointer;
    font-size: 1em;
    font-weight: normal;
    clear: left;
    padding: 0;
    margin: 0 0 1em 0;
 }


 .listitemopenclose {
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    margin-right: .5em;
    margin-top: .1em;
    background: transparent url(../images/sprite_arrow_open_close.png) no-repeat;
    background-position: 0 0;
 }


 .selected > .listitemopenclose {
    background: transparent url(../images/sprite_arrow_open_close.png) no-repeat;
    background-position: -11px 0;
 }



 span.newstitle {
    display: block;
    margin-left: 90px;
 }

 div.listitemcontent {
    /*display: none;*/
 }

 div.listitemcontent {
    padding-left: 18px;
 }

 hr.listitem {
    color: #ccc;
    background-color: #ccc;
 }

/* Competences */
span.competencetitle {
    display: block;
    margin-left: 20px;
 }

div.competencecontent {
    padding-left: 18px;
 }

/* Professionals Detail */
div.profileitemtitle {
    font-weight: bold;
    float: left;
    width: 110px;
	padding-top: 5px;
}

div.profileitemcontent {
    margin-left: 150px;
}

#content div.profileitemcontent ul{
	margin: 0;
	padding: 0px;
	list-style: none;
}

#content div.profileitemcontent ul li{
	padding-bottom: 5px;
}

div.profileitemcontent p {
    margin: 0 0 5px 0;
}

#profileitem hr {
	
    color: #ccc;
    background-color: #ccc;
    

}

#profilebox {
    width: 180px;
    float: right;
    margin: 0 0 2em 2em;
    background-color: #E85311;
    color: #fff;
	border-left: 25px solid #FFFFFF;
}

#profilebox img{
    border-bottom: #fff 2px solid;
	width: 180px;
	height: 250px;
}

#profileboxfooter {
    padding: 1em;
}

#profileboxfooter h3 {
    font-size: 1em;
    margin: 0;
}

#profileboxfooter p {
    font-size: 1em;
    margin: .4em 0 0 0;
	line-height: 1.5em;
}

#profileboxfooter a {
    color: #fff;
    font-weight: bold;
}

#profileboxfooter a:link, #profileboxfooter a:visited {
    color: #fff;
}

/* supporter */

#column-one,
#column-two{
	width: 45%;
	float: left;
}

#column-one{
	margin-right: 9%;
}

.supporter-item {
	background-color: #edebdd;
	width: 260px;
	margin: 0 1em 1em 0;
}

.supporter-item-content {
	margin-left: 110px;
	padding: 0 .8em;
}

.supporter-item-content h3 {
	font-size: .9em;
	margin: 0;
	padding-top: .3em;
}

.supporter-item-content p {
	margin: 0 0 1em 0;
}

/* contact form */
form, fieldset {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0;
}

label, .field {
    width: 110px;
    float: left;
    padding-right: .8em;
}

input, textarea, select {
    border: 1px solid #603;
}

input[type=submit] {
    cursor: pointer;
}

textarea {
    font: 1em Arial, sans-serif;
}

fieldset div, #messageconfirm div {
    clear: left;
    margin: 0.8em 0;
}

.w200 {
    width: 200px;
}

.h100 {
    height: 100px;
}

/* error/required fields */
.required, .invalid, .errors {
    color: #f00;
}

input.required, input.invalid, textarea.required {
    border: 1px solid #f00;
}

#address-special {
	height: 100px;
	margin-top: 1em;
	margin-bottom: 3em;
	margin-left: 1.55em;
	color: #fff;
	position: relative;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: .80;
    width: 376px;
}

#address-special dt {
	cursor: pointer;
	position: relative;
	width: 1.3em;
	padding: .3em .5em .3em .4em;
	margin-bottom: .2em;
	border-bottom: 1px solid #E85311;
	border-left: 1px solid #E85311;
	font-weight: bold;
}

#address-special dd {
	background-color: #E85311;
	padding: 1em;
	margin-left: 2.4em;
	display: none;
	position: absolute;
	top: 0;
	width: 320px;
}

#address-special dd p {
	font-size: .9em;
	margin: 0 0 .5em 0;
}

#address-special dd a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#address-special dd a:hover, #address-special dd a:focus {
	border-bottom: 1px solid;
}

#address-special dd.show { display: block; }

#address-special dt.active,
#address-special dt:hover {
	background-color: #E85311;
}

#location-in-nav {
	display:none;
}




/* accordion */

 span.news-list-date {
    
 }

h3.rgaccord1-toggle .list-title{
	
}

h3.rgaccord1-toggle {
  font-weight: normal;
  font-size: 1em;
  color: #000000;
  line-height: 26px;
  height: 23px;
  border-top:1px solid #000000;
  padding: 2px 0 2px 0px;
  margin: 0;
  cursor:pointer;
}

h3.rgaccord1-toggle .list-item-open-close{
	display: none;
	float: left;
	width: 11px;
	margin-right: 0em!important;
	margin-top: 0em;
	background: transparent url(../images/sprite_arrow_open_close.png) no-repeat scroll 1px 5px;
}

.rgaccord1-content .pers-col{
	display:none!important;
}

.rgaccord1-content div{
	padding-right: 5px!important;
}

/* Toggle act item */
h3.act {
  
}

h3.act .list-item-open-close{
	
	background: transparent url(../images/sprite_arrow_open_close.png) no-repeat scroll -11px 0;
}

/* the content */
div.rgaccord1-content {
  width: 573px;
  
}

div.rgaccord1-content p{
  margin-top: 7px;
  
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}

/* publications */
.publ-item{
	/*border-top: #dfdccf 1px solid;*/
	border-top: #000 1px solid;
}

.publ-item .lang-labels{
	float: left;
	width: 36px;
	padding-top: 14px;
}

.publ-item .lang-labels p{
	width: 17px;
	color: #FFFFFF;
	font-weight: bold;
	background: #dfdccf;
	padding: 3px 4px;
	margin: 0 0 3px 0;
}

.publ-item .publ-text{
	padding-left: 36px;
}

.publ-item .publ-text h3{
	margin-bottom: 5px;
}

.publ-item .publ-text .pers-links{
	font-size: 1.2em;
}

#publ-search .select,
#pers-search .select{
	margin-bottom: 7px;
}

/* js select */
.elSelect {
	width:206px;
	height:20px;
	background: #ffffff;
	border: #dfdccf 1px solid;
}
.elSelect .selected {
	background-color: #D5DCDF !important;
	color: #FF6633 !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float: left;
	padding: 2px 0 0 6px;
	width: 177px;
	
	color: #92908a;
	overflow:hidden;
}
.elSelect .dropDown {
	width: 20px;
	height: 20px;
	float: right;
	background:url(../images/select-arrow-down.png) no-repeat 0% 0%;
}
.elSelect .optionsContainerTop {
	position:absolute;
	
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div div {
	
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 0 0;
	
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div {
	
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div div {
	
	width:100%;
	height:5px;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
	border: #dfdccf 1px solid;
	max-height: 170px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.elSelect .option {
	padding:4px 0 5px 5px;
	background-color: #ffffff;
	text-align:left;
	color: #92908a;
}
.elSelect .disabled {
	background-color:#C0CCCF;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	color:#90A4AA;
}
.icon_1 {
	background:url(../images/theme/icon_1.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}
.icon_2 {
	background:url(../images/theme/icon_2.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}


/* Kompetenzen persdb_pi8 */

.pers-col{
	float: right;
	width: 250px;
}

#content .pers-col ul{
	list-style-type: none;
	padding-left: 0;
}

.pers-slider-text .pers-col ul li{
	margin-bottom: 0;
}

.pers-slider-text{

	
}

.pers-slider-text ul li{
	margin-bottom: 10px;
}

div.rgaccord1-content-wide {
	width: 100%;
}

/* pers DB */

.pers-list-column{
	width: 49%;
	float: left;
}

.pers-list-column-3{
	width: 30%;
	float: left;
}

.pers-list-column-3 li{
	margin-bottom: 6px;
}

.autocompleteContainer{
	position: relative;
}

.autocompleteField{
	position: absolute;
	width: 200px;
	background: #ffffff;
}

.autocompleteField ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: #EDEBDD 1px solid;
}

.autocompleteField ul li{
	padding: 2px 5px;
	border-bottom: #EDEBDD 1px solid;
}

#pers-search input{
	border: 1px solid #DFDCCF;
	width: 206px;
	margin-top: 20px;
}

#pers-search input.submit{
	margin-top: 7px;
	border: none;
	background: transparent;
	text-align: left;
	color: #FF6633;
	font-weight: bold;
}

input.submit{
	border: 0;
	font-weight: bold;
	color: #FF6633;
	background: none;
	font-size: 11px;
	padding: 0 2px;
}

#swordWrap input{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DFDCCF;
	font-size:11px;
	height:14px;
	padding:3px;
	width:200px;
	color: #92908A;
	margin: 20px 0 7px 0;
}

.large-image-wrap{
	display: none;
	position: absolute;
	padding: 0 8px 8px 0;
	background: url(../images/largeImage_bg.png) no-repeat top left;
}

.large-images{
	border: 1px solid #FFFFFF;
}

.showAll{
	margin-top: 5px;
	text-align: right;
}

.showAll a{
	font-weight: bold;
}

.pers-col .first-header{
	margin-top: 0;
}

a.publLink{
	border-top-color:#DFDCCF;
	border-top-style:solid;
	border-top-width:1px;
	display:block;
	padding-left:35px;
	padding-top:15px;
}

p.publ{
	margin-bottom: 8px;
}

.linkToAllPublications{
	margin-top:10px;
	margin-left:150px;
}

 body {
 	background-color: #fff;
    color: #000;
 	font: 9pt/11pt Arial;
 }
 
 #wrapper{
 	background-image: none;
 }
 
 acronym, abbr {
    cursor: help;   
 }

 h1.pagetitle {
 	color: #E85311;
 	font-weight: normal;
 	font-style: italic;
	text-transform: uppercase;
	margin-top: 1.6em;
	line-height: 1em;
 }
 
 hr {
 	border: 0;
 	color: #52626d;
    background-color: #52626d;
    height: 1px;
 }
 
 a img { border:none; }

 /* Layer */
 #logo {
 	/*
    position: relative;
 	top: 0;
 	left: 0;
    */
 }

 #top {
 	display: none;
 }

 #nav-sub{
 	display:none;
 }
 
 /* navigation */
 #nav-top {
 	display: none;
 }

 #content-wrapper {
	padding-left:0;
	padding-bottom: 0;
 }

 #content-footer {
 	display: none;
 }
 
 #content {
 	width: 90%!important;
 	position: absolute;
 	top: 115px;
 	left: 0;
 	line-height: 16px;
 }

 #sidebar-right {
 	display: none;
 }
 
 #breadcrumb{
 	display: none;
 }
 
 #breadcrumb ul{
 	margin: 100px 0 0 73px;
 	padding: 0;
 	display:block;
 	list-style: none;
 }
 
 #address-special{
 	margin-top: 0;
 	margin-left: 0;
 	display:none;
 }
 
 #address-special dt{
 	display:none;
 }
 
 #hr-home-bottom{
 	display:none;
 }
 
 #address-special dd{
 	margin-left: 0;
 	padding-left: 0; 
 }
 
 #breadcrumb li{
 	float: left;
 	padding:0;
 	margin:0;
 }
 
 #breadcrumb li a{
	color: #000000;
	text-decoration: none;
 }
 
 /* Classes */
 .bold {
 	font-weight: bold;
 }
 
 /* accordion item */
 .listitem hr {
    color: #ccc;
    background-color: #ccc;
 }
 
 #content .listitem a.listitemtitle {
    color: #52626d; 
    outline: none; 
 }
 
 #content .listitem a.listitemtitle:hover {
    border: 0; 
 }
 
 /* News display */
 .listitemtitle {
    cursor: pointer;  
    font-size: 1em;
    font-weight: normal;
    clear: left;
    padding: 0;
    margin: 0 0 1em 0;
 }

 
 .listitemopenclose {
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    margin-right: .5em;
    margin-top: .1em;
    background: transparent url(../gfx/sprite_arrow_open_close.png) no-repeat; 
    background-position: 0 0;
 }
 

 .selected > .listitemopenclose {
    background: transparent url(../gfx/sprite_arrow_open_close.png) no-repeat; 
    background-position: -11px 0;
 } 
 
 /*
 .open {
    background: transparent url(../gfx/sprite_arrow_open_close.png) no-repeat; 
    background-position: 0 0;
 }
 
 .close {
    background: transparent url(../gfx/sprite_arrow_open_close.png) no-repeat; 
    background-position: -11px 0;
 }
 */
 span.listitemdate {
    display: block;
    float: left;
 }
 
 span.newstitle {
    display: block;
    margin-left: 90px; 
 }
 
 div.listitemcontent {
    /*display: none;*/
 }
 
 div.listitemcontent {
    padding-left: 18px;
 }
 
 hr.listitem {
    color: #ccc;
    background-color: #ccc;
 }
 
/* Competences */
span.competencetitle {
    display: block;
    margin-left: 20px; 
 }
 
div.competencecontent {
    padding-left: 18px;
 }
 


#footerfooter{
	display:none;
}

.pageBrowser{
	display:none;
}
