/**
* Stylesheet for web-wack.at
* ------------------------------
*
* @date       21-11-2008
* @design     Raphael Loder
* @author     Thomas Wilhelm, Raphael Loder
* @copyright  Authors, web-wack.at
*
* ------------------------------
*/

/* General Markups Styles
-------------------------------- */
*{
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  height: 100%;
  margin-bottom: 1px;
  background-color: #1d5586;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  /*font-size: 62.5%;*/
  font-size: 10px;
  color: #e2e7eb;
  background-color: #1d5586;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 1em;
}

hr {
  margin-top: 18px;
  border-top: 1px solid #25649a;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  background-color: #184872;
  height: 2px;
}

/* Link Styles
-------------------------------- */
a, a:link, a:visited {
  color: #ffffff;
  text-decoration: underline;
}

a:hover {
  color: #cbd4dc;
  text-decoration: none;
}

/* Main Boxes
-------------------------------- */
#wrap {
  width: 100%;
  min-height: 244px;
  background: url(./img/bg_grad.jpg) repeat-x;
}

#page-header, #page-body, #page-footer {
  width: 700px;
  margin: 0 auto;
  clear: both;
}

#page-body {
  width: 730px;
}

.home #page-body {
  width: 942px;
}

#main-menu {
  width: 229px;
  height: 211px;
  margin-top: -2px;
  float: left;
  background: url(./img/bg_menu.jpg) no-repeat;
}

#main {
  width: 488px;
  margin-top: 50px;
  margin-left: 12px;
  float: right;
}

.home #main {
  width: 700px;
}

#page-footer {
  margin: 40px auto 0 auto;
  padding: 40px 0 20px 0;
  width: 100%;
  /*background: url(./img/bg_footer.jpg) repeat-x left top;*/
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#page-footer p {
  display: block;
  margin: 0 auto;
  width: 700px;
  text-align: center;
  color: #fff;
}
/*#page-footer a {
  color: #444;
}*/

/* Page Header Styles
-------------------------------- */
#header {
  width: 366px;
  height: 154px;
  margin: 0 auto;
  padding-top: 35px;
}

#header h1 {
  width: 366px;
  height: 154px;
  text-indent: -5000px;
}

#header h1 a {
  display: block;
  width: 366px;
  height: 154px;
  background: url(./img/ww_logo.jpg) no-repeat;
}

/* Page Body Styles
-------------------------------- */
#main-menu ul {
  list-style: none;
  margin-top: 32px;
  margin-left: 34px;
  font-family: Arial, Helvetica, sans-serif;
}

#main-menu li {
  margin-bottom: 2px;
}

#main-menu li a {
  display: block;
  padding: 5px 8px 5px 20px;
  width: 119px;
  height: 16px;
  color: #042847;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background: url(./img/menu_ro.jpg) no-repeat 0px 26px;
}

#main-menu li a:hover {
  text-decoration: underline;
}

#main-menu li#activemenu a {
  color: #f6f8f8;
  background-position: 0px 0px;
}

/* main */
#main h1 {
  margin-bottom: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 2.6em;
  font-weight: bold;
  text-transform: uppercase;
}

#main p {
  font-size: 1.1em;
}

/* home page */
#web-wack-team {
  width: 100%;
  height: 453px;
  margin: 0 auto;
  background: url(./img/web-wack_team.jpg) no-repeat;
}

.team-person { cursor: pointer; }
#team-left, #team-right, .team-person { height: 453px; }
#team-left, #team-right, .team-person { float: left; }
#team-left { width: 120px; }
#team-right { width: 89px; }
#team-df, #team-dl, #team-dw { height: 35px; }
#team-df { width: 135px; }
#team-dl { width: 166px; }
#team-dw { width: 184px; }

/* offers on home */
#offers, #offers div.inner {
  width: 690px;
  height: 418px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  text-indent: -5000px;
}
#offers {
  background-image: url(/images/start_offers_1.png);
}
#offers div.inner {
  background-image: url(/images/start_offers_2.png);
}

