/*[fmt]2A10-1A0B-3*/
/*------------------------------------------------------------------
[ STYLE.CSS ] Main Stylesheet
--------------------------------------------------------------------
last update: 15-04-2009
[Table of contents]

1.    RESET

2.    MAIN STYLES
2.a  Tags defaults
2.b  Base layout
2.c  Navigations
2.d  Elements, ID's & Classes

3.    FORMS
3.a  General form styles
3.b  Individual forms

4.    PLUGINS

5.    PRINT


/*------------------------------------------------------------------

1.    RESET
Global reset for all HTML elements

------------------------------------------------------------------*/
*  {
 font-family: inherit;
 font-size: 100%;
 font-style: inherit;
 font-weight: inherit;
 margin: 0;
 outline: 0;
 padding: 0;
 vertical-align: baseline;
}

html  {
 height: 100%;
 width: 100%;
 overflow: auto;
}

body  {
 background: #FFF;
 color: #000;
 font-size: 100.01%;
 min-height: 101%;
 text-align: left;
 min-width: 100.01%;
}

img, fieldset, abbr, acronym  {
 border: 0;
}

ul, ol  {
 list-style: none;
 list-style-position: outside;
}

table  {
 border-collapse: collapse;
 border-spacing: 0;
 width: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var  {
 font-style: normal;
 font-weight: normal;
}

caption, th  {
 text-align: left;
}

q:before, q:after, blockquote:before, blockquote:after  {
 content: '';
}

input, select, textarea, button  {
 font-size: 1em;
 line-height: normal;
 width: auto;
 vertical-align: middle;
}

textarea  {
 height: auto;
 overflow: auto;
}

option  {
 padding-left: 0.6em;
}

button  {
 background: none;
 border: 0;
 text-align: center;
}

h1, h2, h3, h4, h5, h6  {
 font-weight: normal;
 line-height: normal;
}

/*------------------------------------------------------------------

2.    MAIN STYLES
General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
body  {
 background: #754628 url(../img/bg_body.jpg) repeat;
 color: #363522;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 75%;
 line-height: 1.33em;
 text-align: center;
 /*[disabled]overflow-x:hidden;*/
 /*[empty]overflow:;*/
}

p, ul, ol, table, dl, dd, pre  {
 margin: 0 0 1.33em;
}

strong  {
 font-weight: bold;
}

em  {
 font-style: italic;
}

code, pre  {
 font-family: "Courier New", Courier, monospace;
}

dt  {
 font-weight: bold;
}

dd  {
 font-style: italic;
}

cite  {
 font-style: italic;
}

q  {
 font-style: italic;
}

blockquote  {
 font-style: italic;
 padding: 0 2.67em;
}

abbr, acronym  {
 border-bottom: 1px dotted #000000;
 cursor: help;
}

/*Headlines
-------------------------------
[?] Always define: font-size - line-height - margin
*/
h2, h3  {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bold;
}

h2 a, h3 a  {
 text-transform: none !important;
 font-style: normal !important;
}

h1  {
 font-size: 3em;
 margin: 1em 0 0.4em;
}

h2  {
 background: url(../img/bg_h2.gif) repeat-x bottom left;
 font-size: 2.5em;
 margin: 0 0 -0.07em;
 padding-bottom: 0.37em;
}

#main h2  {
 margin-bottom: 0;
}

#main h2 img  {
 position: relative;
 top: 10px;
}

h3  {
 border-bottom: 3px solid #373A3B;
 font-size: 2.08em;
 margin: 1em 0 0.2em;
}

h4  {
 font-size: 1.5em;
 margin: 0 0 0.22em;
}

h5  {
 font-size: 1em;
 font-style: italic;
 font-weight: bold;
 margin: 2.5em 0 0;
 text-transform: uppercase;
}

h6  {
 font-size: 0.92em;
 margin: 1em 0 0.4em;
}

/*Anchors
-------------------------------*/
a, a:link, a:visited  {
 color: #4B6EA9;
 cursor: pointer;
 font-style: italic;
 text-decoration: none;
 text-transform: uppercase;
}

