body {
    background-image: url(../img/bg/bgblau2.png);
    background-repeat: repeat-y;
    background-color: #0e628c;
    font-size: 100.01%;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0.2em 0;
    text-align: center;
}

* html div#Inhalt {
    height: 1em;
    margin-bottom: 0;
}

div {
    margin: 0;
    padding: 0;
}
/* ----------------------------------- */
/* -------------- Seite --------------------- */
/* ----------------------------------- */
div#Seite {
    text-align: justify;
    
    margin: 0 auto;
    
    width: 980px;
    padding: 0;
}

h1, h2, h3 {
    font-weight: 800;
   
    text-decoration: none;
}

h1, h2, h4, h5, h6 { 
    text-align: center;
    color: #036;
    margin: 1.0em auto 0.5em auto;
  
}

h1, h2 {
    font-size: 1.0em;
    line-height: 1.8em;
}

h3 {
    text-align: left;
    font-size: 0.9em;
    margin: 1.0em 2.0em 0.1em 1.8em;
    color: #000;
}

h4 {
    text-align: left;
    font-size: 0.9em;
    line-height: 2em;
    margin: 0em 2.0em 0.1em 2.0em;
    color: #000;
}

p {
    text-align: justify;
    font-size: 0.8em;
  
    margin: 0em 2.0em;
    line-height: 1.4em;
    padding: 0.4em 0em;
}

.small {
    font-size: 0.7em;
}

.right {
  
    text-align: right;
    line-height: 0.9em;
}

.right_2 {
   
    text-align: right;
    line-height: 1.8em;
}

.left {
    text-align: left;
    line-height: 1.8em;
 
}

.bg {
    background-color: #cff;
    padding: 0 0.5em;
}

.emph {
    font-weight: 800;
}

.center {
    text-align: center;
}
/* ----------------------------------- */
/* ---------------- Ende Seite ---------------- */
/* ----------------------------------- */
div#navmain {
  
    background-image: url(../img/bg/kopf5.png);
    background-repeat: repeat-y;
}

 
/* ----------------------------------- */
/* --------------- id nav ----------------- */

#nav {
   
    float: right;
    width: 100%;
    font-size: 0.85em;
}

ul#nav { 
    padding: 0em;
}

#nav li {
    float: right;
    width: auto;
    font-weight: 400;
    list-style: none;
    margin: 0;
    padding: 0.4em 0.5em;
}

#nav a:link {
    color: #fd3;
    text-decoration: none;
}

#nav a:visited {
    color: #fd3;
    text-decoration: none;
}

#nav a:hover {
    color: #fe0;
    text-decoration: underline;
}

#nav a:active {
    color: #fd3;
    text-decoration: none;
}

#nav a:focus {
    color: #fd3;
    text-decoration: none;
}
/* --------------- Ende id nav ----------------- */
/* ----------------------------------- */
/* --------------- id headline----------------- */
/* ----------------------------------- */
div#headline {
    
    background-image: url(../img/bg/kopf5.png);
    background-repeat: repeat-y;
   
    float: left;
    width: 100%;
    
    color: #0ff;
    letter-spacing: 0.05em;
}

#headline ul {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.85em;
    margin: 0 1em;
    padding: 0px;
}

#headline li {
    float: left;
  
    font-weight: 400;
    list-style: none;
    margin: 0;
    padding: 0.2em 1.6em 0.2em 1.6em;
   
}

#headline a:link {
    color: #fd3;
    text-decoration: none;
}

#headline a:visited {
    color: #fc0;
    text-decoration: none;
}

#headline a:hover {
    color: #fe0;
    text-decoration: underline;
}

#headline a:active {
    color: #fd3;
    text-decoration: none;
}

#headline a:focus {
    color: #fd3;
    text-decoration: none;
}

#headline hr {
    color: #bbb;
    background-color: #bbb;
   
    margin: 0px 1px;
    width: 978px;
    height: 1px;
    border: 0px;
}

.box {
    width: 420px;
    text-align: right; 
}

div#headline .box {
  
    border-bottom: 2px solid #006;
    
}

div#headline table {
    font-variant: small-caps;
    font-weight: 800;
    font-family: "Microsoft Sans Serif","Lucida Sans", Arial, Helvetica, sans-serif;
   
    width: 100%;
   
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

div#headline tr {
    padding: 0px;
}

div#headline td.hl_left {
    
    padding: 30px 0px 0px 0px;
    text-align: center;
    font-size: 2.1em;
    width: 40%;
    vertical-align: top;
    letter-spacing: 0.15em;
}

div#headline td.hl_middle {
    font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    padding: 51px 25px 0px 0px;
  
    vertical-align: top;
}

div#headline td.hl_right {
    font-size: 1.1em;
    padding: 0px 15px 0px 0px;
    float: right;
}

img.hl_right {
    margin: 0;
}

div#headline .boxed {
    text-align: right;
    width: 450px;
    border-top: 1px solid #ffd300;
    padding: 10px 0 0 0;
}

 
/* --------------- Ende id headline ----------------- */
/* ----------------------------------- */

/* ----------------- Inhalt -----------------------*/
div#Inhalt {
   
    background-color: #fff7e6;
    padding: 0.0em 0 2em 0em;
}

div#Inhalt hr {
    color: #bbb;
    background-color: #bbb;
    
    height: 1px;
    border: 0px;
}

.main {
    font-weight: 800;
    line-height: 3.8em;
    text-align: center;
    color: #ff0;
    font-size: 1.05em;
}

div#Inhalt ul {
    margin: 0em 1em;
}

div#Inhalt ul.left {
    margin: 0em;
}

