/* RTE STYLES */
/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1
{
	background-color: #EDEBF1;
	padding: 2px 4px 2px 4px;
	border: 1px solid #333333;
}

p.csc-frame-frame2, table.csc-frame-frame2
{
	background-color: #F5FFAA;
	padding: 2px 4px 2px 4px;
	border: 1px solid #333333;
}

/* Bullet styles for unordered lists.*/
ul.component-items
{
	color: #186900;
	list-style-type: circle;
}

/*ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }*/
/* Numbering styles for ordered lists.*/
ol.component-items-ordered
{
	color: #10007B;
	list-style-type: lower-roman;
}

ol.action-items-ordered
{
	color: #8A0020;
	list-style-type: lower-greek;
}

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.bigfont { font-size: 16px; }
span.importantfont { color: #8BB236; }

span.bigimportantfont
{
	font-size: 14px;
	color: #7D96A3;
	font-weight: bold;
}

span.important { color: #8BB236; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link { }
a.external-link-new-window { }
a.internal-link { }
a.internal-link-new-window { }
a.download { }
a.mail { }

BODY
{
	background-color: #EFEEE1;
	background-image: url(/fileadmin/templates/karriere/images/background.gif);
	background-repeat: repeat-x;
	background-position: 0px 7px;
}

* HTML, BODY, DIV
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#all
{
	position: absolute;
	width: 967px;
	left: 50%;
	top: 73px;
	margin-left: -483px;
	border: 1px #7D7C6F solid;
	background-color: #FFF;
}

#menu_top, #menu_bottom
{
	width: 942px;
	background-color: #A11925;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0px 0px 5px;
}

#menu_top
{
	background-image: url(/fileadmin/templates/karriere/images/bg_menu.jpg);
	background-repeat: repeat-x;
	height: 35px;
}

#menu_bottom { height: 26px; }

#jobs
{
	width: 217px;
	height: 294px;
	background-image: url(/fileadmin/templates/karriere/images/stellen.gif);
	padding: 20px 20px 0px 20px;
	color: #FFF;
	font-size: 14px;
}

#downloads
{
	width: 237px;
	height: 289px;
	padding: 10px 10px 0px 10px;
	background-color: #FFF;
	border: 1px #A11925 solid;
}

#aktuell
{
	width: 660px;
	height: 314px;
	background-image: url(/fileadmin/templates/karriere/images/bg_beige.jpg);
}

#aktuell_left { padding: 10px 10px 20px 10px; }

#aktuell H1
{
	color: #7D7C6F;
	font-size: 18px;
}

#forms1
{
	height: 280px;
	padding: 10px 10px 0px 10px;
	margin-top: 10px;
	background-image: url(/fileadmin/templates/karriere/images/bg_beige_2.jpg);
	background-repeat: no-repeat;
	display: block;
}

#forms1 H1
{
	color: #A11925;
	font-size: 21px;
}

#forms1 A:link, #forms1 A:visited, #forms1 A:active
{
	font-size: 16px;
	display: block;
	color: #FFF;
	background-color: #A11925;
	width: 120px;
	height: 25px;
	text-align: center;
	padding-top: 4px;
}

#forms1 A:hover
{
	color: #FFF;
	background-color: #600;
}

#spotlight
{
	width: 371px;
	height: 289px;
	padding: 10px 10px 0px 10px;
	background-color: #FFF;
	border: 1px #A11925 solid;
}

#featuredsites
{
	width: 235px;
	height: 162px;
	background-color: #FFF;
	border: 1px #A11925 solid;
	padding: 10px 10px 0px 10px;
	overflow: auto;
}

#featuredsites P
{
	font-family: Geneva, Arial;
	color: #333;
	font-size: 9px;
	line-height: 1.2em;
}

#main
{
	width: 945px;
	height: auto;
	min-height: 641px;
	background-color: #FFF;
	background-image: url(/fileadmin/templates/karriere/images/bg.jpg);
	background-repeat: repeat-x;
	border-width: 0px 1px 0px 1px;
	border-color: #A11925;
	border-style: solid;
}

#general_right
{
	width: 618px;
	min-height: 580px;
	background-color: #FFF;
	border: 1px #A11925 solid;
	padding: 20px;
}

#stellen INPUT#FIELD_WFQBE_CHIFFRE_1
{
	width: 100px;
	height: 25px;
	font-size: 18px;
	margin: 2px 4px 4px 0px;
}

#stellen INPUT[type=submit]
{
	width: auto;
	height: 32px;
	margin: 3px 0px 4px 0px;
	color: #FFF;
	background-color: #A11925;
	font-size: 16px;
	text-transform: uppercase;
}

#banner
{
	display: block;
	width: 494px;
	height: 101px;
}

A:link, A:visited, A:active
{
	color: #A11925;
	text-decoration: none;
}

A:hover { color: #000; }
DIV#menu_top DIV, DIV#menu_bottom DIV { display: inline; }

DIV.menu1-level1-no A:link, DIV.menu1-level1-no A:visited, DIV.menu1-level1-act A:link, DIV.menu1-level1-act A:visited
{
	display: inline-block;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	width: auto;
	color: white;
	font-family: Georgia;
	font-size: 13px;
}

DIV.menu1-level1-act A:link, DIV.menu1-level1-act A:visited, DIV.menu1-level1-no A:hover { color: #CCC; }

DIV#id_1028 A
{
	background-image: url(/fileadmin/templates/karriere/images/dechat.gif);
	padding-right: 80px;
	background-repeat: no-repeat;
	background-position: 100px 0px;
}

DIV#LeftSubMenu
{
	width: 235px;
	height: auto;
	background-color: #FFF;
	border: 1px #A11925 solid;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}

#LeftSubMenu ul
{
	margin-left: 10px;
	padding-left: 0px;
}

#LeftSubMenu li
{
	margin-left: 10px;
	padding: 2px 0px 2px 0px;
	list-style: none;
}

#LeftSubMenu li.subMenu_2 { list-style: url(/fileadmin/templates/karriere/images/bullet_list_black.gif); }
#LeftSubMenu li.subMenu_2_act { list-style: url(/fileadmin/templates/karriere/images/bullet_list_red.gif); }

#LeftSubMenu a:link, #LeftSubMenu a:active, #LeftSubMenu a:visited
{
	font-weight: bold;
	text-decoration: none;
}

#LeftSubMenu a:hover
{
	font-weight: bold;
	text-decoration: none;
}

DIV#leftcol_content
{
	width: 235px;
	height: auto;
	background-color: #FFF;
	border: 1px #A11925 solid;
	padding: 10px 10px 20px 10px;
}

P
{
	margin: 0px;
	line-height: 1.5em;
}

H1
{
	color: #A11925;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	line-height: normal;
}

H2
{
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

INPUT[type=submit], INPUT[type=file] { background-color: #FFF; }
.l0 IMG { border: 0px; }
.tx-powermail-pi1_formwrap FIELDSET { border: 1px #CCC solid; }

.tx-powermail-pi1_formwrap LABEL, P.tx_powermail_pi1_fieldwrap_html_radio_title
{
	width: 142px;
	display: inline-block;
	text-align: right;
	margin-bottom: 8px;
	margin-right: 8px;
}

.tx_powermail_pi1_fieldwrap_html_captcha LABEL
{
	width: 360px;
	text-align: left;
	margin-left: 154px;
}

.tx_powermail_pi1_fieldwrap_html_captcha INPUT, .tx_powermail_pi1_fieldwrap_html_captcha IMG, DIV.powermail_mandatory_js, .powermail_submit
{
	display: block;
	margin-left: 154px;
	margin-bottom: 10px;
}

DIV.powermail_mandatory_js
{
	display: block;
	margin-left: 154px;
	color: #A11925;
	margin-bottom: 10px;
}

DIV.detail_single TABLE { table-layout: fixed; }

DIV.detail_single
{
	border-color: #777;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	padding: 20px 0px 10px 0px;
}

DIV.detail_link A:link, DIV.detail_link A:visited { font-weight: bold; }

DIV.detail_author H2
{
	color: #777;
	margin: 4px 0px 4px 0px;
	font-size: 12px;
}

DIV.detail_title H2
{
	color: #A11925;
	margin: 4px 0px 4px 0px;
	font-size: 14px;
}

DIV.detail_price
{
	font-weight: bold;
	color: #777;
	margin: 6px 0px 0px 0px;
	display: inline;
	float: left;
}

DIV.detail_link
{
	font-weight: bold;
	color: #777;
	margin: 6px 20px 0px 0px;
	display: inline;
	float: right;
}

/* custom styles for extension "tx_srfreecap_pi2" */
.tx-srfreecap-pi2-image { margin-top: 10px; }

.tx-srfreecap-pi2-cant-read
{
	display: block;
	color: #A11925;
	margin-left: 0px;
	margin-bottom: 10px;
}

.tx-srfreecap-pi2-cant-read a:link
{
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

.tx-srfeuserregister-pi1 p
{
	margin-top: .5em;
	margin-bottom: 0;
	padding: 0 .3em;
	text-indent: 0;
}

.tx-srfeuserregister-pi1 h4
{
	margin-top: 0;
	padding-left: .3em;
}

.tx-srfeuserregister-pi1 legend
{
	padding: 0 .5em;
	font-weight: bold;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice
{
	font-style: italic;
	margin-bottom: 1em;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }

.tx-srfeuserregister-pi1 a
{
	padding-left: 0px;
	text-decoration: none;
}

.tx-srfeuserregister-pi1 label
{
	margin: 0;
	padding: 0;
}

.tx-srfeuserregister-pi1 label span { color: #A11925; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #A11925; }

.tx-srfeuserregister-pi1 input[type=text], .tx-srfeuserregister-pi1 input[type=password]
{
	margin: 0;
	padding: 0 .5em 0 0;
	width: 325px;
	border-width: 1px 0px 0px 1px;
	border-color: #CCC;
	border-style: solid;
}

INPUT[type=image]
{
	margin: 1;
	padding: 0 .5em 0 0;
	width: auto;
}

INPUT.tx-srfeuserregister-pi1-uploader
{
	margin: 0;
	padding: 0 .5em 0 0;
	width: auto;
}

TABLE.erscheinungsdaten TD.td-1, TABLE.erscheinungsdaten TD.td-last { background-color: #DDD; }
TABLE.erscheinungsdaten TD { padding: 6px; }
TABLE.erscheinungsdaten { width: 540px; }

TABLE.erscheinungsdaten TR.tr-0
{
	font-weight: bold;
	height: 30px;
	color: #FFF;
	vertical-align: top;
}

TABLE.erscheinungsdaten TR.tr-0 TD
{
	padding: 6px;
	background-color: #A11925;
}

P.tx_powermail_pi1_fieldwrap_html_radio_title { display: block; }

.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon
{
	margin-left: 1em;
	background-color: transparent;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }

.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view
{
	padding-left: 15px;
	font-size: .8em;
	margin-left: 1em;
}

.tx-srfeuserregister-pi1 ul
{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li
{
	margin: 0 0 .3em 0;
	padding: 0;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label
{
	margin: 0;
	padding: 0 0 0 .5em;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li
{
	float: left;
	padding: 0 2em 0 0;
	margin: 0;
}

.tx-srfeuserregister-pi1 dl
{
	margin: 0;
	padding: 1em 0 0 0;
}

.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd
{
	margin: 0;
	padding: 0 0 .5em 0;
	float: left;
}

.tx-srfeuserregister-pi1 dt
{
	clear: both;
	width: 30%;
	text-align: right;
	padding-right: 1em;
}

.tx-srfeuserregister-pi1 dd
{
	text-align: left;
	width: 50%;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt
{
	width: auto;
	padding-right: 0;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }
* html .tx-srfeuserregister-pi1 dd { float: none; }

.tx-srfeuserregister-pi1 dd p
{
	margin-top: 0;
	margin-bottom: .5em;
	padding: 0;
}

.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }
.tx-srfeuserregister-pi1 INPUT, .tx-srfeuserregister-pi1 SELECT { background-color: #FFF !important; }

/* #######################
** #### JOB EXTENSION ####
/* #######################
*/

.wfqbe_detail_header
{
	border: 1px solid #808080;
	background: transparent url(../images/header_bg.gif) top left repeat-x;
	margin-top: 10px;
	padding: 6px;
}

.wfqbe_detail_chiffre
{
	margin-top: 0px;
	margin-bottom: 15px;
}

.wfqbe_detail_image
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.wfqbe_detail_name
{
	font-weight: bold;
	color: #;
}

.wfqbe_detail_value { }

.wfqbe_detail_anforderungen
{
	background-color: #efefef;
	margin-top: 10px;
	padding: 6px;
}

.wfqbe_detail_dienstort
{
	background-color: #f7f7f7;
	padding: 6px;
}

.wfqbe_detail_kontakt
{
	background-color: #efefef;
	margin-bottom: 10px;
	padding: 6px;
}

#wfqbe_id_notset h1 { font-size: 20px; }
#wfqbe_id_notset p { margin-bottom: 5px; }

.wfqbe_detail_headline
{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #A11925;
	padding-top: 10px;
}

.wfqbe_table_header th { background: transparent url(../images/table_header_bg.gif) center left repeat-x; }

#list .wfqbe_table_results th
{
	color: #666666;
	border: 0px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 4px;
}

#list .wfqbe_table_results .wfqbe_odd { background-color: #f4f4f4; }
#list .wfqbe_table_results .wfqbe_even { background-color: #e6e6e6; }

#list .wfqbe_table_results td
{
	border: 0px solid #efefef;
	text-align: left;
}

#list .wfqbe_table_results
{
	border: 1px solid #cccccc;
	margin: 0px;
}

.wfqbe_help { margin-bottom: 15px; }
div.inserat { line-height: 1.6em; }

.inserat A.internal-link-new-window:link, .inserat A.internal-link-new-window:visited, .inserat A.internal-link-new-window:active
{
	font-size: 16px;
	display: block;
	color: #FFF;
	background-color: #A11925;
	width: auto;
	height: 25px;
	text-align: center;
	padding-top: 4px;
}

div.inserat img
{
	margin-top: 15px;
	margin-bottom: 15px;
}

/* #######################
** #### NAVIGATION JOB EXTENSION ####
/* #######################
*/

.mainMenu ul
{
	margin-left: 0px;
	padding-left: 0px;
}

.mainMenu li
{
	text-transform: uppercase;
	color: ##A11925;
	margin-left: 0px;
	padding: 8px 0px 8px 0px;
	list-style: none;
	border-bottom: 1px dotted #A11925;
}

.mainMenu a:link, .mainMenu a:active, .mainMenu a:visited
{
	text-transform: none;
	color: ##A11925;
	font-weight: bold;
	text-decoration: none;
}

.mainMenu a:hover
{
	text-transform: none;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.menuLogin a:link, .menuLogin a:active, .menuLogin a:visited
{
	color: ##A11925;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #A11925;
	display: block;
}

.menuLogin a:hover
{
	color: #000;
	font-weight: bold;
}

.menuLoginContainer
{
	border: 1px solid #A11925;
	padding: 8px 0px 10px 0px;
	background-color: #FFFFFF;
}

.menuLogin
{
	background-color: #FFFFFF;
	padding: 4px 10px 0 30px;
}

.menuLogin strong
{
	border-bottom: 1px dotted #A11925;
	display: block;
	padding-bottom: 6px;
}

/* ##########################
** ##### Pop-Up Fenster #####
** ##########################
*/

#popup_content
{
	background-color: #FFF;
	border: 1px #A11925 solid;
	padding: 20px;
}

/* ##########################
** #### MEDIA IMAGES EXT ####
** ##########################
*/

.rgmediaimages-player
{
	margin-bottom: 0.5em;
	display: block;
}

#spotlight .rgmediaimages-player { margin-bottom: 0em; }
