@import url("/styles/default/scms_dropdown.css"); 
 

/***********************************************************
 Custom CSS: 
***********************************************************/

/* right column */

div.right_col, div.right_col_noarts { float: right; }
div.right_col_i { text-align: center }
div.right_col_i img { margin-bottom: 8px }

/* general */

body, td, input, select, textarea { font-family: Tahoma; font-size: 11px }
img { border: 0px }
body, form { margin: 0px }

a { text-decoration: underline; color: #007CA4; } 
a:hover { text-decoration: underline; color: #EA0437 } 


/* layout */

div.header { clear: both; width: 926px; height: 133px }
div.logo { width: 195px; height: 133px; float: left }
div.header_pic { width: 731px; height: 133px; float: left; background: url('/public/header2.jpg'); }

/* lang bar */

div.lang_bar { text-align: right; height: 30px; line-height: 30px; }
div.lang_bar div { padding-right: 10px }
div.lang_bar a { padding-right: 5px; color: #FFF4AB; text-decoration: none }
div.lang_bar a:hover { color: white; text-decoration: none }

/* main menu */

div.menubar { width: 731px;  }
div.menubar_i { margin-left: 240px; margin-top: 76px }

div.menu { float: left; font-family: Arial; text-transform: uppercase; font-size: 11px; padding-right: 12px }
div.menu a { color: #FFF4AB; text-decoration: none }
div.menu a:hover { color: white; text-decoration: none }

/* submenus */

div.submenu, div.submenu_sel { text-align: right; margin-bottom: 5px; margin-right: 20px }
div.submenu a, div.submenu_sel a { text-decoration: none; color: #007CA4; font-weight: bold } 
div.submenu a:hover, div.submenu_sel a:hover { text-decoration: none; color: #EA0437 } 

div.submenu_sel a { color: #EA0437 } 
div.submenu_sel a:hover { color: #EA0437 } 

/* content */

div.content { clear: both; width: 926px; margin-top: 10px }
div.content_left { width: 195px; height: 100px; float: left; background: url('/public/sub_bg.jpg'); background-position: top right; background-repeat: repeat-y }
div.content_mid { width: 731px; float: left  }

/* texts */

div.content_mid { text-align: left }
div.content_mid_i { margin-left: 20px; line-height: 17px }

h1 { font-size: 20px; font-weight: normal; line-height: normal; color: #EA0437 }

/* subcontractors */

table.sc { }
table.sc td { padding: 4px; border: 1px solid #ababab }
tr.sc td { font-weight: bold; background: #007CA4; border: 1px solid #007CA4; color: white }

/* footer */

div.footer { clear: both; width: 926px; background: url('/public/foot2.jpg'); height: 40px; background-repeat: no-repeat; margin-top: 10px }
div.contacts { text-align: left; float: left; margin-top: 13px; color: #666666; width:800px; margin-left: 20px }
div.footer p { display: inline }

div.w { float: right; font-size: 8px; font-family: Arial; text-transform: uppercase; margin-right: 20px; margin-top: 14px;  }
div.w a, div.w a:hover { color: #dddddd; text-decoration: none;  }
div.w a:hover { text-decoration: underline;  }
	
editor\:lead {
	display: block;
	height: 15px;
	background: url(/admin/images/lead.gif);
}


/***********************************************************
 Action-buttons:
***********************************************************/

    editor\:buttons {
		behavior:url(buttons.htc);
		-moz-binding: url(xbl.xml#buttons);
	}