div#Inhalt li {
    font-size: 0.8em;
    margin: 0.2em 1.8em;
    line-height: 1.4em;
   
}

li.box {
    border-left: 2px solid #000; 
    border-bottom: 2px solid #f2b200;
   
}
/*--------------------------------------------------------------------
 Navigation*/
/* ----------------------------------------------------
 Liste*/

ul#nav div {
    clear: left;
}

div#nav h2 {
    font-size: 0.92em;
    float: left;
    width: 170px;
    margin: 48px 0 15px 15px; 
    padding: 0em;
    text-align: center;
    font-weight: 800;
}
/*-----------------------------------------------
 Tabelle Navigation
 -------------------------------------------------*/
div#nav table {
    width: 780px;
    margin: 10px auto;
}

div#nav td { /*width: 150px;*/
    text-align: center;
    font-weight: 800;
}

div#nav td.unter {
    font-weight: 400;
}
/*------------- Elemente im Inhalt ---------------- */
img {
   
    margin: auto;
    border: #aaa solid 0px;
}

img.right {
    float: right;
    vertical-align: middle;
    margin: 0em 0em 0em 1.5em;
}

img.righthead {
    float: right;
    vertical-align: middle;
    margin: 0em 1em 0em 0em;
}

img.left {
    float: left;
    vertical-align: middle;
    margin: 0em 1.5em 0em 0em;
}

img.home {
    float: left;
    vertical-align: middle;
    margin: 1em 2em 0em 1.5em;
}

img.left_75 {
    float: left;
    vertical-align: middle;
    margin: 0px 0px 0px 50px;
}

blockquote {
    background-color: #fff9d9;
    border: 1px solid #777;
}

/*
object {
    border: 1px solid #ccb852; 
}
*/
.musik {
    color: #00b;
}
/*------------- Tabelle im Inhalt ---------------- */
div#Inhalt table {
  
    padding: 0px 2px;
    margin: 0.1em 0.5em;
   
}

div#Inhalt th {
    padding: 0.2em 1.8em;
   
    text-align: left;
    font-size: 0.9em;
}

div#Inhalt tr {
    margin: 0px;
}

div#Inhalt td {
    vertical-align: top;
    
    line-height: 1.3em;
    /*border: 1px solid #998000;*/ /*H=50, S=100, V=60*/
    /*border: 1px solid #99872e; */ /*H=50, S=70, V=60*/
    /*border: 1px solid #998c4d;*/ /*H=50, S=50, V=60*/
    /*border: 1px solid #a69021;*/ /*H=50, S=80, V=65*/
    border: 0px solid #ccb852; /*H=50, S=60, V=80*/
    text-align: left;
    padding: 0em 0em;
    min-width: 200px;
}

div#Inhalt td.w50 {
    width: 480px;
    padding: 8px 0px;
}

div#Inhalt td.var {
    vertical-align: top;
    text-align: center;
    padding: 0.5em 0.5em;
   
}

div#Inhalt td.fix75 {
    width: 75%;
    vertical-align: top;
    text-align: justify;
    padding: 0.5em 0.5em;
    
}

div#Inhalt table.fix980 {
    width: 980px;
}

div#Inhalt td.fix25 {
    width: 25%;
    vertical-align: top;
    text-align: center;
    padding: 1.0em 0em;
   
}

div#Inhalt td.fix {
    width: 300px;
    vertical-align: top;
    padding-left: 20px;
}

div#Inhalt td.fix05 {
    width: 300px;
    vertical-align: top;
    padding: 0.6em 1.0em;
}

div#Inhalt td.dicht {
    padding: 0.1em;
    font-size: 0.92em;
}

td.right {
    text-align: right;
    padding: 0.5em 1.5em 0.5em 0.5em;
}

div#Inhalt td.left {
    text-align: left;
    padding: 0.5em 0.5em 0.5em 1.5em;
}
/*------------- Navigation im Inhalt ---------------- */
div#Inhalt a:link {
    text-decoration: none;
    color: #00b;
}

div#Inhalt a:visited {
    color: #00334d;
    color: #00b;
    text-decoration: none;
}

div#Inhalt a:hover {
    color: #000;
    text-decoration: underline;
}

div#Inhalt a:active {
    color: #000;
    text-decoration: none;
}

div#Inhalt a:focus {
    color: #000;
    text-decoration: none;
}
/* ------------- Spalten ---------------*/
#frame {
	background-color: #fff9d9;
    border: 1px solid #999;
    vertical-align: top;
    width: 400px;
    margin: 0em 3% 1em 3%;
    /*
     float: left;
     */
}

#frame700 {
	background-color: #fff9d9;
    border: 1px solid #999;
    vertical-align: top;
    width: 700px;
    margin: 0em 3% 1em 3%;
    /*
     float: left;
     */
}

#spalte1, #spalte2 {
    border: 1px solid #999;
    vertical-align: top;
    background-color: #fff9d9;
    margin-top: 0em;
    margin-bottom: 1em;
}

#spalte1 {
  
    width: 588px;
    margin-left: 28px;
    float: left;
}

#spalte2 {
    
    margin-left: 644px;
    margin-right: 28px;
    
}

#spalte1_inh {
    padding: 10px 10px 10px 10px;
}

#spalte2_inh {
    padding: 10px 10px 10px 10px;
}

#spalte1home, #spalte2home {
    vertical-align: top;
    margin-top: 0em;
    margin-bottom: 1em;
}

#spalte1home {
  
    /*width: 130px;*/
    margin-left: 0px;
    float: left;
}

#spalte2home {
    
    margin-left: 110px;
    margin-right: 0px;
    
}