* {
    padding:     0;
    margin:      0;
}

html {
    background-color: #f1f1aa;
}

body {
    background-color: #f1f1aa;
}

/* FOSSNÄTET */
#foss-links {
width: 70% !important;
background-color: #f4f4bf !important;
padding-left: 30% !important;
border-bottom: 1px solid #789b61 !important;
}

#foss-links ul {
}

#foss-links ul li {
border-color: #004619 !important;
border: none !important;
}

#foss-links ul ul li {
background: #789b61 !important;
}

#foss-links ul ul li:hover {
background: #909c0c !important;
}

#foss-links h2 {
color: #777 !important;
font-size: 8px !important;
}

#foss-links a {
color: #fff !important;
font-size: 8px !important;
} 

#foss-links a:hover {
text-decoration: none !important;
}

/* FOSSNÄTET END */

#header {
    width: 100%;
    height: 30px;
    background-color: #fff;
    border-top: 4px solid #004619;
    border-bottom: 4px solid #004619;
    margin-top: 50px;
}

#header-content {
    width: 960px;
    margin: auto;
    height: 30px;
}

#logo {
    width: 1px;
    margin: auto;
    float: left;
    position: relative;
    top: -48px;
    left: 20px;
    z-index: 2;
}

#flags {
	position: absolute;
	top: 10px;
	right: 150px;
}

#flags img {
	margin-left: 5px;
}

#main-menu {
    font-family: "DejaVu Sans Condensed", Helvetica, sans-serif;
    font-weight: normal;
    font-size: .9em;
    text-align: center;
    padding-top: 6px;
}

#main-menu ul {
    margin: auto;
    text-align: left;
    margin-left: 220px;
}

#main-menu ul li {
    display: inline;
    padding: 0 0 0 30px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #999;
}


#main-menu ul li a, ul.list-side-menu li a {
    color: #004619;
    text-decoration: none;
}

#main-menu ul li a:hover, ul.list-side-menu li a:hover {
    border-bottom: 1px dotted #004619;
    color: #909c0c;
}

#main-area {
    font-family: "DejaVu Sans", Helvetica, sans-serif;
    line-height: 2em;
    font-size: 80%;
    width: 962px;
    margin: 15px auto;
    height: 100%;
}

#lower-area {
    clear: both;
    font-family: "DejaVu Sans", Helvetica, sans-serif;
    line-height: 2em;
    font-size: 80%;
    margin: 15px 0 0 0;
    background-color: #7fa778;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #004619;
}

#main-area h2 {
    margin-bottom: 1em;
    font-style: italic;
    color: #333;
    border-bottom: 1px dotted #000;
}


#main-area #butik-column h2 {
    color: #004619;
    font-weight: normal;
    font-family: "Andale Mono", monospace;
    line-height: 2.2em;
    font-size: 1em;
}

#main-area #butik-column h2.producer {
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
}

#main-area h3 {
    margin-bottom: .5em;
    color: #004619;
}

#main-area p {
    margin-bottom: 1.5em;
    text-align: left;
    font-size: .9em;
}

#main-area dd {
    font-weight: bold;
    display: inline;
}

#main-area dt {
    display: inline;
}

#wide-column ul {
	font-size: .9em;
	list-style-position: inside;
	margin: 0 0 10px 0;
}

#wide-column ul li {
	margin: 0px;
	padding: 0 0 5px 0;
}

#left-column {
    width: 170px;
    float: left;
    padding: 15px;
    text-align: right;
    background-color: #f1f1aa;
    border-top: 1px solid #f1f1aa;
}

#left-column h2 {
    color: #f1f1aa;
    border-bottom: 1px solid #f1f1aa;
}

a {
    color: #004619;
    text-decoration: none;
}

a:hover {
    color: #909c0c;
}

#middle-column, #butik-column, #wide-column {
    float: left;
    padding: 15px;
    border: 1px solid #004619;
    background-color: #fff;
    margin-bottom: 10px;
}

#middle-column {
    width: 255px;
}

#butik-column, #wide-column {
    width: 698px;
}

#middle-column h2, #middle-column h3 {
    text-align: center;
}

#right-column {
    width: 443px;
    float: left;
    padding: 15px;
    background-color: #f1f1aa;
    border-top: 1px solid #f1f1aa;
}

ul.list-side-menu {
    margin-bottom: 2em;
    list-style-type: none;
}

ul.list-side-menu li {
    text-align: right;
}

ul.list-side-menu li a:hover {
    text-align: right;
    list-style-type: none;
    border-bottom: 1px dotted #000;
}

p img.icon {
    display: block;
    float: left;
    margin-right: 10px;
}

