html, body{
      margin:0;
      padding:0;
      height:100%;
      border:none
}

body {
	/* background-color:#FFEEA5; */
	/* background-image:url(bg.png); */
	/* background-repeat:repeat-x; */

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 82%;
	margin-left: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table.theme-maintable {
    border:none;
    border-collapse:collapse;
 border-left: 2px;
 border-right: 2px;
}

/*table.theme-maintable td {
    border:none;
    border-collapse:collapse;
 border-left: 5px;
 border-right: 5px;
}*/

table.theme-maintable td {
	vertical-align:top;

/* ###NEUES Design: Linien oben### */
	/* border-bottom: 1px solid #dcdcdc; */
}

table.theme-maintable td.theme-maincontent {
	width:100%
}

p.align-center {
	text-align:center;
}

a:link { 
  background: none; 
  color: #00337f; 
  text-decoration: none; 
}

 a:visited { 
   background: none; 
	color: #11337f;
/*   color: #990099; */
   text-decoration: none; }

a:hover {
  background: none;
  color: #3f697f;
  text-decoration: underline;
}

a img {
  background: inherit;
  color: inherit;
  border: none; 
}

div.news-list-container a {
 color: #007fff;
 background-color: #330000;
}

div.news-list-container a:hover {
 color: #113355;
 background-color: #11ff33;
}

td.menu-bar a{
 color: #00afff;
 background-color: #330000;
}

td.menu-bar a:hover{
 color: #113355;
 background-color: #11ff33;
}

a#menu-item-active {
 color: #00afff;
 background-color: #664422;
}

a#menu-item-active:hover {
 color: #00afff;
 background-color: #885533;
}

/* tt_news latest auf Startseite */
div.news-latest-container h2 {
    color: #004263;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -20px;
    margin-top: -10px;
}

div.news-latest-container h3 {
/*    color: #004263;*/
    font-size: 13px;
    font-weight: bold;
    margin-top: 0px;
}

hr.clearer, div.news-latest-morelink {
    display: none;
}

span.news-latest-date {
    text-align: right;
    font-size: 11px;
    color: #ffffff;
    display: block;
    width: 100%;
    margin-top:40px;
}

div.news-latest-gotoarchive {
    margin-top: 40px;
    font-size: 13px;
    font-weight: bold;
}

div.news-header {
    color: #ffffff;
}

div.news-list-item {
    /* margin: 5px 0px 0px 0px; */
    padding: 2.5px 0px 0px 0px;

/* ###NEUES Design: Linien Aktuelles### */

    color: #ffffff;
    border-top: 1px solid #ffffff;
    font-size: 11px;
}


/* tt_news list auf Aktuelles */
span.news-list-date {
    text-align: right;
    font-size: 11px;
    color: #ffffff;
    display: block;
    width: 100%;
/*    margin-top:40px; */
    font-weight:normal;
}

div.news-list-container h3 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 2.5px;
}

/* tt_news single */
div.news-single-timedata {
    font-size: 11px;
    color: #ffffff;
/*    display: block;*/
/*    width: 100%;*/
    margin-top: 20px;
    font-weight:normal;
}

div.news-single-item h2 {
/*    color: #004263;*/
    font-size: 15px;
    font-weight: bold;
/*    margin-bottom: -20px;*/
}

div.news-single-item h3 {
/*    color: #004263;*/
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}
div#langSelector  {
    text-align:center;
    padding-top: 2px;
}
#langSelector img {
    vertical-align:middle;
    padding: 0 5px;
}

/* Neue Gr��en f�r �berschriften */
h1 {
  font-size: 18px;
  margin-top: 10px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
  margin-bottom: -5.7px;
}
h4 {
  font-size: 12px;
  font-weight: bold;
}
