/*Site struktur */

body,html {
	margin:0;
	padding:0;
	background: white;
	color: black;
	height: 100%;
	font: 12px serif;
}
	
body {
	min-width:904px;
}
	
#container {
	margin:0 auto;
	width:904px;
}

#header {
	height: 50px;
}

#main {
	width:754px;
	margin-left: 150px;
}

/* Menu */


#menu {
	width:150px;
	float: left;
}
	
#menu li {
	padding-bottom: 55px;
}

#menu ul  {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	top: 60px;
}



/*overskrifter */

h1 {
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}


p {
	margin-top: 6px;
}

	
/* diverse */


.lasse	{
	margin-left: 115px;
}
	
.mail {
	margin-bottom: 230px;
	margin-left: 95px;
}

img	{  
	border-style: none;
}	

.fototeksttable	{
	width: 100%;
	margin-top: -4px;
	border: none;
}

.right {
	text-align: right;	
}

.left {
	width: 343px;
	text-align: right;
}
	

/* Navigations rollover */

#contact	{
  	display: block;
  	width: 88px;
  	height: 14px;
  	background: url("../grafik/contact.gif") 0 0;
	position: relative;
	left: 5px;
}

#music	{
  	display: block;
  	width: 61px;
  	height: 14px;
  	background: url("../grafik/music.gif") 0 0;
	position: relative;
	left: 17px;
}

#live	{
  	display: block;
  	width: 44px;
  	height: 13px;
  	background: url("../grafik/live.gif")  0 0;
	position: relative;
	left: 24px;
}

#portrait	{
  	display: block;
  	width: 97px;
  	height: 14px;
  	background: url("../grafik/portrait.gif")  0 0;
}

#collection1	{
  	display: block;
  	width: 7px;
  	height: 14px;
  	background: url("../grafik/1.gif") 0 0;
	position: relative;
	left: 43px;
}



#contact span,#music span,#live span,#portrait span,#live span,#collection1 span	{
  	display: none;
}


/* slider */


#myController span	{
	color:#FFF;
	background:#000;
	margin-right:0px;
	cursor:pointer;
}

#jFlowSlide	{
	border-style: none;
}

#myController span.jFlowSelected {
	background:#FFF;
}

.jFlowPrev	{
	cursor:pointer;
	top: -23px;
	position: relative;
	font-size: 16px;
	left: 15px;
}


.jFlowNext	{
	cursor:pointer;
	top: -23px;
	position: relative;
	font-size: 16px;
	left: 27px;
}







