/* ---------------------------------------- */
/* - Projekt: StayGuest                   - */
/* ---------------------------------------- */

* {
  font-family: Verdana;
  font-size: 12px;
}

p,li {
  line-height: 150%;
}

li {
  color: #8c8c8c;
}

a img {
  border: 0;
}

a {
  color: #8c8c8c;
  text-decoration: underline;
}

body {
  margin: 0;
  padding: 0;
  background: #454445 url(/system/images/bg_main.jpg) top left repeat-x;
  text-align: center;
}

div#top_shadow {
  position: relative;
  height: 14px;
  margin: 0 auto;
  width: 850px;
  background: url(/system/images/bg_top.jpg) top left no-repeat;
}

div#bottom_shadow {
  position: relative;
  height: 29px;
  margin: 0 auto;
  width: 850px;
  background: url(/system/images/bg_bottom.jpg) top left no-repeat;
}

div#page_wrapper {
  position: relative;
  text-align: left;
  width: 850px;
  margin: 0 auto;
  padding: 0;
  background: #fff url(/system/images/bg_page.jpg) top left repeat-y;
}

div#page {
  position: relative;
  padding: 0 15px 0 15px;
  background: transparent url(/system/images/bg_page_top.jpg) top left no-repeat;
  min-height: 660px;
}


div#logo {
  position: absolute;
  left: 48px;
  top: 11px;
  width: 172px;
  height: 79px;
  margin: 0;
  padding: 0;
}

a.help_bullet {
  padding-left: 15px !important;
  background: url(/system/images/bullet_help.gif) 0px 2px no-repeat !important;
  min-height: 11px !important;
  font-size: 11px !important;
  color: #ef8800 !important;
  font-weight: normal !important;
  text-decoration: underline !important;
}

a.pdf {
  padding: 2px 0 3px 24px !important;
  background: url(/system/images/bullet_pdf.gif) 0px 0px no-repeat !important;
  min-height: 16px !important;
  font-size: 11px !important;
  color: #ef8800 !important;
  font-weight: normal !important;
  text-decoration: underline !important;
}

a.important {
  color: #ef8800 !important;
}

a.help_tooltip {
  cursor: help;
}



/* ---------------------------------------- */
/* - Aktion                               - */
/* ---------------------------------------- */
div#userbox p#aktion_note {
  margin: 0;
  text-align: right;
  font-size: 11px;
  color: #ef8800;
}

div#userbox p#aktion_note strong {
  font-weight: bold;
  font-size: 11px;
}

div#aktion {
  position: relative;
  margin: 0 42px 27px 229px;
  height: 86px;
  font-size: 11px;
  line-height: 100%;
}

div#aktion img {
  position: absolute;
  bottom: 0px;
  left: 0px;
}


div.aktion_login {
  width: 675px;
  height: 143px;
  background: url(/system/images/bg_aktion.jpg) top left repeat-x;
  padding: 19px 32px 0 32px;
}

div.aktion_login h1 {
  color: #fff !important;
  font-family: Verdana;
  font-size: 20px;
  margin: 0 0 6px 0;
  line-height: 100% !important;
  font-weight: bold;
}

div.aktion_login p {
  color: #fff;
  font-size: 16px;
  margin: 0 0 0 0 !important;
  font-weight: lighter !important;
  line-height: 100%;
  font-family: Verdana;
  line-height: 26px;
}

div.aktion {
  padding: 0 !important;
  background-color: #fff !important;
}

div.aktion table.aktion_tabelle {
  margin-top: 14px;
}

div.aktion_login form#aktion input#input_aktionscode {
  font-size: 16px !important;
  color: #e0e0e0 !important;
  margin-top: 0px;
  height: 21px;
  border: 0 !important;
  padding: 6px 0 4px 7px;
  font-weight: bold;
}

div.aktion_login form#aktion input#input_aktionscode.focusEmptyChanged {
  color: #000 !important;
}

div.aktion_login form#aktion input#input_submit {
  height: 31px !important;
  background: url(/system/images/bg_button_big.gif) top left repeat-x !important;
  font-size: 16px !important;
  margin-top: 0px !important;
  margin-left: 22px !important;
  padding: 0 15px !important;
  font-weight: bold !important;
  font-family: Verdana;
}

