/* 100 % site */

body, html {
  height:100%;  
}

#site-container {
  min-height: 100%;
  _height: 100%;
}

#clear-site {
  clear: both;
  padding-bottom: 90px;
}

#footer-container {
  margin-top: -80px;
  height: 80px;  
}

/* width */

#footer, #content-container, #header {
  width: 680px;
}

/* layout */

html, body, td {
  font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333;
}

#footer-container {
  background: url(/images/site/footer_tile.gif) bottom left repeat-x;     
}

#site-container {
  background: url(/images/site/background.gif) right bottom no-repeat;
}

#content {
  padding: 10px 0 0 130px;
  min-height: 300px;
}
#header-container {
  background: url(/images/site/header_tile.gif) top left repeat-x;
}
#header {
  position: relative;
  height: 140px;
}

/* header layout */

#logo {
  position: absolute;
  top: 0;
  left: 0;
}

#topmenu {
  position: absolute;
  right: 0;
  top: 0;
}

#menu {
  position: absolute;
  left: 130px;
  top: 101px;
}

/* topmenu */
#topmenu, #topmenu a {
  line-height: 27px;
  color: #fff;
}
#topmenu a {
  font-weight: bold;
  text-decoration: none;
}
#topmenu ul {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}
#topmenu li, span#login {
  display: inline;
  border-right: 1px solid #fff;
  padding: 0 5px;
}
#topmenu li.last {
  border-right: 0;
}
#topmenu div {
  display: inline;
}

/* menu */
#menu ul {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}
#menu li {
  display: inline;
}

/* texts */

a {
  color: #FF9900;
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h2{
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
}

h2.fieldset-title {
  font-size: 17px;
}

h1{
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #7AC142;
  color: #3F6617;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}

h4 {
  font-size: 14px;
  margin-bottom: 6px;
}


dt, h3, h2, h2 a {
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 10px;
  color: #3F6617;
}

/* forms */

fieldset {
  border:none;
}
fieldset.form-entries {
  border: 1px solid #ccc;
  padding: 10px;
}

.submitButtons, .dialogButtons {
  padding:10px;
}

.form-main {
  padding-bottom:10px;
}
#gender-input div {
  display: inline;
  margin-right: 1em;
}

.form-entry-inline .form-entry-label-inline {
  margin: 0 1em;
  font-weight: bold;
}
.form-entry {
  padding: 3px 0;
}
.form-model-display table {
  margin-left: 60px;
}
.form-model-display table th {
  width: 120px;
  padding-right: 10px;
}
.form-model-display table th,
.form-model-display table td {
  vertical-align: top;
  padding: 2px 5px;
}

.form-content input.inputText, .form-content input.inputPassword, .form-content textarea
{
  background: #fff;
  border: 1px inset #6B9C42;
}
/* content */

.content {
  position: relative;
}
.imageLeft {
  position: absolute;
  left: -130px;
  top: 0;
}
#footer {
  text-align:right;
  font-size: 10px;
}

#footer a {
  color:#A5A5A5;
  text-decoration:none;
  line-height:40px; 
}
.news h2, .agenda h2 {
  margin-bottom: 0;
}
.agenda .date {
  margin-top: 0;
}
.postDetails, .date {
  font-size: 10px;
  color: #999;
}
