/* Generelt */
body{
	margin: 0;
	background-color: #000000;
	vertical-align: center; 
	width:600px;
	height:100%;
	padding-top: 0px;
}

A:link, A:visited, A:active{
  font: bold 12px verdana, sans-serif;
  color: #ffffff;
  text-decoration: underline;
}
A:hover{
  font: bold 12px verdana, sans-serif;
  color: #ffffff;
  text-decoration: underline;
}


/****************************************************************************/
/*************************** LEFT CONTENT ***********************************/
.left{
	width: 185px;
	height: 440px;
	vertical-align:top;
	background-color: #000000;
	border-left: 3px dashed white; 	
}

/****************************************************************************/
/*************************** MENU CONTENT ***********************************/
	
.menu{
	vertical-align: top;
}

/****************************************************************************/
/*************************** RIGHT CONTENT ***********************************/
	
.right{
	width: 412px;
	height: 440px;
	vertical-align:top;
/* 	background-color: #000000;*/
	background-repeat: no-repeat;	
	border-right: 3px dashed white; 
}	

.content{
	vertical-align:top;
	padding: 80px 20px 10px 30px;
	font: normal 12px verdana, sans-serif;
  	color: #ffffff;	
}	

A.rightlink:link, A.rightlink:visited, A.rightlink:active{
	font: normal 9px trebuchet MS, sans-serif;
	color: #ffffff;
	text-decoration: none;	
}

A.rightlink:hover{
	font: bold 9px trebuchet MS, sans-serif;
	color: #E90000;
	text-decoration: none;
}

#magnaphon{
	padding: 0 0 0 0;
}
.pictureframe{
border: 1px dashed #ddccdd; 	

}

	