/* 
to ensure compatibility with later OPUS 4 releases we recommend to insert custom layout changes here
*/

#TitleMain_1 {
width: 600px !important;
}

#TitleSub_1 {
width: 600px !important;
}

.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.4;
			opacity:.40;
			filter: alpha(opacity=40);
}
.white_content {
			display: none;
			position: absolute;
			top: 285px;
			left: 325px;
			width: 630px;
			height: 270px;
			padding: 16px;
			border: 5px solid orange;
			background-color: white;
			z-index:1002;
			overflow: auto;
}

.oas_close {
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: -26px;
	margin-left: 560px;
}

.oas_headline {
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-left: 15px;
}
.oas_headline span {
	font-size: 10px;
}


body {
	background: #ffffff;
	font-family: "Arial Unicode MS", Arial, Sans-Serif;
  color:#392529;
}

#content {
	min-height: 500px; 
}

#content.home{
	background: transparent;
}

#content.home h2 {
    background-color: transparent;
    border: medium none;
    padding: 40px 0 0;
}

a
{
  color: #575250;
}

a:hover
{
  color: #575250;
  background-color: #ffd200;
}

.intro
{
  color: #000000;
  background-color: transparent;
  line-height: 1.6em;
  float: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
}

.opus.publish fieldset{
	position: relative;
	border: 1px solid #ffd200;
	border-radius: 10px;
	min-height: 8em;
	background: #ffffff;
	margin: 1em 0 1em;
}

.simple-search{
	background-color:#ffd200;
    padding:1em 1.5em;
    margin-top:.5em;
    margin-left: 150px;
    border-top:#ffd200 2px solid;
	border-radius:10px;
	width: 550px;
	height:60px;
	text-align:left;	
}

.solrsearch #form-wrapper,
.solrsearch #form-search,
.solrsearch_advanced .form-wrapper,
.solrsearch_invalidsearchterm .form-wrapper,
.solrsearch_search .form-wrapper{
	background-color: transparent;
	margin: 0;
	padding: 15px 225px;
}
.opus.solrsearch #form-search{
	padding: 5px 25px;
}

.services,
.facet{
	background: transparent;
}

#services h3,
.facet h4{
	padding: 0;
	border: 0px;
	border-width: 0 0 4px;
	display: inline-block;
}

#facets {
  width: 220px;
  float: left;
  border:1px solid #ffd200;border-radius:10px;
}

.facet h4{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 0.5em;
	padding-left: 18px;
	background: url(../img/theme/icon-filter-small-blue.gif) no-repeat 0 50%;
}

#facets h3,
#titlemain-wrapper,
.breadcrumb_results{
	background-color: transparent;
	border: 0px;
	margin: 0;
	font-weight: normal;
	color: #333;
	text-transform: none;
}

.opus h2
{
  color: #000000;
  background-color: transparent;
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  font-weight: normal;
  font-size: 1.7em;
}

#logo{
	height: 111px;
	width: 298px;
	padding: 0 10px 0 0;
	background: transparent;
}

/*.wrapper li:hover a.rss {
    float: right;
    padding-right: 0;  
    background: transparent;  
}*/

#logo a { 
    height: 111px; 
	width: 298px; 
	background: transparent url(../img/logo/SerWisS_Logo.png) no-repeat; 
}

/*#logo a:hover{
	vertical-align: bottom;
	background: transparent; 
}*/

#top-header{
	background: #575250;
	color: #FFD200;
	height: 33px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
	float: left;
	width: 100%;
}

#top-header a{
	color: #FFD200;
	background-color: transparent;
	text-decoration: none;
}

#header{
	height: 120px;
	background: #575250;
	padding: 1px 0 0;
	float: left;
	width: 100%;
}

#primary-nav{
	float: right;
	height: 89px;
}
#primary-nav *{
	float: left;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #FFD200;
	background-color: transparent;
}
#primary-nav a{
	height: 89px;
	padding: 0 23px 0 15px;
}
#primary-nav .active a,
#primary-nav a:hover{
	background: transparent;
}
#primary-nav .active *{
	color: #FFD200;
}