a:hover, a:active, a:focus  {
 text-decoration: underline;
}

/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/
#wrap  {
 margin: auto;
 text-align: left;
 width: 1205px;
 position: relative;
}

#header, #content, #footer, #wrapContent, #wrapContentTwo  {
 float: left;
 display: inline;
 clear: both;
 position: relative;
}

#header  {
 background: url(../img/bg_header.png) no-repeat 1px 0;
 height: 203px;
 width: 100%;
 position: relative;
}

#klibbar2  {
 position: absolute;
 float: left;
 top: 10px;
 left: 48px;
}

#logo  {
 margin: 0;
}

#logo a  {
 background: url(../img/logo.gif) no-repeat;
 height: 49px;
 width: 303px;
 position: absolute;
 top: 106px;
 left: 124px;
}

#wrapContent  {
 background: url(../img/bg_content.png) repeat-y;
 padding: 0 0 1em 10.25em;
 width: 1205px;
}

#wrapContentTwo  {
 background: url(../img/bg_content2.png) repeat-y;
 padding: 0 0 1em 10.25em;
 width: 1205px;
}

#content  {
 margin: 0 auto;
 width: 960px;
 position: relative;
 z-index: 20;
 left: 5px;
}

#colOne  {
 float: left;
 width: 305px;
}

#colTwo  {
 float: left;
 margin-left: 30px;
 width: 287px;
 overflow: hidden;
}

#colThree  {
 float: left;
 margin-left: 30px;
 width: 305px;
}

#colOne, #colTwo, #colThree  {
 background: url(../img/bg_col.gif) repeat-x bottom left;
 padding-bottom: 10px;
 position: relative;
 z-index: 9998;
}

#main  {
 color: #373A3B;
 float: left;
 margin-left: 30px;
 width: 624px;
 position: relative;
 z-index: 9998;
}

#sidebar  {
 color: #373A3B;
 float: left;
 width: 306px;
 position: relative;
 z-index: 9998;
}

#footer  {
 background: url(../img/bg_footer.png) no-repeat -3px 0;
 height: 103px;
 width: 100%;
}

/*-------------------------------
2.c Navigations
-------------------------------*/
ul.nav  {
 margin: 0;
}

/*Main navigation
-------------------------------*/
#nav  {
 position: absolute;
 top: 161px;
 left: 124px;
 z-index: 3000;
}

#nav li  {
 line-height: normal;
}

#nav li a  {
 color: #4B6EA9;
 font-weight: bold;
 font-size: 1.17em;
 font-style: italic;
 text-decoration: none;
}

#nav li a:hover  {
 text-decoration: underline;
}

#nav li a.active  {
 text-decoration: underline;
}

/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------
Default lists
-------------------------------*/
#main ul  {
 padding-left: 2em;
}

#main ul li  {
 background: url(../img/bullet.gif) no-repeat 0 7px;
 padding-left: 9px;
}

#main ul li.grona-border, #main ul li.lila-border  {
 padding: 0;
 background: none;
}

#main ul ul, #main ul ol, #main ol ul, #main ol ol  {
 margin: 0;
}

#main ol  {
 list-style: decimal inside;
 padding-left: 2em;
}

#regellista li, #prislista li  {
 margin-bottom: 5px;
}

ul#prislista li  {
 list-style: none;
 background-image: none;
 height: 110px;
}

#main ul.void, #main ol.void, #main ol.fieldset, #main ul.void li, #main ol.fieldset li  {
 background: none repeat left top;
 list-style: none;
 list-style-position: outside;
 padding: 0;
}

ul li img  {
 display: block;
}

.wide_bottomline  {
 background: transparent url(../img/bg_col.gif) repeat-x scroll left bottom;
 padding-bottom: 10px;
}

/*General elements
-------------------------------*/
.error_message  {
 font-weight: bold;
 color: #CF3636;
 background-color: #FFF3F3;
 border: 2px solid #FDD4D4;
}

