/*
Table Of Contents

Path:   /skins/fiesta/_content.css

1.0 - Global
2.0 - Headers
3.0 - Paragraphs
4.0 - Hyperlinks
5.0 - Lists
6.0 - Font Syle (bold, italic, blockquote, etc)
7.0 - Pre tags
8.0 - Tables
9.0 - Images
10.0 - IE6

*/

/*-------------------------------------------------------------------
1.0 Global
---------------------------------------------------------------------*/
#topic,
#pageText {
	font: 14px trebuchet MS, Arial, Verdana;
	font-size:14px;
	line-height:1.5;
}
#pageContent div.pageStatus,
#pageContent div.pageRevision,
#pageContent div#pageToc div.pageToc {
	font-size:11px;
	padding:0px 5px 0px 5px;
}
/*-------------------------------------------------------------------
2.0 Headers
---------------------------------------------------------------------*/
.pageTitle {
	border-bottom: 1px solid #e6e6e6;
}
#title,
#topic h1,
#topic h2,
#topic h3,
#topic h4,
#topic h5,
#topic h6,
#pageText h1,
#pageText h2,
#pageText h3,
#pageText h4,
#pageText h5,
#pageText h6,
#attachments h1,
#files h2,
.header_1,
.header_2,
.header_3,
.header_4,
.header_5,
.header_6  {
	font-family: trebuchet MS, Arial, Verdana;
	margin:25px 0 5px 0;
	padding:0;
	color: #333;
	text-decoration: none;
	font-weight:normal;
}
#topic h1,
#pageText h1,
#title,
.header_1 {
	font-size: 26px;
	margin:0;
	padding:0;
}
#topic h2,
#pageText h2,
.header_2 {
	font-size: 24px;
}
#topic h3,
#pageText h3,
.header_3 {
	font-size: 20px;
}
#topic h4,
#pageText h4,
.header_4 {
	font-size: 18px;
	font-weight:bold;
}
#topic h5,
#pageText h5,
.header_5 {
	font-size: 16px;
	font-weight:bold;
}
#topic h6,
#pageText h6,
.header_6 {
	font-size: 14px;
	font-weight:bold;
}
/*-------------------------------------------------------------------
3.0 Paragraphs
---------------------------------------------------------------------*/
#topic p,
#pageText p {
	margin:0 0 10px 0;
}
/*-------------------------------------------------------------------
4.0 Hyperlinks
---------------------------------------------------------------------*/
#topic a,
#pageText a,
p.modified a {
	color: #0000ff;
}
#pageText a:hover,
p.modified a:hover {
	color: #ef9c1e;
	text-decoration:underline;
}
#topic a.new,
#pageText a.new {
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:dashed;	
}
#topic a.editsectionlink,
#pageText a.editsectionlink,
#title a.editsectionlink {
	text-decoration: none;
	visibility: hidden;
	padding-left: 4px;
}
/*-------------------------------------------------------------------
5.0 Lists
---------------------------------------------------------------------*/
#topic ol,
#topic ul,
#pageText ol,
#pageText ul {
	padding:0 0 0 25px;
	margin:0;
	list-style-position:outside;
}
#topic ol,
#pageText ol {
	list-style-type:decimal;	
}
#topic ol li,
#pageText ol li,
#topic ul li,
#pageText ul li {
	line-height: 1.6;
	margin-left:5px;
	padding-left:5px;
}
#topic ul ,
#topic ul ul ul ul,
#topic ul ul ul ul ul ul ul,
#pageText ul ,
#pageText ul ul ul ul,
#pageText ul ul ul ul ul ul ul {
	list-style-type:disc;
}
#topic ul ul,
#topic ul ul ul ul ul,
#topic ul ul ul ul ul ul ul ul,
#pageText ul ul,
#pageText ul ul ul ul ul,
#pageText ul ul ul ul ul ul ul ul {
	list-style-type:circle;
}
#topic ul ul ul,
#topic ul ul ul ul ul ul,
#topic ul ul ul ul ul ul ul ul ul,
#pageText ul ul ul,
#pageText ul ul ul ul ul ul,
#pageText ul ul ul ul ul ul ul ul ul {
	list-style-type:square;
}
#topic div.wiki-toc ol li,
#pageText div.wiki-toc ol li {
	list-style-type:none;
}
/*-------------------------------------------------------------------
6.0 Font Style (bold, italic, blockquote, etc)
---------------------------------------------------------------------*/
#topic strong,
#topic b,
#pageText strong,
#pageText b {
	font-weight:bold;
}
#topic i,
#pageText i,
#topic em,
#pageText em,
#pageText em strong {
	font-style:italic;
} 
#topic blockquote, 
#pageText blockquote {
	margin:10px 0px 10px 20px;
	padding:5px;
	border-left:1px solid #ccc;
	background-color:#f7f7f7;
	font-style:italic;
}