/* service */
#service {
  width: 689px;
  height: 416px;
}
#service-web, #service-web div.inner, #service-print, #service-print div.inner {
  width: 344px;
  height: 416px;
  background-image: none;
  background-repeat: no-repeat;
  cursor: pointer;
}
#service-web {
  float: left;
  background-image: url(./img/bg_service_web.png);
}
#service-web div.inner {
  background-image: url(./img/bg_service_printtext.png);
}
#service-print {
  float: left;
  background-image: url(./img/bg_service_print.png);
}
#service-print div.inner {
  background-image: url(./img/bg_service_webtext.png);
}

/* about page */
.about-img {
  margin: 20px 0 0 12px;
  padding: 0;
  width: 479px;
  height: 190px;
  text-indent: -5000px;
}
.about-img span {
  display: block;
  width: 479px;
  height: 190px;
  background-image: none;
  background-repeat: no-repeat;
}

.about-fickel span  { background-image: url(./img/about_fickel.jpg); }
.about-loder span   { background-image: url(./img/about_loder.jpg); }
.about-wilhelm span { background-image: url(./img/about_wilhelm.jpg); }

.about-text {
  margin-left: 28px;
  line-height: 1.4;
  font-size: 1.4em;
  font-family: Georgia, "Times New Roman", Times, serif;
}

ul.ref-list {
  margin-top: 18px;
  margin-left: 30px;
  list-style: none;
  font-size: 1.2em;
  font-family: Georgia, "Times New Roman", Times, serif;
}

ul.ref-list li {
  margin-bottom: 4px;
}

ul.ref-list li a {
  font-weight: bold;
  text-decoration: none;
}

