BODY {
  margin: 0;
  padding: 0;
  background: white;
}

P, TD, H1, H2, H3, H4, H5, H6, LI, DIV {
  margin: 0 0 10px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-style: normal; 
  font-weight: normal; 
  color: black; 
  text-decoration: none; 
  line-height: 18px;
}

HR {
border: 0;
border-bottom: 1px solid #fbd500;
}

H1 {
  margin: 0 0 15px 0;
  font-size: 12px;
  font-weight: bolder;
}

H2 {
  margin: 0 0 15px 0;
  font-weight: bolder;
}

H3 {
  font-weight: bolder;
  color: #da0212;
}

A {
  text-decoration: none; 
  color: red;
}

A:HOVER {
  text-decoration: underline;
}

#printlogo {
  display: none;
}

/* ########################################## */

#main {
  width: 1003px;
  margin: 0px auto 50px auto;
  padding: 0;
  background: white;
}

#mainmiddle {
  width: 1003px;
  margin: 0px;
  min-height: 370px;
  height: auto;
  overflow: hidden;
  clear: both;
  background-repeat: repeat-y;
  border-right: none;
  border-right: 1px solid white;
  border-left: 1px solid white;
  min-height: 370px;
  height: auto;
  overflow: hidden;
}

/* ########################################## */

#top {
  background-repeat: no-repeat;
  width: 1003px;
  height: 203px;
  float: none;
}

/* ########################################## */

#topnavi {
  width: 500px;
  position: relative;
  top: 62px;
  left: 435px;
  overflow: hidden;
}

/* bis 6 */
* html #topnavi{ 
  left: 435px;
  position: absolute;
}

/* ie 5 */
html + body #topnavi{ 
  left: 435px;
  position: absolute;
}

#topnavi UL {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
}

#topnavi LI {
  text-indent: 0;
  color: black;
  float: left;
  font-size: 10px;
  line-height: 16px;
}

#topnavi a{
  color: black;
}

#topnavi .an{
  text-decoration: underline;
}

/* ########################################## */

#navi {
  margin: 4px 0 0 0;
  float: left;
  width: 194px;
  background-color: #fbd500;
}

#navi UL {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navi LI {
  margin: 0;
  padding: 0;
  float: none;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: white;
  line-height: 12px;
}

#navi a{
  color: black;
  padding: 4px 0 4px 10px;
  display: block;
}

#navi .active {
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 4px 8px;
  color: #da0212;
}

#navisub {
  background-color: #f8e346;
}

#navisub LI {
  padding: 1px 0 1px 0px;
}

#navisub a{
  padding: 1px 0 1px 17px;
}

#navisub .active {
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 11px 5px;
}

#navisub2 {
  background-color: #fbf1a2;
}

#navisub2 LI {
  padding: 1px 0 1px 0px;
  border-bottom: 1px solid #f8eea2;
}

#navisub2 a{
  padding: 1px 0 1px 23px;
  font-size: 10px;
}

#navisub2 .active {
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 17px 5px;
}

#navisub3 {
  background-color: #f8e346;
}

#navisub3 LI {
  padding: 1px 0 1px 0px;
  border-bottom: 1px solid #f8eea2;
}

#navisub3 a{
  padding: 1px 0 1px 29px;
  font-size: 10px;
}

#navisub3 .active {
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 23px 5px;
}

#navisub4 {
  background-color: #f8e346;
}

#navisub4 LI {
  padding: 1px 0 1px 0px;
  border-bottom: 1px solid #f8eea2;
}

#navisub4 a{
  padding: 1px 0 1px 17px;
}

#navisub4 .active {
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 11px 5px;
}
/* ########################################## */

#content {
  float: left;
  width: 571px;
  margin: 0;
  padding: 15px 20px 15px 20px;
  border-left: 1px solid white;
  border-right: 1px solid #fbd500;
  background-color: white;
  background-repeat: repeat;
  min-height: 370px;
  height: auto;
}

/* bis 6 */
* html #content{ 
  height:370px;
}

