/* Main style sheet for www.wfish.de */
body {
 margin: 0;
 padding: 0;
 font-family: Tahoma, sans-serif;
 color: black;
 background-color: #809fff;
 text-align: center;
 font-size: 14px;
}

/* Main navigation */
#menu {
 width: 90%;
 height: 22px;
 margin-top: 20px;
 margin-bottom: 0;
 margin-right: auto;
 margin-left: auto;
 padding: 0;
 background-color: transparent;
}

#menu ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}

#menu li {
 display: inline;
 padding: 0;
 margin: 0;
}

#menu ul a {
 float: left;
 padding: 2px 12px 2px 12px;
 margin: 0;
 color: white;
 background: #00248F url('tab-other.png') no-repeat;
 font-weight: bold;
 text-decoration: none;
 text-align: center;
 font-size: 100%;
 height: 22px;
}

#menu ul a:hover {
 margin-top: -4px;
 height: 26px;
 text-decoration:underline;
}

#menu ul a:link.activemenu, #menu ul a:active.activemenu, #menu ul a:visited.activemenu, #menu ul a:focus.activemenu {
 height: 27px;
 border-bottom: 1px solid white;
 margin-top: -4px;
 margin-bottom: -1px;
 background: white url('/tab-this.png') no-repeat;
 color: black;
}

/* Language switches */
#language {
 float: right;
 color: black;
}

#language a {
 color: white;
 background-color: #809fff;
 text-decoration: underline;
}

/* Content */
#contentbox {
 width: 90%;
 margin: 0 auto 20px auto;
 padding: 0;
 border-top: 1px solid #00248f;
 border-right: 3px solid #00248f;
 border-bottom: 5px solid #00248f;
 background-color: #fff;
 text-align: left;
}
#content {
 padding: 10px 0 0 20px;
}

/* Small column for 2nd level navigation */
#left {
 float: left;
 width: 20%;
 height: 100%;
 margin-bottom: 20px;
 padding: 10px;
}

#left ol {
 margin: 0;
 padding: 0;
 list-style-type: none;
}

#left ol li {
 font-size: 100%;
 line-height: 120%;
 padding: 6px 0 0 0;
 font-weight: bold;
}

#left ol li a:link, #left ol li a:visited, #left ol li a:active, #left ol li a:focus {
 display: block;
 border-left: 4px solid #ccc;
 padding: 2px 2px 2px 4px;
 margin: 0;
 color: black;
}

#left ol li span.active {
 display: block;
 border-left: 6px solid #999;
 padding: 2px 2px 2px 2px;
 margin: 0;
 color: black;
}

#left ol li a:hover, #left ol li a.current {
 border-left: 4px solid #999;
}

#left ol a:hover {
 color: #000;
 background: #bfcfff;
 text-decoration: none;
}

/* Left column, news */
#news h2 {
 width: 100%;
 color: #00248f;
 background: #bfcfff url('/grad-footer.png') repeat-x
}

#news p {
 font-size: small;
 border-bottom: 1px solid #00248f;
}


/* Main content */
#right {
 float: right;
 width: 72%;
 padding: 10px 10px 30px 10px;
 border-left: 1px solid #ccc;
 margin: 0 0 10px 10px;
}

/* 3rd level navigation (pages) */
ol.hNav {
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 padding: 0;
 list-style-type: none;
}

ol.hNav li {
 display: inline;
 padding: .5em;
 margin-left: 0;
 margin-right: 0.5em;
 border-left: solid 3px #999;
 font-size: 100%;
}

/* Footer */
#footer {
 clear:both;
 font-size: 90%;
 color: black;
 background: #bfcfff url('/grad-footer.png') repeat-x;
 text-align:center;
}
#footer a {
 font-weight: normal;
 color: black;
}

/* General styles */
p,address {
 font-size: 100%;
 line-height: 150%;
 margin: 10px;
}

h1 {
 font-size: 18px;
 line-height: 24px;
 font-weight: bold;
 margin-top: 0;
 margin-bottom: 0;
}
h2 {
 font-size: 120%;
 line-height: 140%;
 font-weight: bold;
 margin-top: 10px;
 margin-bottom: 28px;
 color: #333;
 text-align: center;
 padding: 2px 5px 2px 5px;
 border-bottom: 1px solid #ccc;
 border-top: 1px solid #ccc;
}
h3 {
 font-size: 14px;
 line-height: 16px;
 font-weight: bold;
 margin-top: 20px;
 margin-bottom: 0;
}
h4 {
 font-size: 12px;
 line-height: 26px;
 font-weight: bold;
 margin-top: 0;
 margin-bottom: 0;
}

/* Links */
a {
 text-decoration: underline;
 font-weight: bold;
 color: #6576C1;
}
a:visited {
 color: #806CD0;
}
a:active {
 color: #FF9A97;
}

img {
 border: 0;
}

.small {
 font-size: 80%;
 line-height: 1em;
}

abbr[title] {
 border-bottom: 1px dotted #ccc;
}

/* Tables */
td {
 vertical-align: top;
 padding-bottom: 0.75em;
}

th {
 vertical-align: middle;
 color: black;
 background-color: #eee;
}

th h3 {
 vertical-align: middle;
 margin: 3pt 3pt 3pt 6pt;
}

th.rh {
 vertical-align: top;
 text-align: left;
 padding-right: 0.5cm;
 background-color: white;
 font-style: italic;
 font-weight: bold;
}
table.compact td {
 padding: 0;
}

