/* SVN $Id: main.css 104 2009-06-12 11:34:28Z peter $ */
/* SVN $URL: file:///T:/SOURCE_SVN/Start_Website/httpdocs/css/main.css $ */

/*############################################################################*/
/*# WHITE BASIC CSS */

/*###### RESET_CSS (http://developer.yahoo.com/yui/reset/) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:                      0;
  padding:                     0;
}
table {
  border-collapse:             collapse;
  border-spacing:              0;
}
fieldset,img,a {
  border:                      0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:                  normal;
  font-weight:                 normal;
}
ol,ul {
  list-style:                  none;
}
caption,th {
  text-align:                  left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:                   100%;
  font-weight:                 normal;
}
q:before,q:after {
  content:                     '';
}
abbr,acronym {
  border:                      0;
}

/*###### /RESET_CSS */
/*###### BASIC STYLES */

body {
  width:                       100%;
  height:                      100%;
  cursor:                      default;
}

.hidden {
  display:                     none;
}

.clear {
  clear:                       both;
}

strong {
  font-weight:                 bold;
}

em {
  font-style:                  italic;
}

a {
  text-decoration:             underline;
  cursor:                      pointer;
  outline:                     none;
}

a:hover {
  text-decoration:             none;
}

ol,ul {
  margin-left:                 12px;
  padding-left:                16px;
}

ol li {
  list-style:                  decimal;
}

ul li {
  list-style:                  square;
}

table td {
  vertical-align:              top;
}

/*###### /BASIC STYLES */

/*# /WHITE BASIC CSS */
/*############################################################################*/
/*# SITE BASIC CSS */

body {
  font:                        normal 12px verdana, sans-serif;
  line-height:                 16px;
  color:                       #666666;
}

h1 {
  height:                      26px;
  line-height:                 26px;
  font-size:                   16px;
  font-weight:                 bold;
  border-bottom:               solid 1px #5D3438;
  margin:                      19px 0px 12px 0px;
  color:                       #5D3438;
}

h2 {
  margin:                      0px;
  padding:                     0px;
  font-weight:                 bold;
  font-size:                   14px;
  color:                       #E79E36;
  margin-top:                  38px;
  margin-bottom:               14px;
}

h3 {
  margin:                      0px;
  padding:                     0px;
  font-weight:                 bold;
  font-size:                   12px;
  margin-top:                  38px;
  margin-bottom:               14px;
}

h4 {
  margin:                      0px;
  padding:                     0px;
  font-size:                   16px;
}

h5 {
  margin:                      0px;
  padding:                     0px;
  font-size:                   14px;
}

h6 {
  margin:                      0px;
  padding:                     0px;
  font-size:                   12px;
}

hr {
  width:                       100%;
  height:                      1px;
  border:                      0px;
  border-top:                  1px solid #000000;
}

p {
  margin-top:                  16px;
}

a {
  color:                       #694346;
}

/*# /SITE BASIC CSS */
/*############################################################################*/
/*# TEMPLATE_FULLHEIGHT */

body {
  width:                       100%;
  height:                      100%;
  margin:                      0px;
  background:                  url('../images/fullscreen_bg.jpg') repeat-x;
  padding:                     0px;
}

div#fullscreen {
  position:                    absolute;
  width:                       100%;
  height:                      100%;
  text-align:                  center;
}

div#site {
  width:                       952px;
  min-height:                  100%;
  margin:                      0 auto;
  text-align:                  left;
}

div#header {
  height:                      206px;
  background:                  #FFFFFF;
}
div#logo {
  float:                       left;
  width:                       292px;
  height:                      206px;
}
div#logoprint {
  display:                     none;
}
div#headerimage {
  float:                       left;
  width:                       660px;
  height:                      166px;
}
div#menu {
  float:                       left;
  width:                       660px;
  height:                      40px;
  background:                  url('../images/menu_bg.jpg') repeat-x;
  z-index:                     2;
}

/* SEARCH */
div#searchbar {
  width:                       952px;
  height:                      32px;
}
div#searchbar div.searchblock {
  width:                       252px;
  height:                      20px;
  padding:                     6px 0px;
}
div.searchblock input.searchfield {
  float:                       left;
  width:                       166px;
  height:                      13px;
  font-size:                   10px;
  border:                      0;
  padding:                     3px 12px 4px 12px;
  background:                  url('../images/search_bg.png') no-repeat bottom right;
}
div.searchblock input.searchbutton {
  width:                       21px;
  height:                      20px;
  margin:                      0px 12px;
}
/* /SEARCH */

div#sidebar_left {
  float:                       left;
  width:                       236px;
  min-height:                  500px;
}

div#content_full {
  width:                       920px;
  padding:                     0px 16px;
}

