
/* -------------------- */
/* -- GLOBAL SECTION -- */
/* -------------------- */

/* TEXT-STYLE RESET */

	body, th, td, ul, ol, input, select, h1, h2, h3, h4, h5, h6 {
		font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #000000;
	}

/* LINKS */

	a:link    { color:#000000; text-decoration:none }
	a:visited { color:#000000; text-decoration:none }
	a:hover   { color:#FFFFFF; text-decoration:none }
	a:active  { color:#FFFFFF; text-decoration:none }
	a:focus   { color:#000000; text-decoration:none }


/* ----------------- */
/* -- PAGE-LAYOUT -- */
/* ----------------- */

/* GLOBAL */

	body {
		margin: 0px;
		padding: 0px;
		text-align: center;
		background-color: #617F98;
	}

	#frame {
		position: relative;
		width: 960px;
  	margin: 0px auto 30px auto;
		text-align: left;
		background-color: #FFFFFF;
		border: 0px solid #FF0000;
 	}

/* HEADER */

	#div_header {
		position: relative;
		margin-top: 0px;
		height: 145px;
		width: 960px;
		background-color: #002E5F;  /* HEADER UND FOOTER */
		border: 0px solid #00FFFF;
 	}

  #img_logo_vgd {
    position: absolute;
    top: 30px;
    left: 16px;
    height: 75px;
    width: 175px;
    border: 0px solid #00FFFF;
  }

	#greyspacer {
		position: absolute;
    left: 0px;
		bottom: -1px;
		height: 25px;
		width: 212px;
		border: 0px solid #FFFFFF;
 	}

	#img_bildleiste {
		position: absolute;
		top: 28px;
		left: 210px;
		height: 114px;
		width: 734px;
		border: 0px solid #00FFFF;
 	}

	#map_roland {
		position: absolute;
		top: 31px;
		left: 213px;
		height: 108px;
		width: 81px;
/*	background-color: #00FFFF; */
		border: 0px solid #FF0000;
 	}

	#map_rathaus {
		position: absolute;
		top: 31px;
		left: 298px;
		height: 108px;
		width: 191px;
/*		background-color: #00FFFF; */
		border: 0px solid #FF0000;
 	}

	#map_bunker {
		position: absolute;
		top: 31px;
		left: 493px;
		height: 108px;
		width: 145px;
/*	background-color: #00FFFF; */
		border: 0px solid #FF0000;
 	}

	#map_spuckstein {
		position: absolute;
		top: 31px;
		left: 642px;
		height: 108px;
		width: 111px;
/*	background-color: #00FFFF;   */
		border: 0px solid #FF0000;
 	}

	#map_papst {
		position: absolute;
		top: 31px;
		left: 757px;
		height: 108px;
		width: 184px;
/*	background-color: #00FFFF */;
		border: 0px solid #FF0000;
 	}


/* SEARCH-FIELD */

/* MENU */

	#div_menu {
		position: relative;
		float: left;
    margin-top: 0px;
    margin-left: 0px;
    width: 210px;
    height: 100%;
		background-color: #CCCFD7;  /* MENÜ-HINTERGRUND */
		border: 0px solid #0000FF;
	}

	#menu {
		position: relative;
    margin: 33px auto 30px 0px;
    width: 193px;
    padding-top: 2px;
    padding-bottom: 2px;
		border: 0px solid #FF0000;
	}

/* FÜR MENÜ OHNE SUB-EINTRÄGE */
	#menu div.only {
		margin-top: 1px;
		margin-bottom: 1px;
		padding: 2px 10px 2px 16px;
		font-size: 11px;
    font-weight: bold;
		letter-spacing: 0px;
		background-color: #617F98;
    border: 0px solid #002E5F;
	}

	#menu div.top {
		margin-top: 1px;
		margin-bottom: 1px;
		padding: 2px 10px 2px 16px;
		overflow: hidden;
		font-size: 11px;
    font-weight: bold;
		background-color: #617F98;
    border: 0px solid #002E5F;
	}

	#menu div.top a {
    cursor: pointer;
    cursor: hand;
	}

	#menu table.sub {
		margin: 5px 5px 0px 5px;
    border: 0px solid #FFFF00;
	}

	#menu table.sub td {
    padding-bottom: 4px;
    vertical-align: top;
    font-size: 11px;
    line-height: 15px;
	}

	#menu table.sub img {
		width: 5px;
		height: 5px;
		margin: 5px 7px 0 0;
		vertical-align: top;
	}

	#menu table.sub td.spacer {
		height: 5px;
	}

/* PAGE-CONTENT */

	#div_content {
		position: relative;
    margin-top: 5px;
    margin-left: 210px;
    margin-right: 15px;
    padding: 30px;
    width 705px;
    height: 100%;
		background-color: #FFFFFF;
		border: 0px solid #0000FF;
	}


/* FOOTER */

  #div_footer {
		position: relative;
    clear: left;
    height: 30px;
    text-align: right;
    padding-top: 10px;
    padding-right: 18px;
    font-size: 10px;
    font-weight: bold;
    color: #DBB232;
		background-color: #002E5F;  /* HEADER UND FOOTER */
    border: 0px solid #2C4C72;
		z-index; 5;
  }

	#whitespacer-bottom {
		position: absolute;
    clear: left;
    bottom: 0px;
    right: 0px;
		height: 42px;
		width: 15px;
		background-color: #FFFFFF;  /* CONTENT-BEREICH - WEIß */
		border-bottom: 0px solid #FFFFFF;
		z-index; 2;
 	}
