/*
--------------------------------------------------------------------------------
eSC - Styles 
--------------------------------------------------------------------------------
19.12.2005 ad
--------------------------------------------------------------------------------
raiba-aburg:
hellblau: #B0C4E7 (body bg, navigation bg)
sehr helles blau: #EBF1FD (container bg)
orange: #E98B1E


alt(dreieich/freiburg):
orange: #ff6600
hell orange: #FFC19A (container bg)
graublau: #617AA7 (linke navigation bg)
dunkel blau: #004D9F (schrift bei hyperlinks)

-----------------------------------------------------------------------------
(!) padding: top right bottom left
*/


/*	HTML Tags	------------------------------------------------------------- */
body { 
	margin: 0px;
	padding: 0px;
	/*font-family: Arial;*/
}
form {
	margin: 0px;
	padding: 0px;
}


/*	Navigationpath ---------------------------------------------------------- */
#NavPath SPAN {
	font : normal 70% arial;
}
#NavPath A {
	font : normal 70% arial;
}

/*	directPageEdit ---------------------------------------------------------- */
.directPageEditTD {
	color: MenuText;
	background-color: Menu;
	font-family: "MS Sans Serif", Geneva, sans-serif; font-size: 11px;
	padding-bottom: 1px; padding-left: 1px; padding-right: 1px;	padding-top: 1px;
	border-bottom-width : 1px; border-bottom-style : solid;	border-bottom-color : ButtonShadow;
	border-top-color : ButtonHighlight; border-top-style : solid; border-top-width : 1px;
}
a.directPageEditLink {
	font-family: "MS Sans Serif", Geneva, sans-serif; font-size: 11px;
	text-decoration : none;
	color : #000000; background-color : #C0C0C0;
	padding : 3px;
	width : 50px;
	border-bottom-color : #C0C0C0; border-bottom-style : solid; border-bottom-width : 1px;
	border-left-color : #C0C0C0; border-left-width : 1px; border-left-style : solid;
	border-right-color : #C0C0C0; border-right-style : solid; border-right-width : 1px;
	border-top-style : solid; border-top-color : #C0C0C0; border-top-width : 1px;	
}
a.directPageEditLink:link {
	border-bottom-color : #C0C0C0; border-bottom-style : solid; border-bottom-width : 1px;
	border-left-color : #C0C0C0; border-left-width : 1px; border-left-style : solid;
	border-right-color : #C0C0C0; border-right-style : solid; border-right-width : 1px;
	border-top-style : solid; border-top-color : #C0C0C0; border-top-width : 1px;	
}
a.directPageEditLink:visited {
	border-bottom-color : #C0C0C0; border-bottom-style : solid; border-bottom-width : 1px;
	border-left-color : #C0C0C0; border-left-width : 1px; border-left-style : solid;
	border-right-color : #C0C0C0; border-right-width : 1px;	border-right-style : solid;
	border-top-style : solid; border-top-color : #C0C0C0; border-top-width : 1px;	
}
a.directPageEditLink:active {
	border-bottom-color : #FFFFFF; border-bottom-style : solid; border-bottom-width : 1px;
	border-left-color : #808080; border-left-width : 1px; border-left-style : solid;
	border-right-color : #FFFFFF; border-right-style : solid; border-right-width : 1px;
	border-top-style : solid; border-top-color : #808080; border-top-width : 1px;	
}
a.directPageEditLink:hover {
	border-bottom-color : #808080; border-bottom-style : solid; border-bottom-width : 1px;
	border-left-color : #FFFFFF; border-left-width : 1px; border-left-style : solid;
	border-right-style : solid; border-right-color : #808080; border-right-width : 1px;
	border-top-style : solid; border-top-width : 1px; border-top-color : #FFFFFF;
}


/*	DEBUG Anzeige, bei eingeschaltetem Dev-Cookie --------------------------- */
.sysadmin {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #ffff66;
}
div.sysadmin {
	padding: 2px 2px 2px 2px;
}


