*{
padding:0;
margin:0;
}

body{
	background-color: white;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	clear: both;
}

.cleaner{ clear: both;}


h1{
	color:#333;
	font-size: 20px;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom:5px;
	line-height: 35px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom:0px;
	color:#333;
	padding-right:0px;
	padding-top:0px;
	display:inline;
}

p.titleParagraph{
background-color:#ADE0F1;
padding: 5px;
}

img{border:0px;}




#Container{
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

a.default {
	color: #0e88af;
}

a.default :hover{
	color:#900;
}




/*=============== HEAD =============================*/

#Head{
	height: 201px;
	width: 900px;
}

#banner{
	height: 150px;
	width: 900px;
	float: left;
	margin:0px;
	padding:0px;
	background: url(img/banner&logo.jpg) top left no-repeat;
} 

#language{
margin-top:120px;
padding-right:5px;
float:right;
}


/*=============== /MENU =============================*/
#menu{
width:900px;
height:51px;
} 

#search{
	background: url(img/search.jpg) top left no-repeat;
    height: 51px;
	float: left;
	width: 324px;
}



#menuLinks{
    height: 51px;
	width: 576px;
	float:left;
	background: url(img/backgroundMenuLinks.gif) top left repeat-x;	
}

#menuLinks a{
	color: #0e88af;
	text-decoration: none;
	font-weight: bold;
	padding-left:30px;
	float:left;
	padding-top:20px;
}

#menuLinks li{
	width: 143px;
	height: 51px;
	float:left;
	display: inline;
}

#menuLinks a:hover{
	text-decoration: underline;
}

#menuLinks .firstPage{
    background: url(img/home.jpg) top left no-repeat;
}

#menuLinks .projects{
    background: url(img/projects.jpg) top left no-repeat;
}

#menuLinks .contact{
    background: url(img/contact.jpg) top left no-repeat;
}

#menuLinks .reprezentanti{
    background: url(img/reprezentanti.jpg) top left no-repeat;
}
/*=============== /MENU =============================*/



/*=============== /HEAD =============================*/











#CentralPart{
width:900px;
}





/*================= LEFT PART ========================*/

#LeftPart{
	width: 215px;
	background-color: #fbfdfe;
	float: left;
	margin-top: 8px;
}



.leftMenu{
    width: 215px;
    float: left;
}

.leftMenuHeader{
    width: 215px;
    height: 31px;
}

.leftMenuHeaderTitle{
    background: url(img/backgrounLeftMenu.gif) top left repeat-x;
	width: 169px;
	height: 31px;
	float: left;
}

.leftMenuHeaderTitle span{
	color: #0e88af;
	font-weight: bold;
	line-height: 31px;
	padding-left: 14px;
}
.menu_header_right
{
    background: url(img/ornament_menu.gif) top left no-repeat;
	height: 31px;
	width: 46px;
	float: left;
}

.leftMenuContent{
	float: left;
	padding:5px 5px 5px 10px;
	width:200px;
}

.leftMenuContent a:hover{
    text-decoration: underline;
    color:#666;
}
 

.menu_item{
	color:#000;
	text-decoration: none;
	padding-left: 18px;
	background: url(img/arrow.gif) top left no-repeat;
	line-height: 18px;
}

.menu_item2{
	color: #8d9395;
	text-decoration: none;
	padding-left: 25px;
	font-size: 11px;
}

.menu_item3{
	color: #8d9395;
	text-decoration: none;
	padding-left: 40px;
	width:170px;
	font-size: 11px;
	padding-bottom:5px;
	display:block;
	float:left;
}

/*================= /LEFT PART ========================*/











/*================= RIGHT PART ========================*/

#RightPart{
	width: 674px;
	float: left;
	background-color: #f5fdfd;
	border-left:#CCCCCC 1px solid;
	height:350px;
	margin: 0px 0px 0px 5px;
	padding:0px 0px 0px 5px;
    clear: right;
}


.page_header_text{
    width: 535px;
    text-align: justify;
    font-size: 13px;
	padding-left:5px;
	padding-right:5px;
    color:#333;
}

.page_header_text li{
	margin-left:16px;
	padding-left:0px;
	
}

.page_header_text2{
    text-align: justify;
    font-size: 11px;
    color: #0e88af;
}
/*================= /RIGHT PART ========================*/
















/*==== Footer====*/

#footer{
	background-color: #ADE0F1;
	margin-bottom: 2px;
	color: #074d64;
	width: 900px;
	float: left;
	margin-top: 5px;
	height:16px;
}


#footer p{text-align:center;}


#footer a{ 
color:#333333;
text-decoration:none;
padding-left:4px;
padding-right:4px;
}


#footer a:hover{
text-decoration:underline;
}
