﻿/* base settings */

a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, img, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var 
{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: none;
}



body, td, th {
	font: 12px Helvetica, Verdana, Arial;
	line-height: 120%;
	color: #808080;
}

th
{
    font-weight: bold;
}

/* text styles */
a, a:visited {
	text-decoration: underline;
	color: #d52076;
}

a:hover {
	text-decoration: underline
}

h1, h2, h3, h4, h5, h6 {
	font-size: 19px;
	color: #d52076;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 1.5em;
}

p 
{
	margin: 0 0 1em
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	color: #d52076;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/* table styles */

table
{
    width: 100%;
    border-collapse:collapse;
    margin-bottom: 1em;
}

div.table
{
    border-top: solid 4px #d52076;
    margin-top: 1.3em;
}

table thead
{
}

table thead th
{
    background-color: #ececec;
    border-right: solid 1px #d1d1d1;
    /* border-top: solid 4px #d52076; */
    border-bottom: solid 1px #d1d1d1;
    text-align: left;
    padding: 5px 0px 5px 6px;
}

table tbody tr
{
    
}

table tbody td
{
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    text-align: left;
    padding: 5px 0px 5px 6px;
    vertical-align:middle;
}

table tbody td.f, table thead th.f
{
    border-left: solid 1px #d1d1d1;
}

table tbody tr.l td, table.specs tbody tr.l th
{
    border-bottom: solid 1px #d1d1d1;
}

/* specs tabel */
table.specs tbody td
{
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    text-align: left;
    padding: 5px 0px 5px 6px;
    vertical-align:middle;
    width:200px;
}

table.specs tbody th
{
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    text-align: right;
    padding: 5px 0px 5px 6px;
    vertical-align:middle;
}

table.specs tbody th.tabelkop
{
    background-color: #ececec;
    border-right: solid 1px #d1d1d1;
    /* border-top: solid 4px #d52076; */
    border-bottom: solid 1px #d1d1d1;
    text-align: left;
    font-weight: bold;
}




/* layout & backgrounds */

html {
	background:#f9f9f9 url(/pix/bg.png) repeat-x;
	height:100%;
}

#side1 {width: 50%; float: left; margin: 0 -480px 0 0; padding: 0 0 0px;}
#side1 #left {margin: 0 480px 0 0; min-height: 600px; padding: 1px 0;}
#side2 {width: 50%; float: right; margin: 0 0 0 -480px; padding: 0 0 0px;}
#side2 #right {background: url(/pix/bg2.png) repeat-x; margin: 0 0 0 480px; min-height: 600px; padding: 1px 0;}
#side1 #center {background: url(/pix/hdr.png) no-repeat; width: 960px; min-height: 600px; float: right; margin: 0 -480px 0 0 ; padding: 1px 0; position: relative;}

    * html #side1 div,* html #side2 div, * html #side1 #center {height: 600px; /* min-height for IE6 */}
    * html #side1 {position: relative;}
    * html #side1 #center {position: relative; left: -2px;}

/* footer */

#footer {float: left; width: 100%; text-align: center;margin-top:40px;}

#hdr
{
    
    width: 960px;
    height: 390px;
}

#content
{
    width: 100%;
    margin-top: 350px;
}

#content div.body
{
    width: 812px;
    margin: 0px auto;
}

#content div.body div.column1
{
    width: 376px; /* total width: 435 > 812 */
    margin: 0px;
    padding: 0px 59px 0px 0px; 
    border: 0;
    float: left;
    min-height: 600px;
}

#content div.body div.column2
{
    width: 377px; /* total width: 377 > 812 */
    padding: 0px;
    margin: 0px;
    border: 0;
    float: right;
}

#nav
{
    position: relative;
	top: 269px;
	height: 37px;
	margin: 0px auto;
	padding: 0;
	width: 723px;
	float: left;
}

#footer
{
    background: url(/pix/bg-footer.png) repeat-x;
    width: 100%;
    height: 74px;
    clear: both;
}

#footer div
{
    background: url(/pix/bg-footer-2.png) no-repeat;
    width: 1000px;
    margin: 0px auto;
    height: 74px;
}

/* top navigation list styles */

#nav ul
{
    list-style: none;
    font-size: 13px;
    line-height: 37px;
    color: #d52076;
    padding-left: 70px;
}

#nav li
{
    float:left;
    margin:0px 0px 0px 0px;
    padding:0 0px 0 0px;
}

#nav a
{
    color: #d52076;
    text-decoration: none;
    float:left;
    display:block;
    width: .1em;
    padding: 0px 23px 0px 7px;
    white-space:nowrap;
}
  #nav a  {float:none;}
  #nav > ul a {width:auto;}
  

/* footer navigation list styles */
#footer ul.footernav {
	position: relative;
	top: 16px;
	height: 25px;
	margin: 0px auto;
	padding: 0;
	width: 570px;
}

#footer ul.footernav a {
	display: block;
	height: 25px;
	padding-right: 25px;
}

#footer ul.footernav  li {
	float: left;
	list-style: none;
}

#footer p
{
    padding-top: 10px;
    display: block;
    width: 100%;
    text-align:center;
    color: #fff;
}

#footer a, #footer a:visited
{
    text-decoration: none;
    color: #fff;
}