/* BASIC COLORS:

Titelrahmen, aktiver Link in der Kopfleiste: #369  (dunkelrot)
Hintergrund nicht-aktiver Links: #6699CC
 (hellrot)

*/


/* standard styles */
body
{
background-color: #000;
font-family: sans-serif, verdana, times new roman;
font-size: 12px;
}

/* links */
a
{
text-decoration: underline;
color: #000;
}

a:hover
{
color: #369;
}



/* main table */
.level0
{
width: 820px;
height: 100%;
margin-left: auto;
margin-right: auto;
padding: 10px;
background-color: #fff;
vertical-align: top;
table-layout: fixed;
}


/* MAIN MENU */
.headimage
{
height: 103px;
border: none;
background-color: #369;
padding: 0px;
}

.titlebox
{
width: 100%;
border: solid 5px #369;
}

/* FOOTLINE */
.foot
{
background-color: #6699CC;
color: #fff;
font-size: 9px;
text-align: right;
padding: 4px;
}



/* MAIN MENU links */
.headlink
{
display:block;
text-align:center;
vertical-align: middle;
border-collapse:collapse;
text-decoration:none;
border: 0px solid;
padding: 3px 0px 3px 0px;
background-color: #369;
font-weight: bold;
color: #fff;
font-size: 18px;
letter-spacing: 2px
}
a.headlink
{
background-color:#6699CC
;
font-weight: normal;
letter-spacing: 0px
}
a.headlink:hover
{
background-color:#369;
color: #fff;
}


/* SUBMENU links */
.sublink
{
display:block;
width: 140px;
vertical-align: middle;
margin: 2px 0px 2px 0px;
text-decoration:none;
font-weight: bold;
text-align:left;
padding: 3px;
background-color: #aaa;
color: #000;
font-size: 14px;
font-weight: bold;
border: 1px solid #000;
}
a.sublink
{
background-color:#ddd;
font-weight: normal;
border-color: #c8c8c8;
}
a.sublink:hover
{
background-color:#aaa;
color: #000;
}



/* the head of the submenu */
.subhead
{
text-align:center;
font-size: 14px;
color: #fff;
background-color: #369;
padding: 0px 3px;
margin: 15px 0px 2px 0px;
width: 152px;
}

* html div.subhead {width: 150px} /* this is necessary as IE and firefox interpret border width differently */



.text
{
padding: 0px 10px 20px 20px;
font-size: 12px;
vertical-align: top;
text-align: justify;
}

/* printer version */
.text#print
{
padding: 20px 10px 20px 10px;
border-style: solid none solid none;
border-width: 2px;
}

.text#printline
{
padding: 0px 0px 0px 20px;
height: 31px;
vertical-align: middle;
}

.printhead
{
font-size: 25px;
font-weight: bold;
vertical-align: middle;
height: 100px;
}




/* SUBMENU STYLE */
.textmenu
{
border-right: 1px #888888 dotted;
vertical-align: top;
padding-right: 10px;
padding-left: 10px;
empty-cells: show;
}


/* IMAGE CAPTION */
.capt
{
font-size: 11px;
text-align: justify;
}



/* MEMBER LIST */
.memberlist
{
font-size: 12px;
}

.memberhead
{
vertical-align: top;
background-color: #ddd;
font-weight: normal;
font-size: 12px;
}

