/* allgemeine Styles */
body {
 margin:0px;
 font-family:sans-serif;
 font-size:8pt;
 text-align:left;
 color:/*#00FFDE*/navy;
 background-color:#CDDBEB/*#003084*/;}

#titlebar {
 margin:10px;
 background:url(titlebkgnd.jpg) repeat-x;
}

/* Menu-Teil */
#menuouter1 {
 position:absolute;
 top:117px;
 left:0px;
 width:20%;
 min-height:100%;}

#menuinner1 {
/* background: url(menubkgnd3.png) repeat-x;*/
 background-color:white/*#edf7ff*/; 
 margin:10px;
 padding:10px;
 min-height:1000px}

#menuouter2 {
 position:absolute;
 top:117px;
 left:80%;
 width:20%;
 min-height:100%;}

#menuinner2 {
/* background: url(menubkgnd3.png) repeat-x;*/
 background-color:white/*#edf7ff*/; 
 margin:10px;
 padding:10px;
 height:100%;}

/* Menutitel*/
.menutitle {
 font-size:10pt;
 font-weight:bold;
 margin-top:10px;
 color:red;}

/* Menugruppentitel */
.menugrouptitle {
 font-size:12pt;
 font-weight:bold;
 margin-top:10px;
}

.menusubgrouptitle {
 font-size:10pt;
 font-weight:bold;
 margin-top:5px;}

.menusubgroup {
 margin-top:10px;}

#container {
 position:absolute;
 top:117px;
 left:20%;
 width:60%;
 margin-top:10px;}

#container_inner {
 padding:10px;}

/* Seitentitel */
#title {
 font-size:18pt;
 font-weight:bold;
 text-align:center;
 vertical-align:middle;
 line-height:100px;}

#nav_top {
}

/* Inhalt */
#content {
}

#nav_bottom {
}

#info {
 text-align:center;}

table.solidtable {
 font-size:8pt;
 border-style:solid;
 border-width:thin;
 border-color:white;
 border-collapse:collapse; }

table.solidtable tr td{
 border-style:solid;
 border-width:1px;
 border-color:silver; }

/* Titel */
h1 {
 font-size:14pt;}

h2 {
 font-size:12pt;}

h3 {
 font-size:10pt;}

h4 {
 font-size:8pt;}

/* Noch nicht besuchte Links */
a:link { color:#2b81be/*#FFFFFF*/;}

/* Besuchte Links */
a:visited { color:#2b81be/*#FFFFFF*/;}

/* Für Links während der Anwender mit der Maus darüber fährt */
a:hover { color:navy/*#FFFF00*/;}


