@charset "utf-8";
/* CSS Document */

html {
	min-height: 102%; /* force vertical scrollbar - browser support flaky, doesn't work in Opera */
	/*overflow-y: scroll;*/
	margin: 0;
	padding: 0;
}

body {
    background: #4473d9 url(../images/body_bg.jpg) left top repeat-x;
	font-family : Georgia, "Nimbus Roman No9 L", serif;
	font-size : 14px;
    color : #666;
	margin: 0;
	padding: 0;
}

.clearfix {
    clear: both;
}

#wrapper {
    width: 950px;
	margin: 0 auto;
	min-height: 750px;
	height: auto;
	overflow: hidden;
	background: #4473d9 url(../images/wr_top.jpg) center top no-repeat;
}

#header {
   height: 196px;
}


ul#menu {
    height: 29px;
	margin: 0;
	padding: 0;
	width: 650px;
	display: block;
	float: right;
}

ul#menu li {
    float: left;
	list-style-type: none;
	margin: 0 1px;
}

ul#menu li a {
    display: block;
	line-height: 1.5em;
	text-decoration: none;
	color: #c00000;
	padding: 7px 14px;
	font-size: 16px;
}

ul#menu li a:hover, ul#menu li a.active {
	color: #4988fc;
	background: url(../images/hover.jpg) bottom center no-repeat;
}

#content {
        margin: 0;
	padding: 0;
	clear: both;
	height: auto;
	overflow: hidden;
}

li{
         list-style-type: none;
         color: white;
         font-size: 14px;
}

.teaser {
        width: 950px;
	height: 159px;
	margin-top: -81px;
	z-index: 999999;
}

#content_left {
    width: 220px;
    height: 420px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	background: transparent url(../images/right_bg.jpg) right no-repeat;
}


.left_class {
        height: 60px;
	margin: 0;
	padding: 0;
        background: transparent url(../images/left_bg.jpg) left bottom no-repeat;
}

.serv_class { float: left; width: 55px; height: 52px;background: url(../images/serv_bg.jpg) no-repeat;margin-left: 10px;}
.contact_class { float: left; width: 55px; height: 52px;background: url(../images/contact_bg.jpg)  no-repeat;margin-left: 10px;}
.anunt_class { float: left; width: 55px; height: 52px;background: url(../images/anunt.jpg)  no-repeat;margin-left: 10px;}
.parteneri_class { float: left; width: 55px; height: 52px;background: url(../images/parteneri.jpg)  no-repeat;margin-left: 10px;}

.left_class a {
        color: #fff404;
	font-size: 16px;
	line-height: 50px;
	font-style: italic;
	padding:10px 0 50px 25px;
	text-decoration: none;
	font-weight: bold;
}

.left_class a:hover {
        color: red;
	font-size: 16px;
	line-height: 50px;
	font-style: italic;
	padding:10px 0 50px 25px;
	text-decoration: none;
	font-weight: bold;
}

#content_right {
    float: right;
	width: 700px;
	margin: 0;
	padding: 0;
}

#content_right #left-index {
               float: left;
               width: 446x;
               height: 210px;
}

#content_right #right-index {
               background: url('../images/contact-bg-index-form.jpg') no-repeat;
               float: right;
               width: 248px;
               height: 293px;
}

#content_right #right-index p {
               color: white;
               padding-top: 35px;
               padding-left: 15px;
}
#content_right #right-index p .input-contact{
               height: 12px;
               color: black;
               line-height: 10px;
               font-size: 10px;
               width: 170px;
               margin: 0 auto;
               margin-left: 20px;
}
#content_right #right-index p .input-contact-submit{
               height: 25px;
               width: 100px;
               margin-left: 120px;
               margin-top: 10px;
}
#content_right #right-index p textarea{
               height: 52px;
               color: black;
               line-height: 10px;
               font-size: 10px;
               width: 170px;
               margin: 0 auto;
               margin-left: 20px;
}
#content_right li {
               text-align: left;
	       font-size: 15px;
	       list-style: none;
	       line-height: 1.5em;
	       color: #fff;
	       padding: 3px 0 3px 35px;
	       margin: 0;
	       text-align: justify;
}

#footer {
    height: 75px;
	margin:0;
	padding: 0;
	border-top: 1px solid #26478c;
	font-size: 10px;color: #f7f7f7;
}

.inner_footer {
    border-top: 1px solid #6391f5;
	margin: 0;
	padding-top: 5px;
}

#footer a{text-decoration: none;font-size: 10px;color: #f7f7f7;}
