BODY {
  margin: 0;
  padding: 0;
  background: white;
}

P, TD, H1, H2, H3, H4, H5, H6, LI, dd {
  margin: 0 0 10px 0;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-style: normal; 
  font-weight: normal; 
  color: black; 
  text-decoration: none; 
  line-height: 18px;
}

H1 {

  margin: 0 0 15px 0;
  font-size: 14px;
  font-weight: bolder;
}

H2 {
  margin: 0 0 15px 0;
  font-size: 14px;
  font-weight: bolder;
}

A {
  text-decoration: none; 
  color: #af0917;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; 
}

A:HOVER {
  text-decoration: underline;
}

#printlogo {
  display: none;
}

/* ##############----FORM----################ */

INPUT, TEXTAREA {
  background-color: #E9E9E9;
  border: 1px solid #B00A18;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-style: normal;
  font-weight: normal;
  color: black;
  padding: 2px;
}

TEXTAREA {
  height: 100px;
}

fieldset.csc-mailform {
border: 0;
padding: 0;
margin: 0;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-style: normal; 
  font-weight: normal;
}

.csc-mailform-field {
margin: 0 0 5px 0;
width: 100%;
}

.csc-mailform-field label {
width:150px;
display: block;
float: left;
}

input#mailformName, input#mailformVorname, input#mailformemail, input#mailformTelefon, input#mailformAdresse, input#mailformOrt {
width: 200px;
}

textarea#mailformAnmerkung {
width: 200px;
height: 100px;
}

.csc-mailform-submit {
margin-left: 150px;
}

/* ########################################## */

#main {
  width: 1003px;
  margin: 50px auto 50px auto;
  padding: 0;
  background-color: white;
}

#mainmiddle {
  width: 963px;
  margin: 0 20px 0 20px;
  background-color: white;
  min-height: 370px;
  height: auto;
  overflow: hidden;
}

/* ########################################## */

#top {
  background-repeat: no-repeat;
  width: 1003px;
  height: 126px;
  float: none;
}

/* ########################################## */

#topnavi {
  width: 720px;
  position: relative;
  top: 67px;
  left: 262px;
  overflow: hidden;
  padding-left: 50px;
}

/* bis 6 */
* html #topnavi{ 
  left: 262px;
  position: relative;
}

/* ie 5 */
html + body #topnavi{ 
  left: 262px;
  position: relative;
}

#topnavi UL {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
}

#topnavi LI {
  float: left;
  font-size: 11px;
  font-weight:bold;
  line-height: 16px;
  color: white;
  margin-right: 50px;
 }

#topnavi a{
  color: white;
}

#topnavi .an{
  text-decoration: underline;
}

/* ########################################## */

.spacer{
height: 14px;
}

#navi {
  margin: 0;
  float: left;
  width: 223px;
}

#navi UL {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navi LI {
  margin: 0;
  padding: 0;
  float: none;
  border-bottom: 4px solid white;
  line-height: 12px;
}

#navi a{
  color: #af0917;
  font-weight: bold;
  padding: 4px 0 6px 10px;
  display: block;
  background-color: #b1b3b4;
  text-decoration: none;
}

#navi a:hover{
  color: white;
  background-color: #af0917;
}

#navi .active {  
  background-color: #af0917;
  color: white;
  background-repeat: no-repeat;
  background-position: 4px 8px;
}

#navisub a{
  padding: 4px 0 6px 20px;
  background-color: #d7848b;
  color: white;
}

#navisub a:hover{
  background-color: #af0917;
}

#navisub2 a{
  padding: 4px 0 6px 30px;
  background-color: #d7848b;
  color: white;
}

#navisub2 a:hover{
  background-color: #af0917;
}

#navisub3 a{
  padding: 4px 0 6px 40px;
  background-color: #d7848b;
  color: white;
}

#navisub3 a:hover{
  background-color: #af0917;
}

#navisub4 a{
  padding: 4px 0 6px 50px;
  background-color: #d7848b;
  color: white;
}

#navisub4 a:hover{
  background-color: #af0917;
}

/* ########################################## */

#content {
  float: left;
  width: 500px;
  margin: 0 16px 10px 17px;
  padding: 0px 0px 0px 0px;
  background-color: white;
  min-height: 370px;
  height: auto;
  font-size: 15px; 
}

/* bis 6 */
* html #content{ 
  height:370px;
}

/* ie 5 */
html + body #content{ 
  height: 370px;
}

/* bis 6 */
* html .contentheight{
display: none;
}

/*.contentheight {
  height: 370px;
  float: right;
  width: 1px;
}

.clear{
  clear: both;
  height: 1px;
  overflow: hidden;
}*/

#content ul{
  list-style-image: url(naviactive.gif);
  margin-left: 20px;
  padding: 0;
  margin-top: -5px;
}

