/* Stylesheets für kum-nye.de */
/* last edit: 16. juli */
/* BODY */
body { background-color: #CCFFFF; margin-top: 0px;}
/* Die Navigationsleiste */
/* mittig ausgerichtet */
div#navbar { margin-top: 0px; padding-top:0px; padding-top:0px; margin-left:150px; position:fixed; }
div#navbar span { border: solid 1px; background: white; margin-left: 10px; margin-right: 10px; 
font-weight: bold;}
div#navbar span a  {text-decoration: none;}


/* Der Frame */
div#frame { 
/* Der Rahmen ist solide*/
margin-top:5px;
border: solid 2px; 

/* links das Symbol das vertikal wiederholt wird. */
background: white url(./kumnye.png); 
background-repeat:repeat-y;
/* feste länge? */
min-height: 600px;
padding-left: 145px;
}

/* Die Tabelle für den Inhalt */ 
/* links Abstand wegen Symbol (kumnye.png) */


/* Anordnung für Bilderleiste rechts */
td.rightpic { text-align: center; padding:20px;}
td.kasten { vertical-align: top}

/* Tabelle für Programm */
table.programm { border:solid 1px; width:80%}
table.programm th {text-align: left; border-bottom: solid 3px; border-left: dotted 1px; }
table.programm td {border-bottom: solid 1px; vertical-align: top; border-left: dotted 1px;}

/* Mitteilungen etwas tiefer*/

td.mitteilung { margin-top:30px;

}



