/* DATEI: common.css */

@charset "utf-8";

*   { font-family:DejaVu sans,Arial,Helvetica,sans-serif; }
pre { font-family:Courier New,Courier,monospace; }

h1 { font-size:1.6em; font-weight: normal; }
h2 { font-size:1.4em; font-weight: normal; }
h3 { font-size:1.2em; font-weight: normal; }

p  { font-size:1em; }


h5#sponsoren { background-color: white;
	padding: 2px 2px 2px;
	font-variant: small-caps;
	font-size:125%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #8DB6CD;
}

h2#emph { color: 
	font-weight: bold;
 color: #FF2400;
}

p#sponsoren { background-color: white;
	text-align: center;
	border: 1px solid #8DB6CD;
	padding: 1px;
}

p#sponsoren img#bild3 {
	vertical-align: middle;
	margin: 10px;
 }
		

:lang(de) { quotes: "\201E" "\201C"; }

q:before  { content:open-quote; }
q:after   { content:close-quote; }
a:link    { color:rgb(107,0,148); font-weight: bold; text-decoration: none; }
a:visited { color:maroon; font-weight: bold; text-decoration: none; }

ol#Navigation {
	position: absolute;
    width: 140px;
    margin: 0;
    padding: 1px;
    font-size: 1.0em;
	background: none;
  }

ol#Navigation a {
    display: block;
    padding: 0px;
    text-decoration: none;
    background-color: #D1EEEE;
    color: rgb(107,0,148);
    text-align: center;
    font-size: 1.0em;
    margin: 2px;
    	-moz-border-radius-bottomleft: 10px;
		-khtml-border-radius-bottomleft: 10x;
		/*-moz-border-radius-topleft: 8px;
		-khtml-border-radius-topleft: 8px;*/
}
ol#Navigation a:active {
    color: rgb(107,0,148);
    background-color: #87CEFA;
}    
  
ol#Navigation a:visited {
    color: maroon;
}
  
ol#Navigation a:hover {
    border-right: 3px solid #68228B;
}
  

img#bild1 {	
/*	padding: 4px;
	background-color: rgb(255,255,0);
	border: 2px solid rgb(107,0,148); */
	width: 1000px;
   height: 212px;
 }
 
/*
 img#bild2 {
	padding: 0.1em;
	margin-left: 1em;
	margin-bottom: 0.5em;
	background-color: rgb(107,0,148);
	border: 1px solid rgb(25,138,138);
	float: right;
 }
 
 img#bild4 {
 height: 1.2em;
 }
 
 img#bild5 {
 width: 150px;
 }
  */
 
p#box {
 border: 2px solid rgb(71,184,184);
 /*background-color: white;*/
 background: none;
 margin: 1px;
 margin-top: 1px;
 padding: 1px;
 }   
   
div#Inhalt {
  margin-left: 150px;
  /* padding: 2em 4em 2em; */
  min-width: 30em; 
  max-width:830px;
  padding-left:16px;
  -moz-border-radius-bottomleft: 100px;
  -khtml-border-radius-bottomleft: 100px;
  -moz-border-radius-bottomright: 25px;
  -khtml-border-radius-bottomright: 25px;
 }
  
 div#Inhalt li#Aufz1 {
	text-align: left;
	font-size: 1.0em;
	line-height: 1.8em;
	list-style: none;
	min-width: 16em;
	margin-left: 8.5em;
	text-indent: -10em;
	}  
	
div#Inhalt li#Aufz2 {
	text-align: left;
	font-size: 1em;
	line-height: 1.8em;
	list-style: square;
	min-width: 16em;
	} 

div#Inhalt li#Aufz3 {
	text-align: left;
	font-size: 1em;
	line-height: 1.6em;
	list-style: none;
	min-width: 16em;
	} 

div#Inhalt p#anfang {
  text-align: justify;
 }
 
 div#Inhalt p#indent {
  text-align: justify;
  text-indent:1em;
 }
 
 div#Inhalt h1 {
/* text-align: center; */
 min-width: 16em;
 /* margin-right: 6em; */
 }
 
 div#Inhalt h2 {
 text-align: left;
 }
  
 div#Inhalt h3 {
 /* text-align: center; */
 font-weight: bold;
 color: #FF6600;
 margin-left:10em;
 margin-right:10em;
 /*border: 1px solid rgb(71,184,184);
 background-color: white;
 padding:0.2em;*/
 }
 
  body { 
    min-width: 30em; /* Mindestbreite (der Navigation) verhindert Anzeigefehler in modernen Browsern */  
  }
  

  
