body {
	width: 800px;
	margin: 0 auto 20px;
	background-image: url(../images/bgmain.jpg);
	background-repeat: repeat;
	color: #333333;
	font-family: 'Trebuchet MS', 'Tahoma', 'Arial', 'Times New Roman';
	font-size: 10pt;
}

#head {
	background-color: #460002;
}

ul#menu {
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	width: 800px;
	height: 42px;
	padding-top: 18px;
	display: inline;
	float: left;
	text-align: center;
	font-family: 'Arial';
}

ul#menu li {
	display: inline;
}

#menu a {
	padding: 25px;
	color: #f5f2e2;
	font-weight: normal;
	font-size: 13pt;
	text-decoration: none;
}

#menu a:hover {
	color: #bdaaa7;
}

ul#admin_top_menu {
	padding: 10px;
	display: inline;
	float: right;
	font-family: 'Arial';
}

ul#admin_top_menu li {
	display: inline;
}

ul#admin_top_menu a {
	color: #f5f2e2;
	font-weight: normal;
	text-decoration: none;
}

ul#admin_menu {
	background-image: url(../images/bgmenu.jpg);
	background-repeat: repeat-x;
	width: 800px;
	height: 42px;
	padding-top: 18px;
	display: inline;
	float: left;
	text-align: center;
	font-family: 'Arial';
}

ul#admin_menu li {
	display: inline;
}

#admin_menu a {
	padding: 25px;
	color: #f5f2e2;
	font-weight: normal;
	font-size: 13pt;
	text-decoration: none;
}

#admin_menu a:hover {
	color: #bdaaa7;
}

#body {
	width: 798px;
	background-color: #f2ebdf;
	border-right: 1px solid #370101;
	border-bottom: 1px solid #370101;
	border-left: 1px solid #370101;
	text-align: center;
	padding-bottom: 10px;
}

#lang_box {
	margin: 10px 0 10px 0;
	float: right;
}

#lang {
	padding: 5px 5px 3px 5px;
	background-color: #ffffff;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
}

#lang a {
	padding: 0 2px 0 2px;
}

a#lang_eng {
	background-image: url(../images/flags/eng.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 40px;
	height: 45px;
	display: block;
	float: left;
}

a#lang_eng:hover { background-position: 0 -45px; }

a#lang_ger {
	background-image: url(../images/flags/ger.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 40px;
	height: 45px;
	display: block;
	float: left;
}

a#lang_ger:hover { background-position: 0 -45px; }

a#lang_hun {
	background-image: url(../images/flags/hun.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 40px;
	height: 45px;
	display: block;
	float: left;
}

a#lang_hun:hover { background-position: 0 -45px; }

a#lang_ita {
	background-image: url(../images/flags/ita.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 40px;
	height: 45px;
	display: block;
	float: left;
}

a#lang_ita:hover { background-position: 0 -45px; }

a#lang_rom {
	background-image: url(../images/flags/rom.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 40px;
	height: 45px;
	display: block;
	float: left;
}

a#lang_rom:hover { background-position: 0 -45px; }

#side {
	width: 320px;
	padding-top: 20px;
	float: right;
	background-color: #f4f5ee;
}

#side_nobg {
	width: 320px;
	margin-top: 10px;
	float: right;
}

#content {
	width: 478px;
	margin-top: -76px;
	float: left;
}
.article_title, h1 {
	line-height: 30px;
	padding: 20px 0 15px 20px;
	display: inline;
	float: left;
	font-size: 16pt;
	font-weight: normal;
	color: #460002;
	text-decoration: none;
}

.cont_divider {
	background-image: url(../images/cont_divider.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 1px;
}

.article_content {
	min-height: 250px;
	padding: 10px 15px 0 15px;
	line-height: 16px;
	color: #404751;
	font-weight: normal;
	text-align: left;
}

.article_content_ra,
.article_content_pa {
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 250px;
	line-height: 18px;
	padding: 20px 15px 20px 15px;
	color: #404751;
	text-align: left;
	text-indent: 20px;
}

.article_content_ra {
	background-image: url(../images/sigla_ra.gif);
}

.article_content_pa {
	background-image: url(../images/sigla_pa.gif);
}

.img_gallery {
    margin: 3px;
    padding: 4px;
	border: 1px solid #bfbfbf;
    background-color: #e6e6e6;
}

#msg_cont {
	background-image: url(../images/msg_bg.gif);
	background-repeat: no-repeat;
	width: 477px;
	height: 766px;
}

