/**
*  	Stylesheet for the main HTML pages of the MedOBIS website
*  
*	Filename: medobis_main.css
*	Author: Sarah Faulwetter
*  	Last update: June 12th, 2005	
**/


html		{height:100%;
		}


body  		{background-color:#C8E1DC;
		 margin-left:30px;
		 margin-right:30px;
		 font-family:Verdana,Sans-Serif;
		 min-height:100%;
		}
		
		
p		{color:#000078;
		 font-size:small;
		 }


table		{table-layout:fixed; 
		 width:100%;
		 border-collapse:collapse;
		 border-spacing:0px;
		}


td		{color:#000078; 
		 font-size:small;
		 		}

th	{text-align:left;}													/*added 19-01-06*/			

form		{color:#000078; 
		 font-size:small;
		 margin-top:2px;
		 margin-right:10px;
		}


.subhead	{font-size:small;
		 background-color:#6EC8C8;
		 margin-bottom:5px;
		 color:#000078;
		}

.head		{font-size:medium;
		 background-color:#88A9BD;
		 color:#000078; 
		 }

object		{height:450px;			/*for W3 conform embedding of applet*/
		 width:100%;
		 margin-left:5px;
		 margin-right:10px;
		}
		
		
a:link		{text-decoration:none; 
		 color:#000078;
		}
		
		
a:visited   	{text-decoration:none; 
		 color:#000078;
		}
		
		
a:hover	    	{text-decoration:none; 
		 color:#C80032;
		}
		
		
a:active    	{text-decoration:none; 
		 color:#000078;
		}


.button		{background-color:#88A9BD;
		 color:#000078;
		}
		
.menu 		{width:120px;
	         height:29px;
	         margin:1px;
	        }
	        
ul		{color:#000078;
		 font-size:small;
		 font-style:italic;
		}
		
h1		{color:#000078;
		 background-color:#88A9BD;
		 font-size:large;
		 font-weight:bold;
		}


h2		{color:#000078;
		 font-size:medium;
		}
		
img		{border:0px;
		}
		
.partners	{padding-top:20px;
		}
		
.help		{font-size:medium;
		 font-weight:bold;
		 vertical-align:top;
		 background-color:#6EC8C8;
		}
		
.t1		{border: thin solid #000078; 
		}		
		
		
td.menu {
 text-align : center;
 background-color :#88A9BD ;
 color : #000078;
 font-family : Arial;
 font-weight : bold;
 font-size:14px;
 width:120px;
 height:29px;
}

td.menuover {
 text-align : center;
 background-color : #88A9BD;
 color : #CBFEFE;
 font-family : Arial ;
 font-weight : bold;
 font-size:14px;  
 cursor: pointer;			
 width:120px;
 height:29px;
}
 


a:link.disc		{text-decoration:none; 
		 					 color:#C80032;
		 					 font-weight:bold;
							}
		
		
a:visited.disc   	{text-decoration:none; 
		 							 color:#C80032;
									 font-weight:bold;
									}
		
		
a:hover.disc	    	{text-decoration:none; 
										 color:#000078;
										 font-weight:bold;
										}
		
		
a:active.disc    	{text-decoration:none; 
									 color:#C80032;
								   font-weight:bold;
								  }
 		
