#main th {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-weight : bold;
	line-height:1.9;
	border: 1px outset gray;
}

#main td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #009;
	font-weight : normal;
	line-height:1.7;
	border: 1px outset gray;
}

#main td td, #main th th {
	border: none;
}


#main table {
	border-collapse: collapse;
	border: 1px outset gray;
}

#main table table {
	border: none;
}

acronym { border-bottom:1px dotted; cursor:help; }

.tabhead, .tabhead p {
		background-color: #72946B;
		font-size: 14px;
		line-height: 1.4;
		color: white;
}

.tabhead h4 {
		font-size : 20px;
		font-weight : bold;
		color: white;
}

.tabhead p.size2 {
		font-size: 12px;
		color: white;
}

#main th.tableft {
	background-color: #72946B;
	color: white;
	text-align: left;
}

#main th.tabcenter {
	background-color: #72946B;
	color: white;
	text-align: center;
}

.tmark {
		background-color: #EEFBFF;
		color: black;
		padding: 4px;
		margin: 0px;
}

.tr1         { background-color: #D0D0D0 }
.tr2         { background-color: #EEEEEE }

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

#main a:hover, #main a:active {
	color : blue;
	text-decoration : underline;
}

#main th a, #main td a {
	display : block;
	width : 100%;
} 

#main .info td {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 160%;
	font-size: 14.4px;
	border: none;
} 

.tcard {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse
}

#main .info .tdcard {
	border-right: 1px solid #009;
}

#main .info table {
	border: none;
}


.tdcolorW {
	text-align		:center;
	width			:.85em;
	background-image:url(w.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.tdcolorB {
	text-align		:center;
	width			:.85em;
	background-image:url(b.gif);
	background-repeat:no-repeat;
	background-position:center;
}

/*--- Navigation --- */

.navblock {
	background: #92b7ef url(/grafiken/postextb.gif);
	width: auto;
	overflow: visible;
}

.navigation {
	margin: 0;
	padding-bottom:15px;
	text-align:left;
}


.navigation ul {
	margin: 0 auto !important;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	heightx:0px;
	line-heightx:0px;
	background: #92b7ef url(/grafiken/postextb.gif);
    text-align: center;
}

.navigation ul li {
    display: inline;
	list-style: none;
	margin: 0;
	padding:0;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	font-size: 14px;
}

.navigation ul li a {
	color:#333;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	background:url(nav_0a.gif) no-repeat;
	white-space:nowrap;
	padding:8px 0px 18px 10px; /* top right bottom left */
}


.navigation ul li a span {
	background:url(nav_0b.gif) no-repeat right top;
	padding:8px 20px 18px 10px; /* top right bottom left */
}

.navigation ul li span.span_navi2 {
	font-size: 13px;
}

.navigation ul li.current a {
	color:#fff;
	background:url(nav_2a.gif) no-repeat;
}

.navigation ul li.current a:visited {
	color:#fff;
}

.navigation ul li.current a span {
	background:url(nav_2b.gif) no-repeat right top;
}

.navigation ul li a:visited {
	color:#333;
	text-decoration: none;
}

.navigation ul li a:link {
	color:#333;
	text-decoration: none;
}

.navigation ul li a:hover {
	color:#fff;
	background: url(nav_1a.gif) no-repeat;
}

.navigation ul li a:hover span {
	background:url(nav_1b.gif) no-repeat right top;
}

.navigation ul li.current a:hover {
	color:#fff;
	background: url(nav_2a.gif) no-repeat; cursor:default;
}

.navigation ul li.current a:hover span {
	background:url(nav_2b.gif) no-repeat right top;
}

/*- Internet Explorer...It's Hacktastic!--------------------------- */

/*\*//*/
#navigation ul li a {
        display: inline-block;
        white-space: nowrap;
        width: 1px;
}

#navigation ul {
        padding-bottom: 0;
        margin-bottom: -1px;
}
/**/

/*\*/
* html .navigation ul li a {
        padding-top: 0;
}
/**/

