body {
  margin: 0px;
  padding: 0px;
  background-color: #e0f0ff;
  font-family: Verdana, Geneva, Arial, Helv, Helvetica, sans-serif;
}

h1 {
    color: #1b5b89;
    font-size: 22px;
}

h2 {
    color: #1b5b89;
    font-size: 14px;
}

sup {
    font-size: 70%;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: underline;
}

div#header {
    margin: 0px;
    background-repeat: no-repeat;
    height: 140px;
}

div#wholepage {
    width: 780px;
    background-color: #e0f0ff;
    text-align: left;
}

div#naviframe {
    position: absolute;
    left: 30px;
    top: 200px;
    width: 155px;
}

div#mainframe {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    float: right;
    width: 600px;
    border: 1px solid #99c;
    /*background-color: #f0f0f0;*/
    color: #333;
}

div#attention {
    border: 1px solid #900;
    background-color: #fdd;
    color: #900;    
    padding: 10px;
    text-align: justify;
}

div#thumbnails {
    float: left;
    width: 80px;
    text-align: center;
}

div#mainpic {
    float: right;
    width: 510px;
}

img#dummytn {
    position: absolute;
    left: 25px;
    top: 25px;
}

div#footer {
    clear: both;
    padding: 5px;
    background-color: #d0e0ef;
    text-align: center;
    font-size: 10px;
    color: #333;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #99c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #99c;
}

/* Fuer die Sprachwahl */
.sprache {
    padding-left: 0px;
    padding-bottom: 2px;
}

.flagge {
    padding-right: 3px;
    padding-bottom: 12px;
}

/* Fuer Tabellen */

.btop {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #333;
}

.bright {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #333;
}

.legende {
    padding-top: 5px;
    font-size: 10px;
    font-style: italic;
    height: 30px;
}

.gallink {
    border: 1px solid #99c;
    background-color: #d0e0ef;
    color: #006;
    width: 20px;
    text-align: center;
}

.galaktuell {
    border: 1px solid #00f;
    background-color: #1b5b89;
    color: #fff;
    width: 20px;
    text-align: center;
}

.thumbnail {
    margin-bottom: 8px;
    border: solid 1px #666;
    cursor: pointer;
}

.separator {
    height: 10px;
    position: absolute;
    top: 115px;
    left: 0px;
    z-index: 5;
}

.presse {
  font-size: 14px;
  font-family: Times, "Times New Roman", serif;
  text-align: justify;
}
.headerlogo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
}

.big {
    font-size: 36px;
}

.mediumbig {
    font-size: 24px;
}

.medium {
    font-size: 20px;
}

.normal {
    font-size: 12px;
}

.small {
    font-size: 10px;
}

.mini {
    font-size: 4px;
    color: #333;
}

.error {
    background-color: #ffe8e8;
    color: #f33;
    font-weight: bold;
    border: 1px solid #f99;
}

.gold {
    color: #fc0;
}

.grau {
    color: #666;
}

.dark {
    color: #333;
}

.weiss {
    color: #ffffff;
}

.fett {
    font-weight: bold;
}

.link {
    text-align: center;
}

/* Styles fuer die Linktabelle */
.linkfeld {
    font-size: 12px;
    text-align: left;
    text-decoration: none;
}

.linkaktiv {
    color: #1b5b89;
    font-size: 12px;
    text-align: left;
}
/* Styles fuer die Linktabelle */

.textlink {
    text-decoration: underline;
    color: #000;
}

/* Styles fuer die Newsabteilung */
.ueberbg1 {
    background-image: url(/scripts/UeberBGRest1.jpg);
}
.ueberbg2 {
    background-image: url(/scripts/UeberBGRest2.jpg);
}

.doubleline {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ueber {
    font-family:Verdana,Geneva,Arial,Helv,Helvetica,Swiss,SunSans-Regular,sans-serif;
    font-size:16px;
    font-weight:bold;
    color: #006699;
}

.ueberweiss {
    font-family:Verdana,Geneva,Arial,Helv,Helvetica,Swiss,SunSans-Regular,sans-serif;
    font-size:16px;
    font-weight:bold;
    color: #333;
}
.newslegende {
    font-size:10px;
    font-family : Verdana,Geneva,Arial,Helv,Helvetica,Swiss,SunSans-Regular,sans-serif;
    font-style:italic;
    color: #999999;
}

.newstext {
    font-size: 12px;
}

/* Fuer forms etc. */

.inputbox {
	/*background-color: #ffffff;*/
	background-color: #fff;
	border-color: #666;
	border-style: solid;
	border-width: 1px;
/*	color: #000160;*/
	font-family: Verdana, Arial, Helv, Helvetica, sans-serif;
	font-size: 12px;
}

