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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #000000;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(../ui/tile.gif);
	background-repeat: repeat;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FF8000;
}
a:active {
	text-decoration: none;
	color: #FFCC66;
}

h1 {
	color:#FF8000;
	font-size:16px;
	font-weight: bold;
	padding: 1em;
}

h2 {
	font-size: 14px;
	color:#FF8000;
}
h6 {
	font-size:10px
}

/* book-style paragraph */

p {
	text-align: justify;
	margin: 0px;
	padding: 0.5em;
}

p:first-letter {
	font-size: 18pt;
	float: left;
	margin-top: 0.2em;
	margin-right: 0.2em;
	font-style: italic;
}

/* floated images */

p > img.left {
	float: left;
	margin: 1em;
	border: 1px solid black;
}

p > img.right {
	float: right;
	margin: 0.5em;
	border: 1px solid black;
}

/* page layout */

div.container {
	width: 1000px;

	margin-left: auto;
	margin-right: auto;

	background: #333333;
}

div.content {
	display: block;
	position: relative;
	width: 690px;

  	margin-left: 150px;
	margin-right: 150px;

	overflow: auto;	/* deals with overflowing floated img */

	background: #000000;
}

div.left_sidebar {
	display: block;
	width: 150px;
	float: left;
	background: #333333;	
}
div.right_sidebar {
	display: block;
	width: 150px;
	float: right;
	background: #333333;
}

div.footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #666666;
	color: #333333;
	text-align: center;
	font-style: italic;
	-webkit-box-shadow: 0px 2px 3px #666666;
	-moz-box-shadow: 0px 2px 3px #666666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* mina egna */

a > img.mid {
	float: left;
	margin: 0.5em;
	border: 2px solid black;
}

div.left_5p {
	display: block;
	width: 5px;
	float: left;
	background: #333333;
}

div.right_5p {
	display: block;
	width: 5px;
	float: right;
	background: #333333;
}

div.rubrik {
	background-color:#666666;
	width:1000px;
	height:65px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color:#FF8000;
	font-size:26px;
	font-weight: bold;
	padding-top: 10px;
	text-shadow: 0px 2px 3px #171717;
	-webkit-box-shadow: 0px 2px 3px #666666;
	-moz-box-shadow: 0px 2px 3px #666666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
div.rubrik2 {
	background-color:#666666;
	width:1000px;
	height:0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color:#CCCCCC;
	font-size:12px;
	font-weight: bold;
	padding-top: 0px;
}