/* ---------------------------------------- */
/* - Userbox                              - */
/* ---------------------------------------- */
div#userbox {
  position: relative;
  margin: 0 42px 30px 229px;
  height: 83px;
  border-bottom: 1px #e0e0e0 solid;
  background-color: #f9f9f9;
  font-size: 11px;
  line-height: 100%;
}

div#userbox #lbl_login {
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 11px;
  color: #8c8c8c;
  font-weight: bold;
}

div#userbox #login {
  position: absolute;
  left: 91px;
  top: 18px;
  color: #8c8c8c;
  border: 1px #e0e0e0 solid;
  width: 119px;
  height: 15px;
  font-size: 11px;
  padding: 4px;
  padding-top: 1px;
  padding-bottom: 0;
}

div#userbox #password {
  position: absolute;
  left: 233px;
  top: 18px;
  color: #8c8c8c;
  border: 1px #e0e0e0 solid;
  width: 119px;
  height: 13px;
  font-size: 11px;
  padding: 4px;
  padding-top: 3px;
  padding-bottom: 0;

}

div#userbox #autologin {
  position: absolute;
  left: 371px;
  top: 18px;
  width: 13px;
  height: 13px;
}

div#userbox #lbl_autologin {
  position: absolute;
  left: 394px;
  top: 20px;
  font-size: 11px;
  color: #8c8c8c;
}

div#userbox #btn_login {
  position: absolute;
  top: 18px;
  right: 21px;
}

div#userbox #register_password {
  position: absolute;
  right: 21px;
  top: 56px;
  text-align: right;
  width: 500px;
  color: #8c8c8c;
  font-size: 11px;
}

div#userbox #register_password a {
  color: #ef8800;
  font-size: 11px;
}

div#userbox #register_password a#register_link {
  font-weight: bold;
}


div#userbox div#userdata {
  position: absolute;
  top: 18px;
  right: 21px;
  text-align: right;
  color: #8c8c8c;
}

div#userbox div#userdata p {
  font-size: 11px;
}

div#userbox div#userdata p input {
  top: -2px;
}

div#userbox div#userdata p strong {
  font-size: 11px;
  font-weight: bold;
}

/* ---------------------------------------- */
/* - Navigation                           - */
/* ---------------------------------------- */
div#navigation {
  position: relative;
  height: 30px;
  margin: 0 63px 0 63px;
  line-height: 100%;
}

div#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 100%;
}

div#navigation ul li {
  float: left;
  margin: 0;
  padding: 0 12px 0 12px;
  border-left: 1px #8c8c8c solid;
  background-image: none;
  line-height: 100%;
  font-size: 12px;
}

div#navigation ul li.first {
  padding-left: 0 !important;
  border: 0 !important;
  line-height: 100%;
}

div#navigation a {
  color: #b51717;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
}

div#navigation a.current {
  font-weight: bold;
}


/* ---------------------------------------- */
/* - Teaser                               - */
/* ---------------------------------------- */
div#teaser {
  position: relative;
  margin: 0 41px 10px 41px;
  min-height: 165px;
}

div#teaser_videotour {
	position: absolute;
	top: 157px;
	right: 96px;
	width: 249px;
	height: 30px;
	z-index: 500;
}


div#teaser_startMailing {
	position: absolute;
	top: 199px;
	right: 96px;
	width: 249px;
	height: 30px;
	z-index: 500;
}
/* ---------------------------------------- */
/* - Steps - der Ablauf eines Mailings    - */
/* - als Teaser; nicht benutzt beim       - */
/* - Mailing selbst                       - */
/* ---------------------------------------- */
div#steps {
  position: relative;
  margin: 0 41px 10px 41px;
  height: 122px;
  overflow: hidden;
}


div.steps_border {
/*  border-top: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;*/
  border: 0;
}

img.step {
	float: left;
	margin-right: 9px;
}

div.stepConnect {
	background: url(/system/images/step_pfeil_off.jpg) top left no-repeat;
	position: absolute;
	height: 34px;
	width: 43px;
}

