body {

	background-color: black;

	}



p {
	
	font-family: Helvetica, Arial, Sans-Serif;	
	font-size: 65%;
	
	line-height: 1.5em;
	
	color: white; 
	
	}



.title {

	text-transform: uppercase;
	
	letter-spacing: 0.1em;
	
	}

.menu_aktiv {
	background:url(../images/01-bullet.gif) no-repeat right center;
	padding-right: 15px;
} 

.menu_aktiv2 {
	background:url(../images/02-bullet.gif) no-repeat right center;
	padding-right: 15px;
} 


.menu_aktiv3 {
	background:url(../images/03-bullet.gif) no-repeat right center;
	padding-right: 15px;
}


a:link {
	
	text-decoration: none;
	
	color: white;

	}



a:visited {
	
	text-decoration: none;
	
	color: white;
	
}


img{
	border:none;
	}


#designnavi {
	
	position : fixed;

	top: 127px;
	
	left: 255px;
	
	width : auto;


	}



#designnavi a:hover {
	background:url(../images/01-bullet.gif) no-repeat right center;
	padding-right: 15px;
} 

#typenavi {
	
	position : fixed;

	top: 174px;
	
	left: 255px;
	
	width : auto;


	}



#typenavi a:hover {
	background:url(../images/02-bullet.gif) no-repeat right center;
	padding-right: 15px;
} 

#aboutnavi {
	
	position : fixed;

	top: 221px;
	
	left: 255px;
	
	width : auto;


	}



#aboutnavi a:hover {
	background:url(../images/03-bullet.gif) no-repeat right center;
	padding-right: 15px;
} 



#designcontent {
      
	top: 127px;
	left : 425px;
	
	width : auto;


	position : absolute;

	}



#designcontent a:hover {
	background:url(../images/01-bullet.gif) no-repeat right center;
	padding-right: 15px;
} 

#typecontent {
      
	top: 174px;

	left : 425px;
	
	width : auto;


	position : absolute;

	}



#typecontent a:hover {
	background:url(../images/02-bullet.gif) no-repeat right center;
	padding-right: 15px;
} 

#aboutcontent {
      
	top: 221px;

	left : 425px;
	
	width : 320px;


	position : absolute;

	}



#aboutcontent a:hover {
	background:url(../images/03-bullet.gif) no-repeat right center;
	padding-right: 15px;
} 


div#menu1{
	position : fixed;
	
	top: 130px;

	left: 30px;
	height:45px;
	width : 189px;


	overflow:hidden;
	}



div#menu1 a,div#menu1 a:hover{
	height:90px;
	overflow:hidden;
	display:block;
	text-decoration:none;
	float:left;
	}

div#menu1 a:hover{
	margin-top:-45px;
	}


div#menu2{
	position : fixed;
	
	top: 177px;

	left: 30px;
	height:45px;
	width : 189px;


	overflow:hidden;
	}


div#menu2 a,div#menu2 a:hover{
	height:90px;
	overflow:hidden;
	display:block;
	text-decoration:none;
	float:left;
	}

div#menu2 a:hover{
	margin-top:-45px;
	}

div#menu3{
	position : fixed;
	
	top: 224px;

	left: 30px;
	height:45px;
	width : 189px;


	overflow:hidden;
	}



div#menu3 a,div#menu3 a:hover{
	height:90px;
	overflow:hidden;
	display:block;
	text-decoration:none;
	float:left;
	}

div#menu3 a:hover{
	margin-top:-45px;
	}
