body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#CCCCCC;
	background: #000000;
	overflow:auto;	
}

#box{
position:relative;
margin:10px auto;
width:800px;
//border:1px solid #CCCCCC;
//background-color:#CCCCCC;
}

#left{
	position: absolute;
	top:150px;
	left:0px;
/*	height:100%; */
	width:150px;
/*	padding-top:165px; */
	background-color: #000000;
	z-index: 1;
}

#menue{
list-style-type:none;
margin:0.5em;
padding-left:0.5em;
line-height: 2;

}

#menue a: hover {
/* background-color:#FFFFFF;
color:#000000; */
text-decoration:underline;
}

#main{
	position: absolute;
	top:150px;
	left:150px;
/*  height:100%; */
	width:650px;
/*	padding-top:170px; */
	background-color: #000000;
	z-index: 1;
}

#title{
	position: absolute;
	top:0px;
	left:0px;
	height:150px;
	width:800px;
	background-color: #000000;
	z-index: 5;
}

a:link, a:visited, a:active {
	color:#FF9933;
	text-decoration:none;
}

a:hover {
	color:#FF9933;
	text-decoration:underline;
/*	background-color:#FFFFFF; */
}

#triple1 {
position: absolute;
	top:10px;
	left:10px;
	height:230px;
	width:230px;
}

#triple2 {
position: absolute;
	top:10px;
	left:250px;
	height:230px;
	width:230px;
	text-align:center;
}

#triple3 {
position: absolute;
	top:10px;
	left:490px;
	height:230px;
	width:230px;
}

#triple4 {
position: absolute;
	top:250px;
	left:10px;
	height:230px;
	width:230px;
}

#triple5 {
position: absolute;
	top:250px;
	left:250px;
	height:230px;
	width:230px;
}

#triple6 {
position: absolute;
	top:250px;
	left:490px;
	height:230px;
	width:230px;
}


#center {
	position: absolute;
/*	top: 50%; */
	left: 50%;
}

#site {
	position: absolute;
/*	top:-300px; */
	left:-400px;
/*	height:600px; */
	width:800px;
}

.nodecor {
text-decoration:none;
border:none;
}