/* Default CSS dokument för Experimentlabbet */


/* Sätter alla marginaler och padding till 0px */
* {	margin: 0px; padding: 0px; }



/********************/
/* General settings */
/********************/

html {
	overflow-y: scroll;
}

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #120000;
	background-color: #000000;
	background-image: url(../img/bbg.gif);
	background-repeat: repeat-x;
	background-attachment:fixed;
}

p { text-align: justify; padding: 4px 0px 7px 0px; line-height: 19px; }
p.ital { color: #333311; font-style: italic; font-weight: bold; }
p.nopadding { text-align: justify; padding: 0px 0px 0px 3px; }
p.center { text-align:center; }
p.padding_l { padding: 1px 0px 1px 3px; }
p.error	{ color: #990000; font-weight: bold; }
p.notes	{ color: #000000; font-size: 10px; line-height: 14px; }
p.rightbox	{ color: #120000; text-align: left; font-size: 10px; line-height: 13px; padding: 0px 0px 9px 0px;}
p.leftbox { color: #65000c; font-style: italic; font-weight: bold; padding: 5px 0px 6px 3px; font-size: 12px; line-height: 16px; }
p.leftbox2 { text-align: center; color: #65000c; font-style: italic; font-weight: bold; padding: 0px 0px 11px 0px; font-size: 12px; line-height: 16px; }

h1 { font-size: 22px; font-weight: bold; color: #65000c; padding: 10px 0px 0px 0px; text-align: left; }
h2 { font-size: 16px; font-weight: bold; color: #65000c; padding: 6px 0px 0px 0px; text-align: left; }
h2.leftbox { padding: 0px; }
h3 { font-size: 13px; font-weight: bold; color: #65000c; padding: 2px 0px 0px 0px; text-align: left; }
h3.rightbox { font-size: 11px; }
h3.paddedtop { padding: 4px 0px 0px 0px; }
h3.leftboxh3 { padding: 0px 0px 10px 0px; }
h4 { font-size: 13px; font-weight: normal; color: #65000c; padding: 5px 0px 0px 0px; text-align: left; }
h4.leftboxh4 { padding: 0px 0px 10px 0px; }
h5 { font-size: 13px; font-weight: normal; padding-left: 2px; text-align: left; }

a { color: #990000; text-decoration: none; }
a:visited { color: #990000; text-decoration: none; }
a:hover { color: #CC0000; text-decoration: underline; }

a.bottomline { color: #FFF5EE; text-decoration: none; }
a.bottomline:visited { color: #FFF5EE; text-decoration: none; }
a.bottomline:hover { color: #FFFFFF; text-decoration: underline; }

a.activemenu { color: #65000c; }

ol { margin-left: 40px; padding: 5px 0px 5px 3px }
ul { margin-left: 24px; padding: 7px 0px 7px 0px; text-align: justify; left: 0px; }
ul.rightbox { margin-left: 15px; padding: 0px 0px 9px 0px; text-align: left; left: 0px; font-size: 10px; line-height: 13px; }
li { padding: 1px 0px 1px 0px; }

address { display: inline; }

input, select {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px 1px 1px 3px;
	margin: 0px 3px 1px 0px;
	border-width:2px;
	border-color:#65000c;
	border-style:solid;
	color: #000000;
	background-color:#FFF5EE;
 }
input.button { margin-top: 5px; }
input.del_button { margin-top: 7px; color: #65000c; }

div.button1 {
	float: left;
	margin-bottom: 14px;
}
div.button2 {
	float: left;
}


textarea {
	border-width:2px;
	border-color:#65000c;
	border-style:solid;
	background-color:#FFF5EE;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #120000;
	padding: 1px 4px 1px 4px;
}


img { border: none; }

hr {
	border-top-width:1px;
	border-top-color:#65000c;
	border-top-style:dotted;
	color: #ffffff;
	margin-bottom:10px;
	margin-top:7px;
}

/****************/
/* Top settings */
/****************/

#headContainer {
	position: relative;
	top: 0px;
	width: 850px;
	height: 113px;
	background-color: #000000;
	z-index:4;
	margin-top:0px;
	padding: 5px 0px 0px 0px;
}

#space {
	position: relative;
	top: 0px;
	width: 850px;
	height: 10px;
	z-index:4;
	margin-top:15px;
	padding: 0px;
}


#menu {
	position: relative;
	top: 0px;
	width: 850px;
	height: 23px;
	background-color: #000000;
	font-size:14px;
	font-weight:bold;
	z-index:4;
	margin: 0px;
	padding: 0px;
}

div.subMenua {
	float: left;
	padding: 3px 35px 0px 15px;
}

div.subMenub {
	float: left;
	padding: 3px 35px 0px 15px;
	background-image: url(../img/pilc.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
}

a.subMenu_a { color:#FFF5EE; }
a.subMenu_a:visited { color:#FFF5EE; }
a.subMenu_a:hover { color:#FFFFFF; text-decoration:underline; }

a.subMenu_b { color:#FFF5EE; }
a.subMenu_b:visited { color:#FFF5EE; }
a.subMenu_b:hover { color:#FFFFFF; text-decoration:underline; }



/********************/
/* Content settings */
/********************/

#contentC {
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	width: 850px;
	background-color: #FFF5EE;
	z-index:4;
}

#contentContainer {
	padding: 10px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left:0px;
	width: 850px;
	background-color: #FFF5EE;
	margin-left: 0px;
	margin-right: 0px;
	z-index:4;
}

#leftContainer {
	width: 174px;
	float: left;
	padding: 0px 0px 0px 0px;
	z-index:11;
}

#leftMenu {
	width: 144px;
	padding: 0px 15px 0px 15px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	z-index:11;
}

div.leftSubMenu {
	width: 144px;
	border-bottom: 1px dotted #65000c;
	padding: 5px 0px 5px 0px;
	z-index:11;
}

div.leftSubMenuEnd {
	width: 144px;
	padding: 5px 0px 0px 0px;
	z-index:11;
}

div.leftSubSubMenu {
	width: 144px;
	border-bottom: 1px dotted #65000c;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	z-index:11;
}

div.leftSubSubMenuEnd {
	width: 144px;
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	z-index:11;
}

#leftBox {
	width: 144px;
	min-height: 200px;
	left: 0px;
	font-size: 13px;
	font-weight: normal;
	padding: 43px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	z-index:11;
	line-height: 19px;
}

div.indexbox {
	padding: 0px 29px 5px 30px;
	width: 441px;
	float: left;
	z-index:8;
}

div.rightbox {
	padding: 5px 15px 5px 15px;
	width: 145px;
	float: right;
	z-index:10;
}

div.iframbox {
	padding: 0px 0px 0px 0px;
	width: 850px;
	float: left;
	z-index:8;
}

div.singlbox {
	padding: 0px 20px 5px 30px;
	width: 625px;
	float: left;
	z-index:8;
}

div.doub1box {
	padding: 0px 10px 5px 30px;
	width: 302px;
	float: left;
	z-index:8;
}

div.doub2box {
	padding: 0px 20px 5px 10px;
	width: 302px;
	float: right;
	z-index:10;
}


#newsBigTitle {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 5px;
	border-bottom: 2px solid #333311;
	margin-bottom: 5px;
}

div.newsDate {
	font-size: 11px;
	font-weight: bold;
}

div.newsTitle {
	font-weight: bold;
	color: #990000;
	padding-bottom: 3px;
}

div.newsSmallText {
	line-height: 19px;
}

div.prodBox {
	text-align: center;
}

div.emaillist {
	line-height: 16px;
	font-size: 11px;
}

div.newsBox {
	position: relative;
	top: 0px;
	right: 0px;
	height: 165px;
	z-index:11;
}

#newsSpace {
	position: relative;
	top: 0px;
	right: 0px;
	height: 50px;
}



/*****************/
/* admin settings */
/*****************/

input.log{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 3px 1px 4px;
	margin: 0px 3px 1px 0px;
	border-width:2px;
	border-color:#65000c;
	border-style:solid;
	background-color:#FFF5EE;
	width:140px;
}

body.admin {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #000000;
}

#llist {
	border-color:#FFF5EE;
}

body.adminedit {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #000000;
}

#login1 {
	width: 500px;
	height: 450px;
	padding: 0px 0px 0px 0px;
	position:relative;
	background-image: url(../img/adminbg2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#admingui {
	text-align: right;
	padding: 0px 0px 0px 0px;
	position:fixed;
	top: 15px;
	right: 15px;
	z-index: 20;
	width: 170px;
}

#quicklinks {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #FFF5EE;
	float:right;
}

div.adminbutton {
	width: 90px;
	padding: 3px 5px 3px 5px;
	background-color:#65000c;
	border-width:2px;
	border-color: #FFF5EE;
	border-style:solid;
	margin-bottom: 5px;
	text-align: center;
	position: relative;
	right:0px;
	float:right;
}

div.head {
	float: left;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div.headinline {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 390px;
}

div.adminpb{
	padding-top: 10px;
	margin-top: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	width: 540px;
	border-top-width:1px;
	border-top-color: #65000c;
	border-top-style: dotted;
	text-align: center;
}

textarea.headinline {
	width: 370px;
	height: 30px;
}

input.headinline {
	width: 250px;
}

input.headinline2 {
	width: 180px;
}

#login2 {
	width: 150px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	position: relative;
	top: 180px;
	color: #FFF5EE;
}

#admincontent {
	width: 600px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	position: absolute;
	left: 150px;
	top: 50px;
	background-color: #FFF5EE;
}

#admincontent2 {
	width: 130px;
	padding: 4px 0px 4px 4px;
	margin: 0px 0px 0px 0px;
	position: fixed;
	left: 10px;
	top: 50px;
	max-height: 540px;
	background-color: #FFF5EE;
	text-align: left;
	overflow: auto;
	font-size: 0.9em;
}

#admincontent3 {
	background-color: #ffffff;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
	border-bottom: 3px solid #65000c;
	border-top: 3px solid #65000c;
}

#admintitle {
	padding: 15px 20px 10px 20px;
	font-size: 22px;
	font-weight: bold;
	color: #fff5ee;
	text-align: center;
}

#insttitle {
	padding: 0px 20px 0px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #65000c;
	text-align: center;
}


div.paragraph {
	width: 550px;
	padding: 10px 10px 10px 10px;
	margin: 5px 0px 5px 0px;
	background-color: #ffffff;
	text-align: left;
	border-width: 3px;
	border-color: #65000c;
	border-style: solid;
	position: relative;
}

div.pop {
	padding: 10px 10px 10px 10px;
	margin: 5px 0px 5px 0px;
	background-color: #ffffff;
	text-align: left;
	border-width: 3px;
	border-color: #65000c;
	border-style: solid;
	position: relative;
}

div.adminpic {
	width: 110px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:right;
}

img.adminpic {
	max-width: 100px;
	max-height: 100px;
	border-width: 3px;
	border-color: #65000c;
	border-style: solid;
}

#closebtn {
	padding-bottom: 20px;
}


/********************/
/* Image settings */
/********************/

#menubot {
	position: absolute;
	left: 0px;
	z-index: -6;
	width: 70px;
	height: 40px;
	background-image: url(../img/menuline.gif);
	background-repeat: no-repeat;
}

#menubot2 {
	position: absolute;
	left: 119px;
	z-index: -6;
	width: 70px;
	height: 136px;
	background-image: url(../img/menuline1.gif);
	background-repeat: no-repeat;
}

#menubot3 {
	position: absolute;
	left: 120px;
	z-index: -6;
	width: 70px;
	height: 136px;
	background-image: url(../img/menuline2.gif);
	background-repeat: no-repeat;
}

#menubot4 {
	position: absolute;
	left: 162px;
	bottom: 44px;
	z-index: -6;
	width: 40px;
	height: 80px;
	background-image: url(../img/menuline3.gif);
	background-repeat: no-repeat;
}

#menubot5 {
	position: absolute;
	left: 161px;
	top: 0px;
	z-index: -6;
	width: 40px;
	height: 90px;
	background-image: url(../img/menuline4.gif);
	background-repeat: no-repeat;
}

#menubot6 {
	position: absolute;
	left: 161px;
	top: 0px;
	z-index: -6;
	width: 40px;
	height: 28px;
	background-image: url(../img/menuline5.gif);
	background-repeat: no-repeat;
}

#menubot7 {
	position: absolute;
	right: 159px;
	top: 0px;
	z-index: -6;
	width: 40px;
	height: 60px;
	background-image: url(../img/menuline6.gif);
	background-repeat: no-repeat;
}

