body{
	background-repeat: repeat;
	background: url("images/bg.jpg");
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 12px;
}

div#center{
	width: 900px;
	margin-left: auto;
	margin-right: auto;

}
/*************** Menu **************************/

div#top{
	background: url("images/top_bg.jpg") no-repeat;
	width:100%;
	height:25px;
	padding-top: 128px;
	padding-bottom: 0;
	text-align: center;

}

div#top ul{
	margin: 0;
	padding: 0;

}

div#top li{
	display: inline;
/*	font-size: 0.8em;*/
	/*padding: 0 10px;*/

}

div#top a{
	color: #000;
	text-decoration: none;
}

div#top a:hover{
	text-decoration: underline;
}
		
/*************** Main **************************/
div#main{
	background: url("images/main_bg.jpg") repeat-y;
	width: 100%;
	float: left;
	padding-top: 20px;
}

div#main h1{
	font-size: 18px;
	font-weight: normal;

}

div#main h2{
	font-size: 12px;
	font-weight: bold;
	/*margin-top: 25px;*/

}

div#main a{
	color: black;
}

div#left{
	width:300px;
	float:left;
	margin-left:125px;

}
div#left ul{
	padding: 0;
}

div#left li{
	list-style: none;

}
table#program{
	border:0;
	width:280px;
	
}
table#program td{
	width:150px;
}

td#dato{
	width:90px !important;
	vertical-align:top;
}

table#program tr{
	margin-bottom: 25px;
}

div#left img{
	margin-top: 20px;
}

div#right{
	width:315px;
	float:right;
	margin-right:125px;
	margin-left:20px;
	text-align: right;
}

div#right img{
	margin: 10px;

}




div#bottom{
	background:url("images/bottom_bg.jpg") no-repeat;
	height:178px;
	width:100%;
	clear: both;

}

/***** Kunstnere *****/
h2#bildetekst{
	font-weight: normal !important;
	font-style: oblique;
	font-size: 9px !important;
	margin-top: 0px !imporant;
	margin-bottom: 20px !important;

}


/***** Kontakt **********/
#teksthoyre{
	text-align: left;
	width: 80%;
	float: right;

}

