/* 
-----------------------------------------------
JetSetNet screen style for Human Entertainment.dk
author:  Ann Powell Groner
version:  1.0 - June 2005
----------------------------------------------- 
*/

/* 
-----------------------------------------------
Color schemes: 

black background
white text
five alternative backgrounds: (from this list)
#FFCC00	  red
#FF6600   orange
#CC0000
#660099
#000099	  royal blue
#0099CC	  bright blue :-(
#009900   green

Dirigent		#CC0000;
TinaB  			#9095AF;
Esmaralda		#783158;
Ledelse			#660099;
Non				#333333;

Menu links: 


----------------------------------------------- 
*/

html   { 
	height					: 100%; 
	margin					: 0; 
	padding					: 0;
    }
	
body {
	background-color		: black; 
	color					: white;	 
	font					: 10px Verdana, Arial, Helvetica, sans-serif;
	white-space				: normal;
    font-weight				: normal;
    font-style				: normal;
	height					: 100%; 
	margin					: 0; 
	padding					: 0;
	}
    
#banner {
	background-color		: black; 
	text-align				: center;
	width					: 237px;
	height					: 83px;	
	border					: 0; 
	padding					: 0;
	position				: absolute; 
	z-index					: 1;
	left					: 0px; 
	top						: 45% ;
	}	
	
#info {
	background-color		: black; 
	text-align				: center;
	font-weight				: bold;
	border					: 0; 
	padding					: 0;
	position				: absolute; 
	z-index					: 2;
	left					: 240px; 
	top						: 49% ;
	white-space				: nowrap;
	}	
	
#colorlayer {
	background-color		: #333333; 
	text-align				: center;
	width					: 100%;
	height					: 50%;
	border					: 0; 
	padding					: 0;
	position				: absolute; 
	z-index					: 0;
	left					: 0; 
	top						: 51% ;
	}
	
#menu_table {
	text-align				: center;
	width					: 100%;
	height					: 200px;
	border					: 0; 
	padding					: 0;
	position				: absolute; 
	z-index					: 2;
	left					: 0; 
	top						: 20% ;
	}
			
.display_none {
	display					: none;
	}
	
img {
	 border					: 0;
	 }
	 		
table {
	border-collapse			: collapse;
	border-spacing			: 10px 10px;
	border					: 0;
	padding					: 10px;
	}		

td {
	vertical-align			: top;
	}
 	 	
td.mainlinks {
	vertical-align			: top;
	text-align				: center;
	height					: 15px;
	width					: 155px;
	padding					: 10px;
	margin					: 0;
	white-space				: nowrap;		
	}





/* Navigation
--------------------------------------------- 
*/

.mainlinks a:link, .mainlinks a:visited, .mainlinks a:active {
	color					: #FFCC00;
	text-decoration			: none; 
	font-size				: 10px;
	font-weight				: bold;
	}

.mainlinks a:hover, .mainlinks a:visited:hover {
	color					: #FF3300;
	text-decoration			: none;
	font-size				: 10px;
	font-weight				: bold;	  
	}
	
#info a:link, #info a:visited, #info a:active {
	color					: white;
	text-decoration			: none; 
	font-size				: 10px;
	}

#info a:hover, #info a:visited:hover {
	color					: white;
	text-decoration			: none;
	font-size				: 10px;  
	}
	

/* Form items
---------------------------------------------
*/

#kontaktform {
    font-family				: Verdana, Helvetica, Arial, sans-serif;  
    background-color		: white; 
    color					: black;
    width					: 625px;
    height					: 350px;
    padding					: 10px;
	}	
	
.form_name_adr_tel {
	width					: 294px;
	}

.form_nyhedsbrev {
	width					: 494px;
	}

.client signature {
	text-align				: left;
	width					: 218px;
	white-space				: nowrap;
	margin					: 10%;
	}
	
.form_comments {
	text-align				: left;
	width					: 218px;
	}

.webmaster_info {
    white-space				: nowrap;
	width					: 218px;
	}

.asis {
    white-space				: pre;
	}
	
.usermessage_good {
	text-align				: center;
	margin-top				: 50px;
	}	

.usermessage_bad {
	text-align				: center;
	margin-top				: 50px;
	}	
				
.button {
    font-family				: Verdana, sans-serif ;
    color					: #536BD1; 
/*    background-color		: white; */
    font-style				: normal;
    font-size				: 12px;
    font-weight				: normal;
    font-variant			: small-caps;
    }



/* Titles, etc. 
---------------------------------------------
*/

h1 { 
	color					: #FDE64D;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 11px;
	margin					: 0;
	}
	
h2 { 
	color					: #FFCC33;
	font					: 11px Verdana, Arial, Helvetica, sans-serif;
	margin					: 13px 0 11px 0;
	}
	
h3 {
	color					: #FFCC33;
	font-size				: 11px;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-weight				: bold;
	margin					: 0 0 13px 0;
	}	

h4 {
	font					: 12px Verdana, Arial, Helvetica, sans-serif;
	color					: #CBDE9D;
	margin					: 0 0 3px 0;
	font-weight				: normal;
	}
	
h5 {
	font					: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight				: bold;
	color					: black;
	margin					: 0;
	}
	
h6 {
	margin					: 0;
	padding					: 0;
	font					: 9px Verdana, Arial, Helvetica, sans-serif;
	color					: white;
	}