/******************************** 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 {
  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;
}

/* firefox outline */
a:active,a:focus {
  outline:none;
}

/* clearing */
.clear {
  clear:both;
}

/* linked images border */
img {
  border:0;
}
/******************************** TYPOGRAPHY ********************************/
body {
  font-size:12px;
  line-height:1.5em;
  font-family: Georgia, serif;
  color: #777;
}
p {
  font-size:1em;
  line-height:1.5em;
  margin:0 0 1.133em;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #c8713d;
  text-decoration:none;
  background: url('../img/linkArrow.gif') no-repeat 0px 1px;
  padding: 0 0 0 17px;
}
.content a.inline {
  background: none;
  padding: 0;
  margin-left: 0;
  font-size: 12px;
}
a:hover {
  color: #777;
  background-position: 0 -19px;
}
.addr a {
  font-family: Georgia, serif;
  font-weight: normal;
  color: #777;
  background: none;
  padding: 0;
}
.content h1 {
  font-size: 14px;
  font-family: Arial, sans-serif;
  /*color: #777;*/
  color: #c8713d;
  text-transform: uppercase;
  font-weight: normal;
}
.content h2 {
  font-size: 14px;
  font-family: Georgia, serif;
  color: #c8713d;
  font-weight: normal;
}
.content p {
  font-size: 14px;
}
blockquote {
  font-size: 22px;
  line-height: 1.5em;
}
.start cite {
  font-family: Arial, sans-serif;
  font-size: 10px;
}
.red {
  color: #c8713d;
}
.group p a {
  font-size: 12px;
}
.form label {
  font-size: 11px;
  font-family: Arial, sans-serif;
}
/******************************** LAYOUT ********************************/
html, body {
  height: 100%;
  border:0;
}
html {
  /*_overflow-x: hidden;*/
}
.site {
  width: 790px;
  padding: 0 20px;
  margin: 0 auto;
  background: #ffffff;
  min-height: 100%;
  _height: 100%;
  position: relative;
  height: 100%;
}
.container {
  margin: 0 0 0 250px;
}
.sidebar {
  width: 250px;
  height: 100%;
  min-height: 400px;
  float: left;
  position: absolute;
  top: 0;
  left: 20px;
}
.sidebar .home {
  width: 250px;
  height: 172px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff url('../img/logo.gif') no-repeat 1px 0;
  position: fixed;
  _position: absolute;
  top: 0;
  _left: 0;
  z-index: 2;
}
.footer {
  position: fixed;
  _position: absolute;
/*  left: 0;*/
  bottom: 0;
  background: #fff url('../img/footerBg.gif') left bottom no-repeat;
  width: 250px;
  border-top: 2000px solid #fff;
}
.start .footer {
  border: none;
}
.addr {
  margin: 0 20px 30px 0;
  padding: 17px 0 0 0;
  border-top: 1px dotted #e5e5e5;
}
.pub2 {
  margin: 0 0 17px 0;
  padding: 17px 0 0 0;
  /*border-top: 1px solid #e5e5e5;*/
}
.pub {
  margin: 0 0 17px 0;
  padding: 17px 0 0 0;
  border-top: 1px solid #e5e5e5;
}
.header {
  height: 172px;
  background: white;
  border-bottom: 2px solid white;
  position: fixed;
  top: 0;
  z-index: 2;
}
.start .header {
  position: static;
}
.content {
  padding-top: 232px;
}
.start .content {
  padding-top: 60px;
}