p img.external-logo {
    vertical-align: middle;
    margin-right: 10px;
}

ul.courselist {
    margin-bottom: 2em;
    list-style-type: none;
    font-size: .9em;
}

ul.courselist li.title {
    font-weight: bold;
}

ul.courselist li.description, ul.courselist ul {
    font-style: italic;
    font-size: .8em;
    margin-bottom: .8em;
}

ul.courselist ul  {
	text-indent: .4em;
	list-style-type: disc;
	list-style-position: inside;
}

ul.courselist li.signup {
    margin-top: -.5em;
    margin-bottom: .8em;
}

div.product-block {
    margin-bottom: 2em;
}

p img.product-thumbnail {
    display: block;
    float: left;
    margin-right: 10px;
}

p.product-price {
    font-style: italic;
    margin-top: -10px;
}

#footer {
    width: 100%;
    padding: 12px 0;
    line-height: 150%;
    text-align: center;
    clear: both;
    background-color: #fff;
    border-bottom: 1px solid #004619;
    border-top: 1px solid #004619;
    font-family: sans-serif;
    font-size: .7em;
}

.newsbox-right {
    background-color: #fff;
    border: 1px solid #000;
    line-height: 1.4em;
    width: 180px;
    float: right;
    padding: 10px;
    margin: 0 0 10px 10px;
}

.newsbox-right h3 {
    text-align: center;
}

#pad { 
    margin: 1em; 
    font-size: 14pt;
       }

fieldset { 
     padding: 2px;      
     border: 1px solid black;
 }

#lipad { 
     margin: 0em 1em .5em 1em;
     }

a img {
	border: none;
}

table#pricelist {
	border-left: 1px solid #000;
	padding: 0;
	margin: 0;
}

table#pricelist tr th {
	padding: 3px;
	text-align: left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

table#pricelist tr td {
	padding: 3px;
	vertical-align: top;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}


div.pr-foton div {
	float: left;
	font-size: .6em;
	margin-right: 2em;
}

div.pr-logo div {
	float: left;
	margin-right: 2em;
}

div.pr-logo div strong {
	text-align: center;
	display: block;
}

div.pr-logo div {
	width: 200px;
	margin-bottom: 1em;
}

div.pr-logo div.meraplats img {
	margin-top: 38px;
	margin-bottom: 37px;
}

div#wide-column hr {
	clear: both;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 1em 0;
}

div#fs-top-area {
	padding-top: 2em;
}

div#fs-top-area ul {
	list-style-position: inside;
}

div#fs-top-left {
	float: left;
	width: 200px;
	margin: 3em 20px 10px 0;
}

div#fs-top-left-white {
        width: 160px;
	background-color: #f7f7d4;
	border: 1px solid #004619;
	margin: 0;
	padding: 0 20px;
}

div#fs-top-left-white h3 {
	margin: .5em 0;
}

div#fs-top-left-white p {
	font-size: .8em;
	line-height: 1.6em;
}

div#testimonial {
	width: 160px;
	margin-top: 2em;
	font-size: .8em;
	line-height: 1.3em;
}

div#testimonial blockquote p.quotation {
	width: 190px;
	font-style: italic;
	margin-bottom: .5em;
	line-height: 1.3em;
}

div#fs-top-middle {
	float: left;
	width: 270px;
	padding-left: 40px;
}

div#fs-top-middle div#ubuntu-partner-logo {
	margin-top: 25px;
}

div#fs-top-right {
	float: left;
	margin-left: 40px;
	width: 330px;
}

div#fs-top-right p {
	font-size: .9em;
	line-height: 1.6em;
}

div#fs-bottom-area {
	background-color: #7fa778;
	padding: 10px;
	width: 962px;
	margin: 0 auto;
}

div#fs-bottom-area h3, div#fs-bottom-area h3 a {
	margin: .5em 0;
	color: #fff;
}

div#fs-bottom-area p {
	font-size: .8em;
	line-height: 1.7em;
}

div#fs-bottom-left {
	float: left;
	width: 300px;
}

div#fs-bottom-left div#flattr {
	display: inline;
	float: right;
}

div#fs-bottom-middle {
	float: left;
	width: 300px;
}

div#fs-bottom-right {
	float: left;
	width: 300px;
}

div#gnutikens-vanner-box {
	border: 1px solid #004619;
	background-color: #bed2bb;
	text-align: center;
	margin: 0 15px;
	padding: 0 5px;
}

div#gnutikens-vanner-box h3, div#gnutikens-vanner-box h3 a {
	color: #004619;
}

div#gnutikens-vanner-box p {
	font-size: .8em;
	line-height: 1.6em;
}

div#gnutikens-vanner-box img {
	margin: 5px 0;
}

