/* Main */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #CCC7BD url(/fundanemt/site_graphics/images/dialogos_bg.gif) no-repeat;
	font-size: 10px;
	color: #000;
	margin: 0;
	padding: 0;
}

p, ul, li, .funda_imagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* ID */
div.header {
	height: 85px;
	width: 788px;
	margin-left: 0px;
	margin-top: 0px;
	background: url(/fundanemt/site_graphics/images/header.gif) no-repeat;
	clear:left;
}



#navigation-container {
	margin-left: 0px;
	height: 22px;
	width: 775px;
	background: #52504c;
	clear:left;
}

#navigation-space {
	margin-left: 0px;
	height: 22px;
	width: 30px;
	display: block;
	float: left;
	border-right: 1px solid #ffffff;
}

#navigation-space2 {
	margin-left: 0px;
	height: 22px;
	width: 150px;
	display: block;
	float: left;
	border-right: 1px solid #ffffff;
}

#navigation a {
	line-height : 22px;
	height: 22px;
	display: block;
	float: left;
	font-size: 10px;
	text-align: center;
	text-valign: middle;
	text-decoration: none;
	/*color: #fff;*/
	background: #8F8D89;
	border-right: 1px solid #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}


#navigation a:hover {
	background: #A11C20;
}

#sub-navigator ul{
	line-height : 12px;
	margin-top: 5px;
	font-size: 10px;
	color: #000;
	list-style-image : url(/fundanemt/site_graphics/images/pointer.gif);
	list-style-position: outside;
}
#sub-navigator a{
	color: #000;

}

#sub-sub-navigator a{
	color: #000;

}

div.news-content {
	width: 240px;
	font-size: 10px;
	background: #fff;
}

#news-item {
	display: block;
	width: 210px;
	margin-top: 10px;
	margin-left: 20px;
}

#news-item a {
	color: #BB0000;
}

div.news-title {
	color: #BB0000;
	font-weight: bold;
}


.footer {
	margin-left: 0px;
	margin-top: 0px;
	height: 22px;
	width: 775px;
	background: #52504c;
	clear:left;
	color: #fff;
	line-height: 22px;
}


.archiveHeader {
	font-size: 12px;
    font-weight:bold;
    border-bottom:solid;
    border-bottom-width:1px;
    border-bottom-color:#000000;
    padding-right:10px;
    padding-bottom:2px;
    padding-top:2px;
}

.archiveEntry {
	font-size: 10px;
    font-weight:normal;
    border-bottom:dotted;
    border-bottom-width:1px;
    border-bottom-color:#666666;
    padding-right:10px;
    padding-bottom:2px;
    padding-top:2px;
    cursor:pointer;
}
.nvTeaser {
	font-size: 10px;
    font-style:italic;
    font-weight:bold;
    padding-bottom:20px;
}

.nvMainArticle {
	font-size: 10px;
    padding-bottom:20px;
}

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

input, textarea {
	border : 1px solid Gray;
	margin: 3px;
}

hr {
		border : 0px;
		color: gray;
	 	background-color: gray;
		height: 1px;
}

.activeMenu {
	color: #000;
}

.nonActiveMenu {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	display: inline; 
	margin-top:0;
	padding-top:0; 
}

h1 {
	font-size: 18px;
}

a {
	font-size: 10px;
}

#frontendUser_LoginTitle {
	display: none;
}

#frontendUser_LoginDescription {
	display: none;
}

#frontendUser_Username {
	float: left;
	display: block;

}

#frontendUser_Password {
	display: block;
	float: left;
}

#frontendUser_LoginBox label {
	font-size: 12px;
	clear: left;
	display: block;
	float: left;

}

#frontendUser_LoginBox input {
	font-size: 12px;
	clear: left;
	display: block;
	float: left;

}
