/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: small;*/
	font-size: 75%;
	background-color: #3F3F3F;
	line-height: 140%;
	margin: 0px;	
}

/* CSS Document */

a, a:visited {
	color: #142D41;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0px;
	color: #004F7A;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
}

h2.blog {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #004F7A;
	font-family: Arial, Helvetica, sans-serif;
	}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #004F7A;
	font-family: Arial, Helvetica, sans-serif;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color: #004F7A;
	}
	
h4 {
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #004F7A;
	font-family: Arial, Helvetica, sans-serif;
}

.alignleft {
	float:left;
	padding: 0px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 1px;
}


.alignright {
	float:right;
	padding: 0px;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 5px;
}

.alignleft_clear {
	float:left;
	padding: 0px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 1px;
	clear:left;
}


.alignright_clear {
	float:right;
	padding: 0px;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 5px;
	clear:left;
}

.logo_image  {
	margin-right:150px;
}


/* The layout of the site */

.contentdiv .teaser_bjorn3d {
	clear:both;
	margin:0;
}

.contentdiv .teaser_bjorn3d a:link, .teaser_bjorn3d a:visited {
	display:block;
	background-image: url(/images/top_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 75%;
	height: 125px;
	width: 740px;
}

.contentdiv .teaser_bjorn3d a:hover {
	display:block;
	background-image: url(/images/top_back_mo.gif);
	color: #FFFFFF;
	text-decoration: none;	
}

.contentdiv .teaser_bjorn3d .teaser_image {
	float:left;
	padding-right:10px;
}


.contentdiv .teaser_bjorn3d .teaser_title {
	display:block;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.contentdiv .teaser_bjorn3d .teaser_text {
	display:block;
	font-size:14px;
	font-style:italic;
	margin:0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;	
}

/* The Main container  */

#container
{
	width: 1120px;
	margin: 10px auto;
	background-color: #ffffff;
	background-image: url(/images/200604/backgrounds/back_line3.gif);
	background-repeat: repeat-y;
}

#container_imageview
{
	width: 98%;
	margin: 10px auto;
	background-color: #ffffff;
	/*background-image: url(/images/200604/backgrounds/back_line2.gif);*/
	background-repeat: repeat-y;
}

#container_2col
{
	width: 1120px;
	margin: 10px auto;
	background-color: #ffffff;
	background-image: url(/images/200604/backgrounds/back_line4.gif);
	background-repeat: repeat-y;
}

#news_edit_container
{
	width: 85%;
	margin: 10px auto;
	background-color: #ffffff;
	padding: 15px;
}

/* The Top header */

#top
{
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	margin: 0px;
	background-image: url(/images/Logo/logo_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float:left;
	width: 100%;
}

#top_old
{
	background-color: #000000;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	margin: 0px;
}

#top2
{
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	margin: 0px;
	background-image: url(/images/Logo/logo_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#search
{
	background-color: #004F7A;
	text-align: right;
	padding: 3px;
}

#search form {
	margin: 0px;
}
#search .search_text {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#search select {
	font-size: 10px;
}
#search input {
	font-size: 10px;
}


#google_search
{
	background-color: #004F7A;
	text-align: right;
	padding: 3px;
}

#google_search form {
	margin: 0px;
}
#google_search .search_text {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#google_search select {
	font-size: 10px;
}
#google_search input {
	font-size: 10px;
}

/* The left navigation column */
/* leftnav = OLD */

#leftnav
{
	float: left;
	width: 175px;
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#content_navigation {
	background-color: #ffffff;
	float: left;
	width: 175px;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



/* The main content */

#content_2col
{

	float: left;
	width: 935px;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#content_imageview
{

	float: left;
	width: 80%;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#content_3col
{

	float: left;
	width: 935px;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#content {
	background-color: #ffffff;
	float: right;
	width: 740px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content_blog {
	background-color: #ffffff;
	float: right;
	width: 605px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*#content
/*{
/*	margin-left: 185px;
/*	margin-right: 145px;
/*	padding-right: 5px;
/*	padding-left: 5px;
/*}*/

/* The ad column */

#rightnav
{
	background-color: #ffffff;
	float: right;
	width: 160px;
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* The Menu */
#menu {
	background-color: #004F7A;
	margin: 0px;
	text-align: left;
	clear: none;
}

ul#mainnav {
	list-style:none;
	margin: 0;
	background-color: #004F7A;
	width:100%;
	float:left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

#menu li {
	float:left;
	padding-left: 3px;
}

#menu a, #menu a:visited {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2E90C1;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* The bottom menu */
#bottom_navigation
{
clear: both;
margin: 0;
background-color: #004F7A;
margin: 0px;
text-align: left;
border-top: 1px solid gray;
}

ul#bottomnav {
	list-style:none;
	margin: 0;
	background-color: #004F7A;
	width:100%;
	float:left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

#bottomnav li {
	float:left;
	padding-left: 5px;
}

#bottomnav a, #bottomnav a:visited {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2E90C1;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 13px;
	font-weight: bold;
}

#bottomnav a:hover {
	text-decoration: underline;
}

/* Sidebar */
/* leftnav = OLD */

.sb_title {
	background-image: url(/images/200604/backgrounds/mini_gradient.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 3px;
}

.sb_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAC7D7;
	padding: 3px;
}

#leftnav ul {
	list-style: none;
	margin: 0px;
	width: 100%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#leftnav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAC7D7;
	padding: 3px;
}

