/* DATEI: regionalentwicklung.css */

body
	{
	color:rgb(0,0,0);
	margin-left:20px;
	margin-top:50px;
	background-image:url(../sys_images/foot.gif);
	background-repeat:repeat;	
	
	font-family:verdana,helvetica,sans-serif;
	}

p,ul,ol,li,div,td,th,address,blockquote 
	{ 
	font-size:12px; 
	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(64,167,64); 
 	}

h1 
	{ 
	font-size:19px;
	margin-top:4px;
	margin-bottom:0px;
	font-weight:600; 
	font-variant:small-caps;
	}

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


h3 
	{ 
	font-size:13px; 
	margin-top:5px; 
	font-weight:600; 
	}

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:11px; 
	font-weight:200;
	color:rgb(255,255,255); 
	margin-bottom:3px; 
	margin-top:2px;
	margin-left:3px;
	letter-spacing:2px;
	}


a:link 
	{ 
	color:rgb(64,167,64); 
	text-decoration:underline; 
	font-weight:bold; 
	}

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

a:active 
	{ 
	color:#ff0000; 
	text-decoration:none; 
	}

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


#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:14em;
				margin-top:0px;
				margin-bottom:0px;
				margin-left:20px;
				background-color:rgb(255,255,255);
			}

				#NaviContainer a
				{
					border:1px rgb(64,167,64) solid;
					display:block;
					border-bottom:1px solid rgb(100,100,100);
					border-right:1px solid rgb(100,100,100);
					font-size: 95%;
					font-weight:normal;
					color:rgb(255,255,255);
					text-decoration:none;
					letter-spacing: 0px;
					padding-left:15px;
					padding-top:2px;
					padding-bottom:2px;
					background-color:rgb(64,167,64);
					margin-right:5px;
					margin-bottom:5px;
				}
				
				
				#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(255,255,255);
					color:rgb(64,167,64);
					border-bottom:1px solid rgb(64,167,64);
					border-right:1px solid rgb(64,167,64);
					font-weight:bold;					
					display:block;
					
				}

				#NaviContainer a.home, #NaviContainer a.home:visited
				{
					border:1px solid rgb(64,167,64);
					background-color:rgb(255,255,255);
					color:rgb(64,167,64);
					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(216,216,216);
					background-image:url(../sys_images/akth1.gif);
					background-repeat:no-repeat;
					background-position:1px 8px;
				}

				#NaviContainer a.HomeAktive, #NaviContainer a.HomeAktive:hover, #NaviContainer a.HomeAktive:focus, #NaviContainer a.HomeAktive:active
				{
					border:0px solid green;
					border-bottom:none;
					border-right:none;
					font-weight:600;
					margin-bottom:3px;
					background-color:rgb(240,240,240);
					background-image:url(../sys_images/akthome.gif);
					background-repeat:no-repeat;
					background-position:1px 8px;
				}

				



				
table#bg
	{
	background-color:rgb(255,255,255);
	width:900px;
	height:500px;
	border:1px solid rgb(64,167,64);
	}


td#top
	{
	background-image:url(../grafiken/liselotte_unseld.gif);
	background-repeat:no-repeat;
	height:80px;
	width:600px;
	color:rgb(0,0,0);
	padding-left:70px;
	padding-bottom:5px;
	text-align:left;

	}

td#top a
	{
	color:rgb(255,255,255);
	}		
	
td#top a:hover
	{
	color:rgb(30,75,130);
	}
	
td#bild1
	{
	width:100px;
	}		

td#foot
	{

	background-color:rgb(64,167,64);
	height:20px;
	font-size:9px;
	color:rgb(255,255,255);
	padding-top:1px;
	padding-left:2px;
	padding-bottom:1px;
	}

td#foot a
	{
	color:rgb(255,255,255);
	font-weight:normal;
	}		
	
td#foot a:hover
	{
	color:rgb(90,150,200);
	}
	
td#inhalt
	{
	width:500px;
	padding-top:10px;
	padding-left:10px;
	padding-right:20px;
	
	}
	
.li_disc { list-style-type: disc}			