body, .rowdata {
	background-color: #666666;
}

body, td, input, textarea, select {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 13;
        color: #000000;
}

.rowdatasel {
	background-color: #D8E1EB;
}

td {
	vertical-align: top;
}

td.header {
    background-repeat: repeat-x;
    background-image: url(../images/top_back.jpg);
    height: 130px;
}

td.title {
	background-repeat: repeat-x;
	background-image: url(./tablebg.gif);
	font-weight: bold;
	font-size: 13;
	border-top: solid 1px #000080;
	border-bottom: solid 1px #000080;
}

td.menu {
/*
    background-repeat: repeat-x;
    background-image: url(../images/back_mo.gif);
    font-weight: bold;
    font-size: 13;
    border-top: solid 1px #000080;
    border-bottom: solid 1px #000080;
    height: 25px;
*/
vertical-align: top;
}

td.menuspalte {
    border-right: solid 1px #000080;
    background-color: #D9D9D9;
}

td.bottom {
    border-top: solid 1px #000080;
    background-color: #339966;
}

table.index {
    border-top: solid 1px #000080;
    border-bottom: solid 1px #000080;
    border-left: solid 1px #000080;
    border-right: solid 1px #000080;
    vertical-align: top;
}
small {
	font-size: 10;
}


a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #778899;
	text-decoration: none;
}


#navcontainer {
	width: 250px; text-align: left;
	/*border: 1px solid #e6f0e6; */
    border-top: solid 1px #e6f0e6;
    border-bottom: solid 1px #e6f0e6;
	/*margin-bottom: 2em;*/
}

#navcontainer ul {
	margin: 0; padding: 0;
	list-style-type: none;
	text-indent: 15px; letter-spacing: 1px;
}

#navcontainer li {
	list-style-image: none;
	margin:0;
	background-color: #e6f0e6;
	border-bottom: 1px solid #e6f0e6;
	border-top: 1px solid #e6f0e6;
}

#navcontainer a {
	display: block;
	width: 250px; height: 22px;
	font: bold 11px/22px Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer  a:link, #navcontainer  a:visited {
    /*background: url(../images/back1.gif); */
    color: #339966;text-decoration: none;
    padding-bottom: 0;
	border-bottom: 1px solid #e6f0e6;
	border-top: 1px solid #e6f0e6;
}

#navcontainer li a:hover {

    background: url(../images/pfeil.gif);
    background-repeat: no-repeat;
    /*background-color: #339966;
    border-bottom: 1px solid black;
    border-top: 1px solid black;*/

    /* hier wird das Image verschoben
    0px -22px no-repeat;*/
    /*
    color: #ffffff;
    text-decoration: none;*/
  }

/*
#navcontainer li a#current {
  /*background: url(MenueBeispiel.gif)
  background-color: #FFFF00;
    hier wird das Image verschoben */
  /*0px -22px no-repeat;*/
  color: #006432;text-decoration: none;
}
*/


A.toplink:ACTIVE, A.toplink:LINK, A.toplink:VISITED { Color: #005CA1; Text-Decoration: underline; }
A.toplink:HOVER { Color: #000000; Text-Decoration: none; }
