/* ####################################
   ###       GENERAL SETTINGS       ###
   #################################### */


* {
  margin            : 0px;
  padding           : 0px;
  font-family       : verdana, arial, helvetica;
}


html {
  height            : 100%;
}

body {
  height            : 100%;
  background        : url(/layout/bgrnd_body.jpg) repeat-y center #6d6653;
}

#main {
  position          : relative;
  min-height        : 100%;
  background        : url(/layout/bgrnd_header.jpg) repeat-x top;

}

* html #main {
  height            : 100%;
}

#innerMain {
  padding-bottom    : 40px;

  min-height        : 100%;
  width             : 960px;
  position          : relative;
  left              : 50%;
  margin-left       : -480px;

}

#topbar {
  height            : 20px;
  background-color  : #000000;
  border-bottom     : 1px solid #ffffff;
}

#footer {
  position          : relative;
  margin-top        : -20px;
  height            : 20px;
  background-color  : #000000;
  border-top        : 1px solid #ffffff;
} 


/* ############################ */
/* ###        HEADER        ### */
/* ############################ */

#header {
  width             : 958px;
  height            : 250px;
  border-left       : 1px solid #FFFFFF;
  border-right      : 1px solid #FFFFFF;
  overflow          : hidden;
}

#header_script {
  background        : url(/layout/golfgut_willershausen.png) no-repeat 20px 30px;
  height            : 130px;
  width             : 320px;
}


.height250 {
  height            : 250px;
}

.header_01 { background : url(/header/01.jpg) no-repeat;}
.header_02 { background : url(/header/02.jpg) no-repeat;}
.header_03 { background : url(/header/03.jpg) no-repeat;}
.header_04 { background : url(/header/04.jpg) no-repeat;}
.header_05 { background : url(/header/05.jpg) no-repeat;}
.header_06 { background : url(/header/06.jpg) no-repeat;}
.header_07 { background : url(/header/07.jpg) no-repeat;}
.header_08 { background : url(/header/08.jpg) no-repeat;}
.header_09 { background : url(/header/09.jpg) no-repeat;}
.header_10 { background : url(/header/10.jpg) no-repeat;}



.shadow_16 {
  height            : 16px;
  background        : url(/layout/shadow_16px.png) repeat-x;
  border-left       : 1px solid #ffffff;
  border-right      : 1px solid #ffffff;
}

/* ############################ */
/* ###   2 COLUMN DESIGN    ### */
/* ############################ */

.left_area {
  float             : left;
  width             : 280px;
  border            : 0px solid #ff0000;
  padding-top       : 0px;
  margin            : 10px 20px 0px 20px;
  font-size         : 11px;

}

.content_area {
  float             : left;
  width             : 600px; /* 540px - 60px */
  border            : 0px solid #00ff00;
  padding           : 0px;
  margin            : 10px 20px 0px 20px;
  font-size         : 12px;
  line-height       : 20px;
}

.inliner_start {
  font-size         : 12px;
  line-height       : 20px;
  background        : #ffffff;
}


/* ############################ */
/* ###        HELPER        ### */
/* ############################ */

hr {
  clear             : both;
  height            : 0px;
  visibility        : hidden;
}


/* ############################ */
/* ###      MAIN-NAVI       ### */
/* ############################ */

#mainnavi {
  width             : 958px;
  margin            : 0px 0px 0px 0px;
  vertical-align    : middle;
  height            : 31px;
  border-top        : 1px solid #ffffff;
  border-left       : 1px solid #ffffff;
  border-right      : 1px solid #ffffff;
  font-size         : 12px;

  background        : url("/layout/bgrnd_navi.gif") #501c12;
}

#mainnavi ul {
  margin            : 0px 0px 0px 20px;
  padding           : 0px 0px 0px 1px;
  list-style        : none;
  height            : 30px;
  background        : url("/layout/bgrnd_navi_divide.gif") left no-repeat;

  }

#mainnavi li {
  margin            : 0px 0px 0px 0px;
  
  padding           : 0px 1px 0px 0px;
  vertical-align    : middle;
  float             : left;
  background        : url("/layout/bgrnd_navi_divide.gif") right no-repeat;
  }

a.navi:link, a.navi:visited {
  display           : block;
  text-decoration   : none;
  font-weight       : normal;
  color             : #eacac3;
  padding           : 8px 10px 9px 10px;
  background        : url("/layout/bgrnd_navi.gif") #501c12!important;
  vertical-align    : middle;
}

a.navi:hover {
  display           : block;
  text-decoration   : none;
  font-weight       : normal;
  color             : #ffffff;
  padding           : 8px 10px 9px 10px;
  background        : url("/layout/bgrnd_navi_over.gif") #FF9900!important;
  }

a.navi_aktiv {
  display           : block;
  text-decoration   : none;
  font-weight       : normal;
  color             : #ffffff;
  padding           : 8px 10px 9px 10px;
  background        : url("/layout/bgrnd_navi_over.gif") #FF9900!important;
  }
 
 a.navi_aktiv:hover {
   color         : #f7ffe6;
   text-decoration:none;
 }