h2 {
  margin: 12px 0 4px 0;
  font-weight: bold;
  font-size: 1.4em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2.agb {
  font-size: 1em !important;
}

h3 {
  margin: 12px 0 6px 0;
  font-size: 1.2em;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.large {
  padding-left: 1.4em;
  line-height: 1.5;
  font-size: 2em !important;
  font-family: Georgia,"Times New Roman",Times,serif;
}
p.medium {
  margin-top: 0.8em;
  padding-left: 1.75em;
  line-height: 1.4;
  font-size: 1.6em !important;
  font-family: Georgia,"Times New Roman",Times,serif;
}

p.agb {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  font-size: 0.8em;
  text-align: justify;
}

/* General Form Styles
---------------------------------------- */
fieldset {
  border-width: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.1em;
}

input {
  font-weight: normal;
  cursor: pointer;
  vertical-align: middle;
  padding: 0 3px;
  font-size: 1em;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

select {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #666666;
  padding: 1px;
  background-color: #FAFAFA;
}

option {
  padding-right: 1em;
}

option.disabled-option {
  color: graytext;
}

textarea {
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  width: 60%;
  padding: 2px;
  font-size: 1em;
  line-height: 1.4em;
}

textarea.disabled {
  color: #686868;
}

label {
  cursor: default;
  padding-right: 5px;
  color: #e2e7eb;
}

label input {
  vertical-align: middle;
}

label img {
  vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
  padding: 4px 0;
}

fieldset dt {
  float: left;	
  width: 24%;
  text-align: left;
  display: block;
}

fieldset dd {
  margin-left: 25%;
  vertical-align: top;
  margin-bottom: 3px;
}

/* Form elements */
dt label {
  font-weight: normal;
  font-size: 1.1em;
  text-align: left;
}

dd label {
  white-space: nowrap;
  color: #e2e7eb;
}

dd input, dd textarea {
  margin-right: 3px;
}

dd select {
  width: auto;
}

dd textarea {
  width: 85%;
}

/* Submit button fieldset */
fieldset.submit-buttons {
	text-align: left;
	vertical-align: middle;
	margin: 5px 0;
	margin-left: 25%;
}

fieldset.submit-buttons input {
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

fieldset.jumb-box {
	margin-top: 4px;
	border: 0 none;
	background: transparent;
	text-align: right;
}

/* Specific layout 1 */
fieldset.fields dt {
	width: 15em;
}

fieldset.fields dd {
	margin-left: 15em;
}

fieldset.fields {
	background-color: transparent;
}

fieldset.fields div {
	margin-bottom: 3px;
}

/* Input field styles
---------------------------------------- */
.inputbox {
  padding: 0.65em !important;
  background-color: #e2e7eb;
  border: 1px solid #184872;
  color: #333333;
  cursor: text;
}

.inputbox:hover {
  border: 1px solid #25649a;
}

.inputbox:focus {
  border: 1px solid #25649a;
  color: #0F4987;
}

input.inputbox  { width: 85%; }
input.medium    { width: 50%; }
input.narrow    { width: 25%; }
input.tiny      { width: 125px; }

input.search {
  width: 50%;
}

textarea.inputbox {
  width: 85%;
  line-height: 1.3;
}

.autowidth {
  width: auto !important;
}

/* Form button styles
---------------------------------------- */
input.button1, input.button2 {
  font-size: 1em;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
  width: auto !important;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  color: #000;
  background: #FAFAFA url(./img/bg_button.gif) repeat-x top;
}

a.button1, input.button1 {
  font-weight: bold;
  border: 1px solid #666666;
}

input.button3 {
  padding: 0;
  margin: 0;
  line-height: 5px;
  height: 12px;
  background-image: none;
  font-variant: small-caps;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
  border: 1px solid #666666;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
  text-decoration: none;
  color: #000000;
  padding: 2px 8px;
  line-height: 250%;
  vertical-align: text-bottom;
  background-position: 0 1px;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
  border: 1px solid #bc2a4d;
  background-position: 0 100%;
  color: #bc2a4d;
}

input.disabled {
  font-weight: normal;
  color: #666666;
}

/* Misc. Styles
---------------------------------------- */
#overlayContent {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  top: 80px;
  left: 50%;
  margin-left: -345px;
  width: 690px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #444;
}
#overlayContent a {
  color: #113f55;
}
#refMain {
  width: 690px;
  background: url(./img/bg_ref_main.png) repeat-y;
}
* html #refMain {
  background: #f7f7f7 none;
}
#refInner {
  margin: 0 auto;
  padding: 8px 22px;
  width: 608px;
  background: url(./img/bg_ref_grad.png) repeat-x;
  border: 1px solid #fff;
  border-bottom: 0px none;
}
* html #refInner {
  width: 642px;
}
#refFooter {
  width: 690px;
  height: 26px;
  background: url(./img/bg_ref_foot.png) no-repeat;
}
* html #refFooter {
  background: #f7f7f7 none;
}
#overlayContent h1 {
  padding: 26px 0 0 38px;
  width: 652px;
  height: 39px;
  background: url(./img/bg_ref_head.png) no-repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.8em;
  color: #171716;
}
* html #overlayContent h1 {
  background: #464646 none;
  color: #f7f7f7;
}
#overlayContent p {
  margin-bottom: 0.8em;
  line-height: 1.4;
  font-size: 1.3em;
}
#overlayContent img {
  border: 3px solid #c6d1d6;
}
#overlayContent img.refImgleft {
  margin-left: -5px;
}
#overlayContent img.refImgRight {
  margin-left: -3px;
  margin-right: -5px;
}
#close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 34px;
  height: 34px;
  background: url(./img/bg_ref_close.png) no-repeat;
  cursor: pointer;
}
* html #close {
  background-image: url(./img/bg_ref_close_ie.png);
}

/* reCAPTCHA
---------------------------------------- */
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
  width: 88% !important;
  background-color: #fff !important;
}
#recaptcha_table {
  border-color: #184872 !important;
}
#recaptcha_response_field {
  margin-left: 4px;
  padding: 0.4em !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  color: #333333 !important;
  cursor: text !important;
  font-size: 11px !important;
}
#recaptcha_response_field:focus {
  border: 1px solid #25649a !important;
  color: #0F4987 !important;
}

/* Misc. Styles
---------------------------------------- */
ul.error-list {
  margin: 8px 0 20px 24px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}
ul.error-list li {
  margin-bottom: 4px;
}

/* Tweaks
---------------------------------------- */
*:focus {
  outline: none;
}

.clear {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
}