/* CSS */

/*****Header*****/  
#top {
      width:940px;
      position:relative;
      border:0pt none;
	  z-index:5;
	  margin-left:-470px; 
      left:50%;
      height:76px;
      padding:25px 0px 0px 0px;
      z-index:5;
    }

/*****Basic Layout*****/  
body {
    margin:0;
    padding:0;
    font-family: Trebuchet MS, Arial,Verdana;
	font-size: 12px;
	color:White;
    background:url(images/top_Bg.gif) repeat-x;
    background-color:#141414;
}

#wrapper {
    width:940px;
    position:relative;
    border:0pt none;
	z-index:4;
	margin-left:-470px; 
    left:50%;
    }

.content2 {
    position:relative;  
	z-index:5;
	margin-left:-400px; 
    left:50%;
    width:800px;
    height:338px;     
    } 

.content {  
    position:relative;  
	z-index:5;
    background-color:White;
    width:657px;
    height:298px;
    padding:20px 20px 20px 20px;
    color:black;
    float:left;
    } 

.content_inner {
    background-color:#757575;
    height:100%;
    width:100%;
    }
        
#cont_bgcolor {
    width:100%;
    height:100%;
    position:relative;
    border:0pt none;
	z-index:2;
    background-color:#242424;
   }

#container {
    width:800;
    position:relative;
    border:0pt none;
	z-index:5;
	margin-left:-400px; 
    left:50%;
   }

 .indryk {
    padding-left:2px;
    }

  
/*****Content*****/  
.logo {
    float:left;
        }

.left_arrow {
    cursor:pointer;
    width:25px;
    height:338px;
    background-color:#757575;
    float: left;
    }

.kasser {
    margin: 10;
    padding: 0px 10px 0px 10px 0px;
}

/*****Basic Elements*****/  
.c_border {
    border-bottom:solid 1px #3c3c3c;
    width:940px;
        }

.cutter {
    width:23px;
    background-color:#ebf0f7;
    float: left;
    height:100%;
    }
    
.empty_box {
    width:25px;
    height:338px;
    background-color:#242424;
    float: left;
    }

.cont_text {
    padding:5px 5px 5px 5px;
    color:black;
    font-size:13px;
    line-height:1.5em;
        }

.title_text {
    color:#3767b1;
    font-size:20px;
    line-height:1.5em;
        }
        
.f_left {
    padding-top:8px;
    float:left;
    width:350px;
    height:298px;
        }   
        
.c_left {
    float:left;
    width:120px;
    height:auto;
        }   
        
.signup_box {
    background-image:url(Images/Tilmeld_Boks.jpg);
    background-repeat:no-repeat;
    width: 656px;
    height:157px;
    }
            
.contact {
    padding-top:8px;
    float:left;
    width:325px;
    height:177px;
    background-color:#ebf0f7;
    z-index:1;
    }
 
/*****Generic Classes*****/ 
a:link {
    font-family:Trebuchet MS,Verdana,Arial;
    font-size: 12px;
    color:#6a6969;
    text-decoration:none;
    }
        
a:hover {
    font-family:Trebuchet MS, Verdana,Arial;
    font-size: 12px;
    color:white;
    text-decoration:underline;
    }
        
a:visited {
    font-family:Trebuchet MS, Verdana,Arial;
    font-size: 12px;
    color:#6a6969;
    text-decoration:none;
    }

a.blue_link:link {
    font-family:Trebuchet MS,Verdana,Arial;
    font-size: 12px;
    color:#3767b1;
    text-decoration:none;
    }
        
a.blue_link:hover {
    font-family:Trebuchet MS, Verdana,Arial;
    font-size: 12px;
    color:#3767b1;
    text-decoration:underline;
    }
        
a.blue_link:visited {
    font-family:Trebuchet MS, Verdana,Arial;
    font-size: 12px;
    color:#3767b1;
    text-decoration:none;
    }
    
img {
    border:0px;
    }

 
.links {
   float:right;
   padding:55px 100px 0px 0px;
   color:#6a6969;
        }

/*****Text*****/  
.small_text {
    line-height:2.5em;
    font-family:Verdana;
    font-size:11px;
    color:#313131;
    }
    
.med_text {
    line-height:2.5em;
    font-family:Verdana;
    font-size:13px;
    font-weight:bold;
    color:#313131;
    }
    
/*****Footer*****/  
 #footer {
   width:100%;
   height:101px;
   position:relative;
   border:0pt none;
   z-index:5;
   background:url(images/bottom_Bg.gif) repeat-x;
   line-height:3.5em;
   text-align:center;
   font-size:12px;
   font-family:Trebuchet MS, Verdana;
   color:#6a6969;
   }