div.stepConnectCurrent {
	background: url(/system/images/step_pfeil_on.jpg) top left no-repeat;
	position: absolute;
	height: 34px;
	width: 43px;
}

div#stepConnect1 {
	top: 45px;
	left: 129px;
}

div#stepConnect2 {
	top: 45px;
	left: 278px;
}

div#stepConnect3 {
	top: 45px;
	left: 427px;
}

div#stepConnect4 {
	top: 45px;
	left: 576px;
}

/* ---------------------------------------- */
/* - Content                              - */
/* ---------------------------------------- */
div#content {
  position: relative;
  margin: 0 41px 0 41px;
  padding: 19px 21px 19px 21px;
  background-color: #f9f9f9;
}


div.cols2 {
  position: relative;
  background: url(/system/images/bg_float_container.gif) top center repeat-y;
}

div.content_left {
  float:left;
  width: 326px;
}

div.content_right {
  float: right;
  width: 326px;
}


h1 {
  color: #f28600;
  margin: 0 0 15px 0;
  font-weight: normal;
}

h1.loading {
  min-height: 16px;
  margin: 10px;
  padding: 5px 0 0 20px;
  background: url(/system/images/loading.gif) 0px 0px no-repeat;
}

p {
  color: #8c8c8c;
  margin: 0 0 15px 0;
}

table {
  color: #8c8c8c;
}

hr {
  color: #e0e0e0;
  border: 0;
  border-color: #e0e0e0;
  background-color: #e0e0e0;
  height: 1px;
  margin: 0 0 25px 0;
}

div.tabs_container {
  position: relative;
  border-bottom: 1px #e0e0e0 solid;
  border-left: 1px #e0e0e0 solid;
  border-right: 1px #e0e0e0 solid;
  padding: 19px;
  margin: 0;
}

div.tabs_nav {
  position: relative;
  overflow: hidden;
  border-left: 1px #e0e0e0 solid;
  height: 25px;
  background: transparent url(/system/images/bg_tabs.gif) bottom left repeat-x;
}

div.tab {
  position: relative;
  float: left;
  height: 20px;
  border-top: 1px #e0e0e0 solid;
  border-right: 1px #e0e0e0 solid;
  border-left: 1px #e0e0e0 solid;
  padding: 4px 19px 0 19px;
  background: transparent url(/system/images/bg_tab_inaktiv.jpg) 0px 0px repeat-x;
  font-size: 12px;
  font-weight: bold;
  color: #8c8c8c;
  margin-right: 3px;
}

div.tab a {
  text-decoration: none;
  color: #8c8c8c;
  font-weight: bold;
}

div.tab_current {
  background-color: #f9f9f9;
  color: #ef8800;
  background-image: url(/system/images/bg_tab_aktiv.jpg) !important;
}

div.tab_normal {
  color: #8c8c8c !important;
  font-weight: normal !important;

}

div.tab_normal strong {
  color: #ef8800;
  font-weight: normal;
}

div.tab_normal a {
  font-weight: normal !important
}

div.tab_normal a.current {
  color: #ef8800;
  font-weight: bold !important;
}


div.tab_clear {
  border-top: 0 !important;
  border-right: 0 !important;
  text-align: left;
  padding-left: 7px !important;
  border-left: 0 !important;
  background-image: none !important;
}

div.tab_last {
  position: relative;
  float: right !important;
  display: block;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  text-align: right;
  padding-right: 0 !important;
  margin-right: 0 !important;
  background-image: none !important;
}

div.tab_first {
  border-left: 0 !important;
}

div.tab_footer {
  position: relative;
  padding-top: 7px;
  text-align: right;
}

div.tab_footer_button {
  margin-bottom: 7px;
}

div.tab_footer div.backbutton_container {
  position: absolute;
  left: 0px;
  top: 10px;
  text-align: left;
}


ul {
  padding: 0;
  list-style-type: none;
  margin: 0 0 15px 0;
}

ul li {
  padding: 0 0 0 8px;
  background: url(/system/images/list_bullet.gif) 2px 8px no-repeat;
}

ul.bigbullet li {
  padding: 0 0 0 8px;
  background: url(/system/images/list_bullet_big.gif) 2px 8px no-repeat;
}

