/* Start of CMSMS style sheet 'Creative CSS' */
/* global 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
 select, textarea {
 	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin-bottom: 7px;
 }
 p.textarea {
	font-size: 12px;
	color: #666;
	float: left;
	clear: left;
	line-height: 12px;
 }
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	text-align: center;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* /global reset */

body {
	background: #333;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
        margin-top: 15px;
}
a {
	color: #0168ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
        padding-left: 0px;
}
li a {
	font-size: 12px;
}
ul {
	margin: 0px 0px;
}
h1 {
        font: 22px "Trebuchet MS", sans-serif;
        border-bottom: 1px solid #0168FF;
        margin-bottom: 15px;
        padding-bottom: 5px;
}
h2 {
        font: 20px Arial, Helvetica, sans-serif;
        color: #999;
        margin-bottom: 15px;
}
h3 {
        font: 18px Arial, Helvetica, sans-serif;
        color: #0168ff;
}
h4 {
        font: 14px Arial, Helvetica, sans-serif;
        color: #0168ff;
}
input {
        border: 1px solid #999;
        font: 12px Arial, Helvetica, sans-serif;
        color: #666;
}
#logo h1 {
        border: none;
	margin: 0 0 0 15px;
}
#logo h1 a {
        background: url(./images/logo.jpg) no-repeat;
	height: 0;
	padding-top: 70px;
	display: block;
	overflow: hidden;
}
#logo {
	width: 240px;
        margin-bottom: 10px;
}
#toplinks {
        float:right;
        margin: -20px 15px 0 0;
        display: inline;
}
#toplinks a {
        color: #fff;
        text-decoration: none;
}
#toplinks li {
        display:inline;
        list-style: none;
        color: #fff;
}
#toplinks li a:hover {
        text-decoration: underline;
}
#sub_menu {
        width: 175px;
        position: relative;
        float: left;
        margin-top: 15px;
        margin-left: 15px;
}
#sub_menu ul {
        margin-left: 15px;
        font: 12px Arial, Helvetica, sans-serif;
        line-height: 150%;
}
#sub_menu a {
        color: #fff;
}
#container {
	text-align: left;
	width: 900px;
	margin: 0 auto;
        position: relative;
}
#wrapper {
	margin-top: 0px;
}
#homebanner {
}
#newsbox {
        width: 290px;
        position: relative;
        padding: 15px 0 0 15px;
        float: right;
}
#news {
        padding: 0 15px 0 15px;
        line-height: 140%;
}
#subwrapper {
}
#home_content {
        width: 580px;
        position: relative;
        float: left;
        padding: 15px 15px 0 0;
        display: inline;
        line-height: 140%;
}
#content {
        position: relative;
        float: right;
        width: 694px;
        display: inline;
        margin-top: 15px;
        line-height: 140%;
        border-left: 1px solid #0168FF;
}
#content li {
	list-style:square;
        margin-left: 30px;
}
.inside_header {
        border: none;
        margin-bottom: 0px;
}
.searchButton {
        border: none;
}
.content_padding {
        padding: 0 15px 0 15px;
}
.fade {
        height: 10px;
        background: url(./images/fade.jpg) repeat-x;
}
.page_image {
        position: relative;
        float: right;
        padding: 0 0 15px 15px;
}
.blue, .blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6, .blue p {
        color: #0168FF;
        display: inline;
        border: none;
}
/******
Nav
******/

/* GLOBALNAV */
#globalnav { width: 900px; height: 40px; margin: 0px auto; position: relative; }
#globalnav li { display: inline; }
#globalnav li a { float: left; height: 0; padding-top: 40px; overflow: hidden; }
#globalnav li#forside a {width: 107px; overflow: hidden; }
#globalnav li#hvemervi a {width: 92px; overflow: hidden; }
#globalnav li#produkter a {width: 124px; overflow: hidden; }
#globalnav li#referencer a {width: 131px; overflow: hidden; }
#globalnav li#blog a {width: 87px; overflow: hidden; }
#globalnav li#kontakt a {width: 109px; overflow: hidden; }
#globalnav li a,
#globalnav {background-image: url(./images/menu.jpg); background-repeat: no-repeat; }

/* BUTTONS */
#globalnav li#forside a { background-position: 0 0; }
#globalnav li#hvemervi a { background-position: -107px 0; }
#globalnav li#produkter a { background-position: -199px 0; }
#globalnav li#referencer a { background-position: -323px 0; }
#globalnav li#blog a { background-position: -454px 0; }
#globalnav li#kontakt a { background-position: -541px 0; }

/* OVER STATES */
#globalnav li#forside a:hover { background-position: 0 -40px; }
#globalnav li#hvemervi a:hover { background-position: -107px -40px; }
#globalnav li#produkter a:hover { background-position: -199px -40px; }
#globalnav li#referencer a:hover { background-position: -323px -40px; }
#globalnav li#blog a:hover { background-position: -454px -40px; }
#globalnav li#kontakt a:hover { background-position: -541px -40px; }

/* ON STATES */
#home_menu.forside #globalnav li#forside a:hover { background-position: 0 0; cursor: default; }
#home_menu.hvemervi #globalnav li#hvemervi a { background-position: -107px -80px !important; }
#home_menu.produkter #globalnav li#produkter a { background-position: -199px -80px !important; }
#home_menu.referencer #globalnav li#referencer a { background-position: -323px -80px !important; }
#home_menu.blog #globalnav li#blog a { background-position: -454px -80px !important; }
#home_menu.kontaktos #globalnav li#kontakt a { background-position: -541px -80px !important; }

#search {
        position: absolute;
        top: 94px;
        left: 715px;
        Height: 40px;
        
}
#search input {
        vertical-align:middle;
}

/******
end Nav
******/

#footer {
	clear: both;
}
#footer p {
	font: 11px Verdana, Geneva, sans-serif;
	color: #666;
	text-align: center;
	padding: 30px 0;
}
#footer a {
        color: #666;
}
/* End of 'Creative CSS' */

