/* ----------------------------
	 MAIN / DEFAULT
	 ---------------------------- */

html, body  { font-family:  Verdana, Arial, SunSans-Regular, Sans-Serif;
      			  font-size: 12px;
							line-height: 1.9;
        			color: #000000;
        			background-color: white;
      			}

td    { font-family:  Verdana, Arial, SunSans-Regular, Sans-Serif;
        font-size: 12px;
				padding: 5px;
      }

h1 		{ font-size:250%;
				font-weight: normal;
			}

p     { margin: 2px;
				text-align: justify;
      }
			


/* ----------------------------
	 MAIN MENU
	 ---------------------------- */
	 			
#menu { position: fixed;
				top:290px;
				left:5px;
				z-index:11;
			}
			
.menu	{ font-size: 13px;
				color: #318db1;
			}			
			
.menu	a { color: #318db1; }
			
.menu	a:hover 	{ 
									font-weight: bold;
									text-decoration: underline;
								}

.menu a:link		{ 
									text-decoration: none;
								}			
			
.menu a:active	{ text-decoration: none;
								}			
							
.menu a:visited	{ 
									text-decoration: none;
								}		

.menu LI	{ list-style: square outside;
						color: #318db1;
					}		



/* ----------------------------
	 LANGUAGE SELECTOR MENU		
	 ---------------------------- */

#lang { position: absolute;
				top:15px;
				left:30px;
				z-index:12;
      }						

.lang	{ font-size: 11px;	
				color: #318db1;}


.lang	A:active, A:link, A:visited { 
								font-weight: normal;
								text-decoration: none;
								color: #318db1;
							}

.lang	A:hover { 
								font-weight: normal;
								text-decoration: underline;
								color: #318db1;
							}

/* ----------------------------
	 CONTENT BOX / STYLE
	 ---------------------------- */
	 
#content { 
				position: absolute;
   	   	top:0px;
	   		left:280px;
	   		width:60%;
	   		z-index:7;
			}	

.content 	{ color: black; }			

.content a:link	{ color: #318db1;
					text-decoration: none;
				}			
			
.content a:active	{ color: #318db1;
						text-decoration: none;
					}			
							
.content a:hover	{ color: #318db1;
					text-decoration: underline;
					font-weight: normal;
				}
				
.content a:visited	{ color: #318db1;
						text-decoration: none;
					}			

.content li		{ list-style: square outside;
								color: black;
							}

.moreinfo { font-size: 9px;				
	    			line-height: 1.5;
	  			}


/* ----------------------------
	 LOGO BOX
	 ---------------------------- */

#logo { position: fixed;
				top:50px;
				left:2px;
				z-index:1;
      }
						

/* ----------------------------
	 BACKEND SPECIFIC
	 ---------------------------- */

#backendmenu 	{ position: fixed;
								top: 120px;
								left: 40px;
								z-index: 10;
							}

.log 		{	font-size: 10px;
				}

.error	{ color: red;
					text-decoration: none;
					font-weight: normal;
				}


#welcome { position: fixed;
				top:15px;
				left:35px;
				z-index:1;
      }						

.welcome	{ font-size: 9px;	}

.welcome A:link A:active A:visited {
					font-size:9px;
					color:blue;
				}

.welcome	A:hover { 
								font-weight: normal;
								text-decoration: underline;
							}




	 

/* ----------------------------
	 FOOTER BOX (not in use yet)
	 ---------------------------- */

#footer { 
				position: absolute;
	  		bottom: 0;
        background-color: pink;
	  		width:100%;
	  		left:0;
				}
			

