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


/*    Reset
---------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    }
body {
    line-height:1.2;
    }
ol, ul {
    list-style:none;
    }
blockquote, q {
    quotes:none;
    }
:focus {
    outline:0;
    }
ins {
    text-decoration:none;
    }
del {
    text-decoration:line-through;
    }
table {
    border-collapse:collapse;
    border-spacing:0;
    }
img {
    border:0;
    vertical-align:top;
    }

/*    Clear Method
---------------------------------------------*/
.clear {
    clear:both;
	float:none;
	width:100%;
    }
.clearfix{
    display:inline-table;
    /* Hides from IE-mac \*/
    height: 1%;
    display: block;
    /* End hide from IE-mac */
    }
html>body .clearfix {
    height:auto;
    }
.clearfix:after{
    content:".";
    clear:both;
    display:block;
    height:0;
    visibility:hidden;
    } 
	
/*    structure
---------------------------------------------*/

.clear {
	display:block;
	height:1px;
	float:none;
	clear:both;
}

* {
	margin:0;
	padding:0;
	text-align:left;
}
html {
	min-height:100%;
}

body {
	font:9pt georgia, trebuchet ms, times; 
	margin:0;
	padding:0;
	color:#fff;
	background:#ececec url(../gfx/bgDots.gif);
	background-attachment:fixed;
}
#outer {
	min-width:980px;
	text-align:center;
}

#web {
	position:relative;
	margin:0 auto;
	display:block;
	width:816px;
	min-height:400px;
	margin-top:70px;
	margin-bottom:30px;
	text-align:left;
}

#jymdjaket {
	position:absolute;
	left:356px;
	top:-53px;
}

#web .webTop {
	display:block;
	width:816px;
	height:109px;
	background:url(../gfx/web_top.png) no-repeat;
}

#web .webExpandable {
	display:block;
	width:816px;
	background:url(../gfx/web_expandable.png) repeat-y;
}

#web .webBody {
	display:block;
	width:816px;
	min-height:590px;
	background:url(../gfx/web_body.png) no-repeat;
	text-align:center;
}

#web .webBottom {
	display:block;
	width:816px;
	height:23px;
	background:url(../gfx/web_bottom.png) no-repeat;
}

#menu {
	float:left;
	display:block;
	width:584px;
	height:41px;
	margin-left:43px;
	background:url(../gfx/menuBg.png) no-repeat;
	text-align:left;
}

#menu ul {
	margin-left:1px;
}

#menu li {
	float:left;
	padding-left:17px;
	padding-top:11px;
}

a {
	color:#d6401c;
}

#menu a {
	display:block;
	height:17px;
	color:#fff;
}

#menu a:hover, #menu a.active {
	display:block;
	height:17px;
	color:#fff;
	background-position: 0 -23px !important;
}

#menu a span {
	display:none;
}

#menu a.flash {
	width:43px;
	background:url(../gfx/menu/flash.png) no-repeat 0 3px;
}

#menu a.webb {
	width:43px;
	background:url(../gfx/menu/webb.png) no-repeat 0 3px;
}

#menu a.frilans {
	width:125px;
	background:url(../gfx/menu/frilans.png) no-repeat 0 0;
}

#menu a.partners {
	width:157px;
	background:url(../gfx/menu/partners.png) no-repeat 0 3px;
}

#menu a.om {
	width:107px;
	background:url(../gfx/menu/om.png) no-repeat 0 3px;
}

#content {
	margin: 0 auto;
	width:700px;
	padding-top:40px;
	padding-bottom:30px;
	text-align:left;
	clear:both;
	display:block;
	color:#111;
}

#content .post {
	display:block;
	padding-bottom:25px;
	margin-bottom:25px;
	clear:both;
	background:url(../gfx/dots.png) no-repeat bottom left;
}

#content .last {
	background:url();
	padding-bottom:0;
	margin-bottom:0;
}

#content .post img {
	border:2px solid #fff;
	margin-bottom:20px;
}

#content .post h2 {
	font:28pt impact, arialBlack;
	margin-bottom:10px;
}

#content .post h3 {
	font:12pt impact, arialBlack;
}

#content .post p {
	font-size:9pt;
	font-weight:bold;
	line-height:1.4em;
}

#content .post p span.initial {
	/* display:inline;
	float:left;
	font-size:3.04em;
	font-weight:bold;
	line-height:0.85em;
	margin:0.03em 0.05em 0 -1px; */
}

#content .post p .caps {
	/* text-transform:uppercase;*/
}

#content .post .flashDiv {
	border:2px solid #fff;
	width:auto;
	height:auto;
}

#content .post .imgLeft {
	float:left;
	margin-right:30px;
}

#content .post .imgRight {
	float:right;
	margin-left:30px;
}

#content .post ul {
	margin-top:20px;
	font-weight:bold;
}

#content .post ul li {
	height:30px;
}