input.dateinput {
  width: 100px;
  display: inline !important;
}

.table_standard {
  border: 0;
  border-collapse: collapse;
  margin: 0;
}

.table_standard tr {
  border: 0;
  border-collapse: collapse;
  vertical-align: top;
  line-height: 150%;
}

.table_standard tr td,
.table_standard tr th {
  border: 0;
  border-bottom: 1px #e0e0e0 solid;
  border-collapse: collapse;
  padding: 4px 3px 4px 3px;
  vertical-align: top;
  font-weight: normal;
}


a.button {
  height: 18px;
  color: #fff;
  border: 1px #f08700 solid !important;
  background: url(/system/images/bg_button.jpg) top left repeat-x;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 3px 1px 3px;
  line-height: 1em;
  text-decoration: none;
}

.btn_back {
  text-align: left;
}


.btn_next {
  text-align: right;
}

/* ---------------------------------------- */
/* - Kategorie waehlen                    - */
/* ---------------------------------------- */
div.float_container {
  overflow: hidden;
}

div.select_category {
  position: relative;
  width: 180px;
  min-height: 232px;
  float: left;
  margin-left: 58px;
  padding-bottom: 15px;
}



div.select_first {
  margin-left: 0 !important;
}

div.select_category_title {
  position: relative;
  border: 1px #8c8c8c solid;
  background-color: #fff;
  padding: 0;
  margin: 0;
}

div.select_category_title h2 {
  position: relative;
  margin: 0;
  padding: 4px 7px 4px 7px;
  height: 17px;
  color: #646464;
  font-size: 14px;
  font-weight: bold;
}



div.select_category ul {
  position: relative;
  margin: 11px 0 0 7px;
  padding: 0;
  list-style-type: none;
}

div.select_category ul li {
  position: relative;
  padding: 0 0 0 13px;
  margin: 0 0 2px 0;
  background: url(/system/images/bullet_doppelpfeil.png) 0px 5px no-repeat;
  line-height: 150%;
}

div.select_category ul li a {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px #8c8c8c solid;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
/* ---------------------------------------- */
/* - Motiv waehlen                        - */
/* ---------------------------------------- */

div.select_motiv {
  width: 198px;
  height: 143px;
  border: 1px #8c8c8c solid;
  margin-left: 28px;
  float: left;
  margin-bottom: 19px;
  text-align: center;
  background-color: #fff;
}

div.select_motiv a img {
  border: 0;
}

/* ---------------------------------------- */
/* - Mailingtyp waehlen                   - */
/* ---------------------------------------- */

div.select_mailingtype {
  width: 198px;
/*  height: 143px;*/
  border: 1px #8c8c8c solid;
  margin-left: 28px;
  float: left;
}

div.select_mailingtype a img {
  border: 0;
}


/* ---------------------------------------- */
/* - Adressen hochladen / zuordnen        - */
/* ---------------------------------------- */

table.adresses {
  border-collapse: collapse;
  width: 656px;
}

table.adresses td.col1 {
  width: 160px;
  padding: 0;
}


table.adresses td.col2 {
  width: 110px;
  padding: 0;
}


table.adresses td.col3 {
  width: 386px;
  padding: 0;
}

table.adresses td {
  padding-bottom: 30px;
}


table.adresses td.borderBottom {
  padding-bottom: 24px;
  border-bottom: 1px #e0e0e0 solid;
}

table.adresses td.rowTopSpacer {
  padding-top: 24px;
}

table.adress_assignment {
  width: 655px;
  border-collapse: collapse;
}

table.adress_assignment td.rowTopSpacer {
  padding-top: 24px;
}

table.adress_assignment td.rowBottomSpacer {
  padding-bottom: 24px;
}


table.adress_assignment th,
table.adress_assignment td {
  width: 145px;
  padding-left: 18px;
}

table.adress_assignment th.first,
table.adress_assignment td.first {
  padding-left: 0 !important;
}

table.adress_assignment tr td.colspan {
  width: auto !important;
}


table.adress_assignment tr td.colspan2 {
  width: 326px !important;
}


table.adress_assignment tr td.colspan3 {
  width: 510px !important;
  padding-left: 25px !important;
}

table.adress_assignment tr td.colspan4 {
  width: 655px !important;
}

table.adress_assignment td.borderBottom {
  border-bottom: 1px #e0e0e0 solid;
}

table.adress_assignment td.borderTop {
  border-top: 1px #e0e0e0 solid;
}

table.adress_assignment td select {
  width: 145px;
}

table.adress_assignment td.formButtonBack {
  width: 300px !important;
}

table.adress_assignment td.formButton {
  position: relative;
  text-align: right;
  width: 355px !important;
}

table.adress_assignment td.formButton input {
}

/* ---------------------------------------- */
/* - Adressen eingeben                    - */
/* ---------------------------------------- */
ol#addresses {
  position: relative;
  background-color: #fff;
  padding: 11px 0px 11px 19px;
  border: 1px #e0e0e0 solid;
  margin: 0 0 24px 0;
}

