* {
	margin: 0;
	padding: 0;
}
body {
	background: #1916C0;
	color: #161616;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	width: 100%;
	z-index: 1;
}

* html, 
* html body {
	bottom: 0;
	height: 100%;
	width: 100%;
	scrollbar-base-color: #E6EAF0;
/* commented backslash hack v2 \*/
overflow: hidden;
/* end hack */}

* html #head,
* html #foot {
	overflow: hidden;
	position: static;
	top: 0;
	height: 100%;
}
/*-------------------------------------  HEADER  ----------------*/

#header, #header1 {
	background: #1916C0 url(../images/header1.jpg) no-repeat;
	height: 120px;
	position: fixed;
	left: 30px; top: 0;bottom:0;
	width: 95%;
	text-align: right;
	/*padding: 70px 10px 0 0;*/
	z-index:200;
}

* html #header, *html #header1 {	
	background: #1916C0 url(../images/header1.jpg) no-repeat;
	position: absolute;
	left: 30px;
	top: 0px;
	width: 95%;
	height: 120px;
	padding: 70px 10px 0 0;
	z-index:100;
}
#header1, *html #header1 {
		background: #1916C0 url(../images/header2.jpg) no-repeat;
}
/*-------------------------------------  FOOTER  ----------------*/

#footer {
	background: #1916C0;
	height: 120px;
	position: fixed;
	bottom: 0; left: 5px; right: 5px;
	text-align: right;
	z-index:200;
}

* html #footer {	
	background: #1916C0;
	left: 0;
	position: absolute;
	top: expression(document.body.
	clientHeight - 120 + "px");
	width: 99%;
	margin-right: 5px;margin-left: 5px;
	height: 120px;
	z-index:100;
}
#farbe {
	position: relative;
	top:0;left: 0;bottom: 0;right: 10px;
	background: transparent url(../images/bg_farben.jpg) no-repeat top right;
	height: 100%;
}
#meer {
	position: relative;
	top:0;left: 0;bottom: 0;right: 10px;
	background: transparent url(../images/bg_meer.jpg) no-repeat top right;
	height: 100%;
}
#mineral {
	position: relative;
	top:0;left: 0;bottom: 0;right: 10px;
	background: transparent url(../images/bg_mineral.jpg) no-repeat top right;
	height: 100%;
}
/*-------------------------------------  CONTENT  ----------------*/
#content {
	background: #49D0CE;
	position: absolute;
	top: 120px; left: 5px; bottom: 120px; right: 5px;
	border: 1px solid blue;
/* commented backslash hack v2 \*/
	overflow: auto;
/* end hack */
	z-index: 1;
}

* html #content {
	background: #49D0CE;
	position: absolute;
	top: 120px; left: 5px; 
	height: expression(document.body.
	clientHeight - 240 + "px");
	width: 99%;
}
#content1 {
	background: #49D0CE;
	position: absolute;
	top: 120px; left: 5px; bottom: 5px; right: 5px;
	border: 1px solid blue;
/* commented backslash hack v2 \*/
	overflow: auto;
/* end hack */
	z-index: 1;
}

* html #content1 {
	background: #49D0CE;
	position: absolute;
	top: 120px; left: 5px; 
	height: expression(document.body.
	clientHeight - 125 + "px");
	width: 99%;
}
#contentfirst {
	background: #497ABF url(../images/bg_index_1.jpg) no-repeat;
	position: absolute;
	top: 120px; left: 5px; bottom: 5px; right: 5px;
	border: 1px solid blue;
/* commented backslash hack v2 \*/
	overflow: auto;
/* end hack */
	z-index: 1;
}

* html #contentfirst {
	background: #497ABF url(../images/bg_index_1.jpg) no-repeat center;
	position: absolute;
	top: 120px; left: 5px; 
	height: expression(document.body.
	clientHeight - 125 + "px");
	width: 99%;
	text-align: center;
}

/*-------------------------------------  SPIEGEL ----------------*/
#spiegel {
	color: black;
	text-align: center;
	padding:15px;
}
* html #spiegel {
	width: 99%;
	height: 100%;
}
#spiegelrechts {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 40%;
	text-align: right;
}
#spiegellinks {
	position: absolute;
	top: 20px;
	left: 1%;
	width: 45%;
	text-align: right;
}

/*-------------------------------------  TEXTFORMATIERUNGEN ----------------*/
a {
	background: transparent;
	color: #00008B;
	text-decoration: underline;
}