div#content {
  float:                       left;
  width:                       684px;
  padding:                     0px 16px;
}
div#content div.title {
  height:                      26px;
  line-height:                 26px;
  font-size:                   16px;
  font-weight:                 bold;
  border-bottom:               solid 1px #5D3438;
  margin:                      19px 0px 12px 0px;
  color:                       #5D3438;
}
div#content div.incontent {
  margin-bottom:               30px;
  text-align:                  justify;
}

div.service-left {
  width: 					   306px;
  border-right: 			   1px solid #e79e35;
  padding:                     0px 10px 10px 10px;
  float:					   left;
  min-height:                  534px;
}
div.service-right {
  width: 					   306px;
  padding:                     0px 10px 10px 10px;
  float:					   left;
  min-height:                  534px;
}

div#site_right {
  position:                    absolute;
  top:                         0;
  right:                       0;
  width:                       50%;
  height:                      206px;
  text-align:                  left;
  background:                  url('../images/siteright_bg.jpg') repeat-x 50% 0;
}

/* #### FOOTER STUFF #### */
div.footerfixer {
  clear:                       both;
  line-height:                 64px;
}
div#footer {
  clear:                       both;
  width:                       100%;
  height:                      64px;
  line-height:                 64px;
  margin:                      -64px auto 0px auto;
}
div#breadcrumb {
  height:                      32px;
  width:                       952px;
  margin:                      0 auto;
}
div#breadcrumb div.block {
  width:                       700px;
  height:                      31px;
  margin-left:                 236px;
  text-align:                  left;
  padding:                     0px 8px;
  border-top:                  solid 1px #5D3438;
  color:                       #949494;
  font-size:                   10px;
  line-height:                 31px;
}
div#breadcrumb div.block img.arrow {
  vertical-align:              middle;
  margin:                      0px 12px;
}
div#powered {
  height:                      32px;
  line-height:                 32px;
  background:                  url('../images/footer_bg.jpg') repeat-x;
  text-align:                  right;
}
div#powered div.block {
  width:                       952px;
  height:                      32px;
  margin:                      0 auto;
  line-height:                 32px;
  color:                       #949494;
  font-size:                   10px;
}
div#powered div.block a,
div#powered div.block a:hover {
  color:                       #949494;
  text-decoration:             none;
}

/* LEFT MENU HOLDER */


div.column_holder {
  width:                       952px;
  height:                      1px;
  margin:                      -1px auto 0px auto;
}

div#left_menu_holder {
  float:                       left;
  width:                       272px;
  height:                      175px;
  margin:                      -249px auto 0px auto;
  text-align:                  left;
}
div#left_menu_holder div.item {
  height:                      15px;
  line-height:                 15px;
  margin-bottom:               14px;
}
div#left_menu_holder img {
  margin:                      0px 10px;
  vertical-align:              middle;
}
div#left_menu_holder a {
  color:                       #5E3639;
  text-decoration:             none;
}
/* /LEFT MENU HOLDER */

.editorblock {
  background:                  #FFFFFF !important;
}

/*# /TEMPLATE_FULLHEIGHT */
/*############################################################################*/
/*# SNIP_LISTMENU */

ul.mainmenu {
  height:                      40px;
  margin:                      0px;
  padding:                     0px;
}

ul.mainmenu li {
  height:                      40px;
  line-height:                 40px;
  margin:                      0px;
  padding:                     0px;
  list-style-type:             none;
  text-align:                  center;
  float:                       left;
}

a.mainitem, a.mainitem:hover, a.mainitem_on, a.mainitem_selected {
  display:                     inline-block;
  height:                      40px;
  padding:                     0px 7px;
  font-size:                   14px;
  font-weight:                 bold;
  text-decoration:             none;
  line-height:                 40px;
  color:                       #FFFFFF;
  white-space:                 nowrap;
  border-right:                solid 1px #9D5602;
}
a.first {
  border-left:                 solid 1px #9D5602;
}
a.mainitem:hover, a.mainitem_on, a.mainitem_on:hover, a.mainitem_selected, a.mainitem_selected:hover {
  background:                  url('../images/menu_bg_over.jpg') repeat-x;
}

ul.mainmenu li:hover ul.submenu {
  left:                        auto;
  margin:                      0px;
}

ul.submenu, ul.subsubmenu {
  position:                    absolute;
  clear:                       both;
  left:                        -9999px;
  width:                       140px;
  margin:                      0px;
  padding:                     0px;
  background:                  url('../images/spacer.gif');
}
ul.subsubmenu {
  padding-left:                1px;
}

ul.submenu li, ul.subsubmenu li {
  float:                       left;
  display:                     block;
  width:                       100%;
  height:                      26px;
  margin:                      -1px 0px 0px 0px;
  padding:                     0px;
  list-style:                  none;
}

