HTML,
BODY {
	font: 100.01% Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
}

* {
	margin: 0;
	padding: 0;
}

/*---Navigation---------------------------------*/
DIV.nav-root {
	z-index: 50;
	display: none;
	width: 160px;
	top: 10px;
	left: 10px;
	position: absolute;
}
DIV.nav-root DIV.nav-root-header {
	background-image: url('../images/stars.jpg');
	height: 111px;
	padding: 9px 11px 11px 9px;
}
DIV.nav-root DIV.nav-root-header DIV.nav-root-header-frame {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
}
DIV.nav-root DIV.nav-root-header DIV.nav-root-header-frame DIV {
	width: 100%;
	height: 100%;
}
DIV.overlap-nav-root-link {
	z-index: 100;
	display: none;
	width: 140px;
	height: 111px;
	top: 20px;
	left: 20px;
	position: absolute;
}
DIV.overlap-nav-root-link A {
	display: block;
	width: 100%;
	height: 100%;
}
DIV.overlap-nav-root-logo {
	z-index: 75;
	display: none;
	width: 80px;
	height: 80px;
	top: 37px;
	left: 46px;
	background-image: url('../images/avl-logo-86x82.png');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/avl-logo-86x82.png");
	background-repeat: no-repeat;
	padding: 9px;
	position: absolute;
}
DIV.nav-root UL {
	width: 160px;
	list-style-type: none;
}
DIV.nav-root UL LI,
DIV.nav-root UL LI A
{
	height: 26px;
	width: 160px;
}
DIV.nav-root UL LI A {
	height: 22px;
	width: 153px;
}
DIV.nav-root UL LI { border-bottom: 1px solid #fff; }
DIV.nav-root UL LI A {
	display: block;
	padding: 4px 0 0 7px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
DIV.nav-root DIV.nav-root-external { padding: 7px 0 0 7px; }
DIV.nav-root DIV.nav-root-external A IMG { border: none; }
DIV.nav-sub { display: none; }
DIV.nav-sub UL { list-style-type: none; }
DIV.nav-sub UL UL.nav-sub-level3 {}
DIV.nav-sub UL UL.nav-sub-level4 {}
DIV.nav-sub UL LI IMG { margin: 0 0 -4px 0; }
DIV.nav-sub UL LI { margin: 0; }

/*---Content Frame & Header------------------------------*/
DIV.content-container {
	display: block;
	position: absolute;
	top: 10px;
	padding-left: 10px;
	font-size: 14px;
}

DIV.header {
	display: none;
	width: 575px;
	height: 158px;
}
DIV.header DIV.header-stars {
	background-image: url('../upload/images/stars.jpg');
	width: 555px;
	height: 111px;
	padding: 9px 11px 11px 9px;
}

DIV.header DIV.header-stars DIV {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
}
DIV.header DIV.header-stars DIV P {
	position: relative;
	top: 10px;
	left: 20px;
	width: 535px;
	color: #fff;
	font-size: 28px;
}
DIV.header DIV.header-breadcrumbs P,
DIV.global-title-row P
{
	display: block;
	width: 568px;
	height: 21px;
	padding: 5px 0 0 7px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

/*---Content Default-------------------------------*/
DIV.content-body {
	margin-bottom: 10px;
}
DIV.content {
	width: 565px;
	padding: 5px;
	line-height: 18px;
}

DIV.content H1 {
	margin: 2px 0 8px 0;
	font-size: 20px;
	line-height: 24px;
}
DIV.content H2 {
	margin: 2px 0 6px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
DIV.content H3 {
	margin: 2px 0 4px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
DIV.content P {
	margin: 0 0 6px 0;
	font-size: 14px;
	line-height: 18px;
}
DIV.content LI,
DIV.content DD,
DIV.content DT {
	margin-left: 18px;
}

DIV.content-body A,
DIV.content A.more {
	text-decoration: none;
	font-weight: bold;
}

DIV.content .left-pic { clear: left; float: left; margin-right: 10px; }
DIV.content .right-pic { clear: right; float: right; margin-left: 10px; }

DIV.content TABLE { border: 0px; }
DIV.content TABLE TD { padding: 4px; }

DIV.content .tcenter { width: 100%; text-align: center; }

/*---Content Specific---------------------------*/

#standardform LABEL { display: block; width: 100px; float: left; }

/* Artikellisten Graphik */
DIV.content DIV.imgborder { margin: 0 10px 4px 0; display: block; float: left; padding: 9px; background-color: black; }
DIV.content DIV.imgborder A {}
DIV.content DIV.imgborder A IMG { border: 1px solid white; }

TABLE.vtop TD { vertical-align: top; }
TABLE TD.stdwidth { width: 150px; }
DIV.himmelspolizey-ausgabe {
	width: 575px;
}

DIV.himmelspolizey-teaser {
	display: block;
	float: left;
	width: 50%;
}

DIV.monatsfoto-container {
	float: left;
	display: block;
	width: 160px;
	font-size: 14px;
}
DIV.monatsfoto {
	background-color: #000;
	padding: 9px;
}
DIV.monatsfoto DIV {
	background-image: url('../images/monatsfoto.jpg');
	background-repeat: no-repeat;
	width: 140px;
	height: 120px;
	border: 1px solid #fff;
}
DIV.monatsfoto DIV A {
	display: block;
	width: 100%;
	height: 100%;
}
DIV.content-body DIV.backlink A.backlink { padding: 0px; line-height: 18px; }
DIV.content-body DIV.backlink { padding: 5px; background-color: #F0F0EF; }

DIV.content TABLE TR TD A { background-color: transparent; }
DIV.content TABLE TR TD A:hover { background-color: transparent; }

/* Lightbox-Gallery */
/*
DIV#lightbox IMG { border: 0px; }
DIV#lightbox { position: absolute; left: 200px; }
SPAN#numberDisplay { display: none; }
DIV#bottomNav { width: 100%; text-align: right; }
DIV#bottomNav A#bottomNavClose { padding-right: 20px; }
DIV#bottomNav A#bottomNavClose IMG { border: 2px solid white; border-left: 4px solid white; }
DIV.ligallery { width: 565px; padding: 5px; background-color: #F0F0EF; }
DIV.ligallery IMG { border: 0px; }
DIV.ligallery DIV.galleryNav { text-align: center; }
DIV.ligallery TD.gallery_image { text-align: center; }
DIV.ligallery TD.gallery_image DIV.link { padding: 4px; text-align: center; }
DIV.ligallery TD gallery_image DIV.medianame H3 { font-weight: bold; font-size: 16px; font-family: Courier New; color: #000; }
DIV.ligallery TD gallery_image DIV.description { font-size: 10px; font-family: Arial; color: #000; }
*/

/*---Monthly Special----------------------------*/
/*<DIV class="monatsfoto-container">
    <DIV class="monatsfoto">
        <DIV>
            <A href="index.html"></A>
        </DIV>
        <P class="head">Foto des Monats</P>
        <P class="bottom">Juni 2009<BR>
        G. Willems (AVL)</P>
    </DIV>
</DIV>

DIV.monatsfoto-container {
	position: absolute;
	top: 10px;
	left: 765px;
	z-index: 150;
	display: block;
	font-size: 14px;
}
DIV.monatsfoto {
	background-color: #000;
	padding: 9px;
}
DIV.monatsfoto DIV {
	background-image: url('../images/monatsfoto.jpg');
	background-repeat: no-repeat;
	width: 190px;
	height: 138px;
	border: 1px solid #fff;
}
DIV.monatsfoto DIV A {
	display: block;
	width: 100%;
	height: 100%;
}
DIV.monatsfoto P.head {
	position: absolute;
	top: 11px;
	left: 12px;
	color: #fff;
}
DIV.monatsfoto P.bottom {
	position: absolute;
	bottom: 12px;
	right: 12px;
	color: #fff;
	text-align: right;
}*/

/*---External Special Link-----------------------*/
DIV.external-container {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 125;
	display: block;
	font-size: 14px;
	border: 1px solid #fff;
}
DIV.external {
	background-color: #000;
	padding: 9px 9px 7px 9px;
}
DIV.external IMG {
	border: 1px solid #fff;
}

/*---Color scheme & Scheme Graphics--------------*/
/*
	68a3c8
	517fa6
*/

DIV.header DIV.header-breadcrumbs P,
DIV.nav-root DIV.nav-root-external,
DIV.nav-root UL LI,
DIV.nav-root UL LI A,
DIV.nav-root UL LI A:active
{
	background-color: #68a3c8; /* light metallic blue */
	color: #000;
}

DIV.content-container A,
DIV.content-container A:active
{
	background-color: transparent;
	color: #000;
}

DIV.content-body A { text-decoration: underline; }
DIV.content-body A:hover { text-decoration: none; }

DIV.header-breadcrumbs A,
DIV.header-breadcrumbs A:hover,
DIV.nav-sub A,
DIV.nav-sub A:hover,
A.more,
A.more:hover,
DIV.content-body A.backlink,
DIV.content-body A.backlink:hover { text-decoration: none; }

DIV.global-title-row P {
	margin-top: 10px;
	/*background-image: url('../images/global-title-row-fading.jpg');*/
	background-image: url('../images/global-title-row-circular-edge.jpg');
	background-repeat: no-repeat;
}

DIV.header-breadcrumbs A:hover,
DIV.nav-sub A:hover,
A.more:hover,
DIV.content-body A.backlink:hover,
DIV.nav-root UL LI A:hover,
DIV.nav-root UL LI#active A,
DIV.nav-root DIV.nav-root-header DIV.nav-root-header-frame DIV
{
	background-color: #517fa6; /* metallic blue */
	color: #fff;
}

DIV.content {
	background-color: #f0f0ef; /* light grey */
}

DIV.nav-root UL LI#nav-root-toppic,
DIV.header DIV.header-breadcrumbs P
{
	background-image: url('../images/navi-root-toppic.jpg');
	background-repeat: repeat-x;
}

DIV.nav-root DIV.nav-root-header DIV.nav-root-header-frame DIV {
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
}

DIV.monatsfoto A {
	background-color: #000;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
DIV.monatsfoto A:hover
{
	background-color: #000;
	opacity: 0.35;
	-moz-opacity: 0.35;
	filter:alpha(opacity=35);
}

DIV.nav-root-external A {
	display: block;
	width: 120px;
	height: 100%;
	background-color: #000;
}

DIV.overlap-nav-root-link A:hover {
	background-color: #000;
	opacity: 0.15;
	-moz-opacity: 0.15;
	filter:alpha(opacity=15);
}

DIV.nav-root-external A IMG
{
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}
DIV.nav-root-external A:hover IMG
{
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter:alpha(opacity=65);
}

/*---Globals-------------------------------------*/
IMG.global-topic-marker {
	float: left;
	margin: 0 3px 0 0;
}

.cancel { clear: both; }
DIV.dot { clear: both; }
.bold { font-weight: bold; }
.clear-left { clear: left; }
A.nowrap { white-space: nowrap; }
.hidden { display: none; }