.grona-border  {
 border: 2px solid #5BB325;
}

.grona-border img, .lila-border img  {
 display: block;
}

.lila-border  {
 border: 2px solid #AF3FA6;
 float: left;
}

.flickr-grona  {
 background: url(../img/icon_flickr.gif) no-repeat 0 5px;
}

.youtube-grona  {
 background: url(../img/icon_youtube.gif) no-repeat 0 5px;
}

.microblog-grona  {
 background: url(../img/icon_microblog.gif) no-repeat 0 5px;
}

.ovrigt-grona  {
 background: url(../img/ovrigt_gron-ikon.gif) no-repeat 0 5px;
}

.youtube-grey  {
 background: url(../img/icons_youtube.grey.gif) no-repeat 0 5px;
}

.flickr-grey  {
 background: url(../img/icons_flickr_grey.gif) no-repeat 0 5px;
}

.microblog-grey  {
 background: url(../img/icon_microblog_grey.gif) no-repeat 0 5px;
}

.ovrigt-grey  {
 background: url(../img/ovrigt_gra-ikon.gif) no-repeat 0 5px;
}

.flickr-lila  {
 background: url(../img/icon_flickr_lila.gif) no-repeat 0 5px;
}

.youtube-lila  {
 background: url(../img/icon_youtube_lila.gif) no-repeat 0 5px;
}

.microblog-lila  {
 background: url(../img/icons_microblog_lila.gif) no-repeat 0 5px;
}

.ovrigt-lila  {
 background: url(../img/ovrigt_lila-ikon.gif) no-repeat 0 5px;
}

#main h4  {
 border-bottom: 3px solid #373A3B;
 color: #373A3B;
 font-style: italic;
 margin: 0.44em 0;
 text-transform: uppercase;
}

#main h4.personupdrag  {
 border: none;
 background-position: 0 5px;
 margin: 0;
 padding-left: 21px;
}

h4 a.grona  {
 color: #5BB325;
 text-decoration: none;
 padding-left: 20px;
}

h4.microblog-grona, h4.microblog-lila, h4.microblog-grey, h4.flickr-grona, h4.flickr-lila, h4.flickr-grey, h4.youtube-grona, h4.youtube-lila, h4.youtube-gray, h4.ovrigt-grona, h4.ovrigt-lila, h4.ovrigt-gray  {
 padding-left: 20px;
}

h4 a.lila  {
 color: #AF3FA6;
 text-decoration: none;
 padding-left: 20px;
}

#header #banner  {
 height: 150px;
 width: 305px;
 position: absolute;
 left: 445px;
 top: 23px;
 z-index: 3;
}

#klibbar  {
 position: absolute;
 right: 29px;
 top: 20px;
 z-index: 10;
}

#pointsGrona, #pointsLila, #hannaMaja  {
 padding-top: 30px;
}

#pointsGrona, #pointsLila  {
 color: #363522;
 font-style: italic;
 text-transform: uppercase;
 /*[empty]text-align:;*/
}

#pointsGrona ul, #pointsLila ul  {
 padding-left: 0;
}

#pointsGrona ul li, #pointsLila ul li  {
 background: none;
 font-size: 1.08em;
 margin-bottom: 5px;
 padding-left: 0;
 position: relative;
 width: 170px;
}

#pointsGrona ul li .points, #pointsLila ul li .points  {
 font-style: normal;
 position: absolute;
 top: 0;
 right: 0;
 text-transform: none;
}

#pointsGrona p.total-points, #pointsLila p.total-points  {
 height: 73px;
 width: 89px;
 margin: 0;
 padding-top: 11px;
 padding-bottom: 10px;
 text-align: center;
}

#pointsGrona  {
 background: url(../img/key_grona.gif) no-repeat 170px 22px;
}

#pointsGrona ul  {
 float: left;
}

#pointsGrona p  {
 float: right;
}

#pointsGrona p.bg-grona  {
 background: url(../img/bg_points_grona.gif) no-repeat;
}

