body {
	background:
	#000000 url('KTEK_logo_new_green_dark.png') no-repeat fixed center;
	color:#00FF00;
	font-family:courier;
        margin-right:1%;
}

a {
        color:#FFFF00;
        text-decoration:none;
}

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

h3 {
        font-style:italic;
}

hr {
    height:1px;
    border:0;
    width:80%;
    background:#00FF00;
    text-align:center;
}

#controlpanel {
	float:left;
        background:transparent;
	color:#00FF00;
	font-family:sans-serif;
	text-align:center;
	border: 0px solid #AAAAAA;
        margin-left:2%;
        width:15%;
        margin-right:2%;
}

#controlpanel ul {
	list-style:none;
	margin:0;
	padding:0;
        width:100%;
}

#controlpanel ul li {
	margin:2px 2px 2px 2px;
	padding:0;
}

#controlpanel ul li a {
	display:block;
	background-color:#002000;
	color:#00FF00;
	text-decoration:none;
	padding:8px 8px 8px 8px;
        border:0px solid #00BB00;
}

#controlpanel ul li a:hover {
	background-color:#00A000;
	color:#000000;
}

#controlpanel ul li a:active {
	background-color:#00FF00;
	color:#000000;
}

#wrapper {
    overflow:hidden;
}

div.overlay {
    /* This transparency thing's a work in progress. */
    position:absolute;
    top:0;
    left:0;
    background-color:#00FF00;
    opacity:0.10;
    filter:alpha(opacity=10); /* Being nice to IE */
    width:100%;
    height:185;
}

div.spitze {
    position:relative;
    width:100%;
    text-align:center;
}

div.bork {
    font-family:Helvetica,sans-serif;
    width:78%;
    margin-right: 2%;
    float:right;
}