#content li{
  margin: 0;
  padding: 0;
  line-height: 16px;
}

#content .imgtext-table{
   padding-right: 5px;
}

#content p{
font-size: 12px;
font-family: arial;
  line-height: 18px;
}

/* ########################################## */

#bottom {
  width: 724px;
  height: 18px;
  border-top: 1px solid #af0917;
  margin: 0 0 0 260px;
  position: absolute;
}

#bottomleft {
  padding: 0;
  float: left;
}

#bottomright {
  padding: 0;
  float: right;
  display: none;
}

#bottomright a{
  color: black;
}

#bottomright P, #bottomleft P {
  margin: 0 20px 0 0px;
  padding: 0;
  font-size: 10px;
  line-height: 16px;
}

/* ##############----SITEMAP----################ */

.sitemap1 {
  padding-left: 10px;
  font-family: Arial, Helvetica, Verdana, sans-serif; 
  font-size: 10px; 
  font-style: normal;
  font-weight: bold;
  color: black; 
  text-decoration: none; 
  line-height: 18px;
}

a:hover .sitemap1 {
  text-decoration: underline;
}

.sitemap2 {
  margin-left: 30px;
  font-family: Arial, Helvetica, Verdana, sans-serif; 
  font-size: 10px; 
  font-style: normal;
  font-weight: normal;
  color: black; 
  text-decoration: none; 
  line-height: 18px;
}

a:hover .sitemap2 {
  text-decoration: underline;
}

.sitemap3 {
  margin-left: 45px;
  font-family: Arial, Helvetica, Verdana, sans-serif; 
  font-size: 10px; 
  font-style: normal;
  font-weight: normal;
  color: black; 
  text-decoration: none; 
  line-height: 18px;
}

a:hover .sitemap3 {
  text-decoration: underline;
}

.sitemap4 {
  margin-left: 60px;
  font-family: Arial, Helvetica, Verdana, sans-serif; 
  font-size: 10px; 
  font-style: normal;
  font-weight: normal;
  color: black; 
  text-decoration: none; 
  line-height: 18px;
}

a:hover .sitemap4 {
  text-decoration: underline;
}

/* ##############----NEWS----################ */

.tx-ttnews-browsebox {
margin:3px;
border: none;
padding:3px;
background-color: transparent;
}

.tx-ttnews-browsebox-SCell {
background-color: #e9e9e9;
border: none;
}

.articleInfo {
  background-color: black;
}

/* ##############----GUESTBOOK----################ */

.tx-veguestbook-pi1 {
font-family: arial, helvetica, verdana;
font-size: 12px;
}

.tx-guestbook-list-header {
color: white;
font-weight: bold;
background-color: #b00a18;
}

.tx-guestbook-list-table {
border: 1px solid #b00a18;
}

/*.tx-guestbook-list-table {
background-color: #e9e9e9;
}*/

.tx-guestbook-list-rowleft {
background-color: #e9e9e9;
}

.tx-guestbook-list-row {
background-color: #e9e9e9;
}


#tx_srfreecap_pi2_captcha_image {
margin: 20px 0 0 -0px;
}

.tx-guestbook-form-inputfield-med{
margin-right: 0;
}

table.nachricht_guestbook td {
width: 320px;
}

/* ##############----Intern Login----################ */

.userred{
  color: red;
  font-weight: bold;
}

.internbold{
  font-weight: bold;
}
.internfloat{
   float: left;
}

/* ##############----FARBEN----################ */

.red{
   color: red;
}

.grey{
   color: #cccccc;
}

.standard{
   color: #008DCF;
}

/* ##############----TABLE CONTENT---################ */

#table-download {
        table-layout: fixed;
	width: 385px;
	border-collapse: collapse;
}

#table-download td {
	border-bottom: 1px solid white;
	padding: 5px 0 5px 0;
}

#table-download td.file{
	vertical-align: bottom;
	padding: 0 0 5px 10px;
	border: none;
}

#table-download td.text{

        font-weight: bold;
	vertical-align: top;
	padding: 0 0 0 10px;
	border: none;
}

#col1 {
	width: 65px;
}


/* ##############----Aktuell CONTENT---################ */

#aktuell {
	width: 197px;
	height: auto;
	min-height: 250px;
        margin: 0px;
        padding: 0px 5px 5px 5px;
        float: left;
        background-color: #ececed;
}

* html #aktuell {
	height: 250px;
        margin: -15px 9px 20px 20px;
      
}

/* ##############----Link Top bonner-fachtagung.de---################ */

#bonnerfachtagung {
width:207px;
height:24px;
display:block;
float:left;
margin: -5px 0 0 -8px;
}

.csc-frame-rulerAfter {
margin: 10px 0 10px 0;
padding: 0;
border-bottom: 1px solid #cccccc;
width: 100%;
}