#pointsLila  {
 background: url(../img/key_lila.gif) no-repeat 105px 22px;
}

#pointsLila ul  {
 float: right;
}

#pointsLila p  {
 float: left;
}

#pointsLila p.bg-lila  {
 background: url(../img/bg_points_lila.gif) no-repeat;
}

#pointsGrona p.bg-grona .points-lagets, #pointsLila p.bg-lila .points-lagets  {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 34px;
 font-style: normal;
 line-height: 25px;
 text-transform: none;
}

.post  {
 border-bottom: 2px solid #373A3B;
 padding-top: 10px;
}

.date  {
 color: #B5B5B5;
 margin: 0;
}

.points  {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style: normal;
 text-transform: none;
}

.info  {
 clear: both;
 margin-bottom: 10px;
 position: relative;
}

.info li  {
 display: inline;
 float: left;
 font-style: italic;
 text-transform: uppercase;
}

.info li a  {
 white-space: nowrap;
}

.info li.points-grona, .info li.points-lila  {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 2.5em;
 font-style: normal;
 float: right;
 height: 19px;
 margin-right: 15px;
 padding-top: 10px;
 padding-bottom: 10px;
 text-transform: none;
}

.info li.points-grona  {
 background: url(../img/bg_info_grona.gif) no-repeat center center;
}

.info li.points-lila  {
 background: url(../img/bg_info_lila.gif) no-repeat 15px 0;
}

.info li.grona-border, .info li.lila-border  {
 margin-right: 10px;
}

.info li img  {
 height: 25px !important;
 width: 25px !important;
}

.comments  {
 text-align: right;
}

.icon  {
 float: left;
}

div.paging, div.chat_paging  {
 padding-top: 5px;
 text-align: right;
}

div.paging a, div.chat_paging a  {
 padding: 5px 0;
 display: inline-block;
 font-weight: bold;
}

/*chat================*/
p.grona-border, p.lila-border  {
 float: left;
 margin: 0;
}

#chat li  {
 padding: 0 !important;
 margin: 0 0 5px;
 list-style-type: none;
 background-image: none !important;
}

.odd p.lila-border, .odd p.grona-border  {
 float: right;
}

.say  {
 background: #FFF;
 float: left;
 margin: 0;
 margin-left: 10px;
 padding: 7px 0 7px 10px;
 position: relative;
 width: 256px;
}

#colTwo .say  {
 width: 210px;
}

.arrow-say  {
 background: url(../img/bg_say.gif) no-repeat;
 display: block;
 height: 29px;
 width: 10px;
 position: absolute;
 text-indent: -10000px;
 overflow: hidden;
 left: -10px;
 top: 0;
}

.user-lila .color .arrow-say  {
 background-position: -40px 0;
}

.social-blog span.arrow-say  {
 top: 0;
 left: -10px;
}

.odd .say  {
 margin: 0 10px 0 0;
}

.odd .say .arrow-say  {
 top: 0;
 right: -10px;
 float: right;
 left: auto;
 background-position: -10px 0;
}

.user-grona .say.color  {
 background: #CADCC2;
}

#main #chat .say  {
 width: 506px;
 padding: 10px;
}

.user-grona .say.color .arrow-say  {
 background-position: -20px 0;
}

.user-grona.odd .say.color span.arrow-say  {
 background-position: -30px 0;
}

.user-lila .say.color  {
 background: #E3C8E8;
}

.user-lila.odd .say.color .arrow-say  {
 background-position: -50px 0;
}

#chat .date  {
 text-align: right;
}

#chat .odd .date  {
 text-align: left;
}

.comments-users .say  {
 width: 235px;
}

#hannaMaja  {
 background: #F1F4F0;
 border: 2px solid #373A3B;
 padding: 0;
 position: relative;
}

#hannaMaja p  {
 float: left;
 margin: 0;
 padding: 0;
}

#hannaMaja p img  {
 display: block;
 margin: 0;
 padding: 0;
}

