/* CSS Document */
body{
	font-family:"Trebuchet MS";
	font-size:11px;
	background-color:#006600;
	background-image:url(media/bg.jpg);
	background-repeat:repeat-x;
	margin-top:5px;
	padding:0px;
}

#modernbricksmenu{
padding: 0;
width: 100%;



background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px "Trebuchet MS";
margin:0;
/*margin-left: 40px; margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
/*text-transform:uppercase;*/
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 9px;
text-decoration: none;
letter-spacing: 1px;
/*background-color: black; Default menu color*/
background-image:url(media/menuVerde.jpg);
background-repeat:repeat-x;
/*border-bottom: 1px solid white;*/
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
background-image:url(media/menuOrange.jpg);
background-repeat:repeat-x;

}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
background-image:url(media/menuOrange.jpg);
background-repeat:repeat-x;
color:#006600;

}

#modernbricksmenuline{
clear: both;
padding: 0px;
width: 100%;
height: 2px;
line-height: 2px;
margin:0px;
background:#FEB100; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: lightyellow;
}
.brd{
	border-left:2px solid #FEB100;
	border-right:2px solid #FEB100;
	background-color:#FFFFFF;
	/*border-left:3px solid #FEB100;*/
}
.brd_links{
	border-left:2px solid #FEB100;
	border-right:2px solid #FEB100;
	background-image:url(media/menuVerde.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height:auto;
	/*border-left:3px solid #FEB100;*/
}

.bottom_bg{
	background-image:url(media/bottom_bg.gif);
	background-repeat:no-repeat;
	height:30px;
	width:767px;
	background-color:#006600;
	margin-top:5px;
	color:#FFFFFF;
}
.text_continut{
	color:#336600;
	font-size:12px;
	text-align:justify;
}
.header_continut{
	color:#336600;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px dashed #FF9900;
	padding-bottom:5px;
	font-family:"Comic Sans MS";
	
}
.top_bg{
	background-image:url(media/top_bg.gif);
	background-repeat:no-repeat;
	height:20px;
}
.logo{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='media/logo_brazi.png',sizingMethod='scale');
height:196px;
width:175px;
}
.link_biznet{
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}
.link_biznet:hover{
	color:#FF9900;
	text-decoration:underline;
	font-weight:bold;
}

.link_IX{
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}
.link_IX:hover{
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
}
.formular{
	border:1px solid #cccccc;
	background-color:#FDF7C8;
	font-family:"Trebuchet MS";
	font-size:11px;
}
.buton_contact{
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	background-color:#006600;
	border:1px solid #cccccc;
}

.tabel{
	border:1px solid #999999;
	background-color:#E3FAC5;
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
}
.poza{
	width:92px;
	height:62px;
	border:1px solid #cccccc; 
	position:static;
	background-color:#ffffff;
	padding:5px;
	margin:5px;
	cursor:pointer;
/*	position:absolute;
	z-index:100;*/
}
.b1{
border:none; background-color:#FFFFFF; font-weight:bold; font-size:11px;
}
.link_meniu_2{
	text-decoration:none;
	color:#009900;
	font-size:11px;
	border:1px solid #333333;
	background-color:#f7f4f5;
	padding-top:1px;
	padding-right:3px;
	padding-left:3px;
	padding-bottom:1px;
	/*margin:2px;*/
}
.link_meniu_2:hover{
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
	border:1px solid #333333;
	background-color:#009900;
	padding-top:1px;
	padding-right:3px;
	padding-left:3px;
	padding-bottom:1px;
}



