/* tags */

html {
	overflow: scroll;
}
body {
	/*background-color: #DEDEDE; /*#838383;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
table {
	border: 0px;
}
form {
	margin:0
}
p {
	font-size:10px;
	color:#333333;
	margin:5px 0;
	line-height:15px;
	font-weight:normal;
}
h1 {
	font-size:12px;
	color:#000000; /*#68aa90;*/
	padding:0px 0px 0px 5px;
	font-weight:bold;
}
textarea, input {
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
}


/* text */

.textBlack11 {
	font-size:11px;
	font-weight:normal;
	color:#000000;
}
.textBlack11B {
	font-size:11px;
	font-weight:bold;
	color:#000000;
}


/* photo gallery */

.shadow { direction: ltr; }
.NE { height:7px; background:url(../images/NE.png) no-repeat; }
.E { width:7px;	background:url(../images/E.png) repeat-y; }
.SV { width:7px; background:url(../images/SV.png) no-repeat; }
.S { height:7px; background:url(../images/S.png) repeat-x; }
.SE { width:7px; height:7px; background:url(../images/SE.png) no-repeat; }

img.op5 {
	vertical-align:bottom;
	border:1px solid #000 !important; 
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

img.op10 {
	vertical-align:bottom;
	border:1px solid #000 !important; 
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}


/* links */

a {
	font-size:12px;
	font-weight:bold;
	color:#333333;/*#436e5d;*/
	text-decoration:none;
}
a:hover {
	color:#000000;/*#436e5d;*/
	text-decoration:underline;
}


/* paragrafe */

.titlu {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	margin:10px 0px 0px 10px;
}
.titlu:hover {
	color:#000000;/*#436e5d;*/
	text-decoration:underline;
}
.small_link {
	font-size:10px;
	font-weight:normal;
	color:#333333;
	margin:10px 0px 0px 10px;
}
.small_link:hover {
	color:#000000;/*#436e5d;*/
	text-decoration:underline;
}
.paragraf {
	background-color:#EEEEEE;
	padding:10px 10px 10px 10px;
}
.paragraf p {
	font-size:10px;
	color:#000000;
	margin:5px 0px 5px 15px;
	line-height:15px;
	font-weight:normal;
}
.paragraf div {
	font-size:10px;
	color:#000000;
	margin:5px 0px 5px 0px;
	line-height:15px;
	font-weight:normal;
}
/*.paragraf p span {
	font-size: 12px;
	color: #000000;  #68aa90;
	font-weight: bold;
} */

.box {
	padding:10px 10px 10px 10px;
	border:#999999 1px solid;
}