ol#addresses li {
  position: relative;
  margin: 0 0 0 19px;
  padding: 0 98px 0 0;
  font-family: Verdana;
  color: #8c8c8c;
  font-size: 12px;
}

ol#addresses li.current {
  font-weight: bold;
}

ol#addresses li div.editBox {
  position: absolute;
  bottom: 2px;
  right: 0px;
  width: 32px;
  height: 12px;
  padding-right: 30px;
}


ol#addresses li div.editBox img {
  cursor: pointer;
}

ol#addresses li div.editBox img.edit {
  margin-right: 8px;
}


table.adressen_eingeben_datum {
  width: 656px;
  border-collapse: collapse;
  margin-top: 24px;
}

table.adressen_eingeben_datum td.rowTopSpacer {
  padding-top: 24px;
}

table.adressen_eingeben_datum td.rowBottomSpacer {
  padding-bottom: 24px;
}


table.adressen_eingeben_datum th.first,
table.adressen_eingeben_datum td.first {
  padding-left: 0 !important;
  width: 145px;
}


table.adressen_eingeben_datum td.borderBottom {
  border-bottom: 1px #e0e0e0 solid;
}

table.adressen_eingeben_datum td.borderTop {
  border-top: 1px #e0e0e0 solid;
}


table td input#speichern {
  margin-top: 2px;
}

/* ---------------------------------------- */
/* - Vorschau                             - */
/* ---------------------------------------- */
div#preview_container {
  margin-bottom: 15px;
  min-height: 16px;
  overflow: hidden;
  background: url(/system/images/loading.gif) center no-repeat;
}

/* ---------------------------------------- */
/* - Auftragsbestätigung waehlen          - */
/* ---------------------------------------- */

table.job_overview {
  width: 652px;
  border-collapse: collapse;
  margin-bottom: 31px;
}

table.job_overview th,
table.job_overview td,
table.job_overview th strong,
table.job_overview td strong {
  font-size: 11px !important;
  border: 0;
}

table.job_overview tr.heading {
  background-color: #f0f0f0;
}

table.job_overview tr.heading td {
  padding-bottom: 14px;
  vertical-align: top;
}

table.job_overview tr.heading td.rowTopSpacer {
  padding-top: 19px;
}

table.job_overview tr.heading td.rowBottomSpacer {
  padding-bottom: 19px;
}

table.job_overview th {
  padding-top: 25px;
  padding-bottom: 15px;
}


table.job_overview th.col1 {
  padding-left: 10px;
}

table.job_overview td.col1 {
  width: 64px;
  padding-left: 10px;
}

table.job_overview td.col2 {
  width: 74px;
}

table.job_overview td.col3 {
  width: 235px;
}

table.job_overview td.col4 {
  width: 79px;
}

table.job_overview td.col5 {
  width: 96px;
}

table.job_overview th.col6 {
  padding-right: 10px;
  padding-left: 10px;
}

table.job_overview td.col6 {
  width: 74px;
  padding-right: 10px;
  padding-left: 10px;
}

table.job_overview td.sum {
  border-top: 1px #e0e0e0 solid;
  padding-top: 11px;
}

table.job_overview td.rowBottomSpacer {
  padding-bottom: 11px;
}