#hannaMaja ul  {
 margin: 0;
 position: absolute;
 top: 6px;
 right: 6px;
 text-align: right;
 font-size: 12px;
 line-height: 1.1em;
}

#hannaMaja img  {
 border-right: 2px solid #373A3B;
 float: left;
 display: block;
 margin: 0;
}

#hannaMaja .grona  {
 font-size: 1.17em;
}

#hannaMaja .text  {
 float: left;
 margin: 0 !important;
 text-align: center;
 width: 145px;
}

#hannaMaja .points  {
 font-size: 2.14em;
 line-height: 1em;
}

#gallery  {
 margin-top: 10px;
 margin-left: -9px;
 margin-bottom: 0;
}

#gallery li  {
 float: left;
 margin: 0 0 9px 9px;
}

#gallery li img  {
 height: 46px;
 width: 46px;
}

#regga  {
 background: #FFF;
 width: 195px;
 margin-left: 36px;
 margin-top: 10px;
 padding: 10px;
 padding-bottom: 5px;
 text-align: center;
}

#regga p  {
 margin: 0;
 margin-bottom: 5px;
}

#regga  {
 font-size: 1.5em;
 color: #4B6EA9;
 font-style: italic;
 text-decoration: none;
 text-transform: uppercase;
}

#regga .btn-facebook  {
 background: url(../img/bt_facebook.gif) no-repeat;
 display: block;
 text-indent: -10000px;
 height: 27px;
 width: 194px;
}

#reggaTwo  {
 background: #FFF;
 font-size: 1.08em;
 font-style: italic;
 margin-top: 10px;
 padding: 10px;
 text-align: center;
 text-transform: uppercase;
 width: 267px;
}

#reggaTwo p  {
 margin: 0;
}

input.btn-grona, input.btn-lila, span.disabled  {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 1.67em;
 font-style: normal;
 margin-top: 10px;
 text-transform: none;
 text-decoration: none;
 border: none;
 line-height: 0.8em;
 display: block;
 padding: 0;
 background-color: transparent;
 cursor: pointer;
}

span.disabled  {
 color: #E3E1E1;
 cursor: not-allowed;
}

.btn-grona  {
 background: url(../img/hand_left.gif) no-repeat left 4px;
 color: #5BB325;
 float: left;
 padding-left: 45px !important;
}

span.btn-grona, span.btn-lila  {
 background-position: left bottom;
}

span.btn-lila  {
 background-position: right bottom;
}

.btn-lila  {
 background: url(../img/hand_right.gif) no-repeat right 4px;
 color: #AF3FA6;
 float: right;
 padding-right: 45px !important;
}

.profil-hanna  {
 margin-top: 20px;
}

.profil-hanna li  {
 background: url(../img/key_sidebar.gif) no-repeat 55px 2px;
 height: 50px;
 width: 100%;
 margin-bottom: 10px;
 position: relative;
}

.profil-hanna li .description  {
 position: absolute;
 right: 0;
 top: 0;
 width: 230px;
}

.profil-hanna li .description p, .profil-hanna li .description h5  {
 margin: 0;
}

.profil-hanna li .description h5 a  {
 color: #373A3B;
 padding-left: 20px;
 padding-top: 5px;
}

.profil-hanna li .description h5 a.microblog-lila  {
 color: #AF3FA6;
}

.profil-hanna li .description h5 a.youtube  {
 background-position: 0 0;
 color: #5BB325;
}

.points-profil  {
 color: #B5B5B5;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 1.42em;
 position: absolute;
 left: 0;
 top: 15px;
}

#main .date  {
 margin-top: 8px;
}

a.din-link  {
 font-style: normal;
 text-transform: none;
}

table.din-data td  {
 font-size: 1.17em;
 padding: 2px;
}

table.din-data td.data-title  {
 color: #373A3B;
 padding-right: 10px;
 text-align: right;
 text-transform: uppercase;
 width: 185px;
}

table.din-data td span.din-laget  {
 color: #B5B5B5;
}

#main .upp  {
 margin-left: 52px;
 width: 572px;
}