.deki-content-edit .comment {
	background: #faffc0;
	-moz-border-radius:5px;
	border:1px solid #f6f054;
	padding:5px;
	overflow:hidden;
}

/*-------------------------------------------------------------------
7.0 Pre Tags
---------------------------------------------------------------------*/
#topic pre,
#pageText pre {
	margin-bottom: 10px;
	padding: 1em;
	border: 1px dashed #000;
	background-color: #fafafa;
	overflow: auto;
	width: auto;
}
#topic pre.script {
	border:1px solid #66cc66;
	padding-left:30px;
	background-image: url(../script_bg.gif);
	background-repeat: repeat-y;
	font-size:12px;
}
/*-------------------------------------------------------------------
8.0 Tables
---------------------------------------------------------------------*/
#topic table,
#pageText table {
	overflow: auto;
	font-family:trebuchet MS, Arial, Verdana;
	font-size:14px;
}
/*-------------------------------------------------------------------
10.0 IE6
---------------------------------------------------------------------*/
#topic img {
	border:1px dotted #ccc;	
}
/*-------------------------------------------------------------------
10.0 IE6
---------------------------------------------------------------------*/
* html body #topic pre,
* html body #pageText pre {
    width:700px !important;
}


/***
MODIFICATIONS BY MARTIN
***/

/* General */
globalWrapCMS{
		width: 980px;
}
globalWrap{
		width: 980px;
}



body{
		background-repeat: repeat-x;
}

/*
.pageText p{
	font-size: 12px;
	color: #52522b;
	font-family:Arial;
	line-height: 18px;
	padding: 0 0 0 75px;
}
.pageText p, .pageText h2, .pageText h3, .pageText h4{
		padding: 0 0 0 75px;
	
}
*/
.hierarchy, #title, .pageTitle{
	border-bottom: 0 !important;
}
#title{
	color: #52522b;
	font-family:Arial;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	margin: 60px 0 0 75px;
}
.elveniteTopLogo{
	margin: 0 0 0 75px;
	width: 700px;
	float: left;
}

.elveniteTopLogo .elveniteTopLogo1{
	margin: 30px 0 30px 0;
	float: left;
}
.elveniteTopLogo .elveniteTopLogo2{
	margin: 0 0 0 320px;
	float: left;
}

.elveniteContactIcons{
	
	float: right;
}

.elveniteContactIcons img{
	margin-bottom: 5px;
}
.elveniteContactIcons{
	float: right;
	padding: 10px 10px 5px 10px;
	text-align: center;
	border-right: 1px solid #ddddc1;
	color: #5a5a3a;
	font-family:Arial;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

.elveniteContactIcons a{
		color: #5a5a3a;
}

.elveniteContactIcons a:hover{
	color: #90906c;	
	text-decoration: none;
}

.elveniteContactIconRight{
	border: 0;
	margin-right: 2px;
	padding: 10px 37px 5px 10px;
}

.elveniteContactIconRight a{
		color: #5a5a3a;
}

.elveniteContactIconRight a:hover{
	color: #90906c;	
	text-decoration: none;
}

.elveniteTopMenu{
	color: #52522b;
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 30px 0 0  75px;
	width: 500px;
	display: block;
	clear:none;
}


.elveniteTopMenu a{
		color: #5a5a3a;
}
.elveniteTopMenu a:hover{
	color: #1a1a1a;	
	text-decoration: underline;
}

#page-top{
	background: transparent;
}

.siteNavPre{
	width: 400px;
	background-color: #ababab;
}

.custom1{
			width: 1070px;
}
.globalWrapCMS{
		width: 1120px;
	
}
.globalWrap{
		width: 1120px;
}
.pageContentFrame{
	width:1120px;
	padding:0px;
}


