																																																																																																									/*  Globale Formatierungen  */

BODY{
margin:4px 4px 4px 4px;
padding:0px 0px 0px 0px;
background-color:white;
color:black;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
	
FORM { 
	/*background-color: #ffffff;
	border-style:solid;
	border-width:1px;
	border-color:black;*/
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

LI{
color:black;
font-family:Verdana;
font-size:11px;
vertical-align:text-top;
list-style-position:inside;
}

TABLE {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	empty-cells:show;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:11px;
}

a:link  {
	color:#5d5c5b; 
	text-decoration: none;
}
a:visited  {
	color:#5d5c5b;
	text-decoration: none;
}
a:hover {
	color:#5d5c5b;
	text-decoration: underline;
}

 /* formatierungen für formGen */

.anm_abstand{
	width:0px;
}

.dem_meldung  {
	font-size : 11px;
	font-family : verdana, arial, helvetica, sans-serif;
	color : #FF6600;
}

.form_bg_color_false {
		background-color: #FF6600;
}

/*  Formatierung Site-titel  */

	.site_mainheader_bg{
		background-color: #003A7E;
	}

	.ud_pagetitle{
font-size:16px;
font-weight:bold;
color:#A8AB00;
padding-bottom:4px;
	
	}


/*  Formatierung Hauptnavigation  */
	/* NEU!! */

	.dhtml_navi_elem{
		color:white;
		font-size:11px;
		cursor:pointer;
		padding-left:4px;
		padding-right:4px;
		padding-top:4px;
		padding-bottom:2px;

	}
	.dhtml_navi_elem_hover{
		color:#B3A715;
		font-size:11px;
		cursor:pointer;
		background-color:#F0F0C4;
		padding-left:4px;
		padding-right:4px;
		padding-top:4px;
		padding-bottom:2px;
	}

	/* Dropdownmenus DHTML */
		
		/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
		.mtDropdownMenu {
			position:absolute;
			overflow:hidden;
			left:-1000px;
			top:-1000px;
			}
		
		/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
		.mtDropdownMenu .content {
			position:absolute;
			}
		
		/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
		.mtDropdownMenu .items {
			position:relative;
			left:0px; top:0px;
			z-index:2;
			}
		
		.mtDropdownMenu.top .items {
			border:none;
			width:163px;
			}
		
		/* each TR.item is one menu item */
		.mtDropdownMenu .item {
			color:red;
			font-size:10px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			text-decoration:none;
			/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
			border:none;
			cursor:pointer;
			cursor:hand;
			}
		
		/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
		/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
		.mtDropdownMenu .background {
			background-color:#B3A715; /* Hintergrund der DHTML Navigation*/
			position:absolute;
			left:0px; top:0px;
			z-index:1;
			-moz-opacity:.9;
			filter:alpha(opacity=90);
			}
		
		/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
		.mtDropdownMenu .shadowRight {
			position:absolute;
			z-index:3;
			top:0px; width:0px;
			-moz-opacity:0;
			filter:alpha(opacity=0);
			}
		
		/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
		.mtDropdownMenu .shadowBottom {
			position:absolute;
			z-index:1;
			left:0px; height:0px;
			-moz-opacity:0;
			filter:alpha(opacity=0);
			}
		
		/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
		.mtDropdownMenu .item.hover {
			background:#FFFBBF;
				color:#000000;
			}
		
		/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
		.mtDropdownMenu .item img {
			margin-left:10px;
			}

	.navi_csstext_aktiv{
		background-color:#F0F0C4;
		width:163px;
		padding:4px;
		border-color:white;
		border-width:0px;
		border-bottom-width:1px;
		border-style:solid;
		cursor:pointer;
	}
	
	.navi_csstext_onover{
		background-color:#B3A715;
		width:163px;
		padding:4px;
		border-color:white;
		border-width:0px;
		border-bottom-width:1px;
		border-style:solid;
		cursor:pointer;
	}
		.navi_csstext_aktiv_a:link,.navi_csstext_aktiv_a:active,.navi_csstext_aktiv_a:hover,.navi_csstext_aktiv_a:visited{
			color:#B3A715;
		font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:normal;
			text-decoration:none;
		}

		.navi_csstext_onover_a:link,.navi_csstext_onover_a:active,.navi_csstext_onover_a:hover,.navi_csstext_onover_a:visited{
			color:white;
		font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			text-decoration:none;
		}
		
		
	.navi_csstext_selected{
		background-color:#B3A715;
		width:163px;
		padding:4px;
		border-color:white;
		border-width:0px;
		border-bottom-width:1px;
		border-style:solid;
		cursor:pointer;
	}
	
		.navi_csstext_selected_a:link,.navi_csstext_selected_a:active,.navi_csstext_selected_a:hover,.navi_csstext_selected_a:visited{
			color:white;
		font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			text-decoration:none;
		}
		
	.navi_csstext_inaktiv{
	}
	
		.navi_csstext_inaktiv_a{
		}
	
	
	.navi_mixed_aktiv{
	}
	
	.navi_mixed_onover{
	}
		.navi_mixed_aktiv_a{
		}

		.navi_mixed_onover_a{
		}
		
		
	.navi_mixed_selected{
	}
	
		.navi_mixed_selected_a{
		}
		
	.navi_mixed_inaktiv{
	}
	
		.navi_mixed_inaktiv_a{
		}
	
	
	.navi_bilder_aktiv{
	}
	
	.navi_bilder_onover{
	}
		.navi_bilder_aktiv_a{
		}

		.navi_bilder_onover_a{
		}
		
		
	.navi_bilder_selected{
	}
	
		.navi_bilder_selected_a{
		}
		
	.navi_bilder_inaktiv{
	}
	
		.navi_bilder_inaktiv_a{
		}
	/* ENDE NEU */
	
/*  Formatierung Contentseitentitel  */

	.content_page_title{
		color:#3079A0;
		font-weight: bold;
		font-size: 12px;
	}
		

/*  Formatierung Seiteninhalt  */	

	.list_bg_head{
		background-color: #B8B7B8;
	}
	
	.list_bg_dark{
	background-color: #E3E1FF;
}
	
	.list_bg_clear{
	background-color: #ECEAFF;
}
	
	.form_bg_color{
		background-color: red;
	}

	.content_general_grid {
		background-color: #B8B7B8;
	}
	
	.content_general_bg{
		background-color: #FFFFFF;
	}
	
	.content_fonts_regular_plain{
		color: #000000;
		font-size: 12px;
		text-decoration: none;
	}
	.content_fonts_regular_bold{
		color: #000000;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	
	.content_fonts_title{
		color: #000000;
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
	}
		
	.content_fonts_error_message{
		color: #FF0000;
		font-weight: bold;
		font-size: 12px;
	}

	.content_general_link{
			color: #000000;
			font-size: 12px;
	}
	

	.content_list_title{
			color: #000000;
			font-size: 12px;
			font-weight: bold;
			background-color: #C0C0C0;
	}
		
	
/*  Formatierung Forum  */

	.forum_overview_navigation_text{
			color: #000000;
			font-size: 12px;
	}
	
	.forum_overview_navigation_link{
			color: #000000;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
	}
		
		.forum_overview_navigation_link_inaktive{
			color: #000000;
			font-size: 12px;
	}
		
		.forum_overview_navigation_link_actual_page{
				color: #000000;
				font-weight: bold;
				font-size: 12px;
		}

				

				

				

				

				

				

				

				

				

				

				
