body {
 margin: 0;
 margin-top:7px;
 padding: 0;
 text-align: center;
}
/* header for content */
h1 { 
  font: normal 14px Verdana, Arial, Helvetica;
  font-weight: bold;
}

h2 { 
  font: normal 12px Verdana, Arial, Helvetica;
  font-weight: bold;
}

h3,h4,h5,h6,div,p,body,html,input,button { 
  font: normal 12px Verdana, Arial, Helvetica;
}

div, img {
  margin:0;
  padding:0;
  border:0;
}


/* ----- CONTAINER Bereich ----- */
div#container {
  text-align: left;
  margin:0px auto;
  width:800px;
  border:0px;
  background-image:url('images/hglogo.gif');
  background-repeat:no-repeat;
  background-position:200px 130px;
}


/* ----- LOGO Bereich ----- */
div#header { 
  text-align: left;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}

.menu_top {
  float: right;
  text-align: right;
  margin-top: 51px;
}


/* ----- FOTOS Bereich ----- */
div#top {
  text-align:center;
  padding-top: 7px;
  margin-bottom: 10px;
}



/* ----- INHALT ----- */

div#center { 
  text-align: left;
  margin-left: 155px; 
  width: 460px;  
  padding-left: 20px;
  padding-bottom: 20px;
}

div#center p {
  text-align: justify;

}


div#center a, a:visited, div#header a, div#right a {
  color: #CC6600; 
  text-decoration: none;
}

div#center a:hover, div#header a:hover, div#right a:hover {
  color: #FF0000; 
}


/* ----- KONTAKT FORMULAR ----- */
.csc-mailform { 
  border: 0px; 
  padding-left: 0px;
}

.csc-mailform-field label{
  float: left;
  width: 120px;
  white-space:nowrap;
}

.csc-mailform-field input{
  width: 150px;
  margin-bottom: 2px;
}

.csc-mailform-check {
  float: right;
  position: relative;
  right: 105px;
  top:-3px;
}

.csc-mailform-field textarea{
  width: 300px;
  height: 70px; 
}

.csc-mailform-submit {
  border: 1px solid #999999;
  color: #CC6600;
  position: relative;
  margin-left: 120px;  
}

.csc-mailform-submit:hover {
  border: 1px solid #FF0000;
  color: #FF0000;
}

#mailformvsp_anmelden {
 border: 0px solid;
}

input, textarea {
  border: 1px solid #999999;
}

/* ----- -------------------- ----- */
/* ----- MENU LINKS AND RIGHT ----- */
/* ----- -------------------- ----- */
div#links { 
  float:left;
  width:155px; 
  text-align:left;
  vertical-align: top;
}

div#right { 
  float: right;
  width: 145px; 	 
  text-align: left;
  vertical-align: top;
}

/* Überschrift für Inhalte (id=center) */
div#center .csc-header, div#center .csc-header-n1 {

}
/* Überschrift für Fotos der Tagungen (id=right) */
div#right .csc-header, div#right .csc-header-n1 {
  
}
div#right .csc-textpic-caption {
  white-space:nowrap;
}

.menu {
  background-color: #999999;
  border-bottom: 10px solid #FFFFFF;
}

div#links ul, div#right ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

div#links ul li, div#right ul li {
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.5;
}

 
.submenu {
  background-color: #FFFFFF;
  width: 155px;
}
 
div#links ul li ul,  div#right ul li ul {
  padding-left: 20px;
  padding-bottom: 10px;
  list-style-image:url(images/kreuz.gif);
}
 
div#links ul li ul li,  div#right ul li ul li {
  padding-top: 2px;
}

div#links ul li ul li a, div#right ul li ul li a {
  padding-left:-10px;
  text-decoration: none;
  font-weight: normal; 
  color: #000000;
}

div#links ul li ul li a:hover, div#right ul li ul li a:hover {
  color: #FF0000; // red
}




/* ----- FOOTER ----- */
div#footer {
  clear:both;
  border-top: 1px solid #FF0000;
  padding-top: 3px;
}



/* ----- TT_NEWS ----- */
.news-list-item, .news-single-item {
  font-weight: bold;
}

.news-list-item p, .news-single-item p {
  margin-bottom: 30px;
}

.news-list-item-date, .news-single-item-date {
  font-size: 10px;
  display: block;
  margin-bottom: 7px;
}



