body {
	margin: 0px;
	font-family: Futura, "Trebuchet MS", "Lucida Sans Unicode", Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	background: #000 url('../images/star_tile.png') repeat;
}
#glow {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -780px;
    margin-top: -475px;
    width: 800px;
    height: 500px;
}
#flash-target {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -265px 0 0 -488px;
    text-align: center;
}

div#container {
	width: 976px;
	margin: 10px auto;
	height: 530px;
	background: url(../images/background.gif) -25px -58px;
}

div#header {
}


div#post_content { clear: both; }

div#date {
	position: absolute;
	margin: 8px auto;
	width: 640px;
	text-align: right;
	font-size: 9px;
}

/* Content */
div#content {
	display: inline; /* IE double-margin fix */
	float: left;
	margin-left: 7px;
	margin-top: 6px;
	width: 730px;
	height: 428px;
}

div#pane {
	display: inline; /* IE double-margin fix */
	float: left;
	margin-top: 1px;
	margin-left: 50px;
	width: 200px;
	height: 426px;
	padding: 0 10px;
	overflow: auto;

	background-color: white;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
}

div#pane p {
}

h1 {
font-size: 25px;
text-align: center;
line-height: 30px;
color: white;
}
div#pane h2 {

}

/* Dock */
div#dock{
	background: transparent url(images/alpha50.png);
	margin: 365px 4px 0px 4px;
	float: right;
	border: 1px solid white;
	overflow: auto;
}
div#dock img {
	padding: 2px;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: white;
}
div#dock table {
	margin: 0;
	padding: 0;
}
div#dock td {
	padding: 5px;
}

/* Headers */
h2 {
	font-size: 17px;
	padding-bottom: 3px;
	margin: 0;
	font-weight: normal;
}
h2.rubrik1 {
	font-size: 17px;
	color: #666666;
	padding-top: 10px;
	margin-left: 20px;
}
h2.rubrik2 {
	font-size: 17px;
}
h2.rubrik3 {
	text-align: right;
	font-size: 15px;
	color: #666666;
}

/* NAV */
div#topnavigation {
	float: left;
	width: 90%;
	height: 18px;
	vertical-align: bottom;
}
div#topnavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 44px;
}
div#topnavigation li {
	display: inline;
	margin: 0;
	padding: 0 65px 0 0;
}
div#topnavigation a {
	text-transform: lowercase;
	color: #666666;
	text-decoration: none;
}
div#topnavigation a:link {
}
div#topnavigation a:visited {
}
div#topnavigation a:hover {
	color: black;
}
div#topnavigation a.current {
	color: black;
}

/* RIGHT NAVIGATION */
div#navigation {
	display: inline; /* IE double-margin fix */
	float: right;
	margin-right: 9px;
	margin-top: 0px;
	width: 209px;
}

div#navigation a.back {
	display: inline; /* IE double-margin fix */
	padding-top: 6px;
	padding-bottom: 7px;
	text-indent: 25px;
	float: left;
	width: 209px;
	text-transform: lowercase;
	text-decoration: none;
	color: white;
}

div#navigation a.active {
	background-image: url(../images/backbtn.gif);
	color: black;
}
div#navigation a.active:hover {
	background-image: url(../images/backbtnon.gif);
	padding-top: 7px;
	padding-bottom: 6px;
	text-indent: 26px;
}

div#navigation img {
	display: inline; /* IE double-margin fix */
	float: left;
	margin: 5px 5px 20px 10px;
	padding: 2px;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: white;
	width: 60px;
	height: 35px;
}
div#navigation ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 5px 0 0 0;
	width: 199px;
	height: 400px;
	overflow: auto;
}
div#navigation li {
	clear: both;
}
div#navigation a {
	color: black;
}
div#navigation a span {
	float: left;
	width: 100px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	overflow: hidden;
}
div#navigation span.txt {
	float: left;
	width: 100px;
	height: 25px;
	overflow: hidden;
}

/* footer */

div#footer {
	display: inline; /* IE double-margin fix */
	float: left;
	margin-left: 360px;
	margin-top: 20px;
}

div#footer span {
	display: block;
	color: #333333;
}

div.column4 {
	float: left;
	margin-left: 5px;
	width: 130px;
}


/* form */

fieldset {
	border: 0
}

legend {
	display: none
}

label {
	width: 100px;
	display: block;
}

input[type="text"], textarea {
	width: 200px;
	margin-bottom: .7em;
}

input[type="submit"] {
	display: block;
	font-size: 11px;
}

