/*
#############################################
*/
/* Globale Angaben */
body {
  background-color: #FFF;
}
h3 {
/* hier Textfarbe anpassen */
  color: #000; 
}

/*
#############################################
*/
/* Layout */
#logo {
  display: none;
}
#portalgrafik {
  display: none;
}
#claim {
  display: none;
} 

/*
#############################################
*/
/* Meta-Navigation oben rechts */
#vorMetaNavi {
  display: none;
}
#metaNavi {
  display: none;
}

/*
#############################################
*/
/* Hauptnavigation horizontal unter Kopfgrafik */
#naviBack {
  display: none;
}
#navi {
  display: none;
}

/*
#############################################
*/
/* Fasst die vertikale Navigation, Content und Marginalspalte ein */
#container {
  z-index: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
/* hier Hintergrund anpassen */
  background: #FFF url() no-repeat;
}

/*
#############################################
*/
/* Subnavigation links vertikal */
#left {
  display: none;
}

/*
#############################################
*/
/* ariadne Navigation direkt über dem Content */
#ariadne {
  display: none;
}

/*
#############################################
*/
/* Content */
#content {
  top: 5px;
  left: 5px;
  width: 100%;
}
#content a, #content a:link, #content a:active, #content a:visited, #content a:hover {
  text-decoration: none;
}

/*
#############################################
*/
/* Contentformulare */
table.form thead input.formhead {
  display: none;
}
table.form tfoot input {
  display: none;
}

/*
#############################################
*/
/* Marginalspalte rechts */
#sidebar {
  display: none;
}

/*
#############################################
*/
/* Fusszeile unten */
#footer {
  display: none;
}