/* ############################ */
/* ###       TOP-NAVI       ### */
/* ############################ */

#topnavi {
  margin-left       : auto;
  margin-right      : auto;
  width             : 960px;
  height            : 14px;
  text-align        : right;
}


#topnavi ul {
  margin            : 0px 0px 0px 0px;
  padding           : 0;
  list-style        : none;
  height            : 20px;
  text-align        : right;
  }

#topnavi li {
  margin            : 0px 0px 0px 5px;
  padding           : 0px;
  vertical-align    : middle;
  float             : right;
  font-size         : 11px;
  height            : 14px;
  }

#topnavi a:link, #topnavi a:visited {
  display           : block;
  text-decoration   : none;
  font-weight       : normal;
  color             : #ffffff;
  padding           : 3px 0px 0px 10px;
  vertical-align    : middle;
}

#topnavi a:hover {
  display           : block;
  text-decoration   : none;
  font-weight       : normal;
  color             : #b6887f;
  padding           : 3px 0px 0px 10px;

  }


/* ############################ */
/* ###      HEADLINES       ### */
/* ############################ */

h1 {
  font-size         : 18px;
  font-weight       : normal;
  color             : #585a4b;
  margin-bottom     : 15px;
}

h2 {
  font-size         : 14px;
  font-weight       : bold;
  color             : #891e09;
  margin-bottom     : 10px;
}

h3 {
  font-size         : 13px;
  font-weight       : bold;
  color             : #585a4b;
  margin-bottom     : 5px;
}


/* ############################ */
/* ###       CONTENT        ### */
/* ############################ */

.content_box {
  margin-bottom     : 40px;
}

.content_box img {
  margin            : 5px 15px 5px 0px;
  border            : 2px solid #000000;
}


.table_settings td {
  border-bottom     : 1px solid #eeeeee;
}

.table_settings th {
  text-align        : left;
  font-weight       : bold;
  border-bottom     : 1px solid #cccccc;
}

/* ############################ */
/* ###        IFRAME        ### */
/* ############################ */

.inliner {
  background        : none;
  font-size         : 11px;
}

/* ############################ */
/* ###      ANIMATION       ### */
/* ############################ */

#animation {
  height: 280px;
}



/* ################################## */
/* ###           LINKS            ### */
/* ################################## */

.content_box a:link, .content_box a:visited {
  color             : #891e09;
  text-decoration   : none;
  border-bottom     : 1px dashed #891e09; 
}

.content_box a:hover {
  color             : #000000;
  text-decoration   : none;
  border-bottom     : 1px solid #000000; 
}

.left_area a:link, .left_area a:visited {
  color             : #891e09;
  text-decoration   : none;
  border-bottom     : 1px dashed #891e09; 
}

.left_area a:hover {
  color             : #000000;
  text-decoration   : none;
  border-bottom     : 1px solid #000000; 
}

/* ################################## */
/* ###       TWO COLUMNS          ### */
/* ################################## */

.left_column {
  float           : left;
}

.right_column {
  float           : right;
}

.tabline span{
  float           : left;
  display         : block;
}

/* --- Data-Box in Address-Blocks --- */
.data_box {
  float           : left;
}

.data_box p {
  clear           : both;
}

/* ################################ */
/* ###          FORMS           ### */
/* ################################ */

.contactform form {
  width           : 230px;
  text-align      : left;
  border          : 1px solid #b2b6b9;
  background      : #e0d9c1;
  padding-left    : 10px;
  padding-bottom  : 10px;
}

.contactform_left form {
  width           : 230px;
  text-align      : left;
  padding-bottom  : 10px;
}



.contactform fieldset, .contactform_left fieldset {
  margin          : 0;
  border          : 0;
  padding         : 0;
  color           : #58595B;
}

.contactform legend {
  display         : none;
}

.contactform h3 {
  clear           : both;
  padding         : 15px 0px 10px 0px;
  font-size       : 14px;
}

.contactform label, .contactform_left label {
  display         : block;
  width           : 230px;
  font-size       : 12px;
  line-height     : 14px;
  padding         : 0px 0px 12px 0px;
}

.contactform input, .contactform_left input  {
  display         : block;
  margin-top      : 3px;
  border          : 1px solid #b2b6b9;  
}


.contactform form textarea, .contactform_left form textarea{
  display         : block;
  margin-top      : 3px;
  border          : 1px solid #b2b6b9;
}


.contactform label.feld_vorname,
.contactform label.feld_firma,
.contactform label.feld_anschrift,
.contactform label.feld_plz,
.contactform label.feld_telefon,
.contactform label.feld_email,
.contactform label.feld_internet,
.contactform label.feld_thema,
.contactform label.feld_text
{
  clear           : left;
}


.contactform label.feld_firma,
.contactform label.feld_anschrift,
.contactform label.feld_email,
.contactform label.feld_internet,
.contactform label.feld_thema,
.contactform label.feld_text
{
  float           : left;
  margin          : 0px 10px 0px 0px;
  width           : 250px;
}

.contactform label.feld_vorname,
.contactform label.feld_nachname,
.contactform label.feld_telefon,
.contactform label.feld_telefax {
  float           : left;
  margin          : 0px 10px 0px 0px;
  width           : 100px;
}