* html body .body div.page {
	width:980px;
	padding:0px;
}

.hierarchy, #title, .pageTitle{
/*	display: none; */
	
}

#elveniteAffarsomrContent{
	width: 990px;
	height: 160px;
}

.elveniteAffarsomrBox{
	background-color: #0eadbe;
	width: 266px;
	height: 160px;
	float: left;
	margin: 0 20px 20px 0 ;
	padding: 0 20px 0 20px;
}
.elveniteAffarsomrBox1{
	background-image: url(elveniteFirstpageBoxA11.gif);
}

.elveniteAffarsomrBox2{
	background-image: url(elveniteFirstpageBoxA21.gif);
}

.elveniteAffarsomrBox3{
	background-image: url(elveniteFirstpageBoxA31.gif);
}

#elveniteFirstpageContent{
	margin: 0 0 0 75px;
}

#elveniteFirstpageNews{
	clear: both;
	border: 1px solid #dadaba;
	background-color: #e0e0c7;
	width: 960px;
	height: 160px;
	margin: 0 20px 0 0 ;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}






#elveniteFirstpageContent h2{
	color: #52522b;
	font-family:Arial;
	font-size: 9px;
	text-transform: uppercase;
}
#elveniteFirstpageContent h3{
	color: #52522b;
	font-family:Arial;
	font-size: 9px;
	text-transform: uppercase;
}

.elveniteAffarsomrBox h3{
	font-size: 25px;
	color: #fff;
	font-family:Arial;
	line-height: 26px;
}
.elveniteFirstpageNewsBlock {
	
	border-right: 2px solid #d7d7b8;
	margin: 15px 0 15px 15px;
	padding: 0 10px 0  0;
	width: 215px;
	height: 115px;
	vertical-align: top;
	float:left;
	display: block;
}
#elveniteFirstpageLastNewsBlock{
	border-right: none;
	margin: 15px 0 15px 15px;
	padding: 0;
}

.elveniteFirstpageNewsBlock div{
	margin: -30px 0 0 0;
}

.elveniteFirstpageNewsBlock div h3{
	font-size: 18px;
	color: #52522b;
	font-family:Arial;
	line-height: 18px;
}
.elveniteFirstpageNewsBlock div p{
		font-size: 12px;
		color: #52522b;
		font-family:Arial;
		line-height: 18px;
	}

.elveniteFirstpageNewsBlock div p.elveniteFirstpageNewsBlockPublished{
		font-size: 10px;
		color: #90906c;
		font-family:Arial;
		text-align: right;
		font-weight:bold;
		margin: 0 0 10px 0 ;
	}
.elveniteFirstpageNewsBlock div p.elveniteFirstpageNewsBlockPublished img{
	margin:0 10px -3px 10px;
	
}
	


.elveniteAffarsomrBox p{
	color: #ebebd4;
	font-family:Arial;
	font-size: 12px;
}


.hierarchy{
display: none;

}


/*** Affärsområden ***/

#affarsomradeLeft{
	margin: 0 20px 0 20px;
	width: 580px;
	min-height: 500px;
	margin: 0 0 0 75px;
	font-size: 14px;
	color: #52522b;
	font-family:Arial;
	line-height: 18px;
	clear:none;
	float:left;
	}
	
#affarsomradeLeft div h2{
	
	font-size: 30px;
	color: #52522b;
	font-family:Arial;
	line-height: 30px;
	
}
	
	
#affarsomradeLeft div h4{
	
	font-size: 14px;
	color: #52522b;
	font-family:Arial;
	line-height: 14px;
	text-transform: uppercase;
	
}

/*** Generell sida***/

#leftColumn{
	margin: 0 20px 0 20px;
	width: 580px;
	margin: 0 0 0 75px;
	font-size: 14px;
	color: #52522b;
	font-family:Arial;
	line-height: 18px;
	clear:none;
	float:left;
	}
	
#leftColumn h2{
		font-size: 30px;
		color: #52522b;
		font-family:Arial;
		line-height: 30px;
		text-transform: uppercase !important;
	}

#pageText div h1{
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 10px 75px;	
}
/* Page text 


#leftColumn h2{
	color: #52522b;
	font-family:Arial;
	font-weight: bold;
	text-transform: uppercase !important;
	line-height: 14px;
	font-size: 14px;
	
}*/

