/*************************************************************************
* 
* normal.css
* 
* ************************************************************************
* 
* Stylesheet for www.adlibjazz.no
* 
*************************************************************************/

body {
	margin				: 0px;
	padding				: 0px;
}

.main {
	width				: 930px;
	margin				: 0 auto;
	position			: relative;
	background			: url(mainbg.jpg);
}

.topImg	{
	position			: absolute;
}

.noSpacing {
	vertical-align		: bottom;
	border				: 0px;
}

.content {
	min-height			: 200px;
	padding				: 185px 200px 0px 200px;
	background			: url(top.jpg) no-repeat top center;
}

.contentHolder {
	position			: absolute;
}

div.menu {
	position			: absolute;
	top					: 147px;
	text-align			: center;
	width				: 930px;
}

ul.menu {
	list-style-type		: none;
	margin				: 0px;
	padding				: 0px;
	padding-left		: 16px;
}

li.menu {
	display				: inline;
	font-family			: Trebuchet MS;
	font-size			: 12px;
	padding				: 0px;
	margin				: 0px;
	padding-right		: 16px;
	text-transform		: uppercase;
}


a.menu {
	color				: #ffffff;
	text-decoration		: none;
}

a.menu:visited {
	color				: #ffffff;
	text-decoration		: none;
}

a.menu:hover {
	color				: #ffffff;
	text-decoration		: underline;
}

a.menu:active {
	color				: #ffffff;
	text-decoration		: none;
}

table.program {
	margin				: 0px;
	padding				: 0px;
	margin-left			: 2px;
}

td.program {
	margin				: 0px;
	padding				: 0px;
	border-bottom		: 1px solid #e9e9e9;
	padding-bottom		: 2px;
}

/*************************************************************************
* 
* Text styles
* 
*************************************************************************/

.tekst {
	font-family			: arial;
	font-size			: 12px;
	color				: #575498;
	line-height			: 16px;
}

.liten_skrift {
	font-family			: arial;
	font-size			: 10px;
	color				: #575498;
	line-height			: 16px;
}

.overskrift {
	font-family			: arial;
	font-size			: 18px;
	color				: #575498;
	line-height			: 24px;
}

a {
	color				: #be4eff;
	text-decoration		: underline;
}

a:visited {
	color				: #be4eff;
	text-decoration		: underline;
}

a:hover {
	color				: #f264ff;
	text-decoration		: underline;
}

a:active {
	color				: #be4eff;
	text-decoration		: underline;
}

.align_right {
	text-align			: right;
}