* {
	margin: 0;
	padding: 0;
}
html {

}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ccc;
	background-color: #000;
}
a {
	color: #ccc;
	text-decoration: none;
}
a img {
	border: 0 none;
}
input, textarea {
	padding: 2px;
}
#logo {
	position: fixed;
	top: 120px;
	left: 30px;
	z-index: 33;
}
#logo a {
	display: block;
	width: 200px;
	height: 80px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#stuff {
	position: relative;
	padding-top: 100px;
}
#nav {
	position: fixed;	
	padding-top: 220px;
	width: 200px;
	height: 520px;
	left: 30px;
	background-image: url(../img/bg_menu.png);
	z-index: 97;
}
#navleft {
	position: fixed;	
	padding-top: 220px;
	width: 30px;
	height: 380px;
	background-image: url(../img/bg_menu.png);
	z-index: 99;
}	
#menu {
	padding-top: 20px;
	margin-bottom: 2em;
}
#menu li {
	list-style: none;
	font-size: 18px;
}
#menu li a {
	display: block;
	margin-left: -120px;
	width: 120px;
	padding: 4px 30px 4px 4px;
	background-image: url(../img/b_right.png);
	background-position: right;
	background-repeat: no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
#menu li.current a, #menu li a:hover {
	margin-left: 0;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#menuimpressum {
	padding-top: 20px;
	margin-bottom: 2em;
}
#menuimpressum li {
	list-style: none;
	font-size: 18px;
}
#menuimpressum li a {
	display: block;
	margin-left: -120px;
	width: 120px;
	padding: 4px 30px 4px 4px;
	background-image: url(../img/b_left.png);
	background-position: right;
	background-repeat: no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
#menuimpressum li.current a, #menu li a:hover {
	margin-left: 0;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}#nav p {
	text-align: right;	
	color: #999;
	padding: 15px 6px 0 6px;
	line-height: 1.1em;
	font-size: .92em;
}
#nav ul#other {
	padding: 12px 0 0 6px;
	list-style: none;
}
#nav ul#other li {
	font-size: .92em;
	padding: 0 0 9px 0;
}
#nav ul#other li a#blog {
	color: #ccc;
	padding: 3px 3px 3px 24px;
	background-image: url(../img/b_blog.png);
	background-position: left;
	background-repeat: no-repeat;
}
#nav ul#other li a#email {
	color: #999;
	padding: 3px 3px 3px 24px;
	background-image: url(../img/b_contact.png);
	background-position: left;
	background-repeat: no-repeat;
}
#nav ul#other li a#blog:hover, #nav ul#other li a#email:hover {
	color: #fff;
}
#nav p a#prints {
	display: block;
	width: 140px;
	height: 35px;
	text-indent: -999px;
	overflow: hidden;
	background-image: url(../img/hoopsprints.png);
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}
#nav p a#prints:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#content {
	position: absolute;
	left: 260px;
	padding-bottom: 30px;
}
.tool-tip {
	color: #fff;
	width: 189px;
	z-index: 13000;
}
.tool-tip2 {
	color: #fff;
	width: 600px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #990000;
	padding: 8px 8px 4px;
	background: url(../img/bubble.png) top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../img/bubble.png) bottom right;
}
/*
#footer {
	position: relative;
	color: #666;
	margin-top: -20px;
	padding-right: 10px;
	height: 20px;
	font-size: 10px;
	text-align: right;
}
*/
#footer {
	position: fixed;
	bottom: 12px;
	right: 20px;
	height: 12px;
	padding: 0px;
	overflow: none;
	font-size: 10px;
	text-align: right;
	color: #666;
	z-index: 0;
}
#footer a {
	color: #888;
}
#footer a:hover {
	color: #ccc;
}
#footer abbr {
	color: #666;
	border-bottom: dotted 1px #333;
}
#symbols {
	position: absolute;
	bottom: 0;
}
