/* CSS Document */

body{
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
color:#000066;
text-align:center;
margin:0px;
padding:0px;

}

/*NOT FOUND*/

#notFound{
padding:25px 25px 10px 25px;
clear:both;
width:80%;
min-width:500px;
margin-top:100px;
margin-right:auto;
margin-left:auto;
	border-style: solid; 
	border-width:1px; 
	border-color:#1C72B2;
	background-color:#FEFEFF;
	background-image:url(http://ec.europa.eu/trade/images/home/colorbars.gif); 
	background-repeat:repeat-x; 
	background-position:bottom;
}

#notFound #infopoint{
width:100%;
vertical-align:top;
height:100px;
border-bottom:1px solid #B7D4E5;
text-align:left;
}

#notFound #infopoint img{
float:left;
vertical-align:text-top;
margin-right:10px;
margin-left:10px ;
}

#notFound #infopoint dl{
width:450px;
height:80px;
margin:10px;
padding:0px;
text-align:left;
}

#notFound #infopoint dt{
font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:150%;
color:#083D89;
}

#notFound #infopoint dd{
margin:0px;
padding:0px;
font-weight:normal;
font-size:80%;
}

#notFound #websites{
min-height:150px;
margin:5px 5px 25px 5px;
}

#notFound #websites dl{
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
float:left;
display:block;
text-align:left;
font-weight:normal;
font-size:80%;
display:inline;
width:210px;
min-height:130px;
padding:5 px; 
}

#notFound #websites dt{
font-size:100%;
font-weight:bold;
margin:5px;
padding:0px;
border-bottom:1px solid #91C380;
color:#083D89;
}

#notFound #websites dd{
margin:5px;
padding-left:5px;
font-weight:bold;
line-height:1.5em;
border-left:6px solid #91C380;
}

#notFound #websites dd a{
text-decoration:none;
font-weight:normal;
color: #000066;
}

#notFound #websites dd a:hover{
text-decoration:underline;
color:#91C380;

}

#notFound #websites div a{
display:block;
text-decoration:none;
}

#notFound #websites div a strong{
color: #336699;
font-size:100%;
}

#notFound #websites div a:hover{
display:block;
color: #FCB316;
text-decoration:none;
}

#footer{
font-size:70%;
clear:both;
text-align:right;
background-image:url(../images/flag_eu.jpg); 
	background-repeat:no-repeat; 
	background-position:right;
	height:30px;
	padding-right:35px;

}