/* Spoil Concept 2.0 by AGoodID */

* {
	margin: 0; padding: 0; font-size:1em;
}
body {
	font-size: 62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color: #ccc;
	line-height: 1.6em;
	background: #ddd url(/pix/bakgrund-white.gif) repeat-y 50% 0;
	background: #333;
	/*background-color: #ddd;*/
}
#wrapper {
	/*width: 980px;*/
	width: 790px;
	margin: 0 auto;
	background-color: #333;
	padding-top: 20px;
	font-size: 1.2em;
	line-height: 1.5em;
}
#header {
	padding-top: 0px;
	height: 50px;
}
#header .logo {
float: left;
margin-right:50px;
}
#header .banner {
float: right;
}
#header .banner a:link,
#header .banner a:visited,
#header .banner a:hover,
#header .banner a:active
{
border: 0; text-decoration: none;
}

#flag {
	float:right;
	width:150px;
	top:10px;
	right:0;
	text-align: right;
}

#nav-global ul {
height: 28px;
color:yellow;
background: #333 /* url(/pix/meny-bg-v3.gif) repeat-x top left */;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
margin-bottom: 0px;
line-height: 1;
text-transform: uppercase;
letter-spacing: 1pt;
*margin-left: 230px; /*IE7fix*/
}
#nav-global ul li {
float: left;
list-style-type: none;
}
#nav-global ul li a {
display: block;
color:#ccc;
xbackground: transparent url(/pix/meny-a-bg-right-v3.gif) no-repeat top right;
padding: 8px 8px 8px 8px;
}
#nav-global ul li a:link,
#nav-global ul li a:visited,
#nav-global ul li a:hover
{
color: #999;
text-decoration: none;
border: 0;
}
#nav-global ul li a:active
{
color: #EC008C;
text-decoration: none;
border: 0;
}

#nav-global ul li a:hover {
color: white;
background-color:#222;
}

#nav-global ul li ul{
display: none;
*margin-left: 0; /*IE7 fix*/
}
#nav-global li.active {
xbackground: white url(/pix/meny-bg-active-v3.gif) repeat-x top left;
}
#nav-global li.active a:link,
#nav-global li.active a:visited,
#nav-global li.active a:hover,
#nav-global li.active a:active
{
	color: #EC008C;
}

/* drop downen */
#nav-global ul li ul {
position: absolute;
text-transform: none;
font-family: arial, verdana, sans-serif;
letter-spacing: 0;
background-color:#222;
/*
border-left: 1px solid #ddd;
border-right: 1px solid red;
border-bottom: 1px solid #ddd;
*/
height: auto;
width: 160px;
min-width: 160px !important;
}

#nav-global ul li ul li {
display: block;
float: none;
background-color: #222;
padding: 0 0px;
margin: 0;
display: inline-block;
}
#nav-global ul li.active ul li {
background-image: none;
}

#nav-global ul li ul li a:link,
#nav-global ul li ul li a:visited,
#nav-global ul li ul li a:hover,
#nav-global ul li ul li a:active
{
background-image: none;
display: block; 
float: none;
/*
border-top: 1px solid #ddd;
border-bottom: 1px solid white;
*/
padding: 5px;
color: #ccc;
width: 140px;
min-width: 140px !important;
}

#nav-global ul li.active ul li a:link,
#nav-global ul li.active ul li a:visited,
#nav-global ul li.active ul li a:hover,
#nav-global ul li.active ul li a:active {
color: #ccc;
}
#nav-global ul li ul li a:hover,
#nav-global ul li.active ul li a:hover
{
	color: #EC008C;
}

#nav-local {
	background-color: transparent;
	margin:20px 0;
	font-family: Georgia, Times, serif;
}
#nav-local a {
	color:#ccc;
}
#nav-local h3 {
	color:white;
	font-size:16px;
}
#nav-local ul {
	margin:0;
	padding:0;
}
#nav-local li {
	list-style-type: none;
}


.col05, .col1, .col2, .col3, .col4 {
	margin-right: 20px;
	float: left;
}
.col-last {
	margin-right: 0;
}
.col4 {
	/*width: 960px;*/
	width: 940px;
}
.col3 {
	/*width: 715px;*/
	width: 790px;
}
.col2 {
	/* width: 470px; */
	width: 520px;
	margin-bottom:30px;
}
.col1 {
	/*width: 225px;*/
	width: 250px;
	margin-top:50px;
}

