/**
 * 1.1.0        2025-12-29  VZ
 *              - ovid125.svg durch ovid-logo.svg ersetzt in #header
 * 1.0.0        2025-01-04  Gerhard Loosch
 *              - logoOVID.gif durch ovid125.svg ersetzt in #header
 *              - Versionierung eingefuehrt
 */

/* Grundelemente */
html {
	height: 100%;
}

body { 
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans serif;
	color: #699419;
	background-color: #fff;
	margin: 0px;
	height: 100%;
}

p { 
	margin-top: 0px; 
	text-align: left;
}

a:link, a:visited, a:active { 
	font-weight: normal; 
	text-decoration: none; 
	color: #699419;
}
a:hover, a:focus { 
	text-decoration: underline;
}

img {
    margin: 0px 10px 5px 0px;
    float: left;
}


div.bild {

}

div.bild img {
	border: none;
}

.noborder {
	border: none;
}

.hidden {
    display: inline;
    left: -999px;
    top: -999px;
    font-size: 0px;
    height: 0px;
    line-height:0px;
    margin:0px;
    overflow:hidden;
    position:absolute;
}

h1 {
	font-size: 16px;
	color: #699419;
	margin-top: 4px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	color: #699419;
	font-weight: normal;
	text-transform: uppercase;
}

/* Der Container umfasst den Gesamten Inhalt der Site */
#container {
    margin: 0px auto 0px auto;
    padding: 0;
    width: 896px;
}

#header {
    padding: 0;
    width: 896px;
    height: 152px;
	background: url(/static/img/ovid-logo.svg) no-repeat scroll top left;
    background-size: 207px 77px;
	background-position: 0px 45px;
}

#header .homelink {
	width: 100%;
	height: 100%;
	display: block;
}


/**
 * NAVI
 */    
#navi {
    border-top: 1px solid #FDC512;
	float: left;
	width: 217px;
	margin: 0px 0px 0px 32px;
	padding: 0px;
	width: 176px;
}


#navi ul {
	margin: 0 0 0px 0;
	padding: 0;
}

#navi li {
    list-style-type: none;
}

#navi li a, #navi li span{
    display: block;
    padding: 6px;
    padding-left: 0px;
	font-weight: normal;
	color: #699419;
	text-transform: uppercase;
	background-color: #fff;
	border-bottom: 1px solid #FDC512;
}

#navi li a:hover, #navi li a:focus {
	color: #FDC512;
    background-color: #fff;
    text-decoration: none;
}

#navi li a.active,
#navi li span.active {
    color: #FDC512;
    text-decoration: none;
    font-weight: bold;
}

#navi ul ul a.active,
#navi ul ul span.active {
    color: #FDC512;
    background-color: #fff;
    text-decoration: none;
	padding-left: 20px;
	font-weight: bold;
}

/* Zweite Ebene */
#navi ul li ul {
    border: none;
}

#navi ul ul li a, #navi ul li ul li span {
    color: #699419;
    padding-left: 15px;
    background-position: 10px 11px;
}

#navi ul ul li a:hover, #navi ul ul li a:focus {
    color: #FDC512;
    padding-left: 15px;
    text-decoration: none;
    background-position: 10px 11px;
}

#navi ul ul li a.active,
#navi ul ul li span.active {
    color: #FDC512;
    text-decoration: none;
	padding-left: 15px;
    background-position: 10px 11px;
    font-weight: bold;
}


/* Dritte Ebene */
#navi ul li ul li ul {
    border: none;
}

#navi ul ul li ul li a, #navi ul li ul li ul li span {
    color: #699419;
    padding-left: 30px;
    background-color: #fff;
    background-position: 20px 11px;
}

#navi ul ul ul li a:hover, #navi ul ul ul li a:focus {
    color: #FDC512;
    padding-left: 30px;
    text-decoration: none;
    background-position: 20px 11px;
}

#navi ul ul ul li a.active,
#navi ul ul ul li span.active {
	color: #FDC512;
	padding-left: 30px;
	text-decoration: none;
	background-position: 20px 11px;
	font-weight: bold;
}

#navi div.onlyTree {
    display: block;
    padding: 6px;
    border-top: 1px solid #ccc;
	font-weight: normal;
	color: #777777;	
}

#navi ul li div.onlyTree {
    padding-left: 10px;
}
#navi ul li ul li div.onlyTree {
    padding-left: 40px;
}
#navi ul li ul li ul li div.onlyTree {
    padding-left: 60px;
}

/**
 * TEASER bzw. Infobereich
 */        
#teaser {
    margin: -10px 10px 0px 0px;
    float: right;
    width: 200px;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
}

#teaser div {
    padding: 0px 0px;
	
	color: #414141;
}

#teaser div a.mehr {
	font-weight:     normal; 
	text-decoration: none; 
	color:           #990000;
	display: block;
}

#teaser div a.mehr:hover, a.mehr:active, a.mehr:focus {
	font-weight:     normal; 
	text-decoration: underline; 
	color:           #990000;
}

#teaser div h3 { 
	font-size: 100%;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	background: url(/static/img/bg_navi.gif) repeat top left ;
}

#teaser div h3 a.mehr { 
	text-decoration: none; 
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	margin: 0px 0px;
}

#teaser div h3 a.mehr:hover, div h3 a.mehr:active, div h3 a.mehr:focus { 
	text-decoration: none; 
	color:           #fff;
}

#teaser img {
	float: left;
	border: 0;
}

/**
 * CONTENT
 */    
#content {
    margin: 0 20px 10px 237px; /* Abstand zu den aeusseren Raendern! Nicht zur Navi und Teaser */
    border-top: 1px solid #FDC512;
}

