* {
    margin: 0 0; 
    padding: 0 0;
}

html, body {
    font-family: Arial;
    color: #2e2e2e;
    font-size:12px;
    background: url(../images/header.bg.repeat.jpg) repeat-x;
    background-color: #E4E5E2;
    height: 100%;
}

.clear {
    clear: both;    
}

a, a:hover, a:active, a:visited {
    text-decoration: none;
}

a img, img {
    border: none;
}

h1, h2, h3, h4 {
    font-weight: bold;    
    margin: 0;
    padding: 0;
    color: #4c4b4b;
}

h1 {
    font-size: 17px;
    margin-bottom: 10px;
}

h2 {
    color: #8eae0b;
	font-size: 14px;
}

h3 {
    color: #5c5c5c;
	font-size: 12px;
}

h4 {
	color: #5c5c5c;
    font-size: 12px;
}

p {
    line-height: 16px !important;
}

ul li{
    list-style-type: disc;
    margin-left: 15px;
}

label, .hand {
    cursor: pointer;
}

.central {
    margin: auto;
    width: 900px;
    /*background: url(../images/header.jpg) no-repeat;*/
    /*background-position: top center;*/
    /*height: 100%;*/
}

/* Header */

.header {
	width: 100%;
	background: url(../images/header.bg.repeat.jpg) repeat-x;
	height: 340px;
	padding-top: 5px;
        position: relative;
}

.header .header_flash {
	float: right;
	width: 715px;
	margin-right: 30px;
	height: 20px;
	overflow: hidden;
}

.header .menu {
	margin-top: 17px;
	float: left;
	margin-left: 150px;
}

.header .menu a, .header .menu a:hover {
	display: block;
	float: left;
	padding-top: 4px;
	margin: 0 1px;
	color: #2e2e2e;
	font-weight: bold;	
	width: 102px;
	height: 19px;
	background: none;
	text-align: center;
}

.header .menu a:hover {
	background: url(../images/header.button.png) no-repeat;	
	background-position: top center;
}

.header .menu a.on {
	background: url(../images/header.button.png) no-repeat;	
	background-position: bottom center;
	color: #FFF;
}

.header .header_slideshow {	
	height: 259px;
	width: 900px;
	overflow: hidden;
	margin-top: 15px;	
}

.header .header_slideshow .logo {
	display: block;
	float: left;
	width: 130px;
	height: 130px;
	margin-left: 15px;
	position: relative;
	top: -258px;
}

.eu {
    display: block;
    width: 197px;
    height: 62px;
    background: url(../images/button.eu.png) no-repeat;
    background-position: 0px 2px;
    float: left;
    /*
    position: relative;
    top: -65px;
    left: -170px;
    */
    position: absolute;
    top: 280px;
    left: -20px;
}

.eu:hover {
    background-position: bottom center;
}

/* Header (end) */


/* Content & Footer */

.content {
	width: 100%;
	background-color: #e4e5e2;
}

.content .site_center {
	float: right;
	margin-right: 6px;
	background-color: #FFF;
	width: 695px;
	color: #5b5b5b;
	padding: 10px 10px 0 10px;
	font-size: 13px;
}

.content .site_center img {
	margin: 10px;
}

.footer_bg {
    width: 100%;
    background-color: #2f2f2f;
}

.footer {
	width: 900px;
	background-color: #2f2f2f;
}

.footer .footer_left {
	float: left;	
	width: 170px;
	margin-left: 3px;
	margin-right: 6px;
}

.footer .footer_left .news_top {
	background: url(../images/footer.newsletter.png) no-repeat;
	background-position: top center;
	width: 60px;
	height: 60px;
}

.footer .footer_left .news_title {
	color: #a2ff00;
	font-size: 11px;
}

.footer .footer_left label {
	color: #868383;
	float: left;
	margin-left: 20px;
	margin-top: 2px;
}

.footer .footer_left .news_input{
	background: url(../images/footer.newsletter.png) no-repeat;
	background-position: -6px -65px;
	width: 130px;
	height: 19px;
	float: left;
	margin-left: 12px;
}

.footer .footer_left .news_input_text {
	border: none;
	color: #FFF;
	background-color: #898989;
	width: 110px;
	margin-top: 1px;
}

.footer .footer_left .news_input_submit {
	background: url(../images/footer.newsletter.png) no-repeat;
	background-position: -60px -95px;
	width: 75px;
	height: 20px;
	float: right;
	margin-right: 28px;
	margin-top: 7px;
	border: none;
	cursor: pointer;
}

.footer .footer_left .news_input_submit:hover {
	background-position: -60px -122px;
}

.footer .footer_right {
	background: url(../images/content.bottom.png) no-repeat;
	background-position: top;
	padding-top: 30px;
	float: right;
	margin-right: 6px;
	width: 715px;
}

.footer .footer_right .linkuri, .footer .footer_right .linkuri a, .footer .footer_right .linkuri a:hover {
	color: #FFF;
}

.footer .footer_right .linkuri a:hover {
	color: #a2ff00;
}

.footer .footer_right .linkuri .border_left {
	border-left: 1px solid #484848;
}

.footer .footer_right .separator {
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #484848;
}

.footer .footer_right .dm {
	float: right;
}

.footer .footer_right .dm a, .footer .footer_right .dm a:hover {
	background: url(../images/footer.logo.dm.png) no-repeat;
	background-position: bottom;
	width: 176px;
	height: 33px;
	display: block;
}

