/* CSS Document */

/*grundlayout */

 body
 {
 	background-color: #B3E4FF;
 	}


	 

#container
{
width: 98%;
margin: 10px auto;
background-color: #FFE8A6;    /* original #FFD700; */
color: #333;
border: 1px solid gray;
line-height: 150%;
min-width:320px;
max-width:799px;


-moz-border-radius: 10px; /* Firefox */
-webkit-border-radius: 10px; /* Safari, Chrome */
-khtml-border-radius: 10px; /* Konqueror */
border-radius: 10px; /* CSS3 */


-webkit-box-shadow: 5px 5px 5px  #C0C0C0;
 -moz-box-shadow: 5px 5px 5px #C0C0C0;
 box-shadow: 5px 5px 5px  #C0C0C0;

}
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 481px)
and (max-device-width : 799px)
 {
/* Styles */

min-width:481px;
max-width:799px;
}

#top
{
padding: .5em;
background-color: #F0D077;  /*schoenbrunnergelb ##F0D077;  original #D9B800; */
border-bottom: 1px solid gray;

-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius: 10px;

-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;

}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{


/*width: 120px;*/
margin: 0;
padding: 1em;
	float: none !important;
}



#rightnav
{
float: right;
text-align: center;
/*width: 170px;*/
margin: 0;
padding: 1em;
	float: none !important;

}

#content
{
/*margin-left: 150px;*/
border-left: 1px solid gray;
/*margin-right: 200px;*/
border-right: 1px solid gray;
padding: 1em;
	float: none !important;


}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #F0D077;
border-top: 1px solid gray;

-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;

-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;

-webkit-box-shadow: 5px 5px 5px p #C0C0C0;
 -moz-box-shadow: 5px 5px 5px  #C0C0C0;
 box-shadow: 5px 5px 5px  #C0C0C0;

}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }

#content h2 { margin: 0 0 .5em 0; }


 /*schriften und absaetze und spezielles */	 
	a
	{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	}
	


	
	
body h1,#content h1, h1
   {
	font-size: 19px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; /*Georgia, serif; */ 
	}
	
body h2, #content h2, h2 {
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; /*Georgia, serif; */ 
	font-size: 17px;
	}
	
body h3, #content h3, h3 {
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; /*Georgia, serif; */ 
	font-size: 16px;
	}
	
body h4, #content h4, h4
	{
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; /*Georgia, serif; */ 
	font-size: 15px;
	}
	
body, body p, #leftnav p, #content p, #top p, p 

	{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
    }
		


img {border: 0; }

sup, p sup { font-weight: bold; font-size: smaller; }
.smaller {font-size: 11px; 
         font-family:Verdana, Arial, Helvetica, sans-serif;
        }



 /*menu aufklappbar */	 


#ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}

#nav a {
	font-weight: bold;

}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	/*padding: 0.2em 10px;*/
}

#nav li li a:hover {
    color: black;
	/*padding: 0.2em 5px;*/
	
}


li {
	/*float: left;
	position: relative;
	width: 9em;*/

	cursor: default;
	list-style: none;

	border-width: 1px 0;
}
/*

li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
  text-align: left;
	background-color: #F0D077; /* original #FFD700; *//*
	padding: 0.5em 0 1em 0;
	border: solid 1px #7d6340;
}

li > ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: #F0D077; /*original transparent*//*
	border: 0;
	list-style: none;
}

li:hover ul, li.over ul, li:hover ul.spezial, li.over ul.spezial {
	display: block;
	
}

*/
/*weitere ebene*/
.spezial
{
display: none;
	position: absolute;
	top: 100%;
	left: 0;
  text-align: left;
	background-color:  #FFD700;
	padding: 0.5em 0 1em 0;
	border: solid 1px #7d6340;

}



/* rechts quellenhinweise kleiner*/
   #rightnav a, #rightnav p, #rightnav sup, #rightnav p sup, #rightnav p a
   {
	font-size: 10px;
	font-weight: normal;
	}
	
	#rightnav a, #rightnav p, #rightnav sup, #rightnav p sup, #rightnav p a
	{
	font-size: 10px;
	font-weight: normal;
	}
	
	
	  #rightnav h4
	  {
	font-size: 12px;
	font-weight: bold;
	}
 
 /* unten quellenhinweise kleiner*/
 
 #quelle a, #quelle p, #quelle sup, #quelle p sup, #quelle p a
   {
	font-size: 10px;
	font-weight: normal;
	}
	
	#quelle a, #quelle p, #quelle sup, #quelle p sup, #quelle p a
	{
	font-size: 10px;
	font-weight: normal;
	}
	
	
	  #quelle h4
	  {
	font-size: 12px;
	font-weight: bold;
	}
	
 
 /* translate this*/
 
    #translate-this 
    {
    text-align: center;
    }

   
    #translate-this .translate-this-button 
    {
    float: none !important;
    margin: 0 auto;
    }
    
  /* abgerundete kanten*/  
    
    .rund
     {
     -moz-border-radius: 10px; /* Firefox */
-webkit-border-radius: 10px; /* Safari, Chrome */
-khtml-border-radius: 10px; /* Konqueror */
border-radius: 10px; /* CSS3 */
 }
 