/* Stromasys
	webdesign: vitamine-c
*/
@import url('"stromasys_main.css"');

body {
	background-image: url('/fileadmin/templates/images/homebg.jpg');
}

#contentcontainer {
	width: 970px;
}

#leftcontent {
	float: left;
	width: 200px;
	height: 300px;
	background: url('/fileadmin/templates/images/leftmenubg.gif');
	background: none;
	margin-right: 20px;
}

#breadnsearch {
	float: left;
	width: 742px;
	height: 30px;
	margin-bottom: 10px;
}

#breadcrumb {
	float: left;
}

#breadcrumb a {
	color: #595959;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #464646;
}

/* SEARCH */
div#recherche {
	float: right;
	margin-top: 0px;
	/*margin-left: 10px;*/
	color: #3a61bb;	
}

ul.menu2level {
	margin: 0px;
	padding: 0px;
	height: auto;
	padding: 0px;
	margin-left: 8px;
	margin-top: 15px;
}

ul.menu2level li {
	display: block;
	margin-bottom: 5px;
	/*border-bottom: 1px solid #ccc; */
}

ul.menu2level li a {
	display: block;
	background: url('/fileadmin/templates/images/menubg.gif');
	background-repeat: no-repeat;
	color: #0a3bab;
	padding-left: 7px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	}
ul.menu2level li a:hover {
	color: #fff;
	background: url('/fileadmin/templates/images/menubg_over2.gif');
	background-repeat: no-repeat;
}

ul.menu2level li.left2ndlevel a, ul.menu2level li.left2ndlevel a.leftmenu_active {
	display: block;
	font-size: 11px;
   background: none;
	color: #0a3bab;
	font-weight: bold;
	color: #426ed3;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	}
ul.menu2level li.left2ndlevel a:hover, ul.menu2level li.left2ndlevel a.leftmenu_active {
	color: #fff;
	color: #2b4789;
	background: none;
	background-repeat: no-repeat;
}

ul.menu2level li.left3ndlevel a, ul.menu2level li.left3ndlevel a.leftmenu_active {
	display: block;
	font-size: 10px;
   background: none;
	color: #0a3bab;
	color: #426ed3;
	padding-left: 7px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	}

.borderbottom {
	border-bottom: 1px solid #ff0000;
}


ul.menu2level li.left3ndlevel a:hover, ul.menu2level li.left3ndlevel a.leftmenu_active {
	color: #fff;
	color: #2b4789;
	background: none;
	background-repeat: no-repeat;
}


/* form */
fieldset.csc-mailform {
    border: 1px solid #eee;
}
form .csc-mailform-field {
    clear: both;
    margin: 0 0 0.5em;
    font-size: 12px;
}
form .csc-mailform-field label {
    float: left;
    margin-right: 5%;
    text-align: right;
    width: 30%;
}
form .csc-mailform-label {
  display: block;
  padding-left: 223px;
}

div.rightcol form .csc-mailform-field input, .csc-mailform-field textarea, .csc-mailform-field select, .csc-mailform-radio fieldset {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    color: #666666;
    padding: 3px;
    width: 61%;
    font-size: 11px !important;
}
div.rightcol form .csc-mailform-field select {
    padding: 1px 2px;
    width: 63%;
}
form .csc-mailform-field input.csc-mailform-submit, form .csc-mailform-field input.csc-mailform-check, form .csc-mailform-field input.csc-mailform-radio {
    width: auto;
	cursor:pointer;
}
form .csc-mailform-field input.csc-mailform-submit {
    margin-left: 35% !important;
}
form .csc-mailform-radio legend {
    display: none;
}
form .csc-mailform-radio fieldset input {
    float: none;
}
form .csc-mailform-radio fieldset label {
    float: none;
    margin: 0;
    text-align: left;
    width: auto;
}
form .csc-mailform-field input.mf-check, form .csc-mailform-field input.csc-mailform-radio {
    width: auto;
}
form .csc-mailform-field input.csc-mailform-radio {
    margin-right: 0.5em;
}
form .csc-mailform-field .csc-mailform-radio label {
    float: none;
    margin-right: 0;
}



