/* DATEI: pascher.css */


body
	{
	color:rgb(0,114,188);
	margin-left:0px;
	margin-top:50px;
	background-color:rgb(245,245,245);
	font-family:verdana,helvetica,sans-serif;
	//background-image:url(../images/base/bg.gif);
	//background-repeat:repeat;
	}

p,ul,ol,li,div,td,th,address,blockquote
	{
	font-size:11px;
	margin-left:0px;
	}


h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
	{
 	font-family:Verdana,Arial,sans-serif;
 	color:rgb(0,114,188);
 	}

h1
	{
	font-size:15px;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:bold;
	letter-spacing:3px;
	}

h2
	{
	font-size:13px;
	margin-top:5px;
	font-weight:bold;
	}


h3
	{
	font-size:11px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
	}

h4
	{
	font-size:11px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:5px;
	font-weight:normal;
	word-spacing:normal ;
	}

h5
	{
	font-size:10px;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:10px;
	margin-left:0px;
	font-style: normal
	}

h6
	{
	font-size:10px;
	font-weight:lighter;
	//font-style:italic;
	color:rgb(120,120,120);
	margin-bottom:3px;
	margin-top:5px;
	margin-left:10px;
	margin-right:25px;
	}


a:link
	{
	color:rgb(0,114,188);
	text-decoration:none;
	font-weight:bold;
	}

a:visited
	{
	color:rgb(150,150,150);
	text-decoration:underline;
	}

a:active
	{
	color:rgb(255,0,0);
	text-decoration:none;	
	}

a:hover
	{
	color:rgb(0,0,0);
	text-decoration:none;
	font-weight:bold;
	}


#NaviContainer ul, #NaviContainer li
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	white-space:nowrap;
}

/*#######################
list-style-type: none
ist nur erforderlich für Opera
Und
padding:0px; für ul
Muß extra wegen
Netscape 7 gesetzt werden
ansonsten bekommt man
keinen Einzug nach links
########################

li
	{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
*/

/*###### Navigation links ######*/
			#NaviContainer
			{
				border:0px solid red;
				width:135px;
				margin-top:0px;
				margin-bottom:0px;
				margin-left:45px;
				background-color:rgb(255,255,255);
			}

				#NaviContainer a
				{
					display:block;
					border-bottom:1px solid rgb(0,114,188);
					border-right:1px solid rgb(0,114,188);
					font-weight:bold;
					font-size: 99%;
					color:rgb(0,114,188);
					text-decoration:none;
					text-align:left;
					letter-spacing:1px;
					padding-left:10px;
					padding-top:2px;
					padding-bottom:2px;
					background-color:rgb(199,213,237);
					margin-right:0px;
					margin-bottom:5px;
					margin-top:0px;
				}


				#NaviContainer ul li, #NaviContainer ul ul li, #NaviContainer ul ul ul li
				{
					display:block;
					margin-bottom:0px;
				}

/*###### Navigation Hierarchie 1 ######*/

				#NaviContainer a:hover, #NaviContainer a:focus, #NaviContainer a:active
				{
					background-color:rgb(0,114,188);
					color:rgb(199,213,237);
					border-right:1px solid rgb(0,114,188);
					border-bottom:1px solid rgb(0,114,188);
					font-weight:bold;
					display:block;

				}

				#NaviContainer a.home, #NaviContainer a.home:visited
				{
					background-color:rgb(0,114,188);
					color:rgb(255,255,255);
					font-weight:bold;
					font-variant:small-caps;
					display:block;
				}


				#NaviContainer a.home:hover, #NaviContainer a.home:active, #NaviContainer a.home:focus
				{


				}


				#NaviContainer a.akth1, #NaviContainer a.akth1:hover
				{
					background-color:rgb(0,115,115);
					background-image:url(../images/base/akth1.gif);
					background-repeat:no-repeat;
					background-position:1px 8px;
					color:rgb(229,242,242);
					font-weight:bold;
				}




/*###### Navigation 2. Hierachie ######*/
				#NaviContainer ul ul a
				{
					padding-left:25px;
					font-size: 98%;
					font-weight:bold;
					background-color:rgb(255,255,255);
					color:rgb(0,115,155);
					border-right:1px solid rgb(0,115,115);
					border-bottom:1px solid rgb(0,115,115);
					display:block;
				}



	/*###### Navigation Hierarchie 2 ######*/

				#NaviContainer ul ul a:hover, #NaviContainer ul ul a:active, #NaviContainer ul ul a:focus
				{
					color:rgb(255,255,255);
					background-color:rgb(220,220,220);

				}

				#NaviContainer a.akth2, #NaviContainer a.akth2:hover
				{
					background-color:rgb(220,220,220);
					color:rgb(255,255,255);
					background-image:url(../images/base/akth2.gif);
					background-repeat:no-repeat;
					background-position:10px 8px;
				}


/*###### Navigation 3. Hierachie ######*/
				#NaviContainer ul ul ul a
				{
					padding-left:35px;
					background-color:rgb(206,206,206);
				}


	/*###### Navigation Hierarchie 3 ######*/

				#NaviContainer ul ul ul a:hover, #NaviContainer ul ul ul a:active, #NaviContainer ul ul ul a:focus
				{
					background-color:rgb(196,196,196);
				}

				#NaviContainer a.akth3, #NaviContainer a.akth3:hover
				{
					background-color:rgb(196,196,196);
					background-image:url(../images/base/akth3.gif);
					background-repeat:no-repeat;
					background-position:20px 8px;
				}






table#bg
	{
	background-color:rgb(255,255,255);
	width:900px;
	height:500px;
	border-top:1px solid rgb(0,114,188);
	border-right:1px solid rgb(0,114,188);
	border-bottom:1px solid rgb(0,114,188);
	}


td#top
	{
	height:80px;
	color:rgb(0,114,188);
	padding-left:10px;
	padding-bottom:2px;
	text-align:left;
	border-bottom:1px solid rgb(0,114,188);
	background-image:url(../sys_images/bg_hb.gif);
	background-repeat:repeat;
	}

td#top a
	{
	color:rgb(255,255,255);
	}

td#top a:hover
	{
	color:rgb(30,75,130);
	}

td#top2 
	{
	border-top:1px solid rgb(0,114,188);
	background-color:rgb(0,114,188);
	height:20px;
	text-align:right;
	font-size:10px;
	color:rgb(255,255,255);
	padding-right:10px;
	padding-top:1px;
	padding-bottom:1px;
	}

td#top2 a
	{
	color:rgb(255,255,255);
	}

td#top2 a:hover
	{
	background-color:rgb(199,213,237);
	color:rgb(255,255,255);
	font-size:10px;
	text-decoration:none;
	}

td#top2 a:visted
	{
	background-color:rgb(199,213,237);
	color:rgb(255,255,255);
	font-size:10px;
	text-decoration:underline;
	}

td#grafik
	{
	background-color:rgb(199,213,237);
	}

td#linkleiste
	{
	background-image:url(../sys_images/bg_db.gif);
	background-repeat:repeat;
	}


td#foot
	{
	border-top:0px solid rgb(0,115,115);
	background-color:rgb(255,255,255);
	height:20px;
	font-size:9px;
	color:rgb(180,190,200);
	padding-top:1px;
	padding-left:2px;
	padding-bottom:1px;
	letter-spacing:1px;
	}




td#inhalt
	{
	width:500px;
	padding-top:10px;
	padding-left:30px;
	padding-right:5px;
	text-align:left;
	font-weight:normal;
	}

.bold	{
	font-weight:bold;
	}



.li_disc { list-style-type: disc}