table.job_overview td.rowLeftSpacer {
  padding-left: 10px;
}

table.job_overview td.total {
  padding-bottom: 11px;
  border-bottom: 1px #e0e0e0 solid;
}

table.job_overview td.currency,
table.job_overview th.currency {
  text-align: right;
}

table.job_overview tr.item td {
  padding-bottom: 11px;
  vertical-align: top;
}

table.job_overview td .note {
  font-size: 11px;
  padding-right: 5px;
}

table.job_overview td i.express_line {
  font-size: 11px;
  font-style: italic;
}

/* ---------------------------------------- */
/* - Meine Aufträge                       - */
/* ---------------------------------------- */
table.my_jobs {
  border-collapse: collapse;
  width: 100%;
}

table.my_jobs tr.borderBottom {
  border-bottom: 2px #fff solid;
}

table.my_jobs th {
  vertical-align: bottom;
}

table.my_jobs td {
  vertical-align: top;
  border: 0;
}

table.my_jobs tr th {
  font-weight: normal;
  text-align: left;
  padding-top: 16px;
}

table.my_jobs tr td {
  font-weight: bold;
  text-align: left;
  padding-bottom: 16px;
}


table.my_jobs tr th,
table.my_jobs tr td {
  background-color: #e6e6e6;
  padding-left: 18px;
}

table.my_jobs tr.even th,
table.my_jobs tr.even td {
  background-color: #f0f0f0;
}

table.my_jobs tr th.col1,
table.my_jobs tr td.col1 {
  width: 93px;
  padding: 6px 0 6px 6px;
}

table.my_jobs tr th.col2 {
  width: 145px;
}

table.my_jobs tr th.col3 {
  width: 85px;
}

table.my_jobs tr th.col4 {
  width: 60px;
}

table.my_jobs tr th.col5 {
  width: 110px;
}

table.my_jobs tr th.col6,
table.my_jobs tr td.col6 {
  padding-right: 6px;
  width: 160px;
}

table.my_jobs tr td a.restore_link img {
  border: 1px #7b7b7b solid;
}

td.status_1 {
  color: #ef8800;
}

td.status_0,
td.status_99 {
  color: #ef8800;
}

td.status_2,
td.status_3,
td.status_4 {
  color: #00963f;
}


/* ---------------------------------------- */
/* - Formularelemente                     - */
/* ---------------------------------------- */
input.button {
  height: 18px;
  color: #fff;
  border: 1px #f08700 solid;
  background: url(/system/images/bg_button.jpg) top left repeat-x;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 3px 3px 3px;
  line-height: 1em;
}

input.disabledButton {
  color: #9e9e9e !important;
  border: 1px #c8c8c8 solid !important;
  background: url(/system/images/bg_disabledButton.gif) top left repeat-x !important;
}

p.form_element label {
  width: 124px;
  float: left;
  height: 20px;
  padding-top: 3px;
}

p.form_text {
  padding-top: 3px !important;
}

p.form_text label {
  padding-top: 0px !important;
  margin-top: 0px;
  width: 129px !important;
}

p.captcha_element {
  padding-left: 124px;
}

input.textinput {
  border: 1px rgb(224,224,224) solid;
  height: 18px;
  padding: 3px 4px 0 4px;
  color: #8c8c8c;  
}

p.form_element input {
  width: 185px;
  border: 1px rgb(224,224,224) solid;
  height: 18px;
  padding: 3px 4px 0 4px;
  color: #8c8c8c;
}

p.form_element textarea {
  width: 185px;
  border: 1px rgb(224,224,224) solid;
  padding: 3px 4px 0 4px;
  color: #8c8c8c;
  height: 100px;
}

p.form_element select,
select.textinput {
  border: 1px rgb(224,224,224) solid;
  padding: 1px 0 1px 0;
  height: 19px;
  color: #8c8c8c;
}


form.fullsize p.checkbox_element {
  margin-bottom: 11px !important;
}

p.checkbox_element span {
  float: left;
  margin-right: 4px;
}

p.small_Element * {
  font-size: 11px !important;
}

p.form_button {
  padding-left: 124px;
}

form.fullsize p.form_element label {
  width: 160px;
}

