/*
* 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
	{
		color:#006600;	
		font-size: 100%;
    		font-family: arial, helvetica, sans-serif;
		
		border: none;
		
						
		text-align: left;
		background-color: #FFF799;
		
	}
	
	#centeredDiv{margin: 0px auto;text-align:left;width:1000px}
	
	#header
	{
		height: 140 px;		
		background-color: #FFF799;
	}
	
	
	
	#line
	{
		
		width:100%;
		top:180px;
		height: 5px;
		background-color: #FFCC33;

	}
	
	#menu
	{
		float: left; 
		width: 220px;		
		
	}
	
	#menucontainer{
		padding:10px ;
		
	}
	#content	
	{
		position:relative;
		float: left; 		
		width:700px;
		padding:1em;
		
	}
	
	#content a 
	{
		color: green;
		font-style:italic;    
	}
	
	#footer	
	{
		clear: both;		
		  border: none;
  /*  border-top: 1px solid #BBBB99;*/
    padding: 0em 1em;
    margin-left: 10px;
    font-style: italic;
    color: Maroon;
	} 





/* menu */

#menu{
    font-family: arial, helvetica, sans-serif;    
   /* border: solid 1px #BB9999;*/   
    color:  #F4B806;
    
    
  /*#FFCC33;*/
}





#menu a {
    text-decoration: none;
    color: Green;
    
}



#menu a:hover {
    text-decoration: underline;
}


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

.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-2,
.menuitem-3, .menuitem-selected-3,
.menuitem-4, .menuitem-selected-4,
.menuitem-5, .menuitem-selected-5 {
  font-size: small;
}

.menuitem-selected-1, .menuitem-selected-2{
 font-size: 14px;
	font-family: arial, helvetica, sans-serif;
}
  
.menuitem-1, .menuitem-selected-1 {
font-size: bold;  
margin: 10px 0px 0px 0px;
  padding: 2px 5px 2px 30px;
 /* background: url('../images/bullet.png') 16px .4em no-repeat;*/
}

.menuitem-2, .menuitem-selected-2 {
  padding: 2px 5px 2px 50px;
 /* background: url('../images/bullet.png') 36px .4em no-repeat;*/
}

.menuitem-3, .menuitem-selected-3 {
  padding: 2px 5px 2px 70px;
  background: url('../images/bullet.png') 56px .4em no-repeat;
}
  
.menuitem-4, .menuitem-selected-4 {
  padding: 2px 5px 2px 90px;
  background: url('../images/bullet.png') 76px .4em no-repeat;
}
  
.menuitem-5, .menuitem-selected-5 {
  padding: 2px 5px 2px 110px;
  background: url('../images/bullet.png') 96px .4em no-repeat;
}
  

.menuitem-selected-1,
.menuitem-selected-2,
.menuitem-selected-3,
.menuitem-selected-4,
.menuitem-selected-5 {
  background-color:#FFF799; /*#FFEEEE;*/

}
  


.pictureRight{
	margin-bottom:40px;
margin-left:40px;
margin-top:-60px;	
float: right;
}



.strong{
font-weight: bolder;
	
}
.aktuelles{
	border-bottom: 1px dashed green;display:block;
	padding-bottom: 10px;
}

h1 { font-size: large; }
h2 { font-size: medium; }
h3 { font-size: small; }
p { font-size: small; }
li { font-size: small; }

.crossheading { font-weight: bold; font-size: medium; }

table.simple {
    border-collapse: collapse;

    width: auto;
}

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

td.simple {
    font-size: small;
    padding: 3px;
    background-color: White;
    border: solid 1px Navy;
    vertical-align: top;
}

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



#project-logo {
    padding: 10px 20px 20px 20px;
    text-align: left;
}

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





h1 {
    font-size: 95%;
    color: green;
}

h2 {
    font-size: medium;
    color: Maroon;
    border-bottom: solid 1px #BB9999;
    margin-top: 30px;
}

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

.asset img {
    vertical-align: middle;
}






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



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

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

ul.images div.imageTitle {
}