#leftColumn h3{
	color: #52522b;
	font-family:Arial;
	font-weight: bold;
	text-transform: uppercase !important;
	line-height: 15px;
	font-size: 15px;
	
}
#leftColumn p{
		color: #52522b;
		font-family:Arial;
		line-height: 18px;
		font-size: 14px;

	}

/* Right column*/
.rightColumn {
	width:360px;
	float: left;
	border: 1px solid #dadaba;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#e6e6cf url('elveniteLeftcolHeaderBg.gif') no-repeat top right;
	margin: 0 0 20px 20px;
}

	
.rightColumn div h3{
	background-color: #dfdfc4;
	color: #90906c;
	font-family:Arial;
	line-height: 18px;
	margin: 18px 0 25px 15px !important;
	
}

.rightColumn div ul{
	font-family:Arial;
	font-size: 12px;
	color: #52522b;
	margin: 0 0 20px 0 !important;
}
.rightColumn div p{
	font-family:Arial;
	font-size: 12px;
	color: #52522b;
	margin: 0 20px 15px 20px !important;
	}

.rightColumn div h4{
		font-family:Arial !important;
		font-size: 12px !important;
		font-weight: bold;
		text-transform: uppercase !important;
		color: #52522b !important;
		margin: 0 20px 0 20px !important;
		}

.rightColumn div .logobox{
	float: left;
	width: 330px;
	height: 50px;
	padding: 0 0 5px 0;
	margin: 0 0 0 15px;
	border-bottom: 1px solid #dadaba;
}
.rightColumn div .logobox .logoImg{
			float: left;
	
}
.rightColumn div .lasmerbox{
	float: left;
	width: 165px;
	height: 50px;
	clear: right;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #dadaba;
	}
	

.rightColumn div .logobox .rightReferensP{
	width: 165px;
		margin: 5px 0 5px 15px !important;
		font-weight: bold;
		text-transform: uppercase;
		text-align: right;
		float: right;
	}
	
.rightColumn div .logobox .rightReferensLasmer{
	margin: 0 0 0 15px !important;
	text-align: right;
	float: right;
}

/* News */

	.rightColumn div p{
		font-family:Arial;
		font-size: 12px;
		color: #52522b;
		margin: 0 20px 15px 20px !important;
		padding: 0 !important;
		}
		
.rightNyhetP{
		font-family:Arial !important;
		font-size: 12px !important;
		font-weight: bold;
		width: 330px;
		margin: -0 20px 0 20px !important;
		padding: 0 !important;
		font-weight: bold;
		text-transform: uppercase;
		text-align: left;
		float: left;
		line-height: 0;
	}
	
.rightNyhetLasmer{	
	width: 330px;
	margin: 0 0 0 5px !important;
	padding: 0 !important;
	text-align: left;
	float: left;
	text-transform: uppercase;
	font-family:Arial !important;
	font-size: 9px !important;
	border-bottom: 1px solid #dadaba;
	line-height: 0;
	
}
.firstpagerightNyhetP{
		font-family:Arial !important;
		font-size: 12px !important;
		font-weight: bold;
		width: 270px;
		margin: -0 20px 0 20px !important;
		padding: 0 !important;
		font-weight: bold;
		text-transform: uppercase;
		text-align: left;
		float: left;
		line-height: 0;
	}
	
.firstpagerightNyhetLasmer{	
	width: 270px;
	margin: 0 0 0 5px !important;
	padding: 0 !important;
	text-align: left;
	float: left;
	text-transform: uppercase;
	font-family:Arial !important;
	font-size: 9px !important;
	border-bottom: 1px solid #dadaba;
	line-height: 0;
	
}

.rightNyhetLasmer strong{	
	
	margin: 0 !important;
	padding: 0 !important;
	}

.rightNyhetLasmer img{
	display: inline;
	margin-left: 150px;
	
}
.rightColumn div #results tbody tr td .rightNyhetP{
	margin: 5px 5px 5px 18px !important;
}


.rightColumn div #results tbody tr td .rightNyhetLasmer{
	margin: 3px 5px 0 18px !important;
	padding: 0 0 10px 0 !important;
}


.rightColumn div #results tbody tr td .rightNyhetLasmer img{
	margin: 0 0 -5px 150px;
}


