/* 
    Document   : ssp
    Created on : 10-sep-2012, 20:20:19
    Author     : s125250
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    margin: 0px;
    font-family: "Century Gothic", verdana, sans-serif;
}
img {
    border: 0px;
}
table {
    margin: 0px;
    padding: 0px;
    
}
#template
{
    width: 1050px;
    margin: auto;
    vertical-align: top;
}

#drieluik
{
    position: absolute;
    margin-top: -10px;
    left: 39%;
    display: block;
    
}
.drieluiker
{
    padding-left: 15px;
}
#tdlogo
{
    position: absolute;
    display: block;
    margin-top: 26px;
}

#first
{
    height: 220px;
}

#sponsorveld
{
    text-align: left;
    vertical-align: top;
}
#menu
{
    width: 200px;
    vertical-align: top;
}


.title
{
    color: black;
    font-weight: bold;
    font-style: italic;
    font-size: 22pt;
    display: block;
    margin-bottom: -4px;
}

.subtitle
{
    color: black;
    font-weight: bold;
    font-style: italic;
    font-size: 18pt;
    display: block;
    margin-bottom: -4px;
}
.menuitem
{
    color: #0093c9;
    font-weight: bold;
    font-style: italic;
    display:block;
    padding-bottom: 2px;
}

.menuitemactive
{
    color: #b4282e;
    font-weight: bold;
    font-style: italic;
    display:block;
    padding-bottom: 2px;
}

#content {
    text-wrap:normal;
    width: 600px;
    vertical-align: top;
    padding-right: 18px;
}
a:link { text-decoration: none }
 a:hover { text-decoration: none; color: #b4282e; }
 a:visited { text-decoration: none }
 
 .pushback {
     opacity:0.12;
     filter:alpha(opacity=12); /* For IE8 and earlier */
 }
 
  .dtable
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	border-collapse: collapse;
	text-align: left;
}
.dtable th
{
	font-size: 14px;
	font-weight: bold;
	color: #0093c9;
	padding: 10px 8px;
	border-bottom: 2px solid #0093c9;
}
.dtable td
{
	border-bottom: 1px solid #ccc;
	color: black;
	padding: 6px 8px;
}
.dtable tbody tr:hover td
{
	color: #b4282e;
}