#main .upp img  {
 float: left;
 margin-right: 10px;
}

#main .upp .stegs  {
 padding-left: 15.08em;
}

#main .upp .stegs li  {
 background: none;
 margin-bottom: 18px;
}

.box-solution  {
 background: #373A3B;
 color: #FFF;
 min-height: 55px;
 height: auto !important;
 height: 55px;
 margin: 10px 0 0 52px;
 position: relative;
 width: 573px;
}

.box-solution .text  {
 font-size: 1.17em;
 font-style: italic;
 margin: 0;
 text-transform: uppercase;
 padding: 20px 56px 18px 13px;
}

.box-solution .btn  {
 position: absolute;
 top: 10px;
 right: 10px;
}

.grona, .grona a  {
 color: #5BB325;
}

.lila, .lila a  {
 color: #AF3FA6;
}

.comments a.grona  {
 color: #5BB325;
}

.comments a.lila  {
 color: #AF3FA6;
}

#hand  {
 margin: 0 auto;
 background: url(../img/hands.png) no-repeat;
 height: 903px;
 width: 2000px;
 width: 1400px;
 padding-left: 535px;
 position: absolute;
 top: 85px;
 left: -406px;
}

/*------------------------------------------------------------------*/
#colOne .post img, #colThree .post img  {
 max-width: 305px;
 height: auto;
 _width: 303px;
}

/*
3.    FORMS
Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a General form styles
-------------------------------
Form elements
-------------------------------*/
input.text, select.select, textarea.textarea  {
 border: 1px solid #999;
 font-family: Arial, Helvetica, sans-serif;
 color: #000;
 padding: 3px;
}

input.text  {
 width: 195px;
}

select.select  {
 width: 200px;
}

textarea.textarea  {
 height: 10em;
 width: 195px;
}

select.select.free  {
 width: auto;
}

button.button  {
 color: #000;
 cursor: pointer;
 height: auto;
 width: auto;
 line-height: normal;
 white-space: nowrap;
}

input.submit  {
 color: #000;
 cursor: pointer;
 padding: 5px 10px;
}

/*General forms
-------------------------------*/
form.form ol.fieldset  {
/*nothing here*/
}

form.form ol.fieldset li.field  {
 margin: 0 0 1em;
 position: relative;
}

form.form ol.fieldset li.field label  {
 font-weight: bold;
 display: block;
 margin-bottom: 5px;
}

form.form p.submit  {
/*nothing here*/
}

/*Search Forms
-------------------------------*/
form.search  {
 margin-bottom: 1.33em;
}

form.search p.fields  {
 margin: 0;
}

form.search p.fields input, form.search p.fields button  {
 display: inline;
 vertical-align: middle;
}

/*-------------------------------
3.b Individual forms
-------------------------------*/
input.submit  {
 background: none;
 border: none;
 float: right;
 font-style: italic;
 padding: 0;
 text-transform: uppercase;
}

input.submit.grona  {
 color: #5BB325;
}

input.submit.lila  {
 color: #4B6EA9;
}

.post form textarea.textarea  {
 background: #FFF url(../img/bg_textarea_bottom.gif) no-repeat bottom center;
 border: none;
 padding: 5px;
 padding-bottom: 15px;
 height: 35px;
 width: 295px;
}

#colTwo form textarea.textarea  {
 background: #FFF url(../img/bg_textarea_top.gif) no-repeat top center;
 border: none;
 padding: 15px 5px 5px;
 height: 70px;
 width: 275px;
}

#social-form label  {
 text-align: right;
 width: 185px;
 display: block;
}

#social-form ol.fieldset li.field  {
 margin-bottom: 7px;
 position: relative;
 padding-left: 196px;
}

#social-form ol.fieldset li.field label  {
 color: #4B6EA9;
 left: 0;
 top: 0;
 position: absolute;
 text-align: right;
 text-transform: uppercase;
 width: 185px;
}

#social-form ol.fieldset li.field input.text  {
 border: 0;
 color: #B5B5B5;
 width: 128px;
}

