@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

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

#text {
        font-size:x-small;
        position:absolute;
        top:20px;
        left:10px;
        height:800px;
        width:1000px;
}

#click4port {
        position:absolute;
        top:200px;
        left:50px;
        height:209px;
        width:205px;
        z-index: 100;
}
	
#lcd {
	position:absolute;
	top: 60%;
	left: 40%;
	z-index: 100;
}

#logo {
        position:absolute;
        left:60%;
        top:20px;
		height:auto;
}

#spkrL {
        position:absolute;
        left:0px;
        top:60%;
}

#table {
	background-image:url(images/fraktionz_bg.jpg);
	background-repeat: repeat-x;
	position:absolute;
	top: 60%;
	width: 99.4%;
}

#spkrR {
        position:absolute;
        left:80%;
        top:60%;
}
#fadeshow1 {
	margin-left: 25px;
	margin-top: -323px;
}

#footer {
	position: absolute;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	z-index: 110;
}
a.tip {
	position: relative;
}
a.tip span {
	display: none;
	position: absolute;
	top: 20px;
	left: 80px;
	width: auto;
	padding: 5px;
	z-index: 100;
	background: #000;
	color: #fff;
	border:thin;
	border-style:solid;
	border-color:#FFF;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
a:hover.tip {
	font-size: 99%; /* this is just for IE */
}
a:hover.tip span {
	display: block;
}
#siteLinks {
	background-image:url(images/textbg.png);
	background-repeat:no-repeat;
	margin-top:-20px;
	margin-left: 30px;
	width:389px;
	height:333px;
	padding: 15px;
	font-size: .75em;
}

