html, body  {
margin-top:0px;
margin-left:0px;

  
  }


body a {
	color: black;	
}

body a:hover	{
	color: #999999;
}






#leftbanner	{
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	background-color: #949f18;
	height:100%; 
	width:100px; 
		
}

#leftbanner img	{
	margin-left: 61px;
	margin-top: 60px;
	
}

#leftbannerred	{
	position: fixed;top: 0px;left: 0px;
	background-color: #e52725;
	height:100%; 
	width:100px; 
		
}

#leftbannerred img	{
	margin-left: 61px;
	margin-top: 60px;
	
}

#margin  {
	margin-left: 100px;
	
}


#left_navbar	{
	float: left;
}

#left_navbar img	{
	margin-top: 9px;
}

#content_navbar a	{
	text-decoration: none;
	color: #7d7d7d;
}

#content_navbar a:hover	{
	color: black;
}

.active	{
	color: black;
}

.tilmeld	{
	color: #dc2828;
}

#link1 a, #link2 a, #link3 a, #link4 a, #link5 a, #link6 a	{
	text-decoration: none;
	color: #7c8218;
	padding-left: 1px;
	font-size: 8pt;
	float: left;
	font-weight: bold;
	padding-right: 2px;
	padding-top: 15px;
}

#link1 a:hover, #link2 a:hover, #link3 a:hover, #link4 a:hover, #link5 a:hover, #link6 a:hover	{
	color: black;
}

/* links */
a:link {color:blue; text-decoration:underline; }
a:visited {color:blue; text-decoration:underline;}
a:focus {color:blue; text-decoration:none;}
a:hover {color:blue; text-decoration: underline; color: red;}

#content	{
	width: 640px;
	float: left;
	margin-top: 14px;
	font-size: 8pt;
	line-height: 1.7em;
	
}

#transport_content	{
	width: 100%;
	float: left;
	margin-top: 14px;
	font-size: 8pt;
	line-height: 1.7em;

}

#indexcontent	{
	font-size: 8pt;
	line-height: 1.7em;
	
}

#imgRigth	{
	float: right;
}

.bold	{
	font-weight: bold;
}





/*
#contentififrame	{
	float:right;
	
}

#contentififrame img	{
	float:right;
}
*/



#content h3{
	margin-bottom: -3px;
	font-size:11px;	
}

#content h5{
	margin-bottom: -5px;
	font-weight:bold;
	font-size:10px;	
}

#content h4{
	margin-bottom: 0px;
	font-weight:bold;
	font-size:14px;	
}



#content p	{
	margin-top: 0px;
}

#footer	{
	color: #999999;
	font-size: 8pt;
}

#footer p	{
	text-align:center
	
}

#footer a {
	color: #999999;	
}

#footer a:hover	{
	color: black;
}










table{
  border-collapse: collapse;
  height:100%;
  font-family: verdana;
  font-size: 10px;
    
}



tr{

}

td{
  vertical-align:top;
  padding: 0px;
  text-align: left;
  font-family: Verdana;        
  font-size: 10px;

}


.booking_table
    {
	      font-family  : Verdana;
        border       : 1px solid black; 
    }


.booking_td
    {
        width       : 31px;
        border      : 1px solid black; 
    }        

.booking_td_skole
    {
	      font-family : Verdana;
        font-size   : 10px;
        color       : #000000;
        width       : 164px;
        border      : 1px solid black;
    }        

.booking_td_tid
    {
	      font-family : Verdana;
        font-size   : 10px;
        color       : #000000;
        border      : 1px solid black;
        width       : 90px;     
    }


.aftaler_table
    {
	      font-family : Verdana;
        font-size   : 10px;

    }

.aftaler_th
    {
	      font-family : Verdana;
        font-size   : 12px;
  
    
    }

.aftaler_tr
    {
	      font-family : Verdana;
        font-size   : 10px;
    
    
    }

.aftaler_td
    {
	      font-family : Verdana;
        font-size   : 10px;
    
    
    }

.aftaler_tekst
    {
	      font-family : Verdana;
        font-size   : 12px;
        
    }



.skoler_table
    {
	      font-family  : Verdana;
        font-size    : 10px;
        width        : 700px;
    }

.skoler_table_skole
    {
	      border: 1px solid black;
        font-family  : Verdana;
        font-size    : 10px;
        width        : 700px;
    }    

.skoler_th
    {
	      font-family : Verdana;
        font-size   : 14px;
        border: 1px solid black;
    
    }

.skoler_tr
    {
	      font-family : Verdana;
        font-size   : 12px;
    
    
    }

.skoler_td
    {
        font-family : Verdana;
        font-size   : 12px;
        border: 1px solid black;    
    }


.skoler_th2
    {
	      font-family : Verdana;
        font-size   : 14px;
    }

.skoler_tr2
    {
	      font-family : Verdana;
        font-size   : 12px;
    }

.skoler_td2
    {
        font-family : Verdana;
        font-size   : 12px;
    }


img.floatRight {
    float: right;
    margin: 4px;
}
img.floatLeft {
    float: left;
    margin: 4px;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#949f18; color:white;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid black;
    background-color:#949f18; color:white;
    text-align: center}



/* Tables */
table.helpT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 400px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
margin-left:auto;
margin-right:auto;
}

td.helpHed
{ border-bottom: 2px solid #000000;
border-left: 0px;
background-color: #ffffff;
text-align: left;
text-indent: 0px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; }


td.helpBod
{ border-bottom: 1px solid #9CF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; }
/*  for at center en tabel : margin-left:auto;  margin-right:auto;    */
table.tider
{ text-align: left;
font-family: Verdana;
font-weight: normal;
font-size: 14px;
color: #404040;
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px;
}
.odd{background-color: #e3e3e3;}
