@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtr #container {
	position:relative;
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 610px;
	background-image: url(/images/design/1021_danl-Bakgrund-1.gif);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	overflow: hidden;
	position:absolute;
	top:174px;
	left:175px;
	width:766px;
	height:380px;
	background-color:#FFFFFF;
	color:#000000;
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #topLeftLogo {
	position:absolute;
	top:15px;	left:15px;	width:203px;	height:92px;
}

.oneColFixCtr #statusUpdate {
	position:absolute;
	top:55px;	left:650px;	width:335px;	height:60px;
	font-size:10px;
}

#albumBottomImage {
	position:relative;
	height:50px;
	clear:both;
}
#albumBottomText {
	position:relative;
	height:20px;
	clear:both;
}
#albumBottomBigImg {
	position:relative;
	height:80px;
	clear:both;
	margin-left:10px;
}
#albumBottomBigImg img {
	vertical-align:middle;
}

#statusUpdateField {
	width:326px;
	background:#cccccc;
	border: 1px solid #999999;
	margin-left:3px;

}

.oneColFixCtr #leftMenu {
	position:absolute;
	top:164px;
	left:15px;
	width:145px;
	height:430px;
	margin:0px;
	padding:0px;
}

.oneColFixCtr #topMenu {
	position:absolute;
	top:138px;
	left:171px;
	width:828px;
	height:30px;
}

#navlist
{
padding: 0;
margin: 0;
width: 135px;

}

#navlist li
{
list-style: none;
margin: 0;
padding: 7px 0px 7px 0px;
border-bottom: 1px solid white;
}
#navlist ul
{
margin: 0;
padding: 0;
}

#navlist #active { color:#FFFF00; }

#navlist li a {
	text-decoration: none;
	color:#FFFFFF;
	font-size:12px;
}

#navlist li a:hover { color:#FFFF00; }

/* ///////////  TopMenu \\\\\\\\\\\\\\\\\  */

#navlistTopMenu
{
list-style: none;
padding: 0;
margin: 0;
}

#navlistTopMenu li
{
display: inline;
padding: 0px 10px 0px 10px;
margin: 0;
border-right:1px solid #FFFFFF;
}

#navlistTopMenu #active { color:#FFFF00; }

#navlistTopMenu li a {
	text-decoration: none;
	color:#FFFFFF;
	font-size:12px;
	letter-spacing:2px;
}
#navlistTopMenu li a:hover { color:#FFFF00; }
