/* ---------------------------------------------------------------------------- HTML */
html {
padding: 0px;
margin: 0px;
}

body {
padding: 0px;
margin: 15px 0px 0px 0px;
background-color: #CCE4FF;
text-align: center;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
}

h1 {
font-size: 11px;
margin: 0px;
padding: 0px;
}

a {
color: #069;
}

table td {
padding: 2px;
}

input, textarea {
width: 250px;
}

input.auto {
width: auto;
}

/* ---------------------------------------------------------------------------- LAYOUT */
#content {
width: 815px;
border: 10px solid #fff;
margin: 0px auto 0px auto;
background-color: #fff;
text-align:left;
}

#header {
width: 815px;
min-height: 97px;
background: url(pics/header.jpg) top left no-repeat;
font-weight: bold;
position: relative;
}

#header a {
text-decoration: none;
color: #000;
}

ul#menu {
margin: 0px;
padding: 0px;
position: absolute;
bottom: 0px;
}

ul#menu li {
list-style-type: none;
background: url(pics/layout/tab.gif) top right no-repeat;
display: block;
float: left;
width: 122px;
height: 27px;
line-height: 27px;
text-align: center;
}

ul#menu li.current {
background: url(pics/layout/tab-selected.gif) top left no-repeat;
color: #fff;
}

ul#menu li.current a {
color: #fff;
}

#navbar {
width: 100%;
height: 27px;
background-color: #056EBA;
}

/* ---------------------------------------------------------------------------- LEFT */
#left {
width: 207px;
min-height: 400px;
float: left;
}

#left a {
text-decoration: none;
color: #000;
}

ul#submenu {
width: 207px;
margin: 5px 0px 0px 0px;
padding: 0px;
}

ul#submenu li {
list-style-type: none;
margin: 0px;
padding: 0px 0px 0px 19px;
height: 29px;
line-height: 29px;
border-bottom: 1px solid #fff;;
background-color: #EBEBEF;
}

ul#submenu li.selected {
font-weight: bold;
height: auto;
background-color: #DCDBDB;
}

ul#submenu ul {
background-color: #DCDBDB;
font-weight: normal;
border: 0px;
padding: 0px;
margin: -5px 0px 12px 0px;
}

ul#submenu ul li {
border: 0px;
padding: 0px;
margin: 0px;
line-height: 18px;
height: auto;
background-color: #DCDBDB;
}

#left p {
margin: 20px 0px 40px 10px;
padding: 0px;
line-height: 16px;
}

/* ---------------------------------------------------------------------------- RIGHT */
#right {
width: 595px;
float: right;
border-top: 10px solid #fff;
}

#right p {
max-width: 400px;
}

.startpage #right #col1 p {
margin: 3px 0px 5px 0px;
padding: 0px;
}

span.pris {
color: #E60000;
font-weight: bold;
font-size: 15px;
font-family: Georgia, Tahoma, Verdana, sans-serif;
}

#right #col1 {
width: 350px;
float: left;
}

#right #col2 {
width: 207px;
float: right;
}

#right #col2 .box {
width: 183px;
/*background-color: #EBEBEF;*/
background: url(pics/layout/boxBg.jpg) bottom left repeat-x;
border-top: 6px solid #fc3;
padding: 12px;
margin-bottom: 20px;
}

.box img {
padding-right: 10px;
float: left;
width: auto;
}

.box p {
margin: 3px 0px 5px 0px;
padding: 0px;
}

/* ---------------------------------------------------------------------------- FOOTER */
#footer {
width: 100%;
height: 25px;
margin-top: 50px;
line-height: 25px;
text-align: center;
color: #666;
float: none;
clear: both;
background-color: #EBEBEF;
}
