/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements.  See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License.  You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/* page */

@import url("news.css");

/* body */

body {
		margin: 0px;
}

#body {
    border: none;
    padding: 1em;

}
a:hover, 
a:link, 
a:visited, 
a:active, 
a:focus {
    text-decoration: 1px;
	  color: #59b6f2;		
}

#container {
    font-family: Verdana, Arial, Sans-serif;
	  width:967px;
    margin-left: auto;
    margin-right: auto;
		font-size: 12px;
		color:#808080;
}
#leftcolumn {
    padding-top: 2px;
    margin: 0px;
    width: 218px;
		float:left;
		background-color: #e4f0fa;
}
#rightcolumn {

    margin: 0px;
		float: right;
    width: 238px;
		background-color: #ffffff;
}
.box {
	  margin-top:2px;
		padding:1em;
		background-color: #e4f0fa;
}
.box h2 {
	padding-top:0px;
	margin-top:0px;
  border-bottom: solid 1px #59b6f2;
  color: #59b6f2;		
	
}
	
#content {
    padding-left: 1em;
		padding-right: 1em;
    padding-top: 2px;
    margin: 0px;
    margin-left: 218px;
    margin-right: 238px;
}
#top {
	height: 266px;
	margin: 0px;
}

/* menu */

#menu,  {
    font-family: Verdana, Arial, Sans-serif;

    border: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-right: none;
    border-top: none;
	  float: left;
	  width: 208px;
	  margin: 0px;
    color: #000000;
    background-color: #ffffff;
}


#menu a:hover, 
#menu a:link, 
#menu a:visited, 
#menu a:active, 
#menu a:focus {
    text-decoration: none;
		color: rgb(256,256,256);
}

.menublock-1, .menublock-selected-1 {
    padding: 0px;
    /*
    border-top: solid 1px #DDBBBB;
    */
    background: #FFFFFF;

}

.menublock-1 .menublock-2 { display: none; }
.menublock-2 .menublock-3 { display: none; }
.menublock-3 .menublock-4 { display: none; }
.menublock-4 .menublock-5 { display: none; }

.menuitem-1, .menuitem-selected-1,
.menuitem-2, .menuitem-selected-2,
.menuitem-3, .menuitem-selected-3,
.menuitem-4, .menuitem-selected-4,
.menuitem-5, .menuitem-selected-5 {
  font-size: 80%;
}
  
.menuitem-1, .menuitem-selected-1 {
/*  margin: 10px 0px 0px 0px; */
  padding: 2px 5px 2px 20px;
}

.menuitem-2, .menuitem-selected-2 {
  padding: 2px 5px 2px 40px;
}

.menuitem-3, .menuitem-selected-3 {
  padding: 2px 5px 2px 60px;
}
  
.menuitem-4, .menuitem-selected-4 {
  padding: 2px 5px 2px 80px;
 }
  
.menuitem-5, .menuitem-selected-5 {
  padding: 2px 5px 2px 10px;

}
.menuitem-1,
.menuitem-2,
.menuitem-3,
.menuitem-4,
.menuitem-5 {
  background-color: #aed6f2;
	color: #ffffff;
	height:16px;
	font-size:120%;
	margin-bottom:2px;
  
/*
  color: black;
  background-color: #BB9999;
  font-weight: bold;
*/
}  
.menuitem-selected-1,
.menuitem-selected-2,
.menuitem-selected-3,
.menuitem-selected-4,
.menuitem-selected-5 {

	  background-color: #59b6f2;
		color: rgb(256,256,256);
		height:16px;
 	  font-size:120%;
	  margin-bottom:2px;

/*
  color: black;
  background-color: #BB9999;
  font-weight: bold;
*/
}
  
/* breadcrumb */

#breadcrumb {
    padding: 2px 0px 2px 10px;
		height: 16px;
    background-color: #e4f0fa;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 80%;
}

#breadcrumb a {
    text-decoration: none;
    color: #333399;
}


#search {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 100%;
    padding-top: 10px;
		padding-left: 20px;
	  float: left;
	  margin: 0px;
/*    float: right; 
    position:relative;
   top:-20px */
}

input.searchfield {
    font-size: 100%;
    background-color: #ffffff;
}

input.searchimage {
    display: block;
    background-color: #ffffff;
		
}

input.searchsubmit {
    font-size: 100%;
    color: #333399;
    background-color: #59b6e7;
}

input.searchsubmit:hover {
    background-color: #ffffff;
}
#login {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 100%;
    padding-top: 10px;
		padding-left: 20px;
	  float: left;
	  margin: 0px;
/*    float: right; 
    position:relative;
   top:-20px */
}

input.loginfield {
    font-size: 100%;
    background-color: #ffffff;
}

input.loginimage {
    display: block;
    background-color: #ffffff;
		
}

/*
#search a {
    text-decoration: none;
    color: #333399;
}
*/



input.rightcolumnsubmit {
    font-size: 80%;
    color: #333399;
    background-color: #ddddff;
    border: 1px solid #666666;
}

#footer {
    border: none;
    border-top: 1px solid #666666;
    padding: 0em 1em;
    margin-left: 10px;
    font-style: italic;
    color: #000000;
}

