body {
        background-image: url("images/background.jpg");
        font-family: arial;
        font-size: 8pt;
        color: #FFFFFF;
        margin: 0px;
        padding: 0px;
        text-align: left;
}

#main {
        width: 1200px;
        margin: 0 auto;
        background-image: url("images/bgfull.jpg");
}

#header {
        width: 1160px;
        height: 33px;
        padding-top: 153px;
        padding-left: 40px;
        background-image: url("images/header.gif");
        float: left;
}

#leftspan {
        width: 201px;
        background-color: transparent;
        float: left;
}

#cntspan {
        width: 797px;
        background-color: transparent;
        float: left;
}

#rightspan {
        width: 201px;
        background-color: transparent;
        float: right;
}

#footer {
        width: 1000px;
        height: 30px;
        float: left;
        background-image: url("images/footer.jpg");
}

.bznleft {
        width: 137px;
        height: 29px;
        padding-left: 50px;
        padding-right: 15px;
        padding-top: 2px;
        background-image: url("images/bzna.jpg");
        font-size: 9pt;
        font-weight: bold;
        float: left;
        text-align: center;
}

.bznright {
        width: 137px;
        height: 29px;
        padding-left: 15px;
        padding-right: 50px;
        padding-top: 2px;
        background-image: url("images/bznb.jpg");
        font-size: 9pt;
        font-weight: bold;
        float: left;
        text-align: center;
}

.leftbox {
        width: 147px;
        padding-left: 44px;
        padding-right: 9px;
        background-image: url("images/bga.jpg");
        float: left;
        text-align: left;
}

.rightbox {
        width: 137px;
        padding-left: 14px;
        padding-right: 50px;
        background-image: url("images/bgb.jpg");
        float: left;
}

#leftfooter {
        width: 202px;
        height: 15px;
        float: left;
        background-image: url("images/boxfa.jpg");
}

#rightfooter {
        width: 201px;
        height: 15px;
        float: left;
        background-image: url("images/boxfb.jpg");
}

#rightfootera {
        width: 201px;
        height: 6px;
        float: left;
        background-image: url("images/boxfc.jpg");
}

.bznrightb {
        width: 137px;
        height: 30px;
        padding-left: 14px;
        padding-right: 50px;
        padding-top: 2px;
        background-image: url("images/bznc.jpg");
        font-size: 9pt;
        font-weight: bold;
        float: left;
        text-align: center;
}

.headerbutton, .headerbutton:link, .headerbutton:active, .headerbutton:visited {
        width: 90px;
        height: 15px;
        background-color: transparent;
        float: left;
        margin-right: 19px;
        font-size: 8pt;
        text-align: center;
        text-decoration: none;
        color: #00ff00
}

.scrolltext, .scrolltext:link, .scrolltext:active, .scrolltext:visited {
        width: 689px;
        height: 15px;
        background-color: transparent;
        float: left;
        margin-right: 19px;
        font-size: 8pt;
        text-align: center;
        text-decoration: none;
        color: #00ff00
}

.headerbutton:hover {
        width: 90px;
        height: 15px;
        background-color: transparent;
        float: left;
        margin-right: 19px;
        font-size: 8pt;
        text-align: center;
        text-decoration: none;
        color: #0000cd
}

.navibutton, .navibutton:link, .navibutton:active, .navibutton:visited {
        width: 141px;
        height: 15px;
        font-family: verdana;
        background-color: transparent;
        padding-left: 5px;
        font-size: 8pt;
        text-align: center;
        text-decoration: none;
        color: #00ff00;
        float: left;
        text-align: center;
}

.navibutton:hover {
        width: 141px;
        height: 15px;
        font-family: verdana;
        background-color: transparent;
        padding-left: 5px;
        font-size: 8pt;
        text-align: center;
        text-decoration: none;
        color: #0000cd;
        float: left;
        text-align: center;
}

a:link, a:visited, a:active  {
        background-color:inherit;
        color:#00ff00;
        text-decoration:underline;
        font-weight: normal;
        font-size:8pt;
}
a:hover {
        background-color:inherit;
        color:#0000cd;
        text-decoration:underline;
        font-weight: normal;
        font-size:8pt;
}

.teamspeak {
 font-family: verdana;
 text-align: center;
 color: #0000FF;
}


#tooltip a {
	color: #00FF00;
	text-decoration: none;
}
#tooltip a:hover {
	color: #0000cd;
	text-decoration: none;
}
#tooltip a span {
	display: none;
}
#tooltip a:hover span {
	position:absolute;
	/*margin-left:-170px;*/
	margin-top:10px;
	display: block;
	color: #000;
	background: #0000cd; /*gibt die Hintergrung-Farbe des Tooltips an*/
	text-align:left;
	font-weight:normal;
	max-width: 170px;
	width: auto;
	border: 3px solid #00ff00; /*gibt Rahmendicke, -art und -farbe an*/
	z-index: 99;
}

/*Formatierung der Überschriftenzeile*/
.caltth {
 	background-color:#000000;
 	color:		#00ff00;
	font-weight:	bold;
	text-align:	center;
	padding:	1px 4px 1px 4px;
}
/*Formatierung des Inhaltes*/
.calttb {
	background-color:	#999;
	color:			#000;
	padding:		1px 4px 1px 4px;
}