#content_navigation ul {
	list-style: none;
	margin: 0px;
	width: 100%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#content_navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAC7D7;
	padding: 3px;
}

/* Ad-column */

#rightnav .node {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	
}

/* Content area */
/* content = OLD */


#content_main {

}

#content .promote {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 4px;
}

#content .ad {
	background-color: #3F3F3F;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}


#content .node {
	text-align: left;
}

#content .rotate_content {
	float:left;
	background-color: #333333;
	clear: right;	
}

#content .rotate_content .rotate_left {
	float:left;
	width:195px;
}

#content .rotate_content .rotate_left .inner {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#content .rotate_content .rotate_right {
	float:right;
	width:540px;
}

#content .rotate_content .rotate_right .inner {
	padding:5px;
}

#content .rotate_content .rotate_right .inner .rotate_text {
	font-size: 14px;
	font-style: italic;
	color: #CDCDCD;
}

#content .rotate_content .rotate_right .inner .rotate_text a:link, #content .rotate_content .rotate_right .inner .rotate_text a:visited{
	color: #CDCDCD;
}

#content .rotate_content .rotate_right .inner .rotate_text .rotate_read_more {
	font-weight: bold;
	text-align: right;
}



#content .rotate_content .rotate_right .inner h2 {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:8px;
	color:#FFFFFF;
	
}






#content .review {
	float: left;
	width: 24%;
	margin: 2px;
	padding: 0px;
}

#content .review_heading {
	background-image: url(/images/200604/backgrounds/mini_gradient.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding-left: 4px;
}

#content .review_image {
	border: 1px solid #000000
}

#content .review_title {
	background-color: #000000;
	font-size: 11px;
	padding: 3px;
	line-height: 105%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#content .review_title a:link, #content .review_title a:visited {
	color: #FFFFFF;
}

#content .review_summary {
	background-color: #E8E8E8;
	font-size: 10px;
	padding: 3px;
	line-height: 105%;
	font-weight: normal;
}

#content .archive_header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	text-align: center;
}

#content .archive_search {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content .archive_links {
	text-align: left;
	font-style: italic;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin: 0px;
	background-color: #E8E8E8;
}

#content .archive_links .special {
	font-weight: bold;
	padding-right: 5px;	
}

#content .archive_links .normal {
	padding-right: 5px;	
}


#content .archive_search input {
	font-size: 80%;
	color: #666666;
}

#content form {
	margin: 0px;
	padding: 0px;
}

/* Ads */
#content .ad_netshelter {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top:3px;
	padding-bottom:3px;
	background-color: #E4E4E4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#content .ad2 {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top:3px;
	padding-bottom:3px;
}



#content .chitica_ad {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top:3px;
	padding-bottom:3px;
	background-color: #E4E4E4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


/* News */

#content .newsheading {
	color: #FFFFFF;
	background-color: #004F7A;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 3px;
}

.newsquote {
	font-size: 90%;
	font-style: italic;
	color: #000000;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}

#content .nyhetstitel {
	font-size: medium;
	font-weight: bold;
	text-align: left;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 8px;
}

#content .nyhettid {
	font-size: x-small;
	color: #999999;
	text-align: left;
	margin-right: 3px;
	margin-left: 3px;
}

#content .nyhetstitel a, #content .nyhetstitel a:visited{
	color: #004F7A;
	text-decoration: none;
}

#content .nyhetstitel a:hover{
	text-decoration: underline;
}

#content .nyhetstext {
	font-size: small;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-bottom: 15px;
}