#menubot8 {
	position: absolute;
	right: 161px;
	bottom: 44px;
	z-index: -6;
	width: 40px;
	height: 80px;
	background-image: url(../img/menuline7.gif);
	background-repeat: no-repeat;
}

img.langpic {
	position: relative;
	top: 2px;
}


img.a_sb_bot {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index:13;
}



#a_topnews {
	position: absolute;
	top: 0px;
	right: 155px;
	z-index:5;
}



img.a_middlenews {
	position: absolute;
	right: 0px;
	z-index:7;
}

img.a_line {

}

#pic_eg_sf {
	position: relative;
	float: left;
	padding: 7px 18px 12px 20px;
}

#pic_leftbox {
	border: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 144px;
	height: 250px;
	border: 2px solid #65000c;
	margin: 0px 0px 0px 0px;
}

img.blogpb {
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	border-style: none;
}

img.rightbild {
	position: relative;
	float: left;
	margin: 8px 0px 8px 0px;
	border-style: none;
}

img.indexbild {
	position: relative;
	float: right;
	margin: 8px 0px 8px 15px;
	border-style: none;
}

img.bildl {
	position: relative;
	float: left;
	margin: 8px 15px 8px 0px;
	border-style: none;
}

img.bildr {
	position: relative;
	float: right;
	margin: 8px 0px 8px 15px;
	border-style: none;
}