#primary-nav .hover *{
	color: #FFD200;
	text-decoration: underline;
}

#primary-nav span{
	padding: 58px 0 0;
	height: 31px;
}
#primary-nav a span{
	cursor: pointer;
}
#primary-nav .icon span{
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#primary-nav .icon.active span{
	background-position: 50% -90px;
}
#primary-nav-search span{
	background: transparent;
}
#primary-nav-browsing span{
	background: transparent;
}
#primary-nav-publish span{
	background: transparent;
}

.opus fieldset .form-files{
	width: 100%;
	margin-left: 610px;
	margin-top: -70px;
	color: #575250;
}

#search_options{
	margin-bottom: 20px;
	padding: 5px;
  border:1px solid #ffd200;
  border-radius: 10px;
}
.breadcrumb_results{
	margin-top: 10px;
	padding-right: 10px;
	border:1px solid #ffd200;
  border-radius:10px;
}
#search_results {
  float: left;
  width: 100%;
  border:1px solid #ffd200;
  border-radius:10px;
  padding-left: 10px;
  box-sizing: inherit;
}
.result_box {
    background: #ffffff no-repeat 24px 4px;
	border-top: 1px solid #ffd200;
    margin-bottom: 0.3em;
    min-height: 29px;
}

.result_box .results_title,
.result_box .results_author {
    background-color: white;
	padding: 4px 8px 0 41px;
}
.result_box a.abstract-toggle {
    display: block;
    text-align: center;
    margin: 0 auto;
    color: black;
    height: 10px;
    width: 100%;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
}
.result_box dt{
	background: transparent no-repeat 24px 4px;
	padding: 4px 8px 0 41px;
}

dl.result_box {
    border-top: 1px solid #ffd200;
}

.opus legend{
	color: #000000;
}

#section-help{
	border: 1px solid #ffd200;
	border-radius: 10px;
}

.section.answers dl{
	padding-left: 10px;
	border: 1px solid #ffd200;
	border-radius: 10px;
}

.nav.browsing{
	border: 1px solid #ffd200;
	border-radius: 10px;
	}

.nav.browsing li:hover{
	background: url(../img/theme/list-arrow.gif) no-repeat 10px 1em;
	background-color: #ffffff;
}
.nav.browsing li:hover a{
	color: #575250;
  background-color: #ffd200;
  text-decoration: underline;
}

#page-footer{
	float: right;
	clear: both;
	height: 60px;
	width: 100%;
	background: transparent;
}

#logo-wrapper{
	float: left;
	height: 40px;
	text-align: left;
	margin: 0 0 1em
}

#page-footer .wrapper a{
	color: #575250;
}
#page-footer .wrapper a:hover{
	text-decoration: underline;
	background-color: #ffffff;
}

#secondary-nav li{
	float: right;
	padding: 3px 11px 5px;
	background: url(../img/theme/footer-separator.jpg) no-repeat right center;
}

#seriesinfobox {
    padding-left: 420px;    
    font-size: larger;
    color: #575250;    
}
.wrapper li:hover a.rss {
    float: right;
    padding-right: 0;  
    background: transparent;  
}

div > .form-button{
	background: #575250 url(../img/theme/bg_button.gif) repeat-x center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #575250;
	color: white;
	padding: 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.form-submit-wrapper{
	background: #575250 url(../img/theme/bg_button_l.gif) no-repeat left center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: white;
	padding: 0;
}
.form-submit{
	background: transparent url(../img/theme/bg_button_r.gif) no-repeat right center;
  -moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: white;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}
.solrsearch_advanced .form-submit,
.solrsearch_search .form-submit{
	background: #575250 url(../img/theme/bg_button_l.gif) no-repeat left center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: white;
	padding: 0;
}


#fieldset-search .form-submit-wrapper{
	background: #575250 url(../img/theme/bg_button_l.gif) no-repeat left center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: white;
	padding: 0;
}
#fieldset-search .form-submit{
	background: #575250 url(../img/theme/bg_button_r.gif) no-repeat left center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: white;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;}

.form-submit:hover,
#fieldset-search .form-submit:hover{
	color: #ffffff;
}