.newstable{
}
.newstable tr td{
	padding: 10px 0 -10px 0;
	margin: 0 0 -10px 0;
	line-height: 0;
}
.newstable tr td p{
		margin: 0 !important;
}

.firstpagenewstable{
}
.firstpagenewstable tr td{
	padding: 5px 0 -5px 0;
	margin: 0 0 -5px 0;
	line-height: 0;
}
.firstpagenewstable tr td p{
		margin: 0 !important;
}

/* Pager */
#pageNavPosition{
			padding: 15px 0 0 0 !important;
			background:#e6e6cf url('elvenite_bg_pager.gif') no-repeat top right;
			width:360px !important;
			height: 35px;
			margin: 0px !important;
			
}
.pg-normal{
	float:left;
	display: block;
	width: 14px;
	height: 14px;
	font-size: 11px;
	color: #52522b !important;
	font-family:Arial;
	border: 0;
	padding: 0 2px 5px 5px;
	margin: 2px 0 0 0;
	cursor:pointer;
}
.pg-img{
	padding-top: -105px;
	float:left;
	margin: 0 10px 0 10px;
}
.pg-selected{
	float:left;
	display: block;
	width: 10px;
	height: 10px;
	font-size: 11px;
	color: #52522b !important;
	font-family:Arial;
	border: 2px solid #52522b;
	padding: 0 2px 5px 5px;
}


/*	Search */
#elveniteSearchbox {
	background:#e6e6cf url('elvenite_search_bg.gif') no-repeat top right;
	width: 235px;
	height: 30px;
	margin: -30px 39px 0 40px;
	padding: 0;
	float: right;
	display: inline;¨
	clear: none;
	
	}
#elveniteSearchbox input{
	width: 147px;
	height: 24px;
	border: 0;
	background: none;
	text-transform: uppercase;
	font-family:Arial !important;
	font-size: 12px !important;
	font-weight: bold;
	letter-spacing: normal;
	color: #ebebd9;
}


#elveniteSearchbox #transparentSubmit{
	width: 38px;
	height: 30px;
	background: none;
}


/*	Referenser	*/
	
#elveniteReferensGrid{
	margin: 0 0 0 80px;
}
.elveniteReferenserLogo{
		float: left;
		width: 225px;
		height: 115px;
		background:#e6e6cf url('elveniteReferenserLogoBg.gif') no-repeat top right;
		margin: 0 20px 20px 0;
		text-align: center;
	}
.elveniteReferenserLogoBlank{
			float: left;
			width: 225px;
			height: 115px;
			background:#e6e6cf url('elveniteReferenserLogoBgBlank.gif') no-repeat top right;
			margin: 0 20px 20px 0;
			text-align: center;
		}

.elveniteReferenserLogo p{

}

.elveniteReferenserLogo p img{
}

.leftSplit{
	width: 175px;
	float:left;
	margin-top: 5px;
	
}
.leftSplit p a{
	color: #0eadbe !important;
	background: none !important;
	text-decoration: underline;
}
.rightSplit{
	width: 180px;
	float:right;
	border-left: 1px solid #dadaba;
	margin-top: 5px;
	margin-bottom: 10px;
}
.rightSplit p {
	line-height: 22px;
}

.rightSplit p a{
	color: #0eadbe !important;
	background: none !important;
	text-decoration: underline;
}
.videoP{
	text-transform: uppercase;
	font-family:Arial !important;
	font-size: 10px !important;
	line-height: 14px !important;
}
.videoP strong{
´	color: #52522b !important;
}
.downloadP{
	text-transform: uppercase;
	font-family:Arial !important;
	font-size: 10px !important;
	line-height: 14px !important;
	margin-left: 10px !important;
}
.downloadSplitLeft{
		float: left;
		margin: 0 0 0 10px ;
	}

.downloadSplitRight{
		float: left;
		width: 130px;
		margin: 0 0 0 10px;
	}

.rightSplit div h4{
	margin: 0 0 5px 10px !important;
	
}
/* Sitemap */

.PageDW-SpecialSitemap #page-top #pageText .pageText #pageTypeSpecial ul li a{
	font-size: 14px;
	color: #52522b !important;
	font-family:Arial;
	line-height: 18px;
}

