/** Container ueber id definieren mit Position usw., Schriftformatierung in html-Elemente bzw. class **/
* {
padding : 0;
margin : 0;
}
body, div, p, td, h3, h4 {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12px;
}
p {
padding : 0.4em;
}
body {
background-color : #fffddd;
}

/** Ueberschriften Kopf **/
h1, h2, h3, h4, h5, h6 {color:#000080}
h1 {
font-family : "Comic Sans MS", Verdana, Geneva, Arial, sans-serif;
font-size : 24px;
font-weight : bold;
letter-spacing : 0.1em;
}
h2 {
font-family : "Comic Sans MS", Verdana, Geneva, Arial, sans-serif;
font-size : 18px;
font-weight : bold;
line-height : 130%;
letter-spacing : 0.15em;
}
h3 {
font-size : 16px;
font-weight : bold;
}
h4 {
font-weight : bold;
}
a {
font-weight : bold;
text-decoration : underline;
}
a:link, a:visited {
color : #000000;
}
a:active, a:hover {
color : #ff6666;
}
table.mitrand {
margin-right : 10%;
}
img.rand {
margin-right : 4em;
margin-bottom : 4em;
}
td.streifen_grau {
background-color : silver;
background-image : url(../images/streifen5.gif);
}

/** Navigation **/
#navigation {
position : absolute;
left : 10px;
width : 150px;
height : 400px;
/**float : left;**/
}
#navigation a {
font-weight : bold;
text-decoration : none;
}
#navigation a:link, #navigation a:visited {
color : #ffffff;
}
#navigation a:active, #navigation a:hover {
color : #ff9999;
}
#navigation li {
display : block;
vertical-align : middle;
}
#navList {
list-style-type : none;
list-style-position : outside;
border-bottom : 1px solid #dedede;
}
.navi {
background-color : #004484;
padding : 6px 6px 6px 10px;
border-top : 1px solid #dedede;
}
.naviSub {
background-color : #004484;
padding : 0 0 6px 27px;
}
.schwarz {
background-color : #004484;
}
.naviAktiv {
font-weight : bold;
text-decoration : none;
color : #ff9999;
}
#zaehler {
visibility : hidden;
}

/** Rechte Spalte **/
#rechteSpalte {
position : relative;
left : 10px;
width : 218px;
height : auto;
}

.beschraenkt {margin-right:10%;max-width:60em;}

/** top right bottom left **/
#rechtsUeber {
color : #E32222;
padding : 6px 6px 6px 6px;
border : 1px solid #343434;
font-weight: bold; font-size:1.5em;
}
#rechtsInhalt {
color : #343434;
font-weight : bold;
line-height : 130%;
padding : 12px 6px 12px 6px;
border : 1px solid #343434;
border-top : 0 solid #343434;
}
#rechtsPlakat {
height : auto;
}
.hgfarbe {
background-color : #8dcbff;
background-image : url(../images/violinschluessel2.jpg);
}
.hgfarbelinks {
background-image : url(../images/violinschluessel_breit.jpg);
background-repeat : repeat-y;
}

/** Inhalt **/
.inhalt {
line-height : 130%;
padding-bottom : 0.25em;
}
.inhaltBlock {
line-height : 130%;
text-align : justify;
}
.inhalteineinhalb {
line-height : 150%;
}
.textkl {
font-size : 10px;
}
.tabInhalt {
padding : 4px 0 4px 0;
}
.textklCounter {
font-size : 10px;
line-height : 200%;
}
.counter {
border : 1px solid #000000;
background-color : #ffffff;
padding : 3px 2px 0 2px !important ;
padding : 2px 2px 2px 2px;
}

/** top right bottom left**/
.fototabelle img {
border : 1px solid black;
}
.fotozelle {
background-color : #858588;
height : 128px;
width : 144px;
}

/** neue Galerien **/
.bildtabelle img {
border : 1px solid black;
margin : 12px;
}
.bildzelle {
height : 128px;
width : 144px;
}
            

