/* GRUNDSÄTZLICH */

body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	
}

body {
	background-color:#000000;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url(tools/background_top.jpg);	
}




/* LINKS */

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

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

a:hover {
	text-decoration: overline underline;
	color: #003366;
}

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

a:focus {
  outline: none;
}

/* SCHRIFTSTILE */

.TITEL {
	font-size: 12px;
	color: #003366;
	/* letter-spacing:10px; */
	font-style:italic;
}

.Stil1 {
	font-size: 12px;
	color: #000000;
}

.CAST1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #222222;
}

.CAST2 {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	color: #333333;
	font-size:14px;
}

.SITITEL {
	vertical-align:bottom;
	text-align:right;
	letter-spacing:15px;
	color: #444444;

}

.START {
	color: #555555;
}


/* DIV-STILE */

.BOX {
	background-color: #666666;
	padding: 5px 20px 5px 20px;
	border: 1px solid #000000;
}

.VORDERGRUNDBOX {
	width:100%;
	height:100%;
	position:fixed;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow:auto;
	z-index: 20;
	
}
.HINTERGRUNDBOX {
	width:100%;
	height:100%;
	position:fixed;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image:url(tools/background3.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	z-index: 15;
}
.HINTERGRUNDBOX2 {
	width:100%;
	height:100%;
	position:fixed;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: none;
	background-image:url(tools/background2.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	z-index: 10;
}
.HINTERGRUNDBOX3 {
width:100%;
	height:100%;
	position:fixed;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: none;
background-image:url(tools/background2.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	z-index: 10;
}
.FORM {
font-family: Courier, "Courier New", monospace, Arial, Times, "Times new Roman", serif;
color: #000000;
line-height:1em;
font-size: 11px;
background-color: #999999;
border-color: #999999;
padding:3px 5px 3px 5px ;
border-style:none;

}

.premiere {
color:#FFFFFF;
}



.formular_button {
	font-family: Courier, "Courier New", monospace, Arial, Times, "Times new Roman", serif;
	color: #000000;
	background-color: #CCCCCC;
	font-size: 11px;
	padding:3px 5px 3px 5px ;
	border: 0px;
	cursor: pointer;
}

.formular_button:hover {
background-color: #003366;
color:#FFFFFF;
}
