body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	background: url(../images/bg.jpg) no-repeat top center #F8F8F8;
	color: #111111;
}

.pagina {
	margin: 0 auto;
	width: 970px;
	color: #111111;
}

.top {
	height: 7px;
	background-color: #111111;
	border-bottom: 2px solid #B2D50C;
}

.header {
	margin: 2em 0 2em 0;
}

.meniu_principal {
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.meniu_principal li {
	float: left;
	margin: 0 1em;
}

.meniu_principal li a {
	font-size: 1.15em;
	text-decoration: none;
	color: #fd4703;
	display: block;
	float: left;
	/*background: url(../images/a_left.gif) left top no-repeat;*/
	padding: 2px 0 4px 0px;
	height: 24px;
}

.meniu_principal li.selectat a {
	background: url(../images/a_left.gif) left top no-repeat;
	padding: 0 0 4px 12px;
	height: 24px;
}


.meniu_principal li.selectat span {
	background: url(../images/a_right.gif) right top no-repeat;
	display: block;
	float: left;
	padding: 2px 12px 4px 0px;
	height: 24px;
}

li.selectat a {
	color: #111111;
}

li a:hover {
	text-decoration: underline;
}

.buton a {
	background: url(../images/buton.gif) no-repeat;
	width: 102px;
	height: 30px;
	display: block;
	font-style: italic;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
}

.buton2 a {
	background: url(../images/buton2.gif) no-repeat;
	width: 102px;
	height: 30px;
	display: block;
	font-style: italic;
	font-weight: bold;
	color: white !important;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
}

.col_left {
	float: left;
	width: 726px;
}

.col_right {
	float: left;
	width: 224px;
	margin-left: 20px;
}

.col_right h3, .col_right h3 a {
	color: #ff6141;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.content {
	padding: 10px 30px;
	width: 666px;
	background: url(../images/content.gif) repeat-y;
}

.content h1 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 1em 0;
	padding: 0;
}

.content h2 {
	font-size: 1.15em;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 1em 0;
	padding: 0;
}

.content h2 a {
	text-decoration: none;
	color: #111111;
}

.content h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}

.content p {
	margin: 0 0 0.5em 0;
	padding: 0;
}

.content_top {
	background: url(../images/top.gif) no-repeat bottom left;
	height: 13px;
}

.content_bottom {
	background: url(../images/bottom.gif) no-repeat bottom left;
	height: 13px;
}

.articol {
	overflow: hidden;
	margin-bottom: 2em;
}

.articol img {
	float: right;
}

.col_right p {
	margin: 0.5em 0 1em 0;
	padding: 0;
}

.articol p a {
	color: #fd4703;
}

.footer {
	background: url(../images/footer.gif) no-repeat bottom left;
	height: 8em;
	padding: 1em 2em;
	margin: 1em 0;
}

.autor {
	margin: 1em 0 0 20px;
	padding: 1em 0;
}

.footer p, .autor p {
	font-style: italic;
	font-size: 0.85em;
	margin: 0 0 6px 0;
	padding: 0;
}

.footer p a, .autor p a {
	color: #fd4703;
}

img {
	border: 0;
}

/* specific typo3 */
.content a {
	color: green;
}

.news-single-files {
	padding: 5px;
	background-color: #F7F7F7;
	border: 1px solid #D0D0D0;
}

.rgsgcontent {
	margin-bottom: 1em;
}

.imgcrop {
	/*clip: rect(0px, 215px, 100px, 0px); */
	height: 100px;
	overflow: hidden;
}

.imgcrop2 {
	height: 120px;
        overflow: hidden;
       float: right;
}

p.code {
	font-style: normal;
	margin: 0.5em;
	padding: 0.5em;
	background-color: white;
}
.contenttable {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid white;
  margin: 1em 0;
}
.contenttable th {
  text-align: left;
  vertical-align: top;
  background-color: white;
  padding: 5px;
}
.contenttable td {
  vertical-align: top;
  padding: 5px;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