/* Newsletter */
#elveniteNewsletterbox{
	
	background:#e6e6cf url('elvenite_newsletter_bg.gif') no-repeat top right;
	width: 360px;
	height: 30px;
	margin: 0 0 20px 20px;
	padding: 0;
	float: left;
	display: inline;¨
	clear: none;
	
}

#elveniteSearchbox {

	}
#elveniteNewsletterbox input{
	width: 312px;
	height: 24px;
	border: 0;
	background: none;
	text-transform: uppercase;
	font-family:Arial !important;
	font-size: 12px !important;
	font-weight: bold;
	letter-spacing: normal;
	color: #ebebd9;
}


#elveniteNewsletterbox .transparentSubmit{
	width: 38px;
	height: 30px;
	background: none;
}
/* Sitemap */
#sitemap .wiki-tree ul li a{
		color: #0eadbe !important;
		font-family:Arial !important;
		font-size: 12px !important;
		font-weight: bold;
}
#sitemap{
		margin: 0 0 20px 75px;
		color: #0eadbe !important;
}


/*Kontakt*/

/*Kontakt*/

#kontaktSpalt31{
	width: 580px;
	height: 360px;
	float: left;
	margin: 0 0 20px 75px;
}
#kontaktSpalt32{
	width: 270px;
	height: 360px;
	float: left;
	margin: 60px 0 20px 10px;
}



#kontaktSpalt33{
	width: 470px;
	height: 360px;
	float: left;
	clear: right;
}
#kontaktSpalt33 form p{
	font-size: 13px;
	color: #ebebd4;
	font-family:Arial;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

#kontaktSpalt33 form{
	background-color: #0eadbe;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		height: 300px;
}

#kontaktSpalt33 form #namnLabel{
		width: 200px;
		margin: 20px 10px 5px 20px;	
		float: left;
}

#kontaktSpalt33 form #epostLabel{
	width: 200px;
	margin: 20px 30px 5px 0;
	float: right;
}
#kontaktSpalt33 form #namnField{
		width: 200px;
		height: 20px;
		margin: 0 10px 0 20px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 0;
}

#kontaktSpalt33 form #epostField{
	width: 200px;
	height: 20px;
	margin: 0 10px 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0;
	
}
#kontaktSpalt33 form #textLabel{
	width: 400px;
	margin: 0 10px 10px 20px;
}

#kontaktSpalt33 form #textField{
	width: 420px;
	height: 135px;
	margin: 0 10px 10px 20px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0;

}
#submitImgP{
	text-align: right;
	width: 445px;
}

#kontaktSpalt31 div h2, #kontaktSpalt32 div h2, #kontaktSpalt33 div h2{
	font-size: 30px;
	line-height: 30px;
}

#kontaktSpalt32 p{
	font-size: 13px;
	color: #52522b;
	font-family:Arial;
	line-height: 18px;
}

#kontaktSpalt31 p{
	font-size: 13px;
	color: #52522b;
	font-family:Arial;
	line-height: 18px;
}

#kontaktSpalt21{
	width: 470px;
	float: left;
	margin: 0 10px 0 75px;
	float: left;
}
#kontaktSpalt22{
	width: 470px;
	float: left;
}

#kontaktSpalt21 img{
	margin: 30px 0 0 0;
		float: left;
		clear: both;
}
#kontaktSpalt22 img{
	margin: 30px 0 0 0;
		float: left;
		clear: both;
}



#kontaktSpalt21 p, #kontaktSpalt22 p{
	margin: 30px 0 0 0;
	font-size: 13px;
	color: #52522b;
	font-family:Arial;
	line-height: 18px;
	float: right;
		height: 150px;
		width: 235px;
		display: block;

}
#kontaktSpalt21 p a, #kontaktSpalt22 p a{
color: #0eadbe !important;
background: none !important;
text-decoration: underline;
margin: 0!important;
padding: 0 !important;
}

#personalHeader{
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 0 75px !important;
}
#personalHeader span{
		width: 930px !important;

}
#StudentHeader{
        font-size: 30px;
        line-height: 30px;
	float: left;
	margin:  30px 0 0 75px !important;
}
#StudentHeader span{
	width: 930px;
}