#content .nyhetstext a, #content .nyhetstext a:visited {
	color: #004F7A;
	text-decoration: none;
}

#content .nyhetstext a:hover {
	text-decoration: underline;
}

/* Footern */

.footer_bottom {
	font-size: 80%;
	color: #CCCCCC;
	padding: 5px;
	width: 970px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 90%;
	font-style: italic;
}


/* Review and article listing */

#content .review_search {
	margin-top:30px;
	margin-bottom:30px;
	padding:4px;
	font-size: 0.95em;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}

#content .review_search .select {
	font-size: 0.9em;
}

#content .list_articles {
	float:left;
	clear:both;
	margin-top:5px;
}

#content .list_articles h2{
	font-size:1.2em;
}

#content hr.article_list_line {
	color: #000000; 
	background-color: #000000;
	height: 1px;
	border: 0;
	width:98%;
	clear:both;
	padding-top:4px;
	padding-bottom:4px;
}




/* Review css */

#content .image_caption_big {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #004F7A;
	font-family: Arial, Helvetica, sans-serif;
}

#content .image_caption_small {
	font-size: 0.9em;
}


#content .reviewtable {
	border: 1px solid #000000;	
}

#content .rev_nextprev {
	width:580px;
	
	list-style:none;
}

#content .rev_prev {
	float:left;
	font-size: 125%;	
	}

#content .rev_next {
	float:right;
	font-size: 125%;
}

#content .rev_nextprev2 {
	float:left;
	height:15px;
	clear:both;
}

#content .rev_prev2 {
	float:left;
	font-size: 125%;	
	}

#content .rev_next2 {
	float:right;
	font-size: 125%;
}


#content .rev_info {
	line-height: 120%;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
}

#content .rev_logo {
	float: left;
	margin-right: 2px;
	clear: right;
}

#content .float_right {
	margin: 5px;
	float: right;
}

#content .rev_award {
	float: right;
	margin-left: 5px;
}

#content .rev_text {
	padding: 4px;
	font-size: 1.15em;
	line-height: 1.3em;
}

#content .rev_text a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336699;	
}

#content .rev_text a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #336699;
	border-bottom-style: none;	
}

#content .rev_text .no_line {
	border: none;
}


#content .rev_bigad {
	float: right;
	margin-top: 25px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	border: 1px solid #000000;
}

#content .rev_text ul {
	list-style-type: square;
}

#content .rev_quote {
	color: #666666;	
}

#content .rev_navigation {
	font-size: 90%;
	color: #FFFFFF;
	background-color: #004F7A;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#content .rev_navigation a, #content .rev_navigation a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#content .rev_navigation a:hover {
	text-decoration: none;
}

#content .rev_subtitle {
	font-size: 105%;
	font-weight: bold;
}

#content .rev_bigad_bottom {
	height: 250px;
	width: 300px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid #000;
}

#content .rev_info a {
	color: #142D41;
}

#content .rev_title {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #004F7A;
}

#content .rev_main_title {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
}

#content .rev_bar {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004F7A;
	text-align: center;
	margin: 0px;
	padding: 3px;
	font-size: 12px;
}

#content .rev_bar a, #content .rev_bar a:visited {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2E90C1;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
}

#content .rev_bar a:hover {
	text-decoration: underline;
}

#content .rev_quicknav {
	font-size: 10px;
}
.forum {
	width: 645px;
}

/* Legacy, remove later */
.ReviewTitle1 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #004F7A;
}
.Rubrik {
	font-size: 24px;
	font-weight: bold;
}
.ReviewTitle2 {
	font-size: 100%;
	font-weight: bold;
	color: #004F7A;
}

#content .article_list {
	margin-top: 8px;
	margin-bottom: 8px;
}
.clear {
	clear: both;
}

.News_category {
	font-size: 120%;
	font-weight: bold;
	color: #CC6600;
}

.News_poster {
	font-size: 90%;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left:0px;
	margin-left:0px;
}

.News_post {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}


.News_textarea {
	padding-top: 10px;	
}

.News_textarea ul {
	list-style-type: square;
}

.News_textarea a:link, .News_textarea a:visited {
	color: #006699;
	text-decoration: underline;
}

.News_textarea a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
}

.News_LinkToFull {
	padding-top: 10px;	
}

.News_LinkToFull a:link, .News_LinkToFull a:visited {
	color: #006699;
	padding-right:10px;
	background-image: url(/images/200604/link.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.News_LinkToFull a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
}