/******************************** HEADER ********************************/
.homeLink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 142px;
  background: none;
  text-indent: -5000px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.nav {
  padding: 87px 0 0 10px;
}
.nav ul {
  list-style-type: none;
}
.nav ul li {
  float: left;
}
.nav ul li a {
  display: block;
  padding: 5px 9px;
  text-indent: -5000px;
  overflow: hidden;
}
.nav ul li.gesellschaft a {
  width: 96px;
  background: url('../img/navGesellschaft.gif') no-repeat 10px 5px;
}
.nav ul li.mitgliedschaft a {
  width: 113px;
  background: url('../img/navMitgliedschaft.gif') no-repeat 10px 5px;
}
.nav ul li.publikationen a {
  width: 105px;
  background: url('../img/navPublikationen.gif') no-repeat 10px 5px;
}
.nav ul li.kontakt a {
  width: 63px;
  background: url('../img/navKontakt.gif') no-repeat 10px 5px;
}
.nav ul li.impressum a {
  width: 73px;
  padding: 5px 0 5px 8px;
  background: url('../img/navImpressum.gif') no-repeat 10px 5px;
}
.nav ul li a:hover,
.nav ul li a.current {
  background-position: 10px -45px;
}
.nav ul li.impressum a:hover {
  color: #777;
}
.breadcrumb {
  padding: 34px 0 0 0;
  clear: left;
  border-bottom: 1px solid #e5e5e5;
  overflow: auto;
  height: 23px;
  margin: 0 0 0 20px;
  width: 520px;
}
.breadcrumb ul {
  list-style-type: none;
}
.breadcrumb ul li {
  float: left;
  font-size: 9px;
}
.breadcrumb ul li a {
  font-weight: normal;
  text-transform: uppercase;
  overflow: hidden;
  background: none;
  padding: 0;
}
a.current {
  color: #777;
  background-position: 0 -19px;
}
/******************************** STARTSEITE ********************************/
.start .footer {
  width: 800px;
  height: 191px;
}
.start .columns .col {
  width: 250px;
  float: left;
  margin: 0 20px 0 0;
}
.start .columns .group {
  width: 500px;
  margin: 0 20px 0 0;
  position: absolute;
  top: 0;
  left: 270px;
  border-top:1px dotted #e5e5e5;
}

.start .columns .group .col1,
.start .columns .group .col2 {
  width: 230px;
  position: absolute;
  top: 0;
}
.start .columns .group .col1 {
  left: 0;
}
.start .columns .group .col2 {
  left: 270px;
}
.start .columns a {
  display: block;
  background-position: 0 3px;
}
.start .columns a:hover {
  background-position: 0 -17px;
}
.start .linkgroup {
  margin: 0 0 17px 0;
  padding: 17px 0 0 0;
}
.start .border {
  border-top:1px dotted #e5e5e5;
}
.start cite {
  margin: 20px 0 0 0;
  display: block;
}

.start .columns {
  position: relative;
  height: 190px;

}
.start .footer {
  position: absolute;
  bottom: 0;
}
.start .site {
  height: auto;
  min-height: 100%;
  _height: 100%;
}
.start .content {
  padding-bottom: 250px;
}
.start .container {
  margin: 0;
}
.start .container .header {
  margin-left: 250px;
}
.start .container .startseiteText {
  margin-left: 250px;
}
.start .container .startseiteText cite {
  margin-top: 0;
}
.start .content img {
  margin: 0;
}
.start .sidebar .home {
  position: absolute;
  top: 0;
  left: 0;
}
/******************************** CONTENT ********************************/
.content .links {
  margin: 40px 0 0 0;
}
.content h1 {
  margin: 0 0 10px 0;
}
.content h2 {
  display: inline;
}
.content p,
.content h1,
.content h2,
.content cite,
.content .links a,
.content img {
  margin-left: 20px;
}
.content blockquote {
  padding-left: 20px;
  /*background: url('../img/quotes-l.gif') no-repeat 1px 10px;*/
}
.content blockquote span {
  padding-left: 20px;
/*
  background: url('../img/quotes-r.gif') no-repeat 1px 7px;
*/
}
a.image {
  display: inline;
  background: none;
}
.content .group {
  width: 500px;
  margin: 0 20px 0 0;
  position: relative;
}
.content .borderBox {
  border-top: 1px dotted #e5e5e5;
  margin: 35px 0 35px 20px;
}
.content .borderLine {
  border-top: 1px dotted #e5e5e5;
  padding: 20px 0 0 0;
  margin: 35px 0 0 20px;
}
.borderLine h1,
.borderLine p,
.borderLine img {
  margin-left: 0;
}
.content .group .col1,
.content .group .col2 {
  width: 270px;
  position: absolute;
  top: 0;
}
.content .group .col1 {
  left: 0;
}
.content .group .col2 {
  left: 270px;
}
.content strong {
  color: #c8713d;
}
.form {
  width: 100%;
  position: relative;
/*  height: 200px;*/
}
.formLeftCol {
  width: 250px;
  position: relative;
  top: 0;
  left: 20px;
}
.formRightCol {
  width: 250px;
  position: absolute;
  top: 0;
  right: 0;
}
.form input {
  width: 243px;
  border: 1px solid #777;
  padding: 3px;
  margin: 0 0 8px 0;
}
.submitLink {
  margin: 15px 0;
}
.formtable {
  margin: 0 0 0 20px;
}
.formtable tr td.middle {
  width: 20px;
}
#warning {
  color: red;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 2px;
  text-align: center;
  border: 2px solid red;
}
.submitLink {
  display: none;
}









