html {
    min-height: 100%;
    height: auto;
    width: 100%;
    background-image: url(/images/background.gif);
    background-repeat: repeat-y;
    background-position: top center; 
}
body
{
    margin: 0px;
    margin-left: 0px;
    margin-top: 0px;
    min-height: 100%;
    height: auto;

}

html { height: 100%; }
body { min-height: 100%; height: 100%; }


.menu {background-image: url(/images/menu.jpg); background-repeat: repeat-x;}
.table{
	padding: 0px;
    margin: 0px;
}

.links 					{ padding-left:11px; padding-top:5px; background-repeat: no-repeat; background-position: top left;}
.links td.text			{ font-family: Verdana; font-size: 12px; color: #FFFFFF;}
.links td.text a		{ font-family: Verdana; font-size: 12px; color: #FFFFFF; text-decoration: none;}

.rechts					{ padding-left:0px; padding-top:0px; background-repeat: no-repeat; background-position: top left;}
.rechts	td.top			{ height:16px; width: 683px; background-repeat: no-repeat; background-position: top left;}
.rechts td.kop,	.rechts td.kop a
		{ padding-left:10px; font-weight:bolder; font-family: Verdana; font-size: 18px; color: #6B3124;}
.rechts td.text, .rechts td.text a, .rechts td.text_menu, .rechts td.text_menu a, .rechts td.kop_menu, .rechts td.kop_menu a
		{ padding:10px;  font-family: Verdana; font-size: 10px; color: #000000; text-decoration: none;}
.rechts td.kop_menu, .rechts td.kop_menu a
		{padding-top:10px; padding-bottom:0px; font-weight:bold;}
.rechts td.text_menu, .rechts td.text_menu a
		{padding-top:0px; padding-bottom:0px;}

td.right_top {
    background-image: url(/images/rechts_top.jpg);
}
td.right_left {
    background-image: url(/images/rechts_links.jpg);    
}        
td.right
{
    background-image: url(/images/rechts.jpg);    
}

td.right_right
{
    background-image: url(/images/rechts_rechts.jpg);    
}
td.right2
{
    background-image: url(/images/rechts2.jpg);    
}
td.right_bottom
{
    background-image: url(/images/rechts_bottom.jpg);    
}
td.right_top_small
{
        background-image: url(/images/rechts_top_small.jpg);
}
td.right_bottom_small
{
    background-image: url(/images/rechts_bottom_small.jpg);    
}
#blueborder
{
    width: 1000px; 
    background-color: #a6d5f1; 
    margin: auto; 
    overflow: visible;
    display: block;

}
#brownborder
{
    width: 982px; 
    background-color: #7c4a2f; 
    margin: auto; 
    overflow: visible;
    display: block;    

}
#container
{
    width: 976px; 
    background-color: #f0e7c7; 
    margin: auto; 
    overflow: visible;
    display: block;  
}