/* -- Default everything -- */
html, body, div, dl, dt, dd, pre, form, fieldset, p, blockquote, table{
	margin:0;
	padding:0;
}
td {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	padding-top: 0;
}
a img {
	border:0;
}
input, button, select, textarea {
	font-size: 14px;
}
/* -- Main Tags -- */
body {
    font: 14px 'Verdana', 'Arial', 'Monotype Corsiva', serif;
    line-height: 1.2em;
    color: #000000;
	background: #fff url(images/bg_grafiskthus.gif) top left repeat-x;
	height:100%; 
	width: 100%;
	position: absolute;
}
a {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	color: #1c3f95;
}
h1,
h2,
h3,
h4,
input,
textarea {
	font-family: 'Verdana', 'Arial', 'Monotype Corsiva', serif;
}
h1 {
	font-size: 22px;
	padding-bottom: 40px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
	font-style:italic;
}
h4 {
	font-size: 16px;
	font-style:italic;
}
h2, h3, h4 {
	padding-bottom: 8px;
    line-height: 1.2em;
}
h2, h3, h4 {
	padding-top: 12px;
}
hr {
	color: #8b161b;
	background-color: #8b161b;
	height: 1px;
}
ul{
    margin: 0 auto;
    padding: 0;
}
li{
    text-align: left;
    list-style: none;
    margin: 0;
    background: url(images/li.gif) 0px 4px no-repeat;
}
/* -- Borders/Outside -- */

#top-out {
	position: relative; /* needed for footer positioning*/
	width: 800px;
	margin: 0 auto;
}

/* -- Top -- */
#top {
	position:relative;
	display:block;
	height:225px;
	width: 800px;
    clear: both;
}

#top img{
	position:relative;
	float: left;
}

/* -- Menu -- */
#menu {
	margin: 0px;
	width: 800px;
	position: relativ;
	float: right;
}
#menu .selected {
    background: url(images/button_selected.gif) 0px 6px no-repeat;
}
#menu a {
    height: 100px;
	padding: 0px;
	display: inline;
	position: relativ;
	float: left;
}
#menu a:hover {
    background: url(images/button_hover.gif) 0px 6px no-repeat;
}
#menu ul {
	float: right;
}
#menu ul li {
	padding: 0px;
	float: left;
}


/* -- Main -- */
#main-out {
	width: 100%;
	position: relativ;
	padding-bottom: 20px;
}
#main  {
	padding: 46px 0px 0px 0px;
	width: 800px;
	position: relativ;
	margin: 0 auto;
}
#side-image {
	float: left;
	position: relative;
	width: 270px;
}
#main-text {
	padding: 0px 0px 0px 365px;
	width: 435px;
	position: relative;
	float: left;	
	
}
#main-text li{
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 5px 0px 2px 15px;
    background: url(images/li_main.gif) 0px 8px no-repeat;
}
#main-text ul {
    padding: 5px 0px 5px 0px;
}


/* -- Footer -- */
#footer-out {
	width: 100%;
    background: url(images/bg_footer_grafiskthus.gif) top left repeat-x;
	position: relativ;
	padding-bottom: 10px;
}
#footer-in {
	width: 800px;
	margin: 0 auto;
	padding-top: 25px;
}
#lidali {
	font-family: arial, sans-serif;
	position: relative;
    font-size: 10px;
    color: #c6c7ca;
    float: left;
}
#lidali a {
	text-decoration: underline;
    color: #c6c7ca;
}
#lidali a:hover {
    color: #1c3f95;
}
#language {
	float: right;
}

/* -- Forms -- */
input {
	border: 0;
	border-bottom: #1c3f95 1px solid;
	width: 300px;
	height: 14px;
	margin-bottom: 2px;
	padding: 2px;
	background-color: transparent;
}
textarea {
	border: #1c3f95 1px solid;
	height: 80px;
	width: 300px;
	margin-bottom: 2px;
	padding-left: 2px;
	background-color: transparent;
}
input.button {
	border: #1c3f95 1px solid;
    width: 60px;
    background-color: transparent;
    height: 20px;
    padding: 0;
    margin: 0;
}

/* -- Left Overs -- */
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
.error {
	color: #cc2030;
	display: inline;
}

