/* Generelt */

h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
	color: #333333;    
}

h2 {
    font-style: normal;
	font-weight: bold;
    font-size: 20px; 
	font-family: Tahoma;
	text-decoration: none;
	color: #333333;  
    line-height: 24px; 	        
} 
    


p {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
	margin:0px;
	padding:0px;
}

a.tekst {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	color: #333333;    
}

a.tekst:hover {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	color: #333333;    
}

p.fejl {
	color: red;
}

p.ok {
	color: green;
}

a {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: underline;
	color: #398037;    
}

a:hover {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;  
	color: #54be46; 	 
}

#arr {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	color: #333333; 
	line-height: 16px;	   
}

img.border {
    border: 1px solid #398037;
}

ul {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
}

/* Menu */

td.menu a.menu {
    border-left: 1px solid #398037;
    border-bottom: 1px solid #398037;	
	display: block;
	width: 100%;
	padding: 4px;
	text-decoration: none;	
	font-weight: bold;	
	color: #333333;  
	background: #E0F1E0;	
}

td.menu a.menu:hover {
	color: white;
	background: #398037;
	font-weight: bold;	
}

td.menuon a.menuon {
    border: 1px solid #398037;
    border-bottom: 1px solid #398037;	
	display: block;
	width: 100%;
	padding: 4px;
	color: white;
	background: #398037;	
	text-decoration: none;	
	font-weight: bold;			
}

/*Arrangement-menu*/

td.arrangement a.arrangement  {
    border-top: 1px solid #398037;
    border-left: 1px solid #398037;       
	display: block;
	width: 100%;
	padding: 4px;
	text-decoration: none;		
	color: #333333;  	
}

td.arrangement a.arrangement:hover {
	background: #398037;
	color: white;	
}

td.arrangementon a.arrangementon {
    border-right: 1px solid #398037;	
    border-top: 1px solid #398037;    
	display: block;
	width: 100%;
	padding: 4px;
	color: white;
	background: #398037;	
	text-decoration: none;	
}

td.arrangementdisabled p.arrangementdisabled  {
    border-top: 1px solid #398037;
    border-left: 1px solid #398037;       
	display: block;
	width: 100%;
	padding: 4px;
	text-decoration: none;		
	color: #999;  	
}

td.arrangementdisabled p.arrangementdisabled:hover {
	color: #999;	
}
