body, html {
}
body {
font-family: Verdana;
font-size:12px;
text-align: center;
padding:0 0 50px 0;
margin:0;
}
.oddbody {
	background: #000000;
	}
h4 {
font-family: Verdana;
font-size:14px;
letter-spacing: 0;
line-height:1;
margin:0;
margin-bottom:8px;
}
h3 {
font-family: Verdana;
font-size:16px;
letter-spacing: 0;
line-height:1;
margin:0;
margin-bottom:8px;
}
p {
margin:10px 4px;
font-size: 12px;
}
p a {
color:#bbb;
}
#header {
background-image:url('images/top_logo.jpg');
background-repeat:no-repeat;
border-bottom:0px none;
border-left: 0px none;
border-right: 0px none;
border-top: 0px none;
text-align:right;
height: 120px;
background-color:#FFFFFF;
}

#container, #navigation, #content, #footer {
border: none;
}
#header, #navigation, #content {
margin-bottom:0px none;
}

#container {
margin:0 auto 0 auto;
padding:0px;
width:775px;
text-align:center;
}

#navigation {
background-color:#2e597c;
}

#content {
min-height:200px;
text-align:left;
color: #666666;
background:#ffffff;
width:775px;
float:left;
clear:both;	
}
.content2 {
width:725px;
padding:25px 20px 25px 25px;
text-align:left;
color: #666666;
background:#ffffff;
}
#content_bilder {
	width:755px;
	padding:25px 10px;
	text-align:left;
	color: #666666;
	background-color: #FFFFFF;
}
.content_diskografi {
	width:700px;
	padding:25px 5px 25px 70px;
	text-align:left;
	color: #666666;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/skiva.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

ul#menu {
margin:0;
padding:4px 0;
bottom:0;
}
ul#menu li {
list-style-type:none;
display:inline;
margin:0;
}
ul#menu a {
padding:4px 14px;
color:#FFFFFF;
font-family:Verdana;
font-size:13px;
text-decoration:none;
font-weight:bold;
}
ul#menu a:visited {
color:#FFFFFF;
}
ul#menu a:hover {
color:#000000;
background:#edd302;
}
ul#menu li#current a {
background:#FFFFFF;
color:#edd302;
}
.spelplan_left {
float:left;
width:400px;
padding-left:0px;
padding-right:0px;
background-color:#FFFFFF;
}
.spelplan {
float:right;
width:300px;
padding-left:20px;
padding-right:0px;
background-color:#FFFFFF;
font-size:14px;
line-height:1.5;
}
.spelplan b {
color: #666666;
font-size:18px;
font-weight: bolder;
}

.main_left {
	float:left;
	width:500px;
	background-color:#FFFFFF;
	border-right-color:#CCCCCC;
	border-right:2px dotted;
	text-align:justify;
}
.main_right {
	float:right;
	clear:right;
	width:215px;
	background-color:#FFFFFF;
}

#footer {
float:left;
clear:both;
	width:775px;
	padding:0px;
	background:url(images/bottom.gif) no-repeat bottom left;
    text-align:center;
}
#footer span {
display:block;
	padding:10px;
	position:relative;
	font-size:11px;
	color: #CCCCCC;
}
#currentmeny {
	float:left;
	padding:10px 0px 10px 10px;
	width:170px;
}

#currentmeny li {
list-style-type:none;
display: block;
margin:0;
line-height:30px;
text-align:right;
}
#currentmeny a {
font-size:14px;
	text-decoration:none;
	border-bottom:1px dotted #505050;
	color:#999999;
	padding-right:10px;
}
#currentmeny a:hover {
color:#303030;
text-decoration:none;
border-bottom:1px solid #505050;
}
#currentmeny li#current a {
	background:#eeeeee;
	color:#000000;
	padding:5px;
	border-top: 1px solid #cccccc;
	border-right: 0px none #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#currentbilder {
	border: #cccccc 1px solid;
	padding: 10px 5px;
	background-color:#eeeeee;
	float:right;
	width:563px;
	position:relative;
	min-height:250px;
}
#currentbilder a {
color:#333333;
text-decoration:underline;
}
#currentbilder a:hover {
text-decoration:none;
color:#660000;
}
#currentbilder a img
{
	padding: 6px;
	border: 1px solid #ccc;
	margin: 2px;
}

#currentbilder a img:hover
{
	border-color:#2e597c ;
}
img {
	border:2px solid black;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