#social-form p.submit  {
 text-align: right;
 width: 330px;
}

#social-form p.submit input.submit  {
 float: none;
 background-color: #4B6EA9;
 color: #FFF;
 font-style: normal;
 padding: 8px 11px;
 text-transform: none;
}

form.solution-form  {
 background: #373A3B;
 color: #FFF;
 height: 55px;
 width: 573px;
 margin: 10px 0 0 52px;
 position: relative;
}

form.solution-form input.text, .solution-form input.submit, .solution-form label  {
 position: absolute;
}

form.solution-form input.submit  {
 float: none;
 text-indent: -10000px;
 height: 35px;
 width: 35px;
 top: 10px;
 right: 10px;
}

form.solution-form label  {
 font-size: 1.17em;
 font-style: italic;
 text-transform: uppercase;
 top: 21px;
 left: 13px;
}

form.solution-form input.text  {
 color: #B5B5B5;
 font-size: 1.17em;
 font-style: italic;
 left: 196px;
 top: 10px;
 padding: 0.64em 0.71em;
 width: 301px;
}

/*------------------------------------------------------------------

4.    PLUGINS
Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Utility classes
-------------------------------*/
.skip  {
 display: none;
}

.br, #logo a  {
 display: block;
 font-size: 1%;
 line-height: 0;
 text-align: left;
 text-indent: -10000px;
}

.clearfix:after  {
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}

/*-------------------------------
"Bars" navigation
---------------------------------
[?] EXAMPLE

Home | Services | About | Contact*/
ul.bars li  {
 display: inline;
 margin-left: -4px;
}

ul.bars li.first  {
 border: 0 !important;
}

ul.bars li:before  {
 content: "|";
 padding: 0 4px;
}

ul.bars li:first-child:before  {
 content: "";
 padding: 0 4px 0 0;
}

/*------------------------------------------------------------------

5.    PRINT
Styles for print

------------------------------------------------------------------*/
@media print  {
 body   {
  background: none;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10pt;
 }

}

@media print  {
 code, pre   {
  font-family: "Courier New", Courier, mono;
 }

}

@media print  {
 img   {
  float: left;
  clear: left;
  page-break-inside: avoid;
  page-break-after: avoid;
 }

}

@media print  {
 a, a:link, a:visited   {
  color: #0000FF;
  text-decoration: underline;
 }

}

@media print  {
 blockquote, table, pre   {
  page-break-inside: avoid;
 }

}

@media print  {
 ul, ol, dl   {
  page-break-before: avoid;
 }

}

@media print  {
 h1, h2, h3, h4, h5, h6   {
  display: block;
  font-weight: bold;
  page-break-after: avoid;
 }

}

@media print  {
 #footer, .ad, #nav, .nav, form, .skip   {
  display: none;
 }

}

@media print  {
 h1   {
  font-size: 3em;
  margin: 0.67em 0;
 }

}

@media print  {
 h2   {
  font-size: 2em;
  margin: 0.83em 0;
 }

}

@media print  {
 h3   {
  font-size: 1.5em;
  margin: 1em 0;
 }

}

@media print  {
 h4   {
  font-size: 1em;
  margin: 1.33em 0;
 }

}

@media print  {
 h5   {
  font-size: 0.92em;
  margin: 1.67em 0;
 }

}

@media print  {
 h6   {
  font-size: 0.83em;
  margin: 2.33em 0;
 }

}

/*------------------------------------------------------------------
END CSS
------------------------------------------------------------------
end @media
vinnare*/
#main h4.grona  {
 color: #5AB224;
 border: 0;
 margin: 20px 0 5px;
}

#content #main table.vinnare td  {
 padding: 5px 2px;
 vertical-align: top;
 border-bottom: 1px solid #D6D6D6 !important;
}

#content #main table.vinnare td h5  {
 font: bold 20px Georgia, "Times New Roman", Times, serif;
 margin: 0;
}

#main table.vinnare  {
 margin: 5px 10px;
}

