/* ===========================================base.css======================================================= */
/* Undo default styling */
a img,:link img,:visited img { border:none }
h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input { margin: 0px; padding: 0px; }
table, tr, td, ul, ol, li, input, select, textarea { font-size:100%; }
table td, table th { vertical-align: top; }

li{
    margin-left: 20px;
}

/* standaard links 
a{text-decoration: none;}
a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #000000; text-decoration: underline;}
a:active {color: #000000;}
*/

body {
    margin: 0px;
    background-color: #7289ff;
    text-align:center;
    font-family: arial, verdana;
    font-size: 0.75em;
}

#wrapper{
    width: 820px;
    min-height: 556px;
    margin-left: auto;
    margin-right: auto;
}

#header{
    position: relative;
    top: 20px;
    width: 820px; 
    height: 100px; 
    background-color: #7289ff; 
    background: url('/base/gfx/header.png');
}

/*******************************************************************<menu>*************************************************/

#nav{
    vertical-align: top;
    width: 150px;
    padding-left: 3px;
}

#nav div.normal{
    height: 20px;
    font-family: verdana;
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
    color: #7289ff;
    cursor: pointer;
}

#nav div.active{
    height: 20px;
    font-family: verdana;
    font-size: 15px;
    font-weight: bold;

    padding-left: 20px;
    background: url('/base/gfx/nav-arrow.png') no-repeat;
    cursor: pointer;
}

/*****************************************************************<content>***********************************************/

#spacer{
    position: relative;
    height: 40px;
}
/* e6e6ff */
#middle{
    width: 820px;
    min-height: 420px;
    //height: 420px;
    background: url('/base/gfx/body.png') repeat-y;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

#middle #contentcontent{
    padding-bottom: 20px;
    width: 635px;
    overflow: hidden;
}   

#content{
    width: 630px;
}

#contentfooter{
    width: 820px;
    height: 45px;
    background-color: #7289ff;
    background: url('/base/gfx/footer.png') no-repeat;
}

#contentfooter #copyright{
    position: relative;
    top: 0px;
    color: #7289ff;
    width: 100%;
    text-align: center;
}


#tinycontent{
    width: 635px;
    height: 800px;
}



.logincontainer{
    margin: auto;
    font-family: "arial,helvetica";
    font-size: 12px;
    color: #000000;
    border: none;
    margin-bottom: 10px;
    width: 300px;
}

.logincontainerbordtopleft{
    height: 7px;
    width: 7px;
    background-image: url('/base/gfx/leftcornbl.gif');
}
.logincontainerbordtopmid{
    background-image: url('/base/gfx/topbgbl.gif');
    background-repeat: repeat-x;
}
.logincontainertitle{
    font-family: "verdana";
    font-size: 10px;
    font-weight: bold;
    background-color: #e5f6ff;
    color: #000000;
    text-align: center;
}
.logincontainerbordtopright{
    height: 7px;
    width: 7px;
    background-image: url('/base/gfx/rightcornbl.gif');
}
.logincontainerbordmidleft{
    background-color: #e5f6ff;
    border-left: solid 1px #c3e3f3;
}
.logincontainercontent{
    font-family: "verdana";
    font-size: 10px;
    color: #000000;
    overflow: hidden;
    clip: auto;
    white-space: nowrap;
    background-color: #e5f6ff;
}
.logincontainerbordmidright{
    background-color: #e5f6ff;
    border-right: solid 1px #c3e3f3;
}

.logincontainerbordbotleft{
    height: 7px;
    background-image: url('/base/gfx/botleftcornbl.gif');
}
.logincontainerbordbotmid{
    background-image: url('/base/gfx/botbgbl.gif');
    background-repeat: repeat-x;
}
.logincontainerbordbotright{
    height: 7px;
    background-image: url('/base/gfx/botrightcornbl.gif');
}
.loginbox{
    background-color: #ffffff;
    font-family: "arial,helvetica";
    font-size: 12px;
    border: solid 1px #c3e3f3;
    color: #000000;
    width: 200px;
}
.loginbtn{
    background-color: #ffffff;
    font-family: "arial,helvetica";
    font-size: 12px;
    border: solid 1px #c3e3f3;
    color: #000000;
}
.loginchk{
    background-color: #ffffff;
    border: solid 1px #c3e3f3;
}


