/** GENERAL **/
html{
	height: 100%;
}

body{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	height: 100%;
	font-family: verdana;
	
	color: #cccc66;
	font-size: 12px;
	
}

a{
	color: #CCCC66;
	text-decoration: none;
	background-color: #7A1910;
}

a:hover{
	background-color: #000066;	
}

/** HEADER **/



#taula_header{
	background-color: #000000;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
  	background-position:  left bottom;
  	width: 800px;
  	height: 100px;

}

#taula_footer{
	background-color: #000000;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 790px;
	
	text-align: right;
	color: #999999;
	font-size: 13px;
	padding: 5px;
}

#taula_footer a{
	color: #CCCC66;
	text-decoration: underline;	
	background-color: #000000;
}

#taula_footer a:hover{
	color: #7A1910;	
}


.flags{
	float:right;
	margin-top: 60px;	
	margin-right: 20px;
	
}


#content{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 740px;
	height: auto;
	
	background-color: #000000;
	border: 1px solid #999999;
	
	text-align: justify;	
	margin-bottom: 30px;
	
}

.photo{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 3px;
	border: 1px solid #333333;
}

.photo img{
	width: 145px;	
}

li{
	padding-top: 3px;	
}

h2{
	margin-top: 0px;
	font-size: 15px;
	color: #CCCCCC;	
}


/*********** MENU *******************/

#menu{
	width: 740px;
	text-align: left;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 3px;
	z-index: 100;
	
}

#menu a{
	padding: 5px 15px 5px 15px;
	margin-right: 12px;
	color: #CCCC66;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #333333;	
	border: 1px solid #999999;
}

#menu a:hover{
	background-color: #000000;
	background-repeat: no-repeat;
  	background-position:  left middle;
}

#menu a#active{
	background-color: #7A1910;	
}

/************ HOME *******************/

#last{
	float: right;
	height: 400px;
	vertical-align: top;
	border-left: 1px solid #999999;
	margin-left: 20px;
	width: 160px;
	padding: 5px;
	padding-left: 20px;	
	text-align: center;
}

#last img{
	margin-bottom: 10px;
	border: 0px;
	
}

#last a{
	background-color: #000000;
}

#homecontent{
	height: 400px;	
}

/************ PROJECTS ***************/

.project, .project_inc{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	width: 660px;
	border: 1px solid #333333;
	padding: 5px;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}




.text{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-left: 105px;
	clear: right;
	border-left: 1px solid #333333;
}

.image{
	float: left;
	vertical-align: top;
	padding-right: 5px;
	margin-right: 10px;
	
}


/******** FORMS *********************/

.formulari{
	padding-top: 10px;
	padding-left: 20px;	
}

.formulari input, .formulari textarea{
	margin-top: 3px;
	font-family: Verdana; 
	font-size : 12px; 
	color: #333333; 
	background-color: #CCCCCC;
	border: #999999; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 	
}

.formulari input#button{
	background-color: #7A1910;
	color: #CCCC66;
	font-weight: bold;
	cursor: pointer;
}

.construction{
	font-size: 14px;
	font-style: italic;
	color: #7A1910;	
}



	