a.subitem, a.subitem:hover,
a.subitem_on, a.subitem_on:hover {
  display:                     block;
  width:                       100%;
  height:                      26px;
  line-height:                 26px;
  font-size:                   11px;
  font-weight:                 normal;
  text-align:                  left;
  text-decoration:             none;
  text-transform:              lowercase;
  color:                       #FFFFFF;
  white-space:                 nowrap;
  background-color:            #DD8A15;
  padding:                     0px 7px;
  border-top:                  solid 1px #FFFFFF;
}
ul.subsubmenu a.subitem, ul.subsubmenu a.subitem:hover,
ul.subsubmenu a.subitem_on, ul.subsubmenu a.subitem_on:hover {
  font-weight:                 normal;
}
a.subitem:hover,
a.subitem_on, a.subitem_on:hover {
  background-color:            #E79E36;
}
ul.subsubmenu a.subitem:hover,
ul.subsubmenu a.subitem_on, ul.subsubmenu a.subitem_on:hover {
  background-color:            #E79E36;
}

ul.submenu li:hover ul.subsubmenu {
  left:                        auto;
  margin:                      -26px 0px 0px 134px;
}

/*# /SNIP_LISTMENU */
/*############################################################################*/
/*# Form CSS */

fieldset {
  border:                      0px;
}

xmp {
  font-size:                   18px;
}

label.before {
  float:                       left;
  clear:                       left;
  width:                       150px;
  line-height:                 18px;
}

label.radio, label.checkbox {
  cursor:                      pointer;
}

input.required, textarea.required, select.required {
  background-image:            url('../images/form_required.gif');
  background-repeat:           no-repeat;
  background-position:         top right;
}

input.text {
  width:                       250px;
  height:                      18px;
  padding:                     1px;
  font:                        normal 12px verdana, sans-serif;
  background-color:            #FFFFFF;
  border:                      1px solid #714751;
  cursor:                      text;
  vertical-align:              middle;
}

input.file {
  width:                       254px;
  height:                      22px;
  font:                        normal 12px verdana, sans-serif;
  background-color:            #FFFFFF;
  border:                      1px solid #714751;
  cursor:                      text;
  vertical-align:              middle;
}

input.focus {
  background-color:            #FFFFCC;
}

input.button {
  font:                        normal 12px verdana, sans-serif;
  vertical-align:              middle;
}

input.contentwidth {
  margin-top:                  6px;
  width:                       360px;
}

input.error, textarea.error, select.error {
  border:                      1px solid #FF0000;
}

input.good, textarea.good, select.good {
  /*border:                      1px solid #339933;*/
}

input.radio {
  vertical-align:              middle;
  cursor:                      pointer;
  background:                  none;
  border:                      0px;
}

input.checkbox {
  vertical-align:              middle;
  cursor:                      pointer;
  background:                  none;
}

select.select {
  width:                       250px;
  height:                      18px;
  margin:                      1px;
  font:                        normal 12px verdana, sans-serif;
  border:                      1px solid #714751;
  cursor:                      pointer;
}

textarea.textarea {
  width:                       250px;
  height:                      50px;
  padding:                     1px;
  font:                        normal 12px verdana, sans-serif;
  background-color:            #FFFFFF;
  border:                      1px solid #714751;
  cursor:                      text;
}

fieldset li, fieldset ul {
  list-style:                  none;
  margin:                      0px;
  padding:                     0px;
}

li.oneline {
  clear:                       both;
  line-height:                 20px;
  white-space:                 nowrap;
  vertical-align:              top;
  padding-bottom:              4px;
}

li.multilinein {
  margin-left:                 150px;
}

li.buttons {
  clear:                       both;
  width:                       410px;
  height:                      22px;
  line-height:                 22px;
}

div.fielderror, div.counter {
  color:                       #FF0000;
  margin-left:                 150px;
  margin-top:                  4px;
  height:                      20px;
}
div.counter {
  color:                       #000000;
  white-space:                 nowrap;
}

.hidden {
  display:                     none;
  visibility:                  hidden;
}

span.fieldhint {
  color:                       #AAAAAA;
}

span.hint {
  color:                       #AAAAAA;
}

input#street {
  width:                       133px;
}

input#housenr {
  width:                       60px;
}

input#zip {
  width:                       80px;
}

input#city {
  width:                       163px;
}

input#persontotal {
  width:                       80px;
}

div#captcha1 {
  float:                       left;
  padding-left:                150px;
}

div#captcha2 {
  float:                       left;
  padding-left:                32px;
  font-size:                   11px;
  line-height:                 13px;
}
div#captcha2 img {
  margin:                      0px 6px 0px -22px;
}

input#captcha_code {
  width:                       111px;
}

div#captcha_code_error {
  clear:                       both;
}

input#submit {
  float:                       right;
  cursor:                      pointer;
  font:                        normal 12px verdana, sans-serif;
}

div#requiredtext {
  float:                       left;
}

/*# Form CSS */
/*############################################################################*/

body.service_editor {
  background: none;
}
