/* CSS Document */

body {
	width: 100%;
	font-family: verdana,arial, helvetica, sans-serif;
	font-size: 70%;
	color: #444;	
	margin: 0;
	padding: 0;
	background: #eee;
	height:100%; min-height:100%;
	text-align: center;
}


a {
   color:#666;
   text-decoration: none;
	}

a:hover {
   	color: #222;
   	border-bottom: 0px dashed #666;
   	text-decoration: underline;
	}


h1 {
	font-family: arial, verdana,arial, helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	padding-left: 20px;
	padding-top: 10px;
	color: #fff;
	}

h2 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color: red;
	background:#fff url(../images/bg_subtitol.png) bottom no-repeat;
	}

h3 {
	font-size: 1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color: #333;
	}

img {
   border: 0;
	}

ul {
  float: left;
  width: 450px;
  margin-top: 0px;
  padding: 0;
  list-style: none;
}
 
li {
  float: left;
width: 150px;
  margin-top: 0px;
  padding: 0;
list-style: none;
}

table,td {
	font-size: 0.98em;
	}

.formulari {
   	padding: 0;
	font-size: 11px;
   	margin: 0;
	border-width:1px;
	border-style:solid;
	border-color:#666;
	padding	: 1px;
   }

p,div {
	font-size: 11px;
	line-height: 120%; 
	/*line-height: 1.8em; Too spaced out, hard to read - Peter*/

	}
	
a.menu {	
   	margin-left: 5px;
  	font-size: 12px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	padding: 0 5px 0 5px;
	text-decoration:none;
}

a.menu:hover {
  	font-size: 12px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	padding: 0 5px 0 5px;
	text-decoration:underline;
	
}

#container {
	width: 760px;	
	padding:0px;
	margin: 0 auto;
 	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
}


#header{
	width		: 730px;
	height		: 120px;
	margin-top	: 15px;
	margin-left	: 15px;
	background	: #cc6600 url(../images/bg_header_01.jpg) top left no-repeat;
	text-align: left;
}

#menu{	
	margin-left: 15px;
	width:730px;
	height:18px;
	background-color:#cc6600;
	padding-top	: 2px;
	color		: #ccc;
}

#dades_usuari{	
	position: absolute;
	top: 170px;
	margin-left: 560px;
	width:160px;
	background-color:#fff;
	padding-top	: 2px;
	color		: #333;
	text-align: center;
}

#main{
	width:560px;
	background-color:#fff;
	padding: 0;
	margin-top	: 17px;
	margin-left	:15px;
	padding-left	:15px;
	height		: 400px;
	font-size: 11px;
	color	: #333;
}
html>body #main {
min-height: 400px;
height: auto;
}


#foot{
 	clear : both; 
	display: block;
	width:730px;		
	height:20px;		
	background-color:#cc6600;
	color:#fff;
	font-size: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#llistat1{
	background: #fff;
	display		: block;
	padding	: 3px;
}

#llistat2{
	background: #ccc;
	display		: block;
padding	: 3px;
}

#col1{float:left;
display		: block;
}

#col2{
float: left;
display		: block;
}