/*****************************************************************************************************/
/***     CSS FILE für den ADMIN Bereich des SITE Managers                                          ***/
/***     Haupt definition aller Domkumente                                                         ***/
/***                                                                                               ***/
/*****************************************************************************************************/

body {
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	background: #FFFFFF; font-family: "verdana", "arial", "geneva", sans-serif; font-size: 10pt; font-weight: normal; }

/** Klasse für alle TD **/
td	{ font-family: "verdana", "arial", "geneva", sans-serif; font-weight: normal; font-size: 10pt; }


/** ADMIN HEADER TEST 2 **/
#admin_header { background: #fff; color: #000; height: 100px; border-bottom: 2px solid #0d324f;}
#admin_header a { color: #000000; }
#admin_header h1 { position: absolute; left: 230px; top: 5px; font-size: 18pt; font-weight: bold; margin: 0; font-family: "verdana", "arial", "geneva", sans-serif; }
#admin_header h2 { position: absolute; left: 230px; top: 35px; font-size: 14pt; font-weight: normal; margin:0; font-family: Georgia, "Times New Roman", Times, serif; }
#admin_header span#small { font-size: 8pt; letter-spacing: 0; font-weight: normal; }
#admin_header_background { position: absolute; top: 0px; right:0px; margin:0; border:0; }

#user_info { position: absolute; text-align: right; right: 10px; top: 5px; color: #000; font-size: 10pt;  }
#user_info a { font-size: 8pt; text-decoration : none; }

/** ADMIN Menues */

#adminmenu { background: #0d324f; border-top: 1px solid #000080; margin: 0; padding: 0px .2em 2px 10px; }
#adminmenu .current, #submenu .current, #submenu2 .current { font-weight: bold; text-decoration: none; }
#adminmenu a { text-decoration : none; color: #FFF; font-size: 12px; font-weight: normal; margin: 0; padding: 3px 5px; border-bottom: none; }
#adminmenu a:hover, #adminmenu a.current { background: #D6DFF7; color: #333; }
#adminmenu a.current { background: #6E89DD; border-bottom: 1px solid #6E89DD; border-right: 1px solid #FFF; border-top: 1px solid #FFF; border-left: 1px solid #FFF; color: #fff; padding-bottom: 8px; }

#submenu { background: #6E89DD; border-bottom: 1px solid #0d324f; margin: 0; padding: 2px 0em 2px 10px; }
#submenu a { text-decoration : none; border: none; color: #fff; font-size: 10px; padding: .3em .4em .4em; }
#submenu a:hover { background: #D6DFF7; color: #393939; }
#submenu .current { background: #D6DFF7; border-bottom: 1px solid #D6DFF7; border-top: 1px solid #FFF; border-right: 1px solid #FFF; border-left: 1px solid #FFF; color: #000; padding-bottom: 9px;}


#submenu2 { background: #D6DFF7; border-bottom: 1px solid #0d324f; margin: 0; padding: 2px 2em 0 10px; }
#submenu2 .current { background: #FFF; border-top: 1px solid #0d324f; border-right: 1px solid #0d324f; border-left: 1px solid #0d324f; border-bottom: 1px solid #FFF; color: #000; padding-bottom: 7px;}
#submenu2 a { text-decoration : none; border: none; color: #000; font-size: 10px; padding: .3em .4em .4em; }
#submenu2 a:hover { background: #FFF; color: #393939; }

#adminmenu li, #submenu li, #submenu2 li { display: inline; line-height: 200%; list-style: none; text-align: center; white-space: nowrap; padding-right: .5em; }

#admin_footer { border-top: 1px solid #0d324f; border-bottom: 1px solid #0d324f; background: #6E89DD; color: #fff; padding: 2px; font-size: 10px; text-align: center; }

/** CONTENT **/
#admin_content_bereich { padding: 10px 10px 10px 10px; }

/** DEBUG **/
#debug_bereich { background: #FEF8DE; color: #000; height: 100px; padding: 10px 0px 0px 0px; text-align: center; border-top: 2px solid #800000; border-bottom: 2px solid #800000;}
#debug_table { width: 100%; }
td.debug_fieldname { font-family: "verdana", "arial", "geneva", sans-serif; font-weight: normal; font-size: 7pt; text-align: right; vertical-align: top;};
td.debug_wert { font-family: "verdana", "arial", "geneva", sans-serif; font-weight: normal; font-size: 7pt; text-align: left; vertical-align: top;};

