@charset "utf-8";
#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: auto;
	width: 1000px;
	margin: auto;
	background-image: url(../images/nobo_background.jpg);
	background-repeat: repeat;
	border: thin solid #333;
}

#header {
	height: 40px;
	width: 1000px;
	background-image: url(../images/nobo_header.png);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	clear: both;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EE9F2F;
}

#este_simpla {
	height: auto;
	width: 280px;
	color: #b5b7b9;
	text-align: center;
	padding-left: 89px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 60px;
}

#comment_box {
	height: auto;
	width: 335px;
	color: #b5b7b9;
	text-align: center;
	padding-left: 55px;
	font-size: 10px;
	font-weight: bold;
	word-spacing: 3px;
	padding-top: 0px;
}

#reguli {
	height: auto;
	width: 370px;
	color: #b5b7b9;
	text-align: left;
	padding-left: 55px;
	font-size: 10px;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 90px;
}

#comments {
	float:right
	color: #282d33;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	float: right;
	width: 485px;
	padding-top: 90px;
	color: #b5b7b9;
	padding-right: 55px;
	padding-bottom: 90px;
}

#acc {
	float:right
	color: #282d33;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	float: right;
	width: 450px;
	padding-top: 60px;
	color: #b5b7b9;
	padding-right: 45px;
	padding-bottom: 90px;
}


#footer {
	position:relative;
	width:1000px;
	height:120px;
	background-repeat: no-repeat;
	clear: both;
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EB9D2E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}

.comment_box_css {
	background-color:#333333;
	border: thin solid #ee9f2f;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	padding: 6px;

}

.trimite_button {
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 10px;

}

.nav_menu {
	position: absolute;
	top: 20px;

}
	
.nav_text {
	float: right;
	padding-right: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 25px;
	height: auto;
	width: auto;
	word-spacing: 3px;

}
	

#definition {
	font-weight: bold;
	font-style: normal;
	padding-top: 10px;
}

pre{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #b5b7b9;
}

a.pagina{
	color:#ee9f2f;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	border: 1px dotted #EE9F2F;
}

a.pagina:hover{
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	background-color: #ee9f2f;
	border: 1px dotted #333;
}

a{
	color:#ee9f2f;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

a:hover{
	color:#ee9f2f;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}

