/* GRUNDSÄTZLICH */

* {
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	/* left:-10px; */
	line-height:14px;
}

body {
	background-color:#000000;
	
}


/* LINKS */

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #000000;
	background-color:#FFFFFF;	
}

a:active {
	text-decoration: none;
	color:#000000;
}

a:focus {
  outline: none;
}

/* SCHRIFTSTILE */

.TITEL {
	font-size: 12px;
	color: #339933;
	font-weight:bold;
}

.TEXT {
	font-size: 12px;
	color: #FFFFFF;
}


.NAVILINKS_INDEX {
	font-size: 12px;
	color: #FFFFFF;
}

.IMPRESSUM {
	font-size: 9px;
	color: #333333;
	text-align:center;
}


/* DIV-STILE */
.VORDERGRUNDBOX {
	width:100%;
	height:100%;
	position:fixed;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 50;
	overflow:auto;
}


.INHALTBOX {
	width:600px;
	height:400px;
	position:relative;
	margin: 0px;
	padding: 0px;
	z-index: 60;
	background-color:#00FF99;
}

.INHALTBOX_EQ {
	height:400px;
	position:relative;
	margin: 0px;
	padding: 0px;
	z-index: 60;
}

.BILDBOX {
	
	position:absolute;
	left:505px;
	top: 185px;
	margin: 0px;
	padding: 0px;
	z-index: 61;
}

.HINTERGRUNDBOX {
	width:100%;
	height:100%;
	position:fixed;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image:url(../tools/hg.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	z-index: 0;
}
.FOOTERBOX {
	width:150;
	height:50;
	position: absolute;
	margin: 5px;
	padding: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 75;
}

.INDEXBOX {
	overflow:auto;
	text-align:center;
	width:100%;
	height:100%;
	position:fixed;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	vertical-align:middle;
	z-index:60;
}

.schwarz {
background-color:#000000;
}

.grau {
background-image:url(../tools/chess_4x4.gif);
}

.bild_equipment {
position:absolute;
top:185px;
left:475px;
}