.col05 {
	width: 100px;
}

#sidebar{
	font-size:0.95em;
	color:#777;
	line-height: 1.3em;
}

hr {
	clear: both;
}
#nav .logo {
	/* text-align: center; */
	margin-left:50px;
}
#nav .logo a img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, Times, serif;
	color:#ccc;
	font-weight: normal;
	margin-bottom: .5em;
}
h1 {
	font-size: 1.9em;
	margin-top: 1em;
	line-height:1.2em;
}

h2 {
	font-size:1.6em;
}

h3 {
	margin: 1em 0 0;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

ul {
	padding:0 0 1em 1em;
}
/*
ul#nav-global {
		list-style-type: none;
		margin-left: 10px;
		margin-top: 50px;
		line-height: 1.6;
}

ul#nav-global li{
	margin: 0px;
	padding:3px;
	border-top:1px solid #ccc;
}
ul#nav-global li li {
	border:none;
	margin:0;
	padding:0;
}

ul#nav-global li a {
	text-decoration: none;
	color: #999;
}

ul#nav-global li a:hover {
	text-decoration: underline;
}

ul#nav-global li.active a.active {
	font-weight: bold;
	color:black;
}

ul#nav-global li.active ul {
	list-style-type: none;
	margin-left: 10px;
}

ul#nav-global li ul{
	margin-top: 5px;
}
*/
#sidebar h6 {
border-top: 1px solid #ccc;
padding-top: 1ex;
margin-bottom: 1ex;
}
#sidebar .module {
margin-bottom: 1em;
}

#content {
}
.breadcrumbs {
	border-top: 1px solid #ccc;
	padding-top: 1ex;
	margin-bottom: 1ex;
	font-size: 0.95em;
}

.breadcrumbs a {
	color:#666;
}

.breadcrumbs a:hover{
	color:#EC008C;
}

/*
ul.tabs {
list-style-type: none;
height: 19px;
line-height: 1;
margin-top: 1ex;
margin-bottom: 1ex;
border-bottom: 1px solid #999;
}
ul.tabs li {
float: left;
}

ul.tabs li a {
float: left;
padding: 3px 5px 3px 5px;
}
ul.tabs li.selected a {
border-top: 1px solid #999; 
border-left: 1px solid #999; 
border-right: 1px solid #999; 
font-weight: bold;
background-color: white;
position: relative;
top: 1px;
}
*/
#footer {
	clear: both;
	padding:20px 0;
	margin:0;
	border-top:1px solid #666;
	font-size:12px;
	line-height:1.3em;
	background-color:transparent;
	color:#ccc;
	width: 790px;
	margin: 0 auto;
}
#banner {
	clear: both;
	padding:20px 0;
	margin:0;
	border-top:1px solid #666;
	font-size:18px;
	line-height: 1.3em;
	background-color:transparent;
	color:#999;
	width: 790px;
	margin: 0 auto;
	font-family: Georgia, Times, serif;
}

.okmsg {
	padding: .5em;
	background-color: #66CC66; 
	font-weight: bold;
	color: black;
}
.errmsg {
	padding: .5em;
	background-color:#FF3300;
	color: white;
	font-weight: bold;
}

p.caption {
	text-align: right;
	font-size: .8em;
	margin-bottom: 2em;
}

.firstPageTeaser {
	margin-top: 1ex;
	font-size: 1.3em;
	line-height: 1.5;
}

#aktuellt.list p.teaser {
	padding-bottom: 2em;
	border-bottom: 1px solid #ccc; 
}

#aktuellt.list p.teaser.last {
	padding-bottom: 0;
	border-bottom: none; 
}

#aktuellt h1,
#aktuellt h2 {
	margin-bottom: 0;
}

/*
#aktuellt p.date {
	margin-top: 0.2em;
} 
*/

p.date {
	font-size:9px;
	margin:0 0 1.5em 0;
}

ul#newsList{
	margin-left:1.1em;
}

ul#newsList li.active{
	font-weight:bold;
}

/* #utbildningar.list h2,
#aktuellt.list h2 {
	font-size: 1.9em;
	font-weight:normal;
	margin-top: 1em;
	line-height:1.2em;
}

#utbildningar.list h2{
	margin-bottom: 1ex;
} */

#startNews{
	border-top: 1px solid #666;
	margin-top:2em;
}