#StudentSpalt1{
	width: 940px;
	float: left;
	margin: 20px 0 20px 75px;
}
#StudentSpalt1 p{
	margin: 10px 0 0 0;
	font-size: 13px;
	color: #52522b;
	font-family:Arial;
	line-height: 18px;
	float: left;
	display: block;
}

#StudentSpalt1 p a {
	color: #0eadbe !important;
	background: none !important;
	text-decoration: underline;
	margin: 0!important;
	padding: 0 !important;
}

#StudentSpalt1 img{
	margin: 30px 0 0 0;
		float: left;
		clear: both;
}

#StudentSpalt21{
	width: 470px;
	float: left;
	margin: 0 10px 0 75px;
	float: left;
}
#StudentSpalt22{
	width: 470px;
	float: left;
}

#StudentSpalt21 p, #StudentSpalt22 p{
	margin: 30px 0 0 10px;
	font-size: 13px;
	color: #52522b;
	font-family:Arial;
	line-height: 18px;
	float: left;
	height: 150px;
	width: 330px;
	display: block;

}

#StudentSpalt21 div h3, #StudentSpalt22 div h3{
	font-size: 18px;
        color: #52522b;
        font-family:Arial;
        line-height: 18px;
	
}

#StudentSpalt21 p a, #StudentSpalt22 p a{
color: #0eadbe !important;
background: none !important;
text-decoration: underline;
margin: 0!important;
padding: 0 !important;
}
#StudentSpalt21 img{
	margin: 30px 0 0 0;
		float: left;
		clear: both;
}
#StudentSpalt22 img{
	margin: 30px 0 0 0;
		float: left;
		clear: both;
}

#StudentLeft{
        margin: 0 20px 0 20px;
        width: 580px;
        min-height: 300px;
        margin: 0 0 0 75px;
        font-size: 14px;
        color: #52522b;
        font-family:Arial;
        line-height: 18px;
        clear:none;
        float:left;
}

#StudentLeft div h2{

        font-size: 30px;
        color: #52522b;
        font-family:Arial;
        line-height: 30px;

}


.StudentRight{
        width:312px;
        float: left;
        margin: 0 0 20px 20px;
}


#StudentForm{

        background:#e6e6cf url('elvenite_newsletter_bg.gif') no-repeat top right;
        width: 360px;
        height: 30px;
        margin: 0 0 20px 20px;
        padding: 0;
        float: left;
        display: inline;¨
        clear: none;

}

#elveniteSearchbox {

        }
#StudentForm input{
        width: 312px;
        height: 24px;
        border: 0;
        background: none;
        text-transform: none;
        font-family:Arial !important;
        font-size: 12px !important;
        font-weight: bold;
        letter-spacing: normal;
        color: #ebebd9;
}


#StudentForm .transparentSubmit{
        width: 38px;
        height: 30px;
        background: none;
}






#elveniteFooterLine{
margin: 20px 0 10px 65px;	
}
#elveniteFooterText{
	text-align:center;
	text-transform: uppercase !important;
	margin: 0 0 10px 165px;	
	font-size: 10px !important;
	color: #90906c !important;
	font-family:Arial !important;
	
}
#elveniteFooterText a{
	color: #0eadbe !important;
	text-transform: none !important;
}



#elveniteFooterDisclaimer{
	text-align:center;
	text-transform: normal !important;
	margin: 0 0 10px 165px;	
	font-size: 10px !important;
	color: #90906c !important;
	font-family:Arial !important;
}


#elveniteFooterDisclaimer a{
	color: #0eadbe !important;
	text-transform: none !important;
}




/*** general linkfixes***/
#pageContent a .internal{
	color: #0eadbe !important;
	background: none !important;
	margin: 0!important;
	padding: 0 !important;
}

#pageContent a{
	color: #0eadbe !important;
	background: none !important;
	margin: 0!important;
	padding: 0 !important;
}



/*** logobox v2 ***/
.refB{
	width: 350px;
	margin: 0 0 0 10px;
}

.refBl{
float: left;
clear: left;
margin: 5px 0 5px 10px;
}



.refBr{
float: right;
text-transform: uppercase;
margin: 10px 0 0 0;
}
.refBt{
font-weight: bold !important;
line-height: 15px;
text-align: right;
vertical-align:bottom; 
}