.footer .footer_right .dm a:hover {
	background-position: 0 -2px;
}

/* Content & Footer (end) */


/* Global */

.rosu {
    color: #9F1C00;
}

.rosu2 {
    color: #E53C17 !important;
}

.green {
	color: #6b8109;
}

.green2 {
	color: #7e9a0a;
}

.button {
	border: 0;
	background: url(../images/button.png) no-repeat;
	width: 102px;
	height: 19px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	font-size: 12px;
	padding-top: 4px;
	font-weight: bold;
}

.button:hover {
	color: #ccff00;
}

.map_canvas_contact, .map_canvas_parteneri {
    float: right;
    border: 1px solid #9f9f9f;
    width: 510px;
    height: 245px;
}

.map_canvas_parteneri {
    width: 370px;
    height: 200px;
    margin-top: 4px;
}

/* Global */


/* Left */

.content .site_left {
	float: left;
	width: 170px;
	margin-left: 3px;
	margin-right: 6px;	
}

.content .site_left .top {
	background: url(../images/header.news.png) no-repeat;
	background-position: center top;	
	height: 15px;
	color: #FFF;
	text-align: center;
	background-color: #FFF;
}

.content .site_left .bottom {
	background: url(../images/header.news.bottom.png) no-repeat;
	width: 170px;
	height: 20px;
}

.content .site_left  .middle {
	background-color: #FFF;
	padding: 10px 10px 0 15px;
	color: #4c4b4b;
}

.content .site_left .middle a, .content .site_left .middle a:hover {
	color: #2d2521;
	text-decoration: none;
	font-weight: bold;
}

.content .site_left .middle a:hover {
	color: #6b8109;
}

.content .site_left .middle .link_bottom {
	float: right;
	display: block;
	margin-top: 4px;
	margin-right: 4px;
}

.content .site_left .middle .separator {
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #2d2521;
}

/* Left (end) */


/* Partner */

.partner .td1 {
	padding-right: 15px;
	text-align: justify;
}

.partner .td2 {
	padding-left: 10px;
	border-left: 1px solid #c2c2c2;
}

.partner .separator, .separator2 {
	padding-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #c2c2c2;
}

.separator2 {
    padding-top: 0;
}

.partner a, .partner a:hover {
	color: #6b8109;
	text-decoration: none;
}

/* Partner (end) */


/* Events */

.event {
	margin-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #c2c2c2;
}

.event .galerie {
	width: 460px;
}

.event .galerie img {
	float: left;
	margin: 7px 10px 0 0;
	width: 105px;
	height: 69px;
}

.event .movie_prev {
	float: right;
	width: 215px;
	height: 143px;
	margin: 7px 10px 0 10px;
	background-position: top right;
}

.event .movie_play {
        background: url(../images/play.png) no-repeat;
        width: 215px;
        height: 143px;
        background-position: top center;
        cursor: pointer;
}

.event .movie_play:hover {
        background-position: bottom center;
}

/* Events (end) */


/* Documents */

.documents {
	text-align: center;
	width: 340px;
	float: left;
	margin-bottom: 30px;
}

.documents a, .documents a:hover {
	color: #686868;
	font-weight: bold;
}

.documents a:hover, .documents a.on {
	color: #8cac0b;
}

.documents a.on {
	font-weight: normal;
}

.documents a.pdf, .documents a.letter {
	background: url(../images/icon.pdf.png) no-repeat;
	background-position: top center;
	width: 79px;
	height: 77px;
	display: block;
	float: none;
	margin-left: 130px;
}

.documents a.letter {
	background: url(../images/icon.letter.png) no-repeat;
	width: 128px;
	height: 128px;
	margin-left: 100px;
}

.documents a.pdf:hover, .documents a.letter:hover {
	background-position: bottom center;
}

/* Documents (end) */


/* Contact */

.contact {
    float: right;
    width: 510px;
}

.contact_left {
    float: left;
}

.contact_right {
    float: right;
}

.contact label {
	color: #404040;
	float: left;
	margin-left: 20px;
	margin-top: 4px;
}

.contact .input, .contact .input2 {
	background: url(../images/contact.form.png) no-repeat;
	background-position: -8px -20px;
	width: 168px;
	height: 20px;
	float: left;
	margin-left: 12px;
}

.contact .input2 {
	background: url(../images/contact.form2.png) no-repeat;
	background-position: top center;
	width: 272px;
	height: 20px;
}

.contact .input_text, .contact .input_text2 {
	border: none;
	color: #404040;
	background-color: #e7e7e7;
	width: 150px;
	margin-top: 2px;
    margin-left: 7px;
}

.contact .input_text2 {
	width: 255px;
}

.contact .textarea {
	background: url(../images/contact.form.png) no-repeat;
	background-position: -12px -48px;
	width: 317px;
	height: 97px;
	float: left;
	margin-left: 12px;
}

.contact .input_textarea {
	border: none;
	color: #404040;
	background-color: #e7e7e7;
	width: 305px;
        height: 90px;
	margin-top: 4px;
        margin-left: 5px;
}

.contact .input_submit {
	background: url(../images/contact.form.png) no-repeat;
	background-position: -249px -147px;
	width: 74px;
	height: 21px;
	float: right;
	margin-right: 8px;
	margin-top: 7px;
	border: none;
	cursor: pointer;
}

.contact .input_submit:hover {
	background-position: -160px -147px;
}

/* Contact (end) */
    