/* Die Hauptüberschrift für die Content-Table */
h1
{
	font-family: verdana, sans-serif;
	font-size: 18px;
	color: #660000;
	padding-bottom: 1px;
	margin-top: 10px;
	margin-bottom: 20px;

	border-bottom: 1px solid #660000;

}


/* Die Kursivschrift für z.B. Headline von News-Meldungen */
h2
{
	font-family: verdana, sans-serif;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 5px;
}

/* Die Überschrift innerhalb von Text-Teilen (Unterüberschrift) */
h3
{
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #660000;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 4px;

}



/* Die kleinste Schriftgrösse für den Pfad und das Footer-Menu */
h5
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	letter-spacing: 0px;
}



p, td
{
	font-family:verdana, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
	letter-spacing: -1px;
}


/* Formatierung für forms */
input, textarea, select
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
	padding: 1px;
	margin: 1px;

	border: solid 1px #333333;
	background-color: #BBBBBB;
}


/* Formateriung für lists */
ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li
{
	line-height: 18px;
	padding-left: 20px;
	padding-top: 0px;
	background-image: url('../bilder/icons/li.gif') ;
	background-repeat: no-repeat;
	background-position: 9px 7px;
}


.left_menu
{
	font-size: 14px;
	line-height: 20px;
	vertical-align: top;
	padding-left: 0px;
}



.top_menu
{
	font-size: 10px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 10px;
}



.main_menu
{
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	vertical-align: middle;
}






.tdcontent
{
	vertical-align: top;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: justify;
}







.bordertable
{
	width: 520px;
	border: 1px solid #999999;
	padding: 0px;
	spacing: 0px;
	vertical-align: top;
	text-align: left;
}




/* Main-Menu */
a.menu1:link, a.menu1:visited {
	display: block;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;

	margin-left: 1px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;

	text-decoration: none;
	border: 1px solid #AAAAAA;
	background-color: #000000;

}


a.menu1:hover {
	text-decoration: none;
	border-color: #AAAAAA;
	background-color: #330000;
	border: 1px solid #DDDDDD;
}





/* Left-Menu */
a.menu2:link, a.menu2:visited {
	display: block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 12px;
	color: #660000;
	text-align: left;

/*	margin-left: -4px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;

	text-decoration: none;
	font-weight: bold;
	border: 1px solid #660000;
	background-color: #888888;

}


a.menu2:hover {
	color: #660000;
	border: 1px solid #990033;
	background-color: #999999;
}



/* Sublevel-Links im Menu */
a.sublevel:link, a.sublevel:visited {
	font-size: 12px;
	text-decoration: underline;
	color: black;
	margin-left: 30px;
	line-height: 15px;
}

a.sublevel:hover {
	text-decoration: none;
}


a.sublevel_last:link, a.sublevel_last:visited {
	display: block;
	vertical-align: middle;

	text-decoration: underline;
	font-size: 11px;
	color: black;
	line-height: 20px;
	margin-left: 17px;
	padding-left: 13px;

	height: 25px;
	width: 130px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADAA9C;
}

a.sublevel_last:hover {
	text-decoration: none;

}




/* Normaler Text-Link in der Content-Table */
a:link, a:visited {
	color: #000000;
	text-decoration: underline;

}


a:hover {
	text-decoration: none;
}




/* Help-Cursor, Glossar, Begriffserklärung */
a.help:link, a.help:visited {
	color: #660000;
	text-decoration: none;

}


a.help:hover {
	cursor: help;
	color: #660000;
	text-decoration: none;
}



/* Bücher-Link */
a.book:link, a.book:visited {
	color: #660000;
	text-decoration: none;
}


a.book:hover {
	color: #330000;
	text-decoration: none;
}


