div.flash {
	position: absolute;
	left: 210;
	top: 0;
	z-index:3;
}

div.topmenu {
	font-family: tahoma;
	font-size: 10px;
	color: #ffffff;
	position: absolute;
	left: 185;
	top: 0;
	z-index:4;
	padding:3px;
	margin-left: 50px;
	margin-right: 50px;
}

div.dropdown {
	visibility:hidden;

	/*
	top:78px;
	left:400px;
	*/

	width: 200;

	padding: 10px;
	background-color:#ff0000;
	border-width: 1px;
	border-color: #000000;
}

div.copyright {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}


img.flag {
	width: 342px;
	height: 111px;
	position: absolute;
	left: 0;
	top: 0;
	z-index:1;
}

img.orden {
	width: 98px;
	height: 101px;
	position: absolute;
	left: 587;
	top: 0;
	z-index:2;
}

img.menu_dividers {
	width: 202px;
	height: 33px;
	position: absolute;
	left: 322;
	top: 77;
	z-index:3;
}

form.search {
	position: absolute;
	left: 690;
	top: 20;
	z-index:4;
	font-family: "verdana";
	font-size: 10px;
	color: #000000;
}

a.menu {
	top:82px;
	position: absolute;
	z-index:5;
	color: #000000;
	font-family: "verdana";
	font-size: 10px;
	text-decoration: none;
}

a.menu_dropdown {
	color: #000000;
	font-family: "verdana";
	font-size: 10px;
	text-decoration: none;
}
a.menu_dropdown:hover {
	color: #ff0000;
}

a.menu2 {
	color: #ffffff;
	font-family: "verdana";
	font-size: 10px;
	text-decoration: none;
}

a.menu:hover {
	color: #ff0000;
}

a.readmore {
	color: #950000;
	font-family: "verdana";
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
}

h3 {
	color: #950000;
	font-family: "tahoma";
	font-size: 11px;
	margin-bottom: 10px;
}

h4 {
	/*width: 200px;*/
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #5e604b;
	margin-bottom:10px;
	margin-right: 10px;
}

div.text_annons_main {
	color: #000000;
	font-family: "tahoma";
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
/*	width: 250px;*/
margin-right: 10px;
}


div.text_annons_normal {
	color: #000000;
	font-family: "tahoma";
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
/*	width: 250px; */
margin-right: 10px;
}

div.text_large {
	color: #000000;
	font-family: "tahoma";
	font-size: 16px;
}

table.annons_normal {
	margin-left: 90px;
	z-index:5;
}

/* news ------------------------------------------ */

a.news {
	color: #5e604b;
	font-family: "tahoma";
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}

div.news_annons {

	/*color: #950000;*/
	margin: 10px;
	font-family: "tahoma";
	font-size: 11px;
	margin-bottom: 10px;
	font-weight: bold;
}

div.news_annons a {
	color: #000000;
}

/* read ------------------------------------------ */

h1 {
	font-family: tahoma;
	font-size: 18px;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 0px;
}

h2 {
	font-family: tahoma;
	font-size: 12px;
	color: #4B4B4B;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}

div.read_content {
	font-family: tahoma;
	font-size: 12px;
	margin-right: 10px;
	text-align: justify;
	line-height: 130%;
}

img.intexticon {
	margin-bottom:10px;
	border:1px solid #777777;
}

img.intextimage {
	width:250px;
	margin-right:10px;
	margin-bottom:6px;
	border:1px solid #777777;
}

img.intextimage1 {
	width:250px;
	margin-left:10px;
	margin-bottom:6px;
	border:1px solid #777777;
}

/* TOP MENU ---------------------------------------------- */

#menu1 {
	top:4px;
	left:230px;
	position:absolute;
	z-index:99;
}

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

#menu1 a {
	display: block;
	width: 100%;
	color: #ffffff;
	font-family: "verdana";
	font-size: 10px;
	text-decoration: none;
}

#menu1 li { /* all list items */
	float: left;
	padding-left: 3px;
	padding-right: 5px;
	border-right: 1px solid #ffffff;
	width: 70px;
	text-align: center;
}

#menu1 li ul { /* second-level lists */
	position: absolute;
	background-color: #464637; 
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 6px;
	border-style: none;
	width: 10em;
}

#menu1 li ul li { /* items of second-level lists */
	border-right: 1px none #ffffff;
	margin-bottom: 4px;
	width: 10em; /* width needed or else Opera goes nuts */
	text-align: left;
}

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

/* DOWN MENU ---------------------------------------------- */

#menu2 {
	top:84px;
	left:255px;
	position:absolute;
	z-index:99;
}

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

#menu2 a {
	display: block;
	width: 100%;
	color: #000000;
	font-family: "verdana";
	font-size: 10px;
	text-decoration: none;
	padding-left: 3px;
}

#menu2 a:hover {
	padding-left: 2px;
	border-left: 1px solid #6B6647;
}

#menu2 li { /* all list items */
	float: left;
	width: 50px;
}

#menu2 li ul { /* second-level lists */
	position: absolute;
	background: #d2d5ba;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 6px;
	border: 1px solid #6B6647;
	width: 10em;
}

#menu2 li ul li { /* items of second-level lists */
	margin-bottom: 4px;
	width: 10em; /* width needed or else Opera goes nuts */
}

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



/* FROMS -------------------------------------------- */
table.form td {vertical-align:top; font-family:tahoma; font-size:12px; padding-right:6px;}

table.sidebar td {padding:1px;margin:0px;font-family:tahoma; font-size:10px;vertical-align:top;}

/* INDEX ---------------------------------------------- */
#issues td {width:30px;height:30px;font-family:tahoma;font-size:11px;text-align:center;}
#issues td a {font-weight:bold;color:#7d7d64;text-decoration:none}
