/*#############################################################
Name: Blackbox
Date: 2006-06-01
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #555;
	margin: 20px 0;
	text-align: center;
	font: normal 74% sans-serif, Arial;
	
}
ul {
	margin: 12px 0;
}
/*li {
	list-style: url(img/li.gif);
	margin-left: 4px; 
}*/
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Misc */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: #CCCCCC url(img/quote.gif) no-repeat;
	padding-left: 28px;
	color: #666;
}


/* Main structure */
.main {
	background: #040404; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px; 
	text-align: left;
	width: 900px; 
	height: 600px;
	
}


/* Header */
.gfx {
	background: #222 url(img/logoklein.jpg) no-repeat;
	height: 160px;
}
.gfx h1 {
	color: #666666;
	font: normal 1.6em Arial;
	padding: 16px 20px;
}


/* Menu */

.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;
	
	
}

/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:0px;
	top:25px;
	border: 2px solid #454545;	
}

/* style all the links */
.menu a{
	display:block;
	font-size:12px;
	width:109px;
	padding:7px 0;
	color:#CCCCCC;
	background: #000;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
	font-weight: bold;
}
/* style the links hover */
.menu :hover{
color:#8e8e8e;
background:#d4d8bd url(img/bgitem-neg.gif);

}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:109px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
/*
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	font-size: 1.2em;
	float: left;
	padding-top: 4px;
	width: 149px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	width: 150px;
	border-right: none;
}


/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #1A1A1A;
	clear: both;
	height: 600px;
	
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em Arial;
	color: #7F7F7F;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
	height: 600px;
}


/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #666;
}
 .images {
	border: 1px solid #3C3231;
	margin-top: -40px;
	margin-bottom: 15px;
	margin-left: 15px;
}
 .imaches {
	border: 1px solid #3C3231;
	
	margin-bottom: 15px;
	margin-left: 15px;
}

.dia {
	position: relative;
	visibility: visible;
	height: 30px;
	width: 240px;
	left: 680px;
	top: 165px;
}
.vita {
	line-height: 16px;
	list-style-position: inside;
	list-style-type: circle;
}
.downtab {
	text-align: center;
}
.menu :visited  { 
	display:block;
	font-size:12px;
	width:109px;
	padding:7px 0;
	color:#ADADAD;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
	font-weight: bold;
 } 