.contactform label.feld_plz {
  float           : left;
  margin          : 0px 10px 0px 0px;
  width           : 50px;
}

.contactform label.feld_ort {
  float           : left;
  margin          : 0px 10px 0px 0px;
  width           : 190px;
}


.contactform label.feld_vorname input,
.contactform label.feld_nachname input,
.contactform label.feld_telefon input,
.contactform label.feld_telefax input {
  float           : left;
  width           : 100px;
  padding         : 0px;
}



.contactform label.feld_firma input,
.contactform label.feld_anschrift input,
.contactform label.field-email input,
.contactform label.feld_ort input,
.contactform label.feld_email input,
.contactform label.feld_internet input,
.contactform label.feld_thema input,
.contactform label.feld_text textarea,
.contactform_left label.feld_text textarea{
  float           : left;
  width           : 210px;
  padding         : 0px;
}

.contactform label.feld_plz input {
  float           : left;
  width           : 45px;
  padding         : 0px;
}

.contactform label.feld_ort input {
  float           : left;
  width           : 150px;
  padding         : 0px;
}

.noshow {
  visibility         : hidden;
}


/* ############################ */
/* ###        WIDTHS        ### */
/* ############################ */

.w20  {width  : 20px;}
.w30  {width  : 30px;}
.w40  {width  : 40px;}
.w50  {width  : 50px;}
.w60  {width  : 60px;}
.w70  {width  : 70px;}
.w80  {width  : 80px;}
.w90  {width  : 90px;}
.w100 {width  : 100px;}
.w110 {width  : 110px;}
.w120 {width  : 120px;}
.w130 {width  : 130px;}
.w140 {width  : 140px;}
.w150 {width  : 150px;}
.w160 {width  : 160px;}
.w170 {width  : 170px;}
.w180 {width  : 180px;}
.w190 {width  : 190px;}
.w200 {width  : 200px;}
.w210 {width  : 210px;}
.w220 {width  : 220px;}
.w230 {width  : 230px;}
.w250 {width  : 250px;}
.w260 {width  : 260px;}
.w280 {width  : 280px;}
.w300 {width  : 300px;}
.w320 {width  : 320px;}
.w350 {width  : 350px;}
.w430 {width  : 430px;}
.w450 {width  : 450px;}
.w520 {width  : 520px;}

/* ############################ */
/* ###      DISTANCES       ### */
/* ############################ */

.mtop2    {margin-top:      2px;}
.mtop5    {margin-top:      5px;}
.mtop10   {margin-top:     10px;}
.mtop15   {margin-top:     15px;}
.mtop20   {margin-top:     20px;}
.mtop25   {margin-top:     25px;}

.mbot2    {margin-bottom:   2px;}
.mbot5    {margin-bottom:   5px;}
.mbot10   {margin-bottom:  10px;}
.mbot15   {margin-bottom:  15px;}
.mbot20   {margin-bottom:  20px;}
.mbot25   {margin-bottom:  25px;}
.mbot30   {margin-bottom:  30px;}
.mbot35   {margin-bottom:  35px;}
.mbot40   {margin-bottom:  40px;}
.mbot45   {margin-bottom:  45px;}
.mbot50   {margin-bottom:  50px;}

.mleft2   {margin-left:     2px;}
.mleft5   {margin-left:     5px;}
.mleft10  {margin-left:    10px;}
.mleft15  {margin-left:    15px;}
.mleft20  {margin-left:    20px;}
.mleft25  {margin-left:    25px;}

.mright2  {margin-right:    2px;}
.mright5  {margin-right:    5px;}
.mright10 {margin-right:   10px;}
.mright15 {margin-right:   15px;}
.mright20 {margin-right:   20px;}
.mright25 {margin-right:   25px;}

.ptop2    {padding-top:     2px;}
.ptop5    {padding-top:     5px;}
.ptop10   {padding-top:    10px;}
.ptop15   {padding-top:    15px;}
.ptop20   {padding-top:    20px;}
.ptop25   {padding-top:    25px;}

.pbot2    {padding-bottom:  2px;}
.pbot5    {padding-bottom:  5px;}
.pbot10   {padding-bottom: 10px;}
.pbot15   {padding-bottom: 15px;}
.pbot20   {padding-bottom: 20px;}
.pbot25   {padding-bottom: 25px;}

.pleft2   {padding-left:    2px;}
.pleft5   {padding-left:    5px;}
.pleft10  {padding-left:   10px;}
.pleft15  {padding-left:   15px;}
.pleft20  {padding-left:   20px;}
.pleft25  {padding-left:   25px;}

.pright2  {padding-right:   2px;}
.pright5  {padding-right:   5px;}
.pright10 {padding-right:  10px;}
.pright15 {padding-right:  15px;}
.pright20 {padding-right:  20px;}
.pright25 {padding-right:  25px;}

.pall2    {padding:         2px;}
.pall5    {padding:         5px;}
.pall10   {padding:        10px;}
.pall15   {padding:        15px;}
.pall20   {padding:        20px;}
.pall25   {padding:        25px;}