a.visited {
	background: transparent;
	color: #D0D0D0;
}

a:hover {
	background: transparent;
	color: Red;
}

a.aktiv {
	background: transparent;
	color: #49D0CE;
	cursor: default;
}

h1 {
	background: transparent;
	color: #113E7F;
	font-size: 150%;
	line-height: 160%;
	font-weight: normal;
	padding: 5px 0 5px 0px;
	text-align: left;
}

h2 {
	background: transparent;
	color: #11417F;
	font-size: 130%;
	line-height: 140%;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

h3 {
	background: transparent;
	color: #00008B;
	font-size: 100%;
	line-height: 120%;
	font-weight: normal;
	padding: 5px 0 3px 10px;
}

h4 {
	background: transparent;
	color: #666666;
	font-size: 95%;
	line-height: 110%;
	font-weight: bold;
	padding: 10px 0 2px 10px;
	text-align: center;
}
h5 {
	background: transparent;
	color: #A9A9A9;
	font-size: 80%;
	line-height: 100%;
	font-weight: bold;
	margin-top: 5px;
	padding: 3px 0 3px 10px;
}

img {
	margin: 5px;
	border: 0px solid;
}
img a{
	border: 0 none;
   padding: 0 0 0 0;
}
ul {
	color: #2E2E2E;
	font-size: 100%;
	line-height: 120%;
	background: transparent;
}
li {
	font-size: 80%;
	line-height: 120%;
	list-style: disc outside;
/*	padding: 0 0 0 10px;
	marker-offset: 10px;*/
}
p {
	font-size: 90%;
	line-height: 120%;
	text-align: justify;
	margin: 1px 10px 2px 0;
}
* html p {
	font-size: 90%;
	line-height: 120%;
	text-align: justify;
}
.invis {
	display: none;
}
hr {
	color: blue;
	width: 100%;
	height: 0.5px;
}
blockquote {
	padding: 0 0 0 30px;
}
.high {
	background-color: transparent;
	color: #D98D00;
	font-weight: bold;
}
.medium {
	color: #1916C0;
	font-size: 105%;
	line-height: 120%;
	text-align: center;
	margin: 5px;
	background: transparent;
}
.medleft{
	color: Navy;
	font-size: 85%;
	font-style: italic;
	line-height: 120%;
	text-align: left;
	margin: 5px;
	background: transparent;
}
.pcenter {
	background: transparent;
	color: #3A3A3A;
	font-size: 70%;
	padding: 3px 0 0 0px;
	text-align: center;
}
.peinr{
	background: transparent;
	color: #4C4C4C;
	font-size: 80%;
	padding: 1px 0 0 20px;
	text-align: left;
}
.pleft {
	background: transparent;
	color: Black;
	font-size: 70%;
	line-height: 120%;
	padding: 1px 15px 0 15px;
	text-align: justify;
}
.pright {
	background: transparent;
	color: #383838;
	font-size: 70%;
	padding: 3px 20px 0 20px;
	text-align: right;
}
.smaller {
	background: transparent;
	color: #3C0000;
	font-size: 60%;
	text-align: center;
}
.small {
	background: transparent;
	color: Navy;
	font-size: 65%;
	text-align: right;
	padding: 3px 20px 0 20px;
}
.clearall {
	clear: both;
	text-align: center;
	font-size: 70%;
	color: Black;
	margin:0;
	padding: 0;
}
.clearleft {
	clear: left;
	text-align: left;
	margin-left: 15px;
	font-size: 70%;
	color: Black;
	margin:0;
	padding: 0;
}


.menue {
	font-size: 70%;
	line-height: 120%;
	color: #FFFFFF;
	font-style: normal;
	margin: 5px 5px 5px 5px;
	text-decoration: none;
	border-right: 1px solid white;
}

.menuesub {
	font-size: 70%;
	line-height: 120%;
	color: #49D0CE;
	text-decoration: none;
	border-right: 1px solid white;
	margin: 5px 5px 5px 5px;
}
table {
	vertical-align: middle;
	width: 90%;
	height: 60%;
}
td {
	vertical-align: top;
	text-align: left;
}
.table1.td1 {
	vertical-align: top;
	text-align: left;
	border-bottom: 0px solid silver;

}
.table1 {
	vertical-align: top;
	width: 80%;
	font-size: 70%;
	text-align: left;
}
.table1 td {
	border-bottom: 1px solid silver;
}
.table1 a {
padding: 10px;
}