form.fullsize p.form_text {
  padding-top: 3px !important;
}

form.fullsize p.form_text label {
  padding-top: 0px !important;
  margin-top: 0px;
  width: 165px !important;
}


form.fullsize p.form_element input {
  width: 269px;
}

form.fullsize p.form_element textarea {
  width: 269px;
}

form.fullsize p.form_button {
  padding-left: 160px;
}

form.fullsize p.checkbox_element span {
  float: left;
  margin-right: 4px;
}


input.error,
span.error,
select.error {
  border: 1px #ef8800 solid !important;
}


label.error {
  color: #ef8800 !important;
}

.mandatory {
  color: #ef8800 !important;
}

div#formError {
/*  color: #8c8c8c;*/
/*  font-weight: bold;*/
  color: #000;
  border: 1px #e0e0e0 solid;
  padding: 10px 10px 10px 73px;
  background: #FFFFD8 url(/system/images/warning.gif) 10px 10px no-repeat;
  min-height: 40px;
  margin-bottom: 20px;
}

div#formError ul {
  margin: 0 !important;
}

div#formError ul.bigbullet li {
  color: #000 !important;
}


p.small {
  font-size: 11px;
}

p.small a {
  font-size: 11px;
}

input.dateinput {
  float: left;
  border: 1px rgb(224,224,224) solid;
  height: 18px;
  padding: 3px 4px 0 4px;
  color: #8c8c8c;  
}


table.form_2col {
  position: relative;
  width: 656px;
  border-collapse: collapse;
}

table.form_2col tr td {
  width: 330px;
  padding: 0;
}

table.form_2col tr td label {
  display: block;
  margin-bottom: 5px;
}

table.form_2col tr td.Col2 {
  padding-left: 17px;
  width: 305px;
}

table.form_2col tr td input.textinput {
  width: 304px;
  margin-bottom: 10px;
}

table.form_2col tr td.borderBottom input.textinput {
  margin-bottom: 0px !important;
}


table.form_2col td.borderBottom {
  padding-bottom: 24px;
  border-bottom: 1px #e0e0e0 solid;
}

table.form_2col td.borderTop {
  border-top: 1px #e0e0e0 solid;
}

table.form_2col td.rowTopSpacer {
  padding-top: 24px;
}

/* ---------------------------------------- */
/* - Footer                               - */
/* ---------------------------------------- */

div#footer {
  position: relative;
  height: 26px;
  border-top: 1px #e0e0e0 solid;
  margin: 10px 41px 0 41px;
  padding-top: 14px;
  font-size: 11px;
  line-height: 100%;
}


div#footer ul {
  margin: 0 0 0 22px;
  padding: 0;
  list-style-type: none;
  line-height: 100%;
}

div#footer ul li {
  float: left;
  margin: 0;
  padding: 0 6px 0 6px;
  border-left: 1px #8c8c8c solid;
  background-image: none;
  line-height: 100%;
  font-size: 11px;
}

div#footer ul li.first {
  padding-left: 0 !important;
  border: 0 !important;
}

div#footer a {
  color: #8c8c8c;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px;
  line-height: 100%;
}

div#footer a.current {
  font-weight: bold;
}


div#footer div#copyright {
  float: right;
  margin: 0 22px 0 0;
  color: #8c8c8c;
  font-size: 11px !important;
  font-weight: bold;
}


/* Helpbox */
div#helpbox {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #8c8c8c;
  background-color: rgb(255,255,216);
  width: 250px !important;
  font-size: 11px !important;
  line-height: 150%;
}

div#helpbox a {
  color: #000 !important;
}

div#helpbox_header {
  font-size: 11px !important;
  text-align: right;
  height: 20px;
  padding: 9px 9px 0 9px;
}

div#helpbox_content {
  height: 280px;
  overflow: auto;
  padding: 0 9px 9px 9px;
  background-color: rgb(255,255,216);
  text-align: left;
}


div#helpbox h2 {
  font-size: 11px !important;
  font-weight: bold;
}

div#helpbox * {
  font-size: 11px !important;
  line-height: 150%;
}


/* Helpwindow */
html.helpwindow {
  position: relative;
  height: 100%;
}

