/* style gebruikt in afspraak module */

body
{
    font-size: 80%;
    background: white no-repeat top right url('../images/back.jpg');    
    color: #203d71;
    font-family: "Arial Cyr", Arial, Tahoma;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

#informatie {
	padding: 3px;
	float: left;
}

#tagline {
	padding: 3px;
	color: white;
	background-color: #050845;
	font-weight: bold;
}

#tagline2 {
	padding: 3px;
	color: white;
	background-color: #b8b8d0;
	font-weight: bold;
}

#taglinetxt {
	padding: 3px;
	color: #959595;
	font-weight: bold;
}

#footer {
	font-size: xx-small;
}

#header-bottom {
	border-bottom-style: dashed;
	border-top-style: dashed;
	border-bottom-color: black;
	border-top-color: black;
	border-bottom-width: 1px;
	border-top-width: 1px;
}

#blokkop {
	padding: 3px;
	color: white;
	background-color: #004080;
}

#dag {
	max-width: 250px;
	min-width: 250px;
	padding: 3px;
	color: white;
	background-color: #2a66ce;
}

/* oorspronkelijke code */
/* ENIGE AANPASSING IS DE GROOTTE VAN DE FONT IN BODY en TABLE*/

.tab
{
    background: #F5F7Fc repeat-x top url('../images/tab_midden.gif');
    font-weight: bold;
    font-size: 110%;
    color: #203d71;
    vertical-align: middle;
}
.rand_links
{
    background: #F5F7Fc url('../images/blad_randlinks.png');
}
.rand_rechts
{
    background: #F5F7Fc url('../images/blad_randrechts.png');
}


.menu_space
{
    background: #F5F7Fc repeat-y url('../images/noitem.png');
}

.menu_item
{
    background: #F5F7Fc no-repeat url('../images/item.png');
    padding: 2px 0px 0px 20px;
    vertical-align: middle;
    font-size: 9pt;    
}

.menu_selitem
{
    background: #F5F7Fc no-repeat url('../images/selitem.png');
    padding: 2px 0px 0px 20px;
    vertical-align: middle;
    font-size: 9pt;    
}

hr
{    
    color: #d5dff3;
}
table
{
	font-size: 100%;
}

td.klein {
	color: #888888;
	font-size: smaller;
}

.text
{
    width: 2300px;
    height: 100%;
    background: white no-repeat right top url('../images/transpback.jpg');    
    padding: 7px;
    vertical-align: top;
    font-size: 110%;    
}

A:visited
{
    COLOR: #000000; TEXT-DECORATION: none;
    font-weight: bold;
}
A:link
{
    COLOR: #000000; TEXT-DECORATION: none;
    font-weight: bold;
}
A:hover
{
    COLOR: #203d71; TEXT-DECORATION: underline;
    font-weight: bold;
}

A.light:visited
{
    COLOR: #0088ff; TEXT-DECORATION: none;
    font-weight: bold;
}
A.light:link
{
    COLOR: #0088ff; TEXT-DECORATION: none;
    font-weight: bold;
}
A.light:hover
{
    COLOR: #0088ff; TEXT-DECORATION: underline;
    font-weight: bold;
}

A.webdev:visited
{
    COLOR: #000000; TEXT-DECORATION: none;
    font-weight: normal;
}
A.webdev:link
{
    COLOR: #000000; TEXT-DECORATION: none;
    font-weight: normal;
}
A.webdev:hover
{
    COLOR: #000000; TEXT-DECORATION: none;
    font-weight: normal;
}

A.clink:visited
{
    COLOR: #203d71; TEXT-DECORATION: none;
    font-weight: bold;
}
A.clink:link
{
    COLOR: #203d71; TEXT-DECORATION: none;
    font-weight: bold;
}
A.clink:hover
{
    COLOR: #203d71; TEXT-DECORATION: underline;
    font-weight: bold;
}

A.nlink:visited
{
    COLOR: #203d71; TEXT-DECORATION: none;
    font-weight: normal;
}
A.nlink:link
{
    COLOR: #203d71; TEXT-DECORATION: none;
    font-weight: normal;
}
A.nlink:hover
{
    COLOR: #203d71; TEXT-DECORATION: underline;
    font-weight: normal;
}