/* *** css by miss monorom www.intensivstation.ch *** , modified by rars.dk */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
 background-color:#fff;
		background-image: url("../img/darkgreymos.jpg");
		background-repeat: repeat;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#444;
padding:0px;
margin:0px;
}



/* ----------container to center the layout-------------- */
#container {

width: 960px;

margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
height:100%;
background-color: #fff;

}

/* ----------banner for logo-------------- */
#banner {
height:86px;
border-bottom: 5px solid gray;
width: ;
padding: 0px;
margin: 0px;
background: white;
background-image: url("../img/darkgreymos.jpg");
		background-repeat: repeat;
}
#bannertitle { 
width: 247px; 
font-size : 2em; 
font-weight : bold;
background-color: #000;
border: 3px double white;
height: 86px; 
}
#title {float: right; width:705px; height: 32px; margin-top:53px; 
			 background: #ddd; border-left:1px solid black; 
			 border-top: 1px solid black; border-right:1px solid black;
			 }


/* -----------------content--------------------- */
#content {
border-left: 6px solid #bbb;
border-right:1px solid #555;
border-top:6px solid #555;
background:#fff url('') no-repeat top right;
padding: 0px;
margin-left: 250px;
margin-right: 0px;
}
div#content { 
min-height:600px;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 250px;
margin: 0px;
padding: 0px;
background:#eee;
 height:90%;
 
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding:0px;
border-top: 1px solid black;
height:35px;
text-align: right; 
background:  url('') repeat-x ;
}
 #footer h1 a{
 color:#999;
 }
  #footer h1{
  padding:5px 5px 0px 0px;
  }


 h1,h2,h3 { text-align: left; margin-left: 50px}
					h4 			{ text-align: center; font-style: "Times New Roman",Georgia,Serif;}
					
					img.r  {float: right; margin-right: 15px; border-style: none;  }
					img.s  {margin: 5px  }						 
					img.f  {border-style: none; margin:5px }
					img.n  {border-style: none; margin: 5px;}
					img.m  {border:3px groove #999; margin: 5px;}							      
					img.v   {float:left; border-style: none; margin: 5px; }
					img.t {border-style: none; margin-bottom: 3px;}
			    hr.l	{width: 70%;line-height: 1px; text-align: center; }
					hr.lm  {width: 500px; text-align:left; margin-left: 100px; }
					
					p.sm  {text-align: center;
								 font: 8pt arial, "lucida console", sans-serif;
								  margin:3px 20px 3px 20px; }
					p.t  { text-align: justify; width: 380px; margin-right: 10px; 
							 margin-left:10px; font: 9pt arial, "lucida console", sans-serif; }
					p.d   {font: 9pt arial, "lucida console", sans-serif; margin-left:7px;
								margin-right:5px; }		
  			  p.bl   {font: 8pt arial, "lucida console", sans-serif; margin: 7px; }
 					p.m {margin-left: 40px;font:10pt arial, "lucida console", sans-serif;
							width: 600px  }	
					p.f  {font-size: 130%; font-family:Georgia, serif; color: #222; 
		 						  font-weight: 500; margin-left: 20px;}							 
					p.j {text-align: justify; width: 600px; margin-left: 50px; 
							font:10pt arial, "lucida console", sans-serif;
							margin-bottom: 10px; }
					p.r  { text-align: right;font: 10pt arial, "lucida console", sans-serif; }                  
					p.b   {text-align: center; font: 11pt arial, sans-serif;
						       color: #222 ; margin-top:5px;   } 
					p.s   {text-align: center; font: 10pt arial, "lucida console", sans-serif;}
					p.l  {text-align: left; width: 200px; margin-left: 10px;
							  font: 10pt arial, "lucida console", sans-serif;  }
					p.h  {text-align: center; font: italic 14pt 500 "Times New Roman", serif; 
								  color: #222; font-weight: bold; margin: 10px}			
					p.lb  {text-align: left; margin-left: 20px; color:222 #;
								 font: 14pt arial, "lucida console", sans-serif ;}
					p.n  {text-align: left;  margin: 10px;
							  font: 10pt arial, "lucida console", sans-serif;    }
#nav {border-bottom: 1px solid #555;
		 border-right:1px solid #555;
			 background-color:#ffd		 ;
		padding:10px;
		margin:10px 5px 10px 5px	;
		font:9pt arial, "lucida console", sans-serif	
	}
	#nav ul{
		margin-left:10px;
			padding:0;
		list-style:none;
	}
	#nav li{
		display:table;
		margin: 5px;
		padding:0;								
