﻿html, body form
{
    height: 100%;
}

body 
{
    font-family: Verdana;
    font-size: 10pt;
    background: #deb887 url('Images/bg.gif') center top repeat-y;
    margin: 0px;
    padding: 0px;
    
    
    height: 100%;
}

a
{
    color: #a82a30;
}

h1, h2, h3
{
    margin: 0px;
    padding: 0px;
}

h1
{
	color: #663300;
	font-size: 15pt;	
	margin-bottom: 5px;
}

h2
{
    color: #663300;
	font-size: 13pt;
	margin-bottom: 5px;
}

a img
{
    border: none;
}

#header
{
    width: 768px;
    height: 160px;
    background: url('Images/header.gif') no-repeat;
    
    margin: 0;
    padding: 0;
    
    font-size: 24pt;
    color: white;
    
}

    #header a
    {
        color: white;
        text-decoration: none;
    }

#menu
{
    width: 156px;
    
    color: #ffcc00;
    
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    
    float: left;
    margin: 0px;
padding: 0px;



}



    #menu ul 
    {   
        width: 156px;
        
        list-style: none;
        margin: 0px;
        margin-left: 4px;  
        
                
        padding: 0px; 
	
    }
    
    #menu li 
    {             
        margin: 0px;
        padding: 0px;
        
                
        display: block;
        
        cursor: default;
        
        position: relative;
        
        height: 20px;
        width: 151px;
        
        background: url('Images/menu.gif');
        
        padding-left: 5px;
	padding-top: 4px;
	
        
    }
            
        #menu li ul
        {     
            position: absolute;
            
            display: none;
            
            list-style: none; 

            width: 156px;
            
            top: 0px; 
            left: 156px;  
            
            padding: 0px;             
            margin: 0px;  
		        
        }   
                       
        #menu li ul li
        {                     
            display: block; 
            
            background: white; 
            
            width: 151px;
            height: 20px;             
                  
            position: relative;   
            
            padding-left: 5px;
		padding-top: 4px;
            
            background: url('Images/menu.gif');
		
                    
        } 
    
        #menu li ul li ul
        {
            position: absolute;
            
            left: 156px;
            
            top: 0px;
		
        }
        
        #menu li ul li ul li
        {
		
        }
        
        #menu li ul li a
        {
            color: #ffcc00;
        }
        
    #menu a 
    { 
        color: #ffcc00;
        text-decoration: none;
        font-size: 9pt;
        font-weight: bold;
    }
    
    #menu a:hover
    { 
        text-decoration: underline;
    }
 

#login
{

    width: 136px;  
    height: 107px;  
    margin: 0px;
    padding: 0px;
    
    background: url('Images/login.gif') top no-repeat;
    
    margin-left: 4px;
    padding-right: 20px;
    text-align: center
    
}

* html #login
{
    margin-top: -14px;
}

#login h3
{
    margin: 0 auto;
    width: 50%;
    font-size: 11pt;
    padding-top: 5px;
}

#login input.text
{
    width: 100px;
    height: 15px;
    font-size: 9pt;
    margin: 0 auto;
    margin-bottom: 1px;
}

#login input.button
{
    width: 50px;
}

#login a
{
    color: Black;
}

#login a.yellow
{
    color: #ffcc00;
}


#content
{
    width: 768px;
    background: url('Images/content.gif') repeat-y;
    min-height: 500px;
    
    overflow: hidden;
}

* html #content
{
    height: 500px;
    overflow: visible;
}

#innercontent
{
    float: right;
    width: 580px;
    margin-right: 4px;
    
    padding: 10px;
    
    overflow: hidden;
}

* html #innercontent
{
    overflow: visible;
}

#header, #menu, #content
{
    margin: 0 auto;
}

#copyright
{
    clear: both;
    text-align: center;
    font-size: 8pt;

}

#copyright a
{
text-decoration: none;
}
        
img.bottom
{

width:768px;
margin: 0 auto;
display: block;
/*background: url('Images/bottom1.gif') no-repeat;*/
}      

td.legend
{
    width: 200px;
}













/* Fotoalbum */

a.noboldunder
{
    font-weight: normal;
    text-decoration: none;
    color: Black;
}

img.AlbumPicture
{
    margin: 0px 3px 10px 0px;
    padding: 2px 2px 2px 2px;
    border: solid 1px gray;
}



/* Gastenboek */
.smilies img
{
    cursor: pointer;
}

.gastenboekentry
{
    border-top: 1px black solid;
    border-bottom: 1px black solid;
    background: #c0c0c0;
    padding: 3px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 5px;            
}

/* Forum */  

div.comment
{
    background: url('Images/reply.jpg') no-repeat;
    width: 466px;

    
    padding: 5px 12px 0px 12px;
    margin: 0;
    
    overflow: visible; 
    
    border-left: 1px solid #7c7c7c;

	
}

 div.comment span
    {
        color: #b92601;
    }
    
    div.comment p
    {
        margin-top: 20px;
        min-height: 20px;
        
        padding-bottom: 10px;
    }
    
    * html div.comment p
    {
        height: 20px;
    }
    
        div.comment img.avatar
        {
            width: 60px;
            height: 45px;
            float: right;
            /*position: relative;*/
            /*top: 5px;
            left: 1px;*/
            
            padding: 1px;
            
            border: 1px solid #868686;
        }
            
    
    div.comment img.button
    {
        margin-right: 3px;
        /*position: relative;
        top: 3px;*/
        border: none;
        
        cursor: pointer;

    }
    
    div.comment span.result
    {
        display: none;
        /*position: relative;
        top: -10px;*/
        /*margin-bottom: 10px;*/
    }
    
    div.comment h3
    {
       
       font-size: 11pt;
       width: 240px;
        
        margin: 10px;
        
        display: none;
    }
    
    div.comment textarea, textarea.comment
    {
        border: 1px solid #868686;
        font-family: Verdana;
        font-size: 10pt;
        height: 140px;
        
        width: 426px;
        
        margin: 15px;
        display: none;
        
        padding: 5px;
    }
    
   
    
    div.comment input, input.comment
    {
        border: 1px solid #868686;
        font-family: Verdana;
        font-size: 10pt;
        background: white;
        
        margin: 10px;
        display: none;
    }
    
     textarea.comment, input.comment
    {
        display: block;
        margin: 0px;
    }
    
    div.comment div
    {
        /*position: relative;
        left: 2px;
        
        top: 0px;*/
		
    }
    
    div.comment div div div div div
    {
        /*position: relative;
        left: -12px;
        border-left: none;
        top: 0px;*/
    }


img.button
{
    cursor: pointer;
}


.text
{
    width: 230px;
}

.widetext
{
    width: 350px;
}