body.helpwindow {
  position: relative;
  background-image: none;
  background-color: #fff;
  height: 100%;
  text-align: left;
  overflow: hidden;
}

div#helpwindow {
  position: relative;
  margin: 10px 0 10px 10px;
  background-color: #fff;
  line-height: 150%;
  height: 96%;
  overflow: hidden;
}

div#helpwindow a {
  position: relative;
  color: #000 !important;
}

div#helpwindow ul li {
  color: #000 !important;
}

div#helpwindow_header {
  position: relative;
  font-size: 11px !important;
  text-align: right;
  height: 5%;
  padding-right: 10px;
}

div#helpwindow_content {
  position: relative;
  height: 95%;
  overflow: auto;
  padding-right: 10px;
}


div#helpwindow h2 {
  font-size: 11px !important;
  font-weight: bold;
}

div#helpwindow * {
  font-size: 11px !important;
  line-height: 150%;
}

div#helpwindow p {
  color: #000 !important;
}

/* ---------------------------------------- */
/* - Wartefenster                         - */
/* ---------------------------------------- */

h1.loading {
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  padding-top: 0px;
  padding-left: 40px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}

p.editmode {
  margin-top: 20px;
  margin-bottom: 5px;
}

.editmode {
  color: #f00;
  font-size: 10px !important;
  text-decoration: italic;
}

.backend_error {
  margin: 10px 50px 10px 50px;
  border: 1px #f00 solid;
}

/* ---------------------------------------- */
/* - Referenzblöcke                       - */
/* ---------------------------------------- */
div.referenzBlock {
	position: relative;
	border-bottom: 1px #e0e0e0 solid;
	padding-bottom: 21px;
	padding-top: 21px;
	overflow: hidden;
}

div.referenzBlockLast {
	border-bottom: 0px !important;
}

div.referenzBlock div.referenzBild {
	position: relative;
	float: left;
	width: 151px;
}

div.referenzBlock div.referenzText {
	position: relative;
	margin-left: 172px;
}

/* ---------------------------------------- */
/* - Akkordion                            - */
/* ---------------------------------------- */
dl.accordion {
	postion: relative;
	margin: 0;
	padding: 0;
}

dl.accordion dt {
	position: relative;
	font-size: 1em;
	font-weight: bold;
	color: #ef8800;
	font-family: Verdana;
	padding: 5px 0 5px 0;
}

dl.accordion dt.hover {
	text-decoration: underline;
}

dl.accordion dd {
	margin: 10px 0 0 0;
}
/* ---------------------------------------- */
/* - Kooperationspartner                  - */
/* ---------------------------------------- */

div.kooperationspartnerError {
	padding: 0 21px 0 21px;
	margin: 0 41px;
}


div.kooperationspartnerStart {
	margin-bottom: 10px !important;
	height: 390px !important;
	background: url(/system/images/coop/bg_coop_content.gif) top left no-repeat;
}

div.koopContainer {
	position: absolute;
	top: 21px;
	left: 279px;
	width: 448px;
	height: 236px;
	font-size: 11pt;
	font-family: Verdana;
	line-height: 150%;
	color: #646464;
	font-weight: normal;
}

div.koopContainer p {
	font-size: 13px !important;
	font-family: Verdana;
	line-height: 150% !important;
	color: #646464;
	font-weight: normal;
	text-align: left;
}

div.koopContainer p strong,
div.koopContainer span {
	font-size: 13px !important;
	font-family: Verdana;
	line-height: 150% !important;
/*	color: #646464;*/
	font-weight: bold;	
}

#koopImage {
	float: left;
	margin-right: 18px;
	margin-left: 5px;
}

a#koopNewJob {
	position: absolute;
	top: 286px;
	left: 279px;
	width: 410px;
	height: 25px;
	background: url(/system/images/coop/bg_coop_button.gif) top left no-repeat;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-family: Verdana;
	padding-top: 5px;
}


a#koopMyJobs {
	position: absolute;
	top: 334px;
	left: 279px;
	width: 410px;
	height: 25px;
	background: url(/system/images/coop/bg_coop_button.gif) top left no-repeat;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-family: Verdana;
	padding-top: 5px;
}