/* Div zum fixen des Floating bugs
 * muss floaten und so breit sein wie der Inhaltsbereich */
#content-cleaner {
    float: left;
    width: 624px;
    padding: 0px;
}

#content img {
    border: none;
}


/**
 * FOOTER
 */    
#footer {
    margin-top: 0px;
    height: 20px;
    width: 894px;
    clear: both;
	text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #699419;
    font-weight: normal;
}

#footer a {
    margin-left: 3px;
	text-decoration: none;
    color: #FDC512;
    font-style: italic;
}

#banner {
	margin: 20px auto;
	width: 88px;
	height: 31px;
	background-image: url(/static/img/contentblue_banner.gif);
}
	
.neu  {
	background: url(/static/img/neu.gif) no-repeat top left;
	float: right;
	width: 24px;
	height: 13px;
}

.save  {
	float: right;
	width: 17px;
	height: 17px;
	margin-left: 10px;
}

/**
 * Liste
 */  
 
table.archivliste {
    width: 624px;
    padding: 0px;
    border-bottom: 1px solid #FDC512;
}

table.archivliste tr td.dashed {
    border-top-style:dashed;
    color: #FDC512;
}

table.archivliste tr td.dashed div a {
    color: #FDC512;
}

table.archivliste tr td.links {
    width: 150px;
}

table.archivliste tr td.rechts {
}


table.archivliste tr td, 
table.archivliste tr td.links,
table.archivliste tr td.rechts {
    border-top: 1px solid #FDC512;
    padding-top: 10px; 
    padding-bottom: 10px;
    vertical-align: top;
}


/**
 * Blaettern Funktion
 */  
 
.pagination {
	font-size: 80%;
	margin: 2px 0;
	float: right;
}

.pagination span.disabled {
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}

.pagination a,
.pagination span {
	border: 1px solid #aaa;
	color: #555555;
	display: inline-block;
	margin: 2px;
	padding: 2px 5px;
	text-decoration: none;
}

.pagination a:hover {
	border: 1px solid #699419;
	color: #555555;
	display: inline-block;
	margin: 2px;
	padding: 2px 5px;
	text-decoration: none;
}

.pagination span.current {
	background-color: #699419;
	border: 1px solid #699419;
	color: #fff;
	font-weight: bold;
}

/**
 * Suchseite
 */  

form.search input,
form.search select {
    border: 1px solid #CFCFCF;
}

form.search input.submit {
    border: 1px solid #747474;
    background-color: #FFFFFF;
}

table.filter {
    width: 560px;
    border-bottom: 5px solid #CFCFCF;
    margin: 5px 0 10px 0;
}

table.filter td {
    border-top: 1px solid #CFCFCF;
    color: #414141;
}

table.filter td.label {
    width: 200px;
    height: 30px;
}

table.filter td.input {
    width: 310px;
    height: 30px;
    text-align: right;
}

table.filter td.input input {
    width: 280px;
}

table.filter td.input select {
    width: 280px;
}

table.filter td.input input.dateField {
    width: 100px;
}

table.filter td.input input.checknradio {
    width: 10px;
    border: none;
}

form.search select option.firstLevel {
    padding-left: 0px;
} 

form.search select option.secondLevel {
    padding-left: 15px;
} 

form.search select option.thirthLevel {
    padding-left: 30px;
} 


/* commBLUE Logout Form */

.readonly {
    background-color: #ECECEC;
    color: #716F64;
}

dl.zend_form {
	width: 400px;
	margin-top: -15px;
}

dl.zend_form dt {
	float: left;
	margin: 5px 5px;
	clear: both;
	width: 150px;
}

dl.zend_form dd {
	float: left;
	margin: 5px 5px;
	width: 220px;
}

dl.zend_form dd input {
	width: 200px;
}

dl.zend_form dd input#forgetMe {
	width: 15px;
}

dl.zend_form dd input#logout {
	background-color:#FFFFFF;
	border:1px solid #747474;
	cursor: pointer;
}


/**
 * UserProfileEditor Styles
 */  
 
#userProfileEditForm {
	width: 460px;
	margin-bottom: 20px;
}

#userProfileEditForm div {
	clear: both;
}

#userProfileEditForm label.label {
	float: left;
	width: 150px;
}
	
#userProfileEditForm .standard-input {
	float: left;
	width: 300px;
	margin-bottom: 4px;
}

#userProfileEditForm select.standard-input {
	width: 304px;
}

#userProfileEditForm .submit-button {
	float: left;
	margin-left: 150px;
}

#userProfileEditForm ul.errors {
	margin: 0 0 15px 150px;
	padding: 0;
	color: #FF0000;
	list-style-type: none;
	font-size: 0.85em;
	font-weight: bold;
}

div#userProfileEditor p.message {
	font-weight: bold;
}


/**
 * End UserProfileEditor Styles
 */  
 



/**
 * ForgotPassword Styles
 */  
 
#forgotPassword {
	width: 460px;
	margin-bottom: 20px;
}

#forgotPassword div {
	clear: both;
}

#forgotPassword label.label {
	float: left;
	width: 150px;
}
	
#forgotPassword .standard-input {
	float: left;
	width: 300px;
	margin-bottom: 4px;
}

#forgotPassword select.standard-input {
	width: 304px;
}

#forgotPassword .submit-button {
	float: left;
	margin-left: 150px;
}

#forgotPassword ul.errors {
	margin: 0 0 15px 150px;
	padding: 0;
	color: #FF0000;
	list-style-type: none;
	font-size: 0.85em;
	font-weight: bold;
}

div#forgotPassword p.message {
	font-weight: bold;
}


/**
 * End ForgotPassword Styles
 */  
 


/*----------Button Style-----------*/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: url(/static/img/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: url(/static/img/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #414141;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
