/* style.css */
/* syntax margin: top right bottom left */

html
{
  padding: 0px;
  margin: 0px;
}

body 
{
  width: 100%;
  height: 100%;
  font-family: verdana, arial, helvetica;
  color: #333333;
  background: #C6C5C5 url(../img/gradient.jpg) repeat-x left top;
}

body, TD
{
  padding: 0px;
  margin: 0px;
  font-size: 0.75em;
}

a, a:visited
{
  color: #0086A3;
  text-decoration:none;
}

a:hover
{
 
  text-decoration:underline;
}

.maincells1
{
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
}

.maincells2
{
  padding-left: 12px;
  padding-right: 12px;
}

.maincells3
{
  padding-top: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.title
{
  padding-left: 10px;
  background-color: #6d6c71;
  color: #ffffff;
  font-weight:bold;
  text-align: left;
}

.leftcolumn
{
  vertical-align: top;
  width: 300px;
  text-align: left;
}

.leftcolumn a
{
  color: #0086A3;
  text-decoration: none;
}

.leftcolumn a:hover
{
  color: #0086A3;
  text-decoration: underline;
}

.leftcolumntext
{
  padding-top: 10px;
  padding-right: 10px;  
  text-align: left;
}

.rightcolumn
{
  vertical-align: top;
  width: 280px;
  text-align: left;
}

.rightcolumntext
{
  padding-top: 10px;
  padding-left: 10px;
  text-align: left;
}

.portfolio
{
  text-align: right;
  padding-right: 7px;
  padding-top: 8px;
  padding-bottom: 3px;
}

.footertitle
{
  background-color: #6d6c71;
  color: #ffffff;
  text-align:center;
  font-size: 10px;
}

.footertitle a
{
  color: #ffffff;
  text-decoration: none;
  text-align: left;
}

.footertitle a:hover
{
  color: #00CCFF;
  text-decoration: none;
  text-align: left;
}

.footerpipes
{
  color: #00ccff;
  font-size: 10px;
}

.afmelden
{
  color:#666666;
  padding: 10px;
  text-align: center;
}

.afmelden a
{
  color: #666666;
  text-decoration:none;
}

.afmelden a:hover
{
  color: #006699;
  text-decoration:underline;
}

.menuLevel1Active
{  
  display: block;
  float:right;
  width: 139px;
  height:25px;
  background: url(../img/portfoliobtn.gif) no-repeat left top;
  text-decoration:none;
}

.menuLevel1Active:hover
{
  background: url(../img/portfoliobtn.gif) no-repeat 0px -26px;
  height:25px;
  text-decoration:none;
}

.leftcolumnbottomtext
{
  padding-top: 10px;
  padding-right: 10px;  
  color: #666666;
  text-align: left;
}

.rightcolumnbottomtext
{
  padding-top: 10px;
  padding-left: 10px;
  color: #666666;
  text-align: left;
}

.quotetext
{
  padding: 10px;
  text-align: left;
}

.verstuurbutton
{
  display: block;
  width: 68px;
  height:18px;
  background: url(../img/verstuur.gif) no-repeat left top;
  text-decoration:none;
  border: 1px solid #B5B5B5;
  cursor: pointer;
}

.verstuurbutton:hover
{
  background: url(../img/verstuur.gif) no-repeat 0px -22px;
}

.websitebutton
{
  display: block;
  width: 92px;
  height:18px;
  background: url(../img/naar_website.gif) no-repeat left top;
  text-decoration:none;
  border: 1px solid #B5B5B5;
  cursor: pointer;
}

.websitebutton:hover
{
  background: url(../img/naar_website) no-repeat 0px -22px;
}

.menuToWebsiteActive
{  
  display: block;
  float:right;
  width: 100px;
  height:25px;
  background: url(../img/naarwebsite.jpg) no-repeat left top;
  text-decoration:none;
}

.menuToWebsiteActive:hover
{
  background: url(../img/naarwebsite.jpg) no-repeat 0px -26px;
  height:25px;
  text-decoration:none;
}

.menuToNewsArchiveActive
{  
  display: block;
  float:right;
  width: 145px;
  height:25px;
  background: url(../img/allenieuwsbrieven.jpg) no-repeat left top;
  text-decoration:none;
}

.menuToNewsArchiveActive:hover
{
  background: url(../img/allenieuwsbrieven.jpg) no-repeat 0px -26px;
  height:25px;
  text-decoration:none;
}