/* ===========================================admin.css======================================================= */
#tmceImages{
    width: 100%;
    height: 100%;
}

#tmceUpload{
    border: none;
    border-bottom: dashed 1px #338866;
    width: 100%;
    height: 50px;
}

#tmceList{
    border: none;
    width: 100%;
    height: 100%;
}
/* ===========================================tinymce_word.css======================================================= */
.TMCEcontentcontent{
    margin: 0px;
    background-color: #e6e6ff;
    text-align: left;
    width: 635px;
} 

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Fix for MS Office style paragraphs (MsoNormal) */
p{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-family: 'comic sans ms';
    font-size: 15px;
    font-weight: bold;
    color: #339966;
}

/* Fix for MS Office UL lists */
ul {
    margin-top: 0;
    margin-bottom: 0;
}

li{
    font-family: 'comic sans ms';
    font-size: 15px;
    font-weight: bold;
    color: #339966;
    margin: 0px;
    padding: 0px;
}

h1{
    font-family: 'comic sans ms';
    font-size: 25px;
    font-weight: bold;
    color: #993366;
    text-align: center;
    padding: 20px;
    clear: both;
}

h2{
    font-family: 'comic sans ms';
    font-size: 15px;
    font-weight: bold;
    color: #993366;
    text-align: center;
    padding: 20px;
    clear: both;
}

h3{
    font-family: 'comic sans ms';
    font-size: 15px;
    font-weight: bold;
    color: #993366;
    text-align: center;
}


p.Klein{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-family: 'comic sans ms';
    font-size: 12px;
    font-weight: bold;
    color: #339966;
}

a, a:hover, a:active, a:visited{
    color: #008080;
}
/* ===========================================request.form.css======================================================= */
#formtable{
    margin: auto;
}

#formtable td{
    font-family: "arial,helvetica";
    font-size: 12px;
    font-weight: bold;
    color: #339966;
}

#formtable span.small{
    font-family: "arial,helvetica";
    font-size: 10px;
    font-weight: normal;
    color: #339966;
}
/* ===========================================news.css======================================================= */
#tinynewscontent{
    width: 630px;
    height: 250px;
}

table .news_table{
    border: none;
    font-family: "verdana";
    font-size: 11px;
    color: #000000;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
}
table .news_header{
    text-decoration: none;
    background-color: #eeffee;
    font-family: "comic sans ms,sand";
    font-size: 11px;
    font-weight: bold;
    color: #800080;
    height: 15px;
    padding: 0px;
}

/* ===========================================contactthnx.css======================================================= */
#contactthnx{
    position: relative;
    width: 635px;
    font-family: "verdana";
    font-size: 12px;
    font-weight: bold;
    color: #9c6945;
    text-align: center;
}
/* ===========================================404.css======================================================= */
#pagenotfound{
    position: relative;
    left: 50px;
    font-family: "verdana";
    font-size: 12px;
    font-weight: bold;
    color: #9c6945;
    text-align: center;
}

/* ===========================================contact.css======================================================= */

#contacttable{
    color: #339966;
}

#address{
    padding-left: 10px;
}

#contactaddress{
    width: 360px;
    padding: 2px;
    border: solid 1px #339966;
    color: #339966;
}

#contacttext{
    padding: 2px;
    width: 360px;
    height: 200px;
    border: solid 1px #339966;
    color: #339966;
    overflow: auto;
}

#contactsend{
    border: solid 1px #800080;
    background: #800080;
    color: #ffffff;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
}
/* ===========================================guestbook.css======================================================= */
#tinyguestcontent{
    width: 630px;
    height: 150px;
}

table .guest_table{
    border: none;
    font-family: "verdana";
    font-size: 11px;
    color: #000000;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    border: solid 1px #afdeaf;
}
table .guest_header{
    text-decoration: none;
    background-color: #eeffee;
    font-family: "comic sans ms,sand";
    font-size: 11px;
    font-weight: bold;
    color: #800080;
    height: 15px;
    padding: 0px;
}

#guestbook p{
    font-size: 11px;
}
