﻿body 
{
    background-color: #480000;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

    
}

p
{
    text-align: center;
    margin: 5px;
    padding: 5px;   
    
}

a
{
    color:#ffcc33;
}

a:hover
{
    color:#8B0000;
}

a:visited
{
    color:#FF4500;
}


.container
{
    text-align: left; 
    margin: 0 auto; 
    width: 900px;
    height: 675px;
    background-image: url("images/background.jpg");
    
}


html>body .header
{
    
    height: 120px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}





html>body .headerleft
{
    position: relative;
    float: left;
    width: 0px;
    padding: 10px 0px 0px 0px;   
}






html>body .headerright
{
    position: relative;
    float: right;	
    width: 100px;
    padding: 0px;
    text-align: right;
    
    
}


html>body .headercenter
{
    position: relative;
    padding: 10px 0px 0px 15px;
    width: 600px;
    margin-left: 140px;
    border-bottom: groove 5px #ffcc33;
    text-align: center;
    
}


html>body .titelbalk
{
    
    padding: 10px;
    height: 25px;
    width: 900px;
    text-align: center;
    font: bold 24px arial, helvetica, sans-serif;
    text-transform: capitalize;
       
}

.containerleft
{
    clear: both;
    position: relative;
    float: left;
    width: 100px;
    padding: 0px;
    z-index: 1;
    
}

.containerright
{
    position: relative;
    float: right;
    width: 100px;
    padding: 10px;
    text-align: center;
}

.containercenter
{
    /* position: relative; */
    padding: 0px 0px 0px 50px;
    width: 640px;
    margin-left: 80px;
    color: #ffcc33;
    
    
    
}

.containercenterleft
{
    
    position: relative;
    float: left;
    width: 35px;
    height: 300px;
    border: solid 1px #8B0000;
    padding: 100px 0 0 0;
    text-align: center;
    
}

.containercenterright
{
    position: relative;
    float: right;
    width: 35px;
    height: 300px;
    border: solid 1px #8B0000;
    padding: 100px 0 0 0;
    text-align: center;
}

.containercentercenter
{
    
    /* position: relative; */
    padding: 20px 10px 0px 10px;
    margin-top: 5px;
    margin-left: 40px;
    width: 540px;
    font: 14px arial, helvetica, sans-serif;
    color: #ffcc33;
    text-align: left;
}

html>body .video
{
    margin-left: 120px;
}

html>body .kalender
{
    margin-left: 80px;
}

.containercentercenterloc
{
    /* position: relative; */
    padding: 20px 10px 0px 10px;
    margin-left: 50px;
    width: 540px;
    font: 14px arial, helvetica, sans-serif;
    color: Black;
    text-align: center;
}

.contcentcentheader
{
   /* position: relative; */
   width: 530px;
   height: 120px;
   text-align:center;
}

/* choose between contcentcentheader or contcentcentleftup and contcentcentrightup*/

.contcentcentleftup
{
   /*position: relative;
   clear:both; */
   float:left;
   width: 265px;
   height: 200px;
   text-align:center;
}



.contcentcentrightup
{
   position: relative;
   float:right;
   width: 265px;
   height: 200px;
   text-align:center;
   
}

.contcentcentleftdown
{
   /*position: relative;
   clear: both; */
   float: left;
   width: 265px;
   text-align:center;
}

.contcentcentrightdown
{
   position: relative;
   float: right;
   width: 265px;
   text-align:center;
}
.pagelink
{
    color: #ffcc33;
    text-decoration:none;
}

#menu {
width: 6em; /* set width of menu */
background: #eee;
z-index: 1;

} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
z-index: 1;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
z-index: 1;
}

#menu h2 {
color: #ffcc33;
background: #000;
text-transform: uppercase;
z-index: 1;
}

#menu a {
color: #ffcc33;
background: #8b0000;
text-decoration: none;
z-index: 1;
}

#menu a:hover {
color: #a00;
background: #ffcc33;
z-index: 1;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
z-index: 1;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
z-index: 1;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#index a
{
    color: #ffcc33;
    text-decoration: none;
}

#index a:hover
{
    color: #000;
    
}



#index td
{
     text-align: center;    
}

.longzehtable
{
    font: 14px arial, helvetica, sans-serif;
    color: #ffcc33;
}

.longzehtableth
{
    text-align: center;
    font-size: smaller;
    font-weight: bold;
}




th.links
{
    background-color: #000000;
    color: #ffcc33;
    font-size:smaller;
    font-weight: bold;
}

td.links
{
    background-color: #cc6633;
    color: #000000;
    font-size: smaller;
}

td.links:hover
{
    background-color: #000000;
    color: #cc6633;
    font-size:smaller;
}

a.links
{
    color: #000000;
    font-size: smaller;
}

a.links:hover
{
    color: #cc6633;
    font-size: smaller;
}

a.links:visited
{
    color: #ffffff;
    font-size: smaller;
}