/*Template:TestFirstpage6030 & Template:TestFirstpage6030two & Template:TestFirstpageOneContent*/
#firstpageMyContent{
		width:969px;
		height:320px;
}

#firstpageMyContent div p{
	color:#52522B;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
}

#myContentRightTop div h3{
	font-size: 18px;
	color: #52522b;
	font-family:Arial;
	line-height: 18px;
	margin-top:0;
	margin-bottom:10px;
	
}

#myContentRightBottom div h3{
	font-size: 18px;
	color: #52522b;
	font-family:Arial;
	line-height: 18px;
	margin-top:0;
	margin-bottom:15px;
}

#myContentLeft div h3{
	font-size: 18px;
	color: #52522b;
	font-family:Arial;
	line-height: 18px;
	margin-top:0;
	margin-bottom:15px;
}

#myContentRightBig div h3{
	font-size: 18px;
	color: #52522b;
	font-family:Arial;
	line-height: 18px;
	margin-top:0;
	margin-bottom:15px;
}

#myContentOneBox div h3{
	font-size: 18px;
	color: #52522b;
	font-family:Arial;
	line-height: 18px;
	margin-top:0;
	margin-bottom:15px;
}

#myContentLeft{
                background-image:url('elvenite_bigbox_left_short.jpg');
                background-repeat:no-repeat;
                width:630px;
                height:300px;
                float:left;
                margin-right:20px;
				
				
}

#myContentRightTop{
                background-image:url('elvenite_smallbox_top.jpg');
                background-repeat:no-repeat;
                width:319px;
                height:196px;
                float:left;
                margin-bottom:19px;
}

#myContentRightBottom{
                background-image:url('elvenite_smallbox_bottom.jpg');
                background-repeat:no-repeat;
                width:319px;
                height:196px;
                float:left;
}

#myContentRightBig{
	background-image:url("elvenite_bigbox_right_short.jpg");
	background-repeat:no-repeat;
	width:309px;
	height:300px;
	float:left;
}

#myContentOneBox{
	background-image:url("elvenite_biggest_box_short.jpg");
	background-repeat:no-repeat;
	width:969px;
	height:300px;
	float:left;
}

#myContentOneBoxText{
	padding:20px;
}

#myContentOneBoxLeftText{
	width:630px;
    height:300px;
    float:left;
	padding:20px;
}
#myContentOneBoxRightText{
	width:329px;
    height:300px;
    float:left;
}

#myContentLeftText{
	/*padding:20px;*/
	padding:35px;
}

.myContentRightText{
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:30px;
}

#myContentRightBigText{
	padding:20px;
}

.firstpageMindtouchImg{
	margin-right:10px;
}

/*Template:FirstpageVideo*/
#firstpageMyContent .firstpageVideo{
	text-align:center;
	margin-left:-7px;
	margin-top:7px;
}


/*Template:FirstpagePartners & Template:FirstpagePartnersOrginal*/
#firstpagePartnersCont{
	width:960px;
	height:40px;
	border:1px solid #dadaba; 
	/* Skapar rundade hörn i Safari, Firefox och Chrome */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom:25px;
	/*lägg till/ta bort nedan beroende på vilken partnertemplate som används*/
	/*/background-color:white;/*/
	height:50px;
}

#firstpagePartnersCont img{
	width:134px;
	margin-left:92px;
	margin-right:92px;
	float:left;
	padding-top:14px;
}


/*Template:FirstpageSocialMedias*/

#firstpageSocialMediasContainer{
	margin-left:170px;
	margin-top:30px;
}

.firstpageSocialMedias{
	
}

.firstpageSocialMedias img{
	margin-left:15px;
	margin-right:15px;
	border:none;
}
}
.firstpageSocialMedias {
	margin: 100px 0 0;
	padding: 0;
	list-style: none;
}

.firstpageSocialMedias ul{
	padding:0;
}

.firstpageSocialMedias li {
	float: left;
	position: relative;
	list-style: none;
}
.firstpageSocialMedias a {
	
	display: block;

}
.firstpageSocialMedias li em {
	width: 180px;
	position: absolute;
	top: -45px;
	left: -55px;
	text-align: center;
	padding: 20px 12px 10px;
	z-index: 2;
	display: none;
}


/* FF- flash border fix
#myContent{
	outline: none;
}

#myContent{
	-moz-outline-style: none;
}
*/

