body {
  margin: 0px;
  min-height: 101%; 
  font-family: Arial, Sans-Serif;
  font-size: 0.8em;
  color:#444444;  
  text-align: center;
}

p { 
  line-height: 15pt;
}

A:link { color: #666666;  text-decoration: none;}
A:hover { color: #666666;  text-decoration: underline;}
A:visited { color: #666666; text-decoration: none;}
A:active { color: #666666; text-decoration: none;}



#all{
  width: 900px;
  height: 100%;
  margin: auto;
}

#head{ 
  height: 180px;
  text-align: left;
}

#logo{
  float: left;
  background: url(/fileadmin/vorlagen/Village_du_golf/Logo-Village_01.gif) no-repeat;
  height: 180px;
  width: 152px;
}


#nav1{
  margin: 0px 0px 0px 153px;
  height: 25px !important;
  background-color: #82DE00;
  border-bottom: solid 5px #fff;
  text-align: right;
  height: 30px;
}

#sprache{
  float: right;
  margin: 3px 10px 0px 0px;
}


#nav2{
  height: 150px;
  margin: 0px 0px 0px 153px;
  background: url(/fileadmin/vorlagen/Village_du_golf/nav2.gif) repeat-x;
}

#content{
  height: 60%;
  margin: 6px 0px 0px 0px;
  padding: 10px 20px 20px 20px;
  border:solid 1px #003366;
  text-align: left;
  min-height: 350px;
}


.content-element{
  overflow:hidden;
  margin: 0px 0px 20px 0px;
}

#nav3{
  margin: 5px 0px 0px 0px;
  text-align: right;
}


.menu3:link, .menu3:visited {
  font-size:11px; 
  color:#003366;
  font-weight: none; 
  text-decoration:none;
} 
.menu3:hover {
  font-size:11px; 
  color:#003366; 
  font-weight: none; 
  text-decoration:none;
} 


.menu3act:link, .menu3act:visited, .menu3act:hover { 
  font-size:11px; 
  color:#003366; 
  font-weight: none; 
  text-decoration:none;
} 


h1 {
  margin: 0px 0px 10px 0px;
  font-size:18px; 
  color: #003366; 
  font-weight: bold; 
} 

h2 { 
  font-size:16px; 
  color: #003366; 
  font-weight: bold; 
  margin: 0 0 0 0;
} 

h3 { 
font-size:14px; 
color: #003366; 
font-weight: bold; 
margin: 0 0 0 0; 
} 

h4 { 
  color: #393FB2; 
  font-weight: none; 
  margin:0px 0px 0px 0px;
} 

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #666666; text-decoration: none; }
H2 A { color: #2E992F; }
H3 A { color: #2E992F; }
H4 A { color: #2E992F; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/* Header date */
P.csc-header-date { font-size:0.9em; color: #2E992F; }

/* Subheader, general */
P.csc-subheader { font-style: italic; background-color: #666666; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #666666; }
P.csc-subheader-2 { color: #666666; }
P.csc-subheader-3 { color: #666666; }



/*****************/
/* Formulare     */
/*****************/
fieldset {
  margin: 0px 0px 20px 0px;
  padding: 5px;
  background: #dedede;
  }
  
legend {
  padding: 0px 10px 0px 10px;
  } 

.label{
  width: 15em; 
  float:left; 
  text-align:right;
  padding: 0px 15px 0px 0px;
  }
  
.mailform-input {
  width: 20em;
  }


form#mailform fieldset {
  padding:1em; 
  }
  
form#mailform fieldset span.csc-mailform-radio fieldset {margin:1em 2em 1em 1em;}
form#mailform fieldset span.csc-mailform-radio fieldset input {width:auto; margin:0 0.3em 0 0; border:0;}
form#mailform fieldset span.csc-mailform-radio fieldset label {float:none;}

.csc-mailform-field {
  clear:both; 
  margin-bottom:0.8em;
  }
  
fieldset.csc-mailform .csc-mailform-field label {
  width: 15em; 
  float:left; 
  text-align:right;
  padding: 0px 15px 0px 0px;
  }
  
fieldset.csc-mailform .csc-mailform-field input, fieldset.csc-mailform .csc-mailform-field select, fieldset.csc-mailform .csc-mailform-field textarea {
  width: 20em;
  background: #fff;
  border: solid 1px #959dab;
  }
  
fieldset.csc-mailform .csc-mailform-field input.csc-mailform-check {
  width:auto; 
  border:0; 
  margin-top:0.2em;
  background: #ff0000;
  }
  
fieldset.csc-mailform .csc-mailform-field textarea {
  width: 30em;
  font-size:1em;
  }
  
  
fieldset.csc-mailform label span {color:red;}

input#mailformformtype_mail {
  margin-left:14em; 
  background:#fafafa; 
  cursor:pointer;
  }
  
  
input#mailformformtype_mail:hover {
  background: #C8D0DD;
  }

.csc-mailform-field select {
  border:1px #ccc solid; 
  background:#959dab; 
  }

