/* Stylesheet Kulturtourismus-Website */

/* general */
body { text-align:center; margin: 0 auto; color: #000000; font-family: arial; font-size: 12px; background-color:white; border-top: 1px}
td { color: #00000; font-family: arial; font-size: 12px; line-height: 18px; }

div#aussen {
width:800px;
margin:auto;
text-align:left;
} 
  
/* links */
a:link { color: #FF0080; text-decoration: none; }
a:visited { color: #FF0080; text-decoration: none; }
a:active { color: #FF0080; text-decoration: none; }
a:hover { color: #FF0080; text-decoration: underline; }

/* nav */
a:link.nav { color: #FF0080; text-decoration: none; line-height: 12px; }
a:visited.nav { color: #FF0080; text-decoration: none; line-height: 12px; }
a:active.nav { color: #FF0080; text-decoration: none; line-height: 12px; }
a:hover.nav { color: #FF0080; text-decoration: underline; line-height: 12px; }

/* specific */
.header {color: #FF0080; font-size: 34px; line-height: 60px; }
.title { font-size: 16px; line-height: 36px; }
.institution { font-size: 16px; line-height: 36px; padding-bottom: 0.5em; }
.line { margin-left: 0em; margin-right: 0em; }
.menu { font-size: 11px; width: 12em; padding-right: 1em; }
.small { font-size: 10px; line-height: 12px; }
.navActive { line-height: 12px; }

.SubNavTable { margin-left: 1em; }
.SubNav { line-height: 3px; }


/* menue */
/* width gibt den Abstand zwischen den beiden Spalten an */
.menu { font-size: 14px; line-height: 26px; width: 12em}

.strich { border-top: solid 1px #000; padding-bottom: 2em; } 


