﻿body
{
    color: #000;
    font-size: 15pt;
    font-family: century gothic, Verdana, Helvetica, sans-serif;
    text-align: center;
    background-image: url(../images/vacclogo_xs.jpg);
    background-repeat: repeat;
    margin: 0px; 
}

a:link, a:visited{
	color: #f00;
	text-decoration: underline;}

a:hover
{
    color: #cc0000;
    text-decoration: underline;
}

#content
{
    color: #fff;
    width: 995px;
    margin: 0px auto;
    text-align:left;
    background-color: #4e48cc;
    background-position: bottom;
    background-image: url(../images/bottom.jpg);
    background-repeat: no-repeat;
}
   
#altcontent
{
    color: #fff;
    width: 995px;
    margin: 0px auto;
    text-align:left;
    background-color: #4e48cc;
}

#kopje
{
    font-size: 20pt;
    font-weight: bold;
    margin-bottom: 5px;
    padding-top: 10px;
    margin-left: 15px;     
}

#tekst 
{
    margin: 15px;
    font-size: 15pt;
}

#backbutton {
    padding: 15px;  
}

#btnback
{
    width: 150px;
    height: 96px;
    border: 0px;
}

.req 
{
 color:#f00;
}

/* login */

.loginlabel
{
    font-size: 12pt;
    font-weight: bold;
    padding-right: 10px;
}

.loginmessage 
{
    color: #f00;
    font-size: 12pt;
    font-weight: bold;
}

/* photoalbum */

#albumkopje
{
    font-size: 20pt;
    font-weight: bold;
    margin-bottom: 5px;
    padding-top: 10px;
    margin-left: 15px;  
}

#albumtekst 
{
    width: 963px;
    padding: 5px 15px 5px 15px;
    margin: 5px 0px 5px 0px; 
    font-size: 15pt;
    text-align: left;
}

#albumthumbs
{
    width: 995px;
    margin: 0px;
    text-align:center; 
}

#albumlinks
{
    font-size: 15pt;
    margin: 15px 0px 15px 50px;
    text-align:left;  
}

#albummenuback
{
    padding: 10px 10px 15px 10px;
    text-align:center;
}

.thumb
{
    background-color: #ddd;
    border: solid 1px #bbb;
    width:265px;
    height:265px;
}

.thumblabel
{
    width:265px;
    font-size: 10pt;
    text-align:center;
}

.blowup
{
    border: solid 1px #bbb;
}

/* form */

.clsleft
{
    text-align:left;
}