#startNews .newsItem{
	border-bottom: 1px solid #444;
	padding-top:1ex;
}

#startNews .newsItem.last{
	border-bottom: none;
}

#startNews .newsItem img{
	float:left;
	margin-bottom:1ex;
}

#startNews .newsItem h2,
#startNews .newsItem p{
	margin-left:270px;
	margin-top:0;
}


.col-module {
	padding-top: 1ex;
	border-top: 1px solid #ccc;
	/*margin-bottom: 1ex;*/
}

ul.tabs {
	line-height: 1;
	list-style-type: none;
	height: 2em;
	background: transparent url(/pix/tab-white-bottom.gif) repeat-x left bottom;
}
ul.tabs li {
	line-height: 1;
	float:left;
}
ul.tabs li.selected {
background: transparent url(/pix/tab-white-top-left.gif) no-repeat top left;
}

ul.tabs li a {
padding: .5em;
float: left;
}
ul.tabs li.selected a {
background: transparent url(/pix/tab-white-top-right.gif) no-repeat top right;
}


.blog-entry h2 span.date {
font-weight: normal;
font-size: .9em;
}
/*.blog-entry*/ p.blog-caption {
text-align: right;
font-size: .9em;
margin-top: -1ex;
}

.articleListImage{
	margin-top:2em;
}

img.articleListImage{
	margin-top:4em;
}

#aktuellt .articleListImage{
	margin-top:1em;
}

#aktuellt img.articleListImage{
	margin-top:2em;
}

#aktuellt .articleListImage.first,
#utbildningar .articleListImage.first,
.articleListImage.first{
	margin-top:0;
}

body.mceContentBody {
   margin: .5em;
   font-size: 12px;
}

a:link img,
a:visited img,
a:hover img,
a:active img{
	border: none; 
}

#ssPortfolio {
	margin-top: 10px;
}

#begood-image-swapper,
#begood-image-swapper li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#begood-image-swapper li{
	display:inline;
	margin-left:3px;
}

#begood-image-swapper li a img{
	border:1px solid white;
}

#begood-image-swapper li a.selected img,
#begood-image-swapper li a:hover img{
	border:1px solid #EC008C;
}

/* IMAGES */

#imageToBeSwapped, .mainImg {
	width:790px;
	height: 395px;
	border:1px solid #666;
	padding:3px;
}

/* LINKS */

a:link {
	color: #EC008C;
	text-decoration: none;
}
a {
	color: #EC008C; text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul.files { list-style-type: none; margin: 1em 0 0 0; padding: 0; }
ul.files li { background-image: url(/begood/pix/silkicons/page_white.gif); background-repeat: no-repeat; padding: 0 0 5px 20px; }
ul.files li.doc,ul.files li.docx,ul.files li.dot,ul.files li.dotx { background-image: url(/begood/pix/silkicons/page_white_word.gif); }
ul.files li.xls,ul.files li.xlsx,ul.files li.xlt,ul.files li.xltx { background-image: url(/begood/pix/silkicons/page_white_excel.gif); }
ul.files li.eps,ul.files li.gif,ul.files li.jpg,ul.files li.jpeg,ul.files li.psd,ul.files li.tif,ul.files li.tiff { background-image: url(/begood/pix/silkicons/picture.gif); }
ul.files li.avi,ul.files li.mpg,ul.files li.mpeg,ul.files li.mov,ul.files li.qt { background-image: url(/begood/pix/silkicons/film.gif); }
ul.files li.aiff,ul.files li.mp3,ul.files li.wav { background-image: url(/begood/pix/silkicons/music.gif); }
ul.files li.pdf { background-image: url(/begood/pix/silkicons/page_white_acrobat.gif); }
ul.files li.ppt,ul.files li.pptx,ul.files li.pot,ul.files li.potx { background-image: url(/begood/pix/silkicons/page_white_powerpoint.gif);}
ul.files li.swf { background-image: url(/begood/pix/silkicons/page_white_flash.gif); }
ul.files li.txt { background-image: url(/begood/pix/silkicons/page_white_text.gif); }
ul.files li.sit,ul.files li.sea,ul.files li.hqx,ul.files li.rar,ul.files li.zip { background-image: url(/begood/pix/silkicons/page_white_compressed.gif); }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

td {
	vertical-align: top;
	border-top:1px solid #555;
}
input {
	margin:5px;
}
textarea {
	margin:5px;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