#msg_box {
	width: 360px;
	height: 550px;
	margin: 90px 20px 10px 50px;
	top: 70px;
	overflow: auto;
	position: relative;
}

#contact_form {
	margin: 20px;
}

h2 {
	padding: 10px;
	float: left;
	font-size: 13pt;
}

#ftr {
	width: 800px;
	margin: auto;
}

#ftr_left {
	background-image: url(../images/ftr_left.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 58px;
	float: left;
}

#ftr_cont {
	background-image: url(../images/ftr_bg.png);
	background-repeat: repeat-x;
	width: 770px;
	height: 58px;
	float: left;
	line-height: 56px;
	color: #B09465;
	text-align: center;
}

#ftr_right {
	background-image: url(../images/ftr_right.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 58px;
	float: left;
}

#design {
	padding: 5px 30px 20px 0;
	float: right;
	font-family: 'Trebuchet MS', 'Tahoma', 'Arial';
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
}

#design a {
	color: #8B0005;
	text-decoration: none;
}

#design a:hover {
	color: #305BB7;
	border-bottom: dotted 1px #333333;
}

#login {
	width: 500px;
	margin: 100px auto 0 auto;
	text-align: center;
}

#login h1 {
	margin-top: 100px;
}

.nobr {
	white-space: nowrap;
}

.big {
	line-height: 22px;
}

.input, .ta {
	width: 193px;
	border: none;
	color: #555;
	background-color: #F4F5EE;
}

.input {
	height: 17px;
}

.ta {
	height: 120px;
	overflow: auto;
	width: 280px;
}

.input1, .ta1{
	width: 250px;
	border: 1px solid #CFCFCF;
	color: #555;
}

.input1 {
	height: 17px;
}
.ta1 {
	height: 84px;
	overflow: auto;
}
.slct_1 {
	width: 58px;
}



input, textarea, select{			     
	font: normal 11px  Tahoma, Arial;			
	padding: 2px 5px 0 5px;		   
	vertical-align: top;				 
}		
select {
	border: none;
	background-color: #F4F5EE;
}							





/*____________________________________________________*/
/*†††††††††††††††††††††-TEXT-†††††††††††††††††††††††††*/
b {color:#D52000;}
b a{color:#555554;}	
span {color:#98393A}	   
a {color:#98393A}	   
a:hover {text-decoration:none;}	
/*.nn a{text-decoration:none;}
.nn a:hover {text-decoration:underline;} */	
/*____________________________________________________*/
/*†††††††††††††††††††-INPUTS-†††††††††††††††††††††††††*/

/*____________________________________________________*/
/*†††††††††††††††††††††-LINKS-††††††††††††††††††††††††*/
.link_1{
	color:#777;
	font-size:12px;
}
.rdmr {
	padding: 0px 8px 0px 8px;
	background:url(images/0blt1.gif) top left no-repeat;
	font:bold 11px Tahoma, Arial;
	color:#252525;
}

/*____________________________________________________*/
/*††††††††††††††††††††††-LISTS-†††††††††††††††††††††††*/
li {
	margin:6px 0px 0px 0px;
	list-style:none;
}
li a {
	color:#252525;
	padding: 0px 8px 0px 8px;
	background:url(images/0blt1.gif) top left no-repeat
}

/*_____________________________________________________*/
/*††††††††††††††††††††††-‰‰‰‰‰‰-†††††††††††††††††††††††*/

.t {
	padding: 4px;
	border: none;
	vertical-align: middle;
	text-align: left;
}

.t td {
	padding: 4px;
	border: none;
	vertical-align: middle;
}

.t_border {
	padding: 4px;
	border: 1px solid #D3CDC3;
	vertical-align: middle;
	text-align: left;
}

.t_border td {
	padding: 4px;
	border: 1px solid #D3CDC3;
	vertical-align: middle;
}

.head {
	text-align: right;
	font-weight: bold;
}

div.clear {
	clear: both;
}

