﻿body
{
background: transparent url('images/spacer_bg.gif') repeat-y scroll 1px 1px;
}

#divHeader	
{
position: absolute; 
top:0px; 
left:0px; 
height:127px;
width:100%;
background: #ffffff url('images/backgroundHeader_blue.jpg') no-repeat 1px 1px;
border-bottom: solid 1px #ffffff;
}

h1
{
color: #1d426e;
font-size:22px;
margin:15px 0px 20px 0px ;
}

h2
{
color:#4E4C4C;
font-size:15px;
margin:15px 0px 10px 0px ;
}

h3
{
color: #000000;
font-size:12px;
margin:10px 0px 5px 0px ;
}

.btnStandard
{
border:solid 1px Black;
background-color:#dce2f0;
font-size:12px;
}

a
{
color: #1d426e;
text-decoration:underline;
font-weight:bold;
}

a:visited
{
color: #1d426e;
text-decoration:underline;
font-weight:bold;
}

a:hover
{
color: #1d426e;
text-decoration:underline;
font-weight:bold;
}

/*
a
{
color:#1d426e;
}

a:visited
{
color:#1d426e;
}

a:hover
{
color:#1d426e;
text-decoration:underline;
}
*/


/* Adminseiten */
.tdHeader
{
background-color:#B4C6D9;
height:35px;
font-weight:bold;
vertical-align:top;
}

.tdItemTemplate
{
background-color:#ffffff;
}

.tdAlternatingItemTemplate
{
background-color:#cccccc;
}

.tdEditItemTemplate
{
background-color:#ffffd4;
