@charset "utf-8";
/*//////////////////////////////STANDARDS*/
/*//////////HTML*/
html { padding: 0em; margin: 0em; border: 0em; }
/*//////////*/

/*//////////BODY*/
body { background-color: #FFFFFF; margin: 0em; border: 0em; }
/*//////////*/

/*//////////FONT*/
body, div, table, tr, td, p, input, select, textarea, legend {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
/*--*/
p, ul, ol { padding-top: 0.5em; padding-bottom: 0.5em; }
ul, ol { margin-top: 0em; margin-bottom: 0em; }
li { margin-top: 0.2em; margin-bottom: 0.2em; }
p { margin: 0em; }
u { text-decoration: underline; }
/*//////////*/

/*//////////SCROLLBARS*/
textarea { overflow: auto; }
/*//////////*/

/*//////////HR-LINES*/
hr { border: 1px solid #FFFFFF; border-top: 1px solid #0F233B; }
/*//////////*/

/*//////////FORM-BUG (IE)*/
form { margin: 0em; padding: 0em; }
/*//////////*/

/*//////////LINKS*/
a { color: #0F233B; text-decoration: none; cursor: pointer; }
a:hover { color: #0F233B; cursor: pointer; }
a img { border: none; }
h1 a, h2 a, h3 a { text-decoration: none; }
/*//////////////////////////////*/


/*//////////////////////////////SITE*/
#hrsupporter { position: relative; margin: 0em; padding: 1em; }
/*//////////////////////////////*/


/*//////////////////////////////HEAD*/
#hrsupporter .head { display: none; }
/*//////////////////////////////*/


/*//////////////////////////////MAIN*/
#hrsupporter .main { position: relative; text-align: left; }
/*//////////*/

/*//////////CONTENT*/
#hrsupporter .content h1 { font-weight: bold; font-size: 140%; padding: 0em 0em 0.2em 0em; margin: 0em 0em 0.8em 0em; border-bottom: 1px solid #0F233B; }
#hrsupporter .content h2 { font-weight: bold; font-size: 100%; padding: 0em; margin: 2em 0em 0.2em 0em; text-align: left; color: #666666; }
#hrsupporter .content h3 { font-weight: bold; font-size: 100%; padding: 0em; margin: 2em 0em 0.2em 0em; text-align: left; color: #666666; }
#hrsupporter .content p { line-height: 1.2em; }
#hrsupporter .content ul { list-style-type: square; }
/*--*/
#hrsupporter .right { /*--*/ }
#hrsupporter .left { /*--*/ }
#hrsupporter .clear { /*--*/ }
/*//////////*/

/*//////////COLUMN*/
#hrsupporter .column { margin: 0em 0em 2em 0em !important; }
/*//////////*/

/*//////////NAVI*/
#hrsupporter ul.navi {
	position: relative;
	display: block;
	margin: 2em 0.5em 0.5em 0.5em;
	padding: 0.5em;
	/*--*/
	text-align: left;
	list-style-type: none;
	/*--*/
	border-top: 1px solid #999999;
}
/*--*/
#hrsupporter ul.navi li { margin: 0em; padding: 0.5em 2em 0.5em 0em; line-height: 1em; text-align: left; float: left; }
/*--*/
#hrsupporter .navi a { font-size: 80%; }
#hrsupporter .navi .down a { text-decoration: underline !important; }
/*//////////////////////////////*/


/*//////////////////////////////TABLES*/
.tableListe {
	width: 99%;
	padding: 0em;
	margin: 0em;
	/*--*/
	text-align: center;
	border: 0px none;
}
/*//////////*/

/*//////////FONT-SIZE*/
.tableListe th,
.tableListe td,
.tableListe p,
.tableListe input,
.tableListe select,
.tableListe textarea { font-size: 100%; }
/*//////////*/

/*//////////COLOR*/
.tableListe thead th { background-color: #0F233B; color: #FFFFFF; white-space: nowrap; }
.tableListe tbody td { background-color: #566B7C; }
/*//////////*/

/*//////////SPECIALS*/
.tableListe th, .tableListe td { text-align: left; vertical-align: top; padding: 0.2em 0.5em 0.2em 0.5em; }
.tableListe th img, .tableListe img { border: none; }
/*--*/
.tableListe .form_text,
.tableListe .form_select,
.tableListe .form_textarea { width: 97%; }
/*//////////*/

/*//////////LINKS*/
.tableListe thead th a, .tableListe thead th a:hover { color: #FFFFFF; text-decoration: none; }
.tableListe tbody td a, .tableListe tbody td a:hover { color: #FFFFFF; text-decoration: none; }
/*//////////////////////////////*/


/*//////////////////////////////FORM*/
.form_text,
.form_select,
.form_textarea,
.form_button { background: none; background-color: #FFFFFF; margin: 0em; padding: 0.2em; border: 1px solid #999999; }
.form_text, .form_textarea { cursor: text; }
.form_select { cursor: pointer; }
.form_button { background-color: #0F233B; color: #FFFFFF; cursor: pointer; width: auto; overflow: visible; }
/*--*/
.form_select .optTitle { font-weight: bold; }
/*--*/
.form_text[disabled],
.form_select[disabled],
.form_textarea[disabled],
.form_button[disabled] { background-color: #999999; border: 1px solid #C4C4C4; color: #C4C4C4; }
/*-ERROR-*/
label.formError { font-weight: bold !important; }
.form_text.formError,
.form_select.formError,
.form_textarea.formError { background-color: #FF0000 !important; border-color: #FF0000 !important; color: #FFFFFF !important; }
/*//////////*/

/*//////////FIELDSET*/
fieldset { padding: 0.2em 0.8em 0.8em 0.8em; border: 1px solid #999999; }
legend { padding: 0em 0.5em 0.5em 0.5em; margin-left: -0.8em; font-weight: bold; }
/*--*/
.formSTYLE { position: relative; }
.formSTYLE .element { position: relative; clear: left; padding: 0.2em 0em 0.2em 0em;  }
.formSTYLE .element label { position: relative; float: left; width: 31%; margin: 0em; padding: 0em 1% 0em 0em; }
.formSTYLE .element .form_text,
.formSTYLE .element .form_select,
.formSTYLE .element .form_textarea { position: relative; width: 65%; }
.formSTYLE .element .form_select { width: 66%; }
.formSTYLE .helpTXT { width: 65%; margin-left: 33%; margin-top: 0.5em; font-size: 80%; font-style: italic; }
/*//////////////////////////////*/


/*//////////////////////////////SPECIALS*/
.spacer { margin-top: 1.5em; }
.clearDIV { height: 0px; line-height: 0px; font-size: 0px; clear: both; }
/*--*/
.screen_on { /*--*/ }
.screen_off { display: none; }
/*--*/
.color_default { color: #000000; }
.color_light { color: #999999; }
.color_special { color: #0F233B; }
/*--*/
.border_special { border: 1px solid #0F233B; }
/*--*/
.big { font-size: 120% !important; }
h1.big { font-size: 120% !important; }
.small { font-size: 80% !important; }
h1.small { font-size: 80% !important; }
/*//////////////////////////////*/

