/* Vorlage.css  A�ZA- Linke orangefarbene Nav-Leiste mit Logo u. Leitspruch*/
/* letzte �nderung 30.01.2008/es */
/* frei nach div. Vorlagen u.a. Eric Meyer etc.*/

/* wichtige Farben
orange = #ff9900
teal = #008080
maroon = #800000
silver = #c0c0c0
white = #ffffff
black = #000000
blue = #0033ff
grey = #666
*/

/* Grundeinstellung */
div, p, h1, h2, h3, ul, ol, span, table, td, form, img, li {
margin: 0;
padding: 0;
font-family: Arial, Tahoma, sans-serif, Helvetica;
}
html, body {
/*background: white url(IMAGES/body_bg.gif) no-repeat;*/
background: white;
font-size: 100%;
font-family: Arial, Tahoma, sans-serif, Helvetica;
margin: 0;
padding: 0;
}
a:link {color: blue;text-decoration: none;}
a:visited {color:#660066;text-decoration: underline;}
a:hover {color:#f60;text-decoration: underline;}
a:active {color:#f65;text-decoration: underline;}

/* BODY */
body{font-family:  Arial, Tahoma, sans-serif, Helvetica; /* Base font family for most elements */
    font-size: 1em; /* Base size for all elements; other size definitions relates to this */
    background-color: white;
    margin: 0;
    padding: 0;
}

/* HEADERS */

h1, h2, h3, h4, h5{font-weight: bold;margin: 0;padding: 0.5em 0;color: maroon;text-align: center;}

h1{font-size: 1.8em;}
h2{font-size: 1.4em;}
h3{font-size: 1.1em;}
h4, h5, h6{font-size: 1em;}
h5  { font-family: Arial, Tahoma, Helvetica, sans-serif ; text-decoration: none}
h5  { font-weight: bold;margin: 0;padding: 0.5em 0;color: maroon;text-align: left; ; text-indent: 1.5em; white-space: normal}
h6  { font-family: Arial, Tahoma, Helvetica, sans-serif ; text-decoration: underline}
h6  { font-weight: bold;margin: 0;padding: 0.5em 0;color: maroon;text-align: left; ; text-indent: 1.5em; white-space: normal}

/* Boxen-Definition */
#z1oben {position: absolute;top: 0px;left: 240px;width: 750px;height: 30px;padding: 0px;margin: 0px;border: 0px;background: white;}
#z1links {
	background: orange;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 870px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#z2links {font-size: 0.75em;color: maroon;text-align:center;}

/* �nderbarer Arbeitsbereich */
#arbeit {position: absolute;top: 50px;left: 255px;width: 710px;height: auto;padding: 10px;margin: 0px;border: 0px;background: white;}

/* NAV-Menu */
body{
	background:white;
	color:black;
	width:460px;
	behavior:  url(csshover.htc); /* WIN IE behavior call - !/! - in jedes Unterverzeichnis, sonst kein Aufruf */
}

#main{color: #CCC;margin-left:2em;padding:1px 0 1px 2%;border-left:2px solid;} /*Opera-Abstand geringer bei Levels*/
div#nav{float:left;width:7em;background-color:#FDD;margin:-1px 0 0 -1px}
div#nav ul {margin:0;padding:0;width:7em;background:white;border:1px solid #AAA}
div#nav li{position:relative;list-style:none;margin:0;border-bottom:1px solid #ccc}
div#nav li:hover{background-color:#EDD;}
div#nav li.submenu {background: url(IMAGES/submenu.gif) 95% 50% no-repeat}
div#nav li.submenu:hover{background-color:#EDD}
div#nav li a{display:block;padding:0.25em 0 0.25em 0.5em;text-decoration:none;width:6.5em}
div#nav>ul a{width:auto}
div#nav ul ul {position:absolute;top:0;left:7em;display:none}
div#nav ul.level1 li.submenu:hover ul.level2,
div#nav ul.level2 li.submenu:hover ul.level3{display:block}

/* unterer linker Adressbereich */
#adresse {clear:left;font-size: 0.75em;color: maroon;text-align:center;}

/* Ende des CSS*/

