/*  ... Dies ist die Style Sheets Datei für yonder-online.de ... */

/* font defaults */
td, body, p, span {
  font-family: arial, helvetica;
}


/*  ... color defaults and get rid of margin in Gecko... #F0BC83*/

body {
  background-color:#F0BC83;
  margin: 0;
}

/*  ... Einstellungen für verschiedene Textsorten ... */

.bildunter{color:#0F0F0F; font-family:verdana; font-weight:normal; font-size:9pt; text-decoration:none}
.text{color:#323234; font-family:arial; font-weight:normal; font-size:11pt; text-decoration:none}
.ueberschrift{color:#FFFFFF; font-family:verdana; font-weight:bold; font-size:14pt; text-decoration:none}
.hervorgehoben{color:#E4834F; font-family:arial; font-weight:bold; font-size:11pt; text-decoration:none; font-style:italic}
p.ueberschrift{color:#323234; font-family:verdana; font-weight:bold; font-size:12pt; text-decoration:none}
td.ueberschrift{background-color:#E4834F; height: 50; text-align: center; vertical-align: middle;}

/*  ... Hier kommen die Styles für Links im Text... */

a:link {color:#535356; font-family:arial; font-weight:bold; font-size:11pt; text-decoration:none}
a:visited {color:#535356; font-family:arial; font-weight:bold; font-size:11pt; text-decoration:none}
a:hover {color:#FFFFFF; font-family:arial; font-weight:bold; font-size:11pt; text-decoration:none}
a:active {color:#535356; font-family:arial; font-weight:bold; font-size:11pt; text-decoration:none}

/*  ... Hier kommen die Styles für Links in der linken Navigationsleiste... */


/* Scroll-Format */
body, td {
  scrollbar-face-color: #E4834F;
  scrollbar-shadow-color: #fffde6;
  scrollbar-highlight-color: fffde6;
  scrollbar-3dlight-color: #fffde6;
  scrollbar-darkshadow-color:#fffde6;
  scrollbar-track-color: #fffde6;
  scrollbar-arrow-color: #fffde6;
}

.yonderblue {
  background-color: #0B013E;
}

/* styles for the header banner */

.bannertable {
  background-color: #0B013E;
  width: 100%;
}

.bannertable td {
  background-color: #0B013E;
}

.bannerspacer {
  height: 20;
}

.bannerline td {
  height: 98;
}

/* end of styles for the header banner */

/* styles for menue */

.menutable {
  height: 100%;
  width: 240;
}

.menuspacer {
  font-size: 1;
  height: 10;
}

.menuitem {
  height: 15;
}

a.links:link {color:#FFFFFF; font-family:verdana; font-weight:normal; font-size:10pt; text-decoration:none}
a.links:visited {color:#FFFFFF; font-family:verdana; font-weight:normal; font-size:10pt; text-decoration:none}
a.links:hover {color:#949191; font-family:verdana; font-weight:normal; font-size:10pt; text-decoration:none}
a.links:active {color:#FFFFFF; font-family:verdana; font-weight:normal; font-size:10pt; text-decoration:none}

/* end styles for menue */

/* content area */

.contentpanel {
  padding: 30;
}

.contenttable {
  width: 100%;
}

.headlinespacer {
  height: 20;
}