﻿/* TandproTetikeren */
 
@import url("menus.css");
@import url("modules.css");
@import url('HupxDrowdown.css');
 
/* Main */
#DWMain {
 width: 964px;
 text-align: left;
 padding: 30px 0px;
 overflow-x: hidden;
 position: relative;
 background: #fff url('../layout/TopRightCorner.gif') no-repeat top right;
}
#DwMainHolder {
 margin: 0px 30px;
 min-height: 650px;
}
/* IE < 6 minimun height fix */
#DwMainHolder {
 height: 650px;
}
html > body #DwMainHolder {
 height: auto;
}
.h2 a {
 color: #797979;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
}
.h2 a:hover {
 color: #2f7cd1;
}
 
 
 
/* Header */
#DwHeader {
 height: 160px;
 position: relative;
 background-repeat: no-repeat;
 background-position: top left;
}
#TopLogo {
 top: 0px;
 right: 60px;
 position: absolute;
}
  
#BannerText {
 top: 0px;
 left: 230px;
 width: 360px;
 font-size: 11px;
 position: absolute;
 line-height: normal;
}
#BannerTextHolder {
 padding: 20px 0px 0px 30px;
}

#BannerText ul{
 list-style-type:none;
 padding: 0px;
 margin-left:0px !important;
}

#BannerText ul li{
 margin-left:0px;
 background-image:url('/Files/system/Tandpro/layout/Bullet.gif'); 
 width:auto;
 background-repeat:no-repeat;
 background-position:0px 6px;
 padding-left:10px;
}

#BackToTopPage {
 right: 0px;
 bottom: 30px;
 position: absolute;
}
#BackToTopPage a {
 font-size: 10px;
 text-decoration: none;
}
#BackToTopPage a:hover {
 text-decoration: underline;
}
 
 
/* Body */
#LeftColumn {
 float: left;
 width: 234px;
 overflow-x: hidden;
 padding-bottom: 30px;
}
#MainMenu {
 float: left;
 width: 234px;
 overflow-x: hidden;
}
#DwMenuLogo {
 float: left;
 overflow-x: hidden;
 padding-top: 18px; 
}
#DwMenuLogoFrontpage img {
 float: left;
 padding-top: 18px; 
}

#DwContentCell {
 float: right;
 width: 670px;
 overflow-x: hidden;
}
#DwContentCellHolder {
 padding: 0px 30px;
}
#xDwContentCell ul {
 padding: 0px;
 margin: 14px 0px 0px 0px;
 list-style-image: url('../layout/Bullet.gif');
}

#DwContentCell ul
{
 list-style-type:none;
 padding: 0px;
 margin-left:0px !important;
}

#DwContentCell ul li 
{
 margin-left:0px;
 background-image:url('/Files/system/Tandpro/layout/Bullet.gif'); 
 width:auto;
 background-repeat:no-repeat;
 background-position:0px 10px;
 padding-left:10px;
}
 
/* Paragraphs - B4-T2 XSLT paragraph template */
.ParagraphImageText {
 margin-top: 8px;
 text-align: left;
}
  
/* Miscellaneous */
.clear {
 clear: both;
}
body {
 margin: 0px;
 padding: 30px;
 background-color: #b4dee6;
}
a img {
 border: 0px;
}
.DwContentCell td {
 line-height: normal;
}
 
/* Round Corner */
.RoundCornerHolder {
 position: relative;
}
.RoundCorner {
 top: 0px;
 right: 0px;
 width: 28px;
 height: 28px;
 overflow: hidden;
 position: absolute;
 background-repeat: no-repeat;
 background-position: top left;
}
/* IE < 6 fix */
.psRightColumn .RoundCorner {
 right: -1px;
}
html>body .psRightColumn .RoundCorner {
 right: 0px;
}