#mitteunten {
    border: none;
    padding: 2px 2em 0 2em;
		font-size: 80%;
		height: 16px;
    margin-left: 0px;
		background-color: #e4f0fa;
		background-repeat: no-repeat;
    color: #000000;
}

#main {
    width: 100%;
		margin:0;
}
h1 {
    font-size: 170%;
    color: #a0a0a0;
}

h2 {
    font-size: 120%;
	  color: #59b6f2;		
    border-bottom: solid 1px #BB9999;
    margin-top: 10px;
}

h3 { font-size: 100%; }
p { font-size: 100%; }

/*Blocksatz und Rechtsbündig*/
p.block { font-size: 100%;
           text-align:justify;
                              }

p.rechts { font-size: 100%;
           text-align:right;
                              }
.kastenrechts {
             float: right;
             margin: 0;
             padding-top: 0;
             padding-right: 0;
             padding-left: 1.em;
             padding: 1.em:
}

.kastenlinks {
             float: left;
             margin: 0;
             padding-top: 0;
             padding-left: 0;
             padding-right: 1.em;
             padding: 1.em:
}

li { font-size: 100%; }

.crossheading { font-weight: bold; font-size: 110%; }

table.simple {
    border-collapse: collapse;
/*
    background-color: #909090;
    border-color: #909090;
*/
    width: auto;
}
table.ornate {border-collapse:collapse;}
table.ornate td{ 
    font-size: 100%;
    padding: 3px;
    border: solid 1px #999;
    }

table.ornate_mR_z {margin-left:auto; margin-right:auto;border-collapse:collapse;}
table.ornate_mR_z td{
     font-size: 100%;
    padding: 3px;
    border: solid 1px #999; 
    }
    
table.ornate_mR_v {border-collapse:collapse; width:100%}
table.ornate_mR_v td{
     font-size: 100%;
     padding: 3px;
     border: solid 1px #999;
     }

table.ornate_oR_l td{     
    font-size: 100%;
    padding: 3px; 
    }


table.ornate_oR_z {margin: auto auto ;}
table.ornate_oR_z td{ 

     font-size: 100%;
     padding: 3px;
    }
    
table.ornate_oR_v { width:100%}
table.ornate_oR_v td{
     font-size: 100%;
     padding: 3px;
     }    

div#body td {
    font-size: small;
}

td.simple {
    font-size: 80%;
    padding: 3px;
    background-color: White;
    border: solid 1px Navy;
    vertical-align: top;
}
td.hintergrund1 {
    background-color: #82A6B2 
}
td.hintergrund2 {
    background-color: #A8C4CA;
}
td.hintergrund3 {
    background-color: #C7D8DB;
}

th.vertical {
  font-size: small;
  font-weight: normal;
  text-align: right;
  padding-right: 1em;
  color: #666666;
}
  
img.simple {
}

.media {
    text-align: center;
    padding: 10px;
}

.caption {
    padding: 5px;
    text-align: center;
    font-style: italic;
    font-size: 80%;
}

.abstract {
    font-weight: bold;
}


.asset { 
    display: block;
    color: #000;
    margin: 10px 10px 10px 5px;
    font-size: small;
}

.asset img {
    vertical-align: middle;
}

div.search-box {
	border: solid 1px #CCCCCC;
	width: auto;
	max-width: 100%;
	font-size: small;
	margin-bottom: 10px;
}

div.search-box-title {
    background-color: #DDDCCF;
	border-bottom: solid 1px #CCCCCC;
	color: Black;
	font-weight: bold;
	padding: 3px 10px;
}

div.search-box-body {
    padding: 10px;
    background-color: #F5F4E9;
	color: Black;
}

table.search-table {
	color: Black;
	background-color: White;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.search-table-noborder {
	border: 0px;
	border-spacing: 0px;
}

table.search-table th {
    background-color: #DDDCCF;
	border: solid 1px #CCCCCC;
	color: Black;
	font-weight: bold;
	padding: 3px 10px;
	text-align: left;
	font-size: small;
}

table.search-table td {
    background-color: #F5F4E9;
	border: solid 1px #CCCCCC;
	padding: 3px 10px;
	font-size: small;
	color: Black;
}

table.search-table-noborder td {
	border: 0px;
	padding: 3px 10px;
	font-size: small;
}

table.search-table-noborder-nopadding td {
	border: 0px;
	padding: 0px;
	font-size: small;
}

table.search-table-noborder-nopadding th {
	font-size: small;
}

/* Broken Internal Links in Authoring area */
a.brokenlink {
    background-color: yellow;
    border: 1px dashed #000000;
    text-decoration: none;
}

/* Search Results */
.search-results-form {
    margin-bottom: 20px; }

ul.search-results {
    list-style-type: none;
    margin: 0;
    padding: 0;
} 

ul.search-results li {
    padding: 0.50em 0;
}

ul.images li {
    float: left;
    padding: 0 10px 10px 0;
    text-align: center;
}

ul.images img {
    border: solid 1px blue;
}

ul.images div.imageTitle {
}

.search-result-score {
    font-size: 90%;
    font-weight: normal;
}

.search-result-rank {
    float: left; 
}

.search-result-title {
    margin: 0 0 0 30px;
    padding: 0;
    font-weight: bold;
}

.search-result-description {
    margin-left: 30px;
    color: #999999;
}
