body
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    background: #E2F5E2;
    margin: 5px;
    padding: 0 0 0 0;
    font-size: 11px;
    color: #333333;
    text-align: center;
}

.root
{
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background-color: #E2F5E2;
}

.root a
{
    color: #ffffff;
    text-decoration: underline;
}

.root a:hover
{
    color: #990033;
}

.navi
{
		font-size: 12px;
		font-weight: bold;
 		width: 175px; overflow: hidden; clip: inherit;
		text-indent: 10px;
}

.navi a
{
		color: #ffffff;
		line-height: 16px;
		background-image: url(../styles/list_navi.jpg);
		background-repeat: no-repeat;
		text-decoration: underline;
		display: block;
		width: 160px; height: 30px; overflow: hidden;
}

.info
{
		font-size: 12px;
		font-weight: bold;
 		width: 175px; overflow: hidden; clip: inherit;
		text-indent: 10px;
}

.info a
{
		color: #FFFFFF;
		line-height: 16px;
		background-image: url(../styles/list_info.jpg);
		background-repeat: no-repeat;
		text-decoration: underline;
		display: block;
		width: 160px; height: 30px; overflow: hidden;
}


.footer
{
		font-size: 11px;
		text-indent: 10px;
}

.footer a
{
		color: #990033;
		text-decoration: underline;
}

.footer a:hover
{
    color: #ffffff;
}


/***** allgemeine Klassen *****/

h1
{
    color: #374d5b;
    font-size: 18px;
    margin: 5px;
    padding: 20px 0 10px 0;
}

.dochead
{
    color: #374d5b;
		font-size: 15px;
		font-weight: bold;
		line-height: 30px;
		text-indent: 2px;
}

.tabhead
{
    color: #374d5b;
		font-size: 11px;
		font-weight: bold;
		line-height: 18px;
		text-indent: 2px;
		background-color: #ffffff;
}

.tabcell
{
    color: #374d5b;
		font-size: 11px;
		font-weight: bold;
		line-height: 18px;
		text-indent: 2px;
		background-color: #D7E6F6;
}

.tabcell a
{
		color: #990033;
		text-decoration: underline;
}

.tabcell a:hover
{
    color: #ffffff;
}