/*html-tags*/
body {
	margin-left: 10px;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-right: 0px;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../img/grafik/hintergrund.gif);
	background-repeat:repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*  a:link { color: #000000; }   noch nicht besuchte Ziele */
/* a:visited { color: #000000; } besuchte Ziele */
/* a:hover { color: #000000; text-decoration: underline;}   Verweise bei "MouseOver" */
/* a:active { color: #000000; }  Angeklickte Verweise */

h1 {
	display: inline;
}
h2 {
	display: inline;
	color: #EDB500;
}

.topline {
	border-top: 1px solid #716F6E;
}
.hline1 {
	margin-top: 8px;
	margin-bottom: 8px;
	height: 2px;
	overflow:hidden;
	width: 100%;
	background-image: url(../img/grafik/dash-line.gif);
}
.hline2 {
	margin-top: 14px;
	margin-bottom: 14px;	
	border-top: 1px solid #716F6E;
	height: 1px;
	overflow:hidden;
	width: 100%;
}

.marginright { /*marginalspalte*/
	padding-left: 15px;
	padding-right: 30px;
	border-left: 1px solid #716F6E;
}
.marginleft { /*content bei marginalspalte*/
	padding-right: 15px;
}
/*menus anfang*/

.menu1inactive {
	font-weight: bold;
	text-decoration: none;
}
.menu1active {
	text-decoration: none;
}
a.menu1active:hover {
	text-decoration: underline;
}
.menu1inactivesub {
	color: #716F6E;
	font-weight: bold;
	text-decoration: none;
}
.menu1activesub {
	color: #716F6E;
	text-decoration: none;
}
a.menu1activesub:hover {
	text-decoration: underline;
}
.menu2inactive {
	color: #716F6E;
	font-weight: bold;
	text-decoration: none;
}
.menu2active {
	color: #716F6E;
	text-decoration: none;
}
a.menu2active:hover {
	text-decoration: underline;
}
/*menus ende*/

.sitemap1 {
	/*font-weight: bold;*/
}
.sitemap2 {
	/*font-weight: bold;*/
}

/*sonstiges*/
.navispace1 { /* mini-zellen*/
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
}
.navispace2 { /* mini-zellen*/
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
}

.alert { /*warn-text*/
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}

.linktop {
	width: 100%;
	color: #999999;
	text-decoration: none;
	/*text-align: right;*/
}
a.linktop:hover {
	text-decoration: underline;
}