img.bildm {
	position: relative;
	margin: 8px 0px 8px 0px;
	border-style: none;
}

img.bildlb {
	position: relative;
	float: left;
	margin: 8px 15px 8px 0px;
	border: 2px solid #65000c;
}

img.bildrb {
	position: relative;
	float: right;
	margin: 8px 0px 8px 15px;
	border: 2px solid #65000c;
}

img.bildmb {
	position: relative;
	margin: 8px 0px 8px 0px;
	border: 2px solid #002800;
}

img.pil {
	position: relative;
	top: 2px;
	left: 3px;
}

#IEfix {
	width: 1px;
	height: 550px;
	float: right;
}

#IEfixBig {
	width: 1px;
	height: 550px;
	float: right;
}

/*******************/
/* Bottom settings */
/*******************/

#footerline {
	width: 850px;
	height: 10px;
	background-color: #000000;
	z-index:4;
	margin: 0px;
	padding: 0px;
	float:left;
}

#footerContainer {
	margin: 0px;
	padding: 0px;
	float:left;
	width: 850px;
	height: 34px;
	background-color: #65000c;
	background-image: url(../img/bottom_line.gif);
	background-repeat: no-repeat;
	z-index:4;
}

#footcopy {
	padding-top: 2px;
	float: right;
	width: 300px;
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	font-size: 10px;
	color: #FFF5EE;
}

#footmail {
	padding-top: 2px;
	float: left;
	width: 300px;
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 15px;
	text-align: left;
	font-size: 10px;
	color: #FFF5EE;
}

/*******************/
/* Plugin settings */
/*******************/

#coms {
	display: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.comment {
	margin: 7px 0px 3px 0px;
	padding: 5px 10px 0px 10px;
	z-index:8;
	background-color:#ede3dd;
}

p.comsbox {
	margin: 3px 0px 0px 0px;
	padding: 2px 0px 5px 0px;
	border-top: 1px solid #65000c;
}

div.tafix {
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 0px 0px;
}

textarea.comsbox {
	border-width:2px;
	border-color:#65000c;
	border-style:solid;
	background-color:#FFF5EE;
	width: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #120000;
	padding: 1px 4px 1px 4px;
}

h4.cont { padding: 0px 0px 0px 0px; }