* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	font: normal 12px 'Lucida Sans Unicode', Tahoma, sans-serif;
	color: #FFF;
}

input,
select
{
	font: normal 14px 'Lucida Sans Unicode', Tahoma, sans-serif;
	padding: 2px;
}


/* **************************************************************** LANGUAGE */

#languagewrapper {
    margin: 0 auto;
    width: 100%;
}

#language {
    width:200px;
    text-align: center;
    margin: 0 auto;
}

#language img {
    background-color: #FFFFFF;
    border: 1px solid;
    margin: 0px;
    padding: 1px;
}


/* ******************************************************************* Menu */

#menuwrapper {
    height: 60px;
}

#menudiv {
    width: 972px;
    background-color: #053860;
    height: 60px;
    margin: 0 auto;
}


		/* all lists */
#menu, #menu ul { 
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}

		/* The border for the menus (eventually) */
#menu ul {
    padding-top:    8px;
    padding-bottom: 8px;
    border: 1px solid #FFFFFF;
    border: none;
}

		/* Each link in the 1st level */
#menu a {
    font-size: 92%;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    padding: 20px 20px 0 20px;
    min-height: 40px;			/* using height with IE6 is broken. This has the same behaviour with all the other browsers */
    max-height: 40px;
}

		/* Each link under the 1st level */
#menu ul a,
#menu ul ul a,
#menu ul ul ul a {
    font-weight: normal;
    min-width: 100px;
    display: block;
    padding: 5px 25px 5px 5px;
    min-height: 12px;			/* using height with IE6 is broken. This has the same behaviour with all the other browsers */
    max-height: 12px;
}

		/* all list items */
#menu li { 
    float: left;
    /* min-width: 100px; /* width needed or else Opera goes nuts */
}

		/* second-level lists */
#menu li ul { 
    min-width: 100px;
    position: absolute;
    background: #053860;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

		/* clearing the menus on both sides */
#menu li ul li,
#menu li ul li ul li,
#menu li ul li ul li ul li
{ 
    clear: both;
}

		/* third-and-above-level lists */
#menu li ul ul,  
#menu li ul ul ul,
#menu li ul ul ul ul { 
    margin: -2em 0 0 130px;
}

#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul {
    left: -999em;
}

		/* lists nested under hovered list items */
#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul { 
    left: auto;
}

.notseen {
    display: none;
}

li.menu_important_info {
    color: #000000;
    display: none;
}

/* ******************************************************************* Logo */

#logowrapper {
	height: 243px;
	background-color: #000000;
}

#logo {
	width: 972px;
	height: 243px;
	margin: 0 auto;
	background: #000000 url(images/headernn.jpg);
}

#logo h1 {
	margin: 0;
	padding: 100px 0 0 0;
	text-align: right;
	letter-spacing: 0px;
	font-size: 225%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#logoimg {
    position: relative;
    float: left;
    top: 25px;
    left: 35px;
}




/* ********************************************************************** Page */

#page {
	width: 972px;
	margin: 0 auto;
	background-color: #053860;
	padding: 0px;
	overflow: hidden;
}

#page #content a {
    text-decoration: underline;
}

/* ******************************************************************* Content */

#content {
	float: left;
	width: 650px;
	padding: 20px 30px 20px 50px;
}

#content li {
	margin: 5px;
}

#content ul {
    list-style-type: disc;
    list-style-position: inside;
}

#content ol {
    list-style-type: decimal;
    list-style-position: inside;
}

#content p, 
#content blockquote, 
#content ol, 
#content ul {
	text-align: justify;
}


/* ******************************************************************* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
	height: 100%;
}

#links {
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #FFFFFF;
        font-weight: normal;
}

#links li a {
        font-weight: normal;
}

#links ul {
	margin: 0;
        font-weight: normal;
}

#links ul li ul,
#links ul li ul li ul,
#links ul li ul li ul li ul
{
	padding: 0px 0 0 10px;
        font-weight: normal;
}

#links li {
	padding: 5px 0;
	border-top: #99f dashed 1px;
        font-weight: normal;
}

#links ul li ul li ,
#links ul li ul li ul li
{
	border: none;
}

#links li.withmargin {
	margin-left: 15px;
}















/* **************************************************************** DROPDOWN */

.dropdown {
    position: absolute;
    display: none;
    margin-left: 0px;
    margin-top: 0px;
    padding: 10px;
    border: none;
    background-color: #053860;
    border: 1px #053860 solid;
    text-align: left;
    z-index: 20;
}

.dropdown ul {
    list-style: none;
    margin-bottom: 0;
    text-align: left;
    padding: 0px;
}

.dropdown li {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
}

.dropdown a {
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: #FFF;
    font-weight: normal;
}

.dropdown a:hover {
    text-decoration: underline;
}





/* ******************************************************************* Footer */

#footer {
	height: 60px;
	background-color: #000;
	margin: 0 auto;
	width: 972px;
}


#footerowner {
	float: left;
	height: 34px;
	padding: 16px 5px 0 5px;
	font-size: 85%;
}

#footerlegal {
	width: 920px;
	height: 34px;
	margin: 0 auto;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}

#footerlegal a {
	color: #FFFFFF;
}




a {
    font-weight: bold;
}

h1, h2, h3 {
    color: #FFF;
    font-family: "Century Gothic", "Gill Sans", 'Trebuchet MS', Verdana, sans;
}

h1 {
	margin-bottom: .5em;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .75em;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: -1px;
}

h3 {
	font-size: 125%;
	font-weight: bold;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
	color: #DDDDFF;
}



/* **************************************************************** */

h1.categoria {
	font-size: 1.5em;
	padding: 5px 5px;
	float: right;
	letter-spacing: -1px;
	font-weight: bold;
	color: #ddd;
}

.title {
	font-weight: bold;
}


.links {
	clear: both;
}

.posted {
    margin-right: 15px;
}

h1.title {
	letter-spacing: -1px;
}

.left {
	float: left;
	margin: 3px 20px 10px 0;
	border: 3px solid #FFF;
}

.right {
	float: right;
	margin: 3px 0 10px 20px;
	border: 3px solid #FFF;
}

.floatleft {
        float: left;
        margin: 3px 15px 0px 0;
        border: 3px solid #FFF;
}

.floatright {
        float: right;
        margin: 3px 0 0px 15px;
        border: 3px solid #FFF;
}


.left:hover,
.right:hover 
{
	border: 3px solid #DB5600;
}

.permalink {
    clear: both;
    display: block;
    text-align: right;
    padding: 5px 0;
    margin-bottom: 15px;
    border-bottom: #FFF dotted 1px;
}

.googlemap {
    text-align: center;
}

.cleared {
    clear: both;
}

select,
input{
    font-size: 12px;
}