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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	background-attachment: fixed;
	background-color: #b90000;
	margin:0px;
}

p.rubrik {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	font-weight:bold;
}

p.formleap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;
}

form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;
}

p.rubrik2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;
	font-weight:bold;
}

p.litet {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
}

p.red {
	font-size:2.5em;
	color:#b90000;
}


#container {
	width:1020px;
}

#containerleft {
	width: 800px;
	height:auto;
}

#containerright {
	position:absolute;
	margin-left:820px;
	top:10px;
	width: 200px;
	height:auto;
}

div.contentright {
	background-color:#FFF;
	padding: 10px;
	width: 180px;
}

div.contentright2 {
	padding: 10px;
	width: 180px;
}

div.contentright3 {
	padding: 0px;
	width: 200px;
}


div.head {
	width:800px;
	height:auto;
}

div.content {
	background-color:#FFF;
	padding: 20px;
	width: 760px;
}

div.contentform {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#FFF;
	padding: 20px;
	width: 760px;
}

div.contentcontent {
	background-color:#FFF;
	padding:0px;
	width: 800px;
}

div.contentmindre {
	background-color:#FFF;
	padding: 20px;
	width: 460px;
}

div.contentminst {
	display:block;
	float:right;
	background-color:#FFF;
	padding: 20px;
	width: 260px;
	margin-top:20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

img {
	text-decoration:none;
	border:none;
}

img.fb {
	margin:20px;
	text-decoration:none;
}

.sub1 {
	background-color: #ffffff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px;
}
 
#sub2 {
	position:absolute;
	top: 50%;
	left: 50%;
	width:30em;
	height:18em;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em; /*set to a negative number 1/2 of your width*/
	border: 1px solid #000;
	background-color: #ffffff;
}

hr {
	color:#000;
}