/* ie 5 */
html + body #content{ 
  height: 370px;
}

#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: 11px;
  line-height: 18px;
}
/* ########################################## */
#bottom {
  width: 787px;
  height: 18px;
  border-top: 1px solid black;
  margin: 0 0 0 216px;
  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 {
  background-image: url(ullrich_naviactive.gif);
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-style: normal;
  font-weight: bold;
  color: black; 
  text-decoration: none; 
  line-height: 18px;
}

a:hover .sitemap1 {
  color: red;
  text-decoration: underline;
}

.sitemap2 {
  margin-left: 30px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-style: normal;
  font-weight: normal;
  color: black; 
  text-decoration: none; 
  line-height: 18px;
}

a:hover .sitemap2 {
  color: red;
  text-decoration: underline;
}

.sitemap3 {
  margin-left: 45px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-style: normal;
  font-weight: normal;
  color: black; 
  text-decoration: none; 
  line-height: 18px;
}

a:hover .sitemap3 {
  color: red;
  text-decoration: underline;
}

.sitemap4 {
  margin-left: 60px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-style: normal;
  font-weight: normal;
  color: black; 
  text-decoration: none; 
  line-height: 18px;
}

a:hover .sitemap4 {
  color: red;
  text-decoration: underline;
}

/* ##############----FORM----################ */

INPUT, TEXTAREA {
  width: 220px;
  background-color: #FEF7CC;
  border: 1px solid #FBD500;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-style: normal;
  font-weight: normal;
  color: black;
  height: 16px;
  min-height: 16px;
  padding: 2px 2px 0px 2px;
}

TEXTAREA {
  height: 100px;
  min-height: 100px;
}


INPUT.button {
  width: auto;
  height:20px;
  margin-bottom: -2px;
  padding: 2px 2px 2px 2px;
}

INPUT.radio, INPUT.check {
  border: none;
  background-color: transparent;
  float: left;
  width: auto;
  height: auto;
}

/* ##############----NEWS----################ */

.tx-ttnews-browsebox {
margin:3px;
border: none;
padding:3px;
background-color: transparent;
}

.tx-ttnews-browsebox-SCell {
background-color: #FDEE99;
border: none;
}

.articleInfo {
  background-color: black;
}

/* ##############----GUESTBOOK----################ */

ul.prevnext {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.prevnext  li {
  padding: 2px;
  margin: 0 0 0 2px;
  float: left;
}

li.current {
  padding:3px;
  background-color: #F7C0C3;
  float: left;
}

#content .bgkommentar{
  background-color: #FBD500;
}

#content .bgname{
  background-color: #FEF7CC;
}

#content .bgname01{
  background-color: #FDEE99;
}

#content .bgname a, .bgname01 a{
  color: red;
}

/* ##############----Intern Login----################ */

.userred{
  color: red;
  font-weight: bold;
}

.internbold{
  font-weight: bold;
}
.internfloat{
   float: left;
}

/* ##############----FARBEN----################ */

.red{
   color: red;
}

.grey{
   color: #cccccc;
}

.standard{
   color: #FBD500;
}

/* ##############----TABLE CONTENT---################ */

#table-download {
        table-layout: fixed;
	width: 400px;
	border-collapse: collapse;
}

#table-download td {
	border-bottom: 1px solid #CCCCCC;
	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;
}

div.caption {
       font-style: italic;
       font-size: 10px;
line-height: 12px;
text-align: left;
}

/* ##############----Aktuell CONTENT---################ */

#aktuell {
	width: 174px;
	height: auto;
	min-height: 250px;
        margin: 0;
        padding: 10px 10px 5px 10px;
        float: left;
}

* html #aktuell {
	height: 250px;
        margin: 0;
      
}

#aktuell H2, #aktuell H1 {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  color: red;
  border-bottom: 1px solid #fbd500;
}

#aktuell input {
width: 100px;
}

#aktuell input.button {
width: auto;
}

.spacer {
height: 10px;
background-color: white;

}