/* ---------------- Box rechtes Menü -------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/

#rightmenue
	{
		clear:				right;
		display:			block;
		float:				right;
		width:				280px;
		margin:				0px 10px 10px 00px;
	}

#rightmenue p.ankerbox
	{
		line-height:		1px;
		margin:				0px 0px 20px 0px
	}

#rightmenue div.box
	{	
		margin:				0px 0px 20px 0px;
	}

#rightmenue div.box h2
	{
		font-weight:		bold;
		height:				45px;
		padding:			5px 0px 0px 70px;
		font-size:			20px;
		color:				darkgoldenrod;
		font-family:		Cambria, Georgia, Garamond, "Times New Roman", serif;
		background:			url(../images/bg_box_header1.png) left top no-repeat;
	}

#rightmenue div.box p
 	{
		width: 				258px;
		border-left:		1px solid gold;
		border-right:		1px solid gold;
		background-color:	white;
		padding:			5px 10px 5px 10px;
	}

#rightmenue div.box ul
	{
		list-style-type:	none;
		width:				278px;
		border-left:		1px solid gold;
		border-right:		1px solid gold;
		background-color:	white;
		padding:			0px 0px 7px 0px;
	}

#rightmenue div.box ul li
	{
		padding:			0px 20px 0px 20px;
	}

#rightmenue div.box ul li a
	{
		display:			block;
		padding:			7px 0px 7px 25px;
		font-size:			1.1em;
		border-bottom:		1px solid gold;
		background:			url(../images/bull_blau2.gif) left center no-repeat;
		text-decoration:	none;
	}

#rightmenue div.box ul li a:hover
	{
		background:			url(../images/bull_orange3.gif) left center no-repeat;
		text-decoration:	none;
	}
	
#rightmenue div.box ul li a.active
	{
		background:			url(../images/bull_rot1.gif) left center no-repeat;
	}

#rightmenue div.box ul li a.active:hover
	{
		background:			url(../images/bull_rot1.gif) left center no-repeat;
		text-decoration:	none;
	}

#rightmenue div.box_footer 
	{	
		width:				290px;
		height: 			10px; 
		font-weight:		bold;
		background:			url(../images/bg_box_footer1.png) left bottom no-repeat;
	}


/* ---------------  Box Sprungmarken -------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/

#sprungmarken
	{
		clear:				right;
		display:			block;
		float:				right;
		width:				280px;
		margin:				0px 10px 10px 0px;
	}
	
#sprungmarken p.ankerbox
	{
		line-height:		1px;
		margin:				0px 0px 20px 0px
	}

#sprungmarken div.box
	{
		margin:				0px 0px 20px 0px;
	}

#sprungmarken div.box h2
	{
		font-weight:		bold;
		height:				45px;
		padding:			5px 0px 0px 70px;
		font-size:			20px;
		color:				olivedrab;
		font-family:		Cambria, Georgia, Garamond, "Times New Roman", serif; 
		background: 		url(../images/bg_box_header2.png) left top no-repeat;
	}

#sprungmarken div.box p
	{
		width:				258px;
		border-left:		1px solid #bad400;
		border-right:		1px solid #bad400;
		background-color:	white;
		padding:			5px 10px 5px 10px;
	}

#sprungmarken div.box ul
	{
		list-style-type: 	none;
		width:				278px;
		border-left:		1px solid #bad400;
		border-right:		1px solid #bad400;
		background-color:	white;
		padding:			0px 0px 7px 0px;
	}

#sprungmarken div.box ul li
	{
		padding:			0px 20px 0px 20px;
	}

#sprungmarken div.box ul li a
	{
		display:			block;
		padding:			7px 0px 7px 25px;
		font-size:			1.1em;
		text-decoration:	none;
		border-bottom:		1px solid #bad400;
		background:			url(../images/linkblau_g1.gif) left center no-repeat;
		text-decoration:	none;
	}

#sprungmarken div.box ul li a:hover
	{
		background:			url(../images/linkorange_g1.gif) left center no-repeat;
		text-decoration:	none;
	}

#sprungmarken div.box ul li a.active
	{
		background:			url(../images/linkrot_g1.gif) left center no-repeat;
	}

#sprungmarken div.box ul li a.active:hover
	{
		background:			url(../images/linkrot_g1.gif) left center no-repeat;
		text-decoration:	none;
	}
	
#sprungmarken div.box_footer
	{
		width:				280px;
		height:				10px;
		font-weight:		bold;
		background:			url(../images/bg_box_footer2.png) left bottom no-repeat;
	}

/* ---------------  Box Quick-Links --------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/

#quicklinks
	{
		clear:				right;
		display:			block;
		float:				right;
		width:				280px;
		margin:				0px 10px 10px 0px;
	}
	
#quicklinks p.ankerbox
	{	
		line-height:		1px;
		margin:				0px 0px 20px 0px
	}

#quicklinks div.box
	{
		margin:				0px 0px 20px 0px;
	}
	
#quicklinks div.box h2 
	{
		font-weight:		bold;
		height:				45px;
		padding:			5px 0px 0px 70px;
		font-size:			20px;
		color:				cornflowerblue;
		font-family:		Cambria, Georgia, Garamond, "Times New Roman", serif;
		background:			url(../images/bg_box_header3.png) left top no-repeat;
	}

#quicklinks div.box p
	{
		width:				258px;
		border-left:		1px solid cornflowerblue;
		border-right:		1px solid cornflowerblue;
		background-color:	white; 
		padding:			5px 10px 5px 10px;
	}

#quicklinks div.box ul
	{
		list-style-type:	none;
		width:				278px;
		border-left:		1px solid cornflowerblue;
		border-right:		1px solid cornflowerblue;
		background-color:	white;
		padding:			0px 0px 7px 0px;
	}

#quicklinks div.box ul li 
	{
		padding:			0px 20px 0px 20px;
	}
	
#quicklinks div.box ul li a 
	{
		display: 			block;
		padding:			7px 0px 7px 25px;
		font-size:			1.1em;
		border-bottom:		1px solid cornflowerblue; 
		background:			url(../images/linkblau_g1.gif) left center no-repeat;
		text-decoration:	none;
	}

#quicklinks div.box ul li a:hover
	{
		background:			url(../images/linkorange_g1.gif) left center no-repeat;
		text-decoration:	none;
	}

#quicklinks div.box ul li a.active
	{
		background: 		url(../images/linkrot_g1.gif) left center no-repeat;
	}

#quicklinks div.box ul li a.active:hover
	{
		background:			url(../images/linkrot_g1.gif) left center no-repeat;
		text-decoration:	none;
	}

#quicklinks div.box ul li a.pdf
	{
		display: 			block;
		padding:		 	7px 0px 7px 30px;
		background: 		url(../images/pdf.gif) left 3px no-repeat;
	}

#quicklinks div.box ul li a.bull 
	{
		display: 			block;
		padding:			7px 0px 7px 25px;
		font-size:			1.1em;
		border-bottom:		1px solid cornflowerblue; 
		background:			url(../images/bull_blau2.gif) left center no-repeat;
		text-decoration:	none;
	}
#quicklinks div.box ul li a.bull:hover
	{
		background:			url(../images/bull_orange3.gif) left center no-repeat;
		text-decoration:	none;
	}


	
#quicklinks div.box_footer
	{
		width:				280px;
		height:				10px;
		font-weight:		bold;
		background:			url(../images/bg_box_footer3.png) left bottom no-repeat;
	}


/* ---------------  Box TOP-Links ----------------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
											

#toplinks
	{
		clear:				right;
		display:			block;
		float:				right;
		width:				280px;
		margin:				0px 10px 10px 0px;
	}
	
#toplinks p.ankerbox
	{
		line-height:		1px;
		margin:				0px 0px 20px 0px
	}
	
#toplinks div.box
	{
		margin:				0px 0px 20px 0px;
	}
	
#toplinks div.box h2
	{
		font-weight:		bold;
		height:				45px;
		padding:			5px 0px 0px 70px;
		font-size:			20px;
		color:				#3f3f3f;
		font-family:		Cambria, Georgia, Garamond, "Times New Roman", serif;
		background: 		url(../images/bg_box_header4.png) left top no-repeat;
	}
	
#toplinks div.box p
	{
		width: 				258px;
		border-left: 		1px solid #808080;
		border-right:		1px solid #808080;
		background-color:	white;
		padding:			5px 10px 5px 10px;
	}

#toplinks div.box ul 						
	{
		list-style-type:	none;
		width:				278px;
		border-left:		1px solid #808080;
		border-right:		1px solid #808080;
		background-color: 	white;
		padding:			0px 0px 7px 0px;
	}

#toplinks div.box ul li 					
	{
		padding:			0px 20px 0px 20px;
	}
	
#toplinks div.box ul li a
	{
		display:			block;
		padding:			7px 0px 7px 25px;
		border-bottom:		1px solid #808080;
		background-color: 	white;
		background:			url(../images/linkblau_g1.gif) left center no-repeat;
	}

#toplinks div.box ul li a.extern
	{
		display:			block;
		padding:			7px 0px 7px 25px;
		border-bottom:		1px solid #808080;
		background-color: 	white;
		background:			url(../images/linkblau_extern.gif) left center no-repeat;
	}
											
#toplinks div.box ul li a:hover
	{
		background:			url(../images/linkorange_g1.gif) left center no-repeat;
		text-decoration:	none;
	}

#toplinks div.box ul li a.active
	{
		background: 		url(../images/linkrot_g1.gif) left center no-repeat;
	}
											
#toplinks div.box ul li a.active:hover	
	{
		background:			url(../images/linkrot_g1.gif) left center no-repeat;
		text-decoration:	none;
	}
	
#toplinks div.box ul li a.pdf
	{	
		background:			url(../images/pdf.gif) left 3px no-repeat;
	}

#toplinks div.box_footer 
	{
		width:				280px;
		height:				10px;
		font-weight:		bold;
		background: 		url(../images/bg_box_footer4.png) left bottom no-repeat;
	}

