<!--

a {
		color: #336699;
}

p	{
		text-align: justify;
}

tr {
		text-align: left;
   	background-color: #DDDDDD;
}

td {
		background-color: #EEEEEE;
}

body {
		margin: 0;
		padding: 0;
		width: 100%;
		background-color: yellow;
		background-color: lightsteelblue;
}

/*
div {
		border: #000 1px solid;
}
*/

#mainbox {
		width: 90%;
		min-width: 720px;          /* wegen der festen Banner-Breite */
		float: left;
		border: 0;
		padding-top: 150px;        /* wegen des festen Headers */
		padding-bottom: 20px;      /* wegen des festen Footers */
}
@media screen and (max-height: 350px) {
  #mainbox {
    padding-top: 100px;
  }
}
@media screen and (max-width: 500px) {
  #mainbox {
    padding-top: 190px;
  }
}

#admmainbox {
		width: 90%;
		min-width: 720px;          /* wegen der festen Banner-Breite */
		float: left;
		border: 0;
		padding-top: 130px;        /* wegen des festen Headers */
		padding-bottom: 40px;      /* wegen des festen Footers */
}

#headerbox {
		position: fixed;
		left: 0; top: 0; right: 0;
		float: left;
		background-color: steelblue;
		text-align: center;
}

#banner {
		padding: 5px;
    border-bottom: solid 1px lightsteelblue;
}
@media screen and (max-height: 350px) {
  #banner {
    display: none;
  }
}

#topnav {
		background-color: steelblue;
		padding: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-top: 4px;
		padding-bottom: 4px;
}

a.top_nav {
		border-left: silver 1px solid;
    border-top: silver 1px solid;
    border-right: black 1px solid;
    border-bottom: black 1px solid;
    text-align: center;
    font-weight: bold;
    padding-left: 50px;
    padding-top: 4px;
    padding-right: 50px;
    padding-bottom: 4px;
    text-decoration: none;
		line-height: 1.9;
    white-space: nowrap;
}

a.top_nav:link {
		color: black;
    background-color: silver;
}

a.top_nav:visited {
		color: black;
    background-color: silver
}

a.top_nav:hover {
		color: white;
    background-color: #0033CC;
}

a.top_nav:focus {
/*		-moz-outline: 0px; */
		outline: none;
		color: white;
    background-color: #0033CC;
}

a.top_nav:active {
		color: white;
    background-color: #0033CC;
}

a.top_nav2 {
		border-left: silver 1px solid;
    border-top: silver 1px solid;
    border-right: black 1px solid;
    border-bottom: black 1px solid;
    text-align: center;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 4px;
    padding-right: 30px;
    padding-bottom: 4px;
    text-decoration: none;
		line-height: 1.9;
    white-space: nowrap;
}

a.top_nav2:link {
		color: black;
    background-color: silver;
}
/*
a.top_nav2:link:focus {
		-moz-outline: 0px dotted WindowText;
		outline: none;
}
*/

a.top_nav2:visited {
		color: black;
    background-color: silver
}

a.top_nav2:hover {
		color: white;
    background-color: #0033CC;
}

a.top_nav2:focus {
/*		-moz-outline: 0px;*/
		outline: none;
		color: white;
    background-color: #0033CC;
}

a.top_nav2:active {
		color: white;
    background-color: #0033CC;
}

#auxnav {
		background-color: lightsteelblue;
	  padding-top: 5px;
/*		padding-left:10%;*/
  	padding-bottom: 5px;
    font-weight: normal;
    border-bottom: solid 1px steelblue;
		vertical-align: top;
}
#auxnav a {
		margin-left: -70%;
}

#contentbox {
		height: 80%;
		width: 100%;
		min-width: 720px;
		float: left;
}

#leftnav {
		width: 10%;
		float: left;
}

#content {
		height: 80%;
		width: 89%;
		float: right;
/*		overflow: auto;*/
}


td#content_text {
/*		background-color: lightsteelblue;*/
   	background-color: #EEEEEE;
		width: 100%;
}

td#content_empty {
		background-color: lightsteelblue;
		width: 100%;
}
td#empty {
		background-color: lightsteelblue;
}
/*
th#content_text {
   	background-color: #DDDDDD;
	  padding-top: 2px;
  	padding-bottom: 2px;
  	padding-left: 2px;
  	padding-right: 2px;
}

td#content_text {
	  padding-top: 2px;
  	padding-bottom: 2px;
  	padding-left: 2px;
  	padding-right: 2px;
		background-color: #EEEEEE;
		width: 100%;
}

td#content_empty {
	  padding-top: 2px;
  	padding-bottom: 2px;
  	padding-left: 2px;
  	padding-right: 2px;
		background-color: lightsteelblue;
		width: 100%;
}
*/

#leftintent {
	padding-left: 25%;
}

#bottombox {
    position:fixed;
		left: 0; bottom: 0; right: 0;
		background-color: steelblue;
}

#bottomline {
	  padding-top: 5px;
  	padding-bottom: 5px;
		padding-left: 10%;
		width: 80%;
    font-weight: normal;
		text-align: center;
}

-->
