/* Schrift- und Linkdefinitionen */

/allgemein */

body {
    font-size   : 12px;
    color       : #666666;
    font-family : Arial, Helvetica, sans-serif;
}
.standardtext {
    font-size   : 10pt;
    color       : #666666;
    font-family : Arial, Helvetica, sans-serif;
}
.standardtext h2 {
    font-size   : 14pt;
    line-height : 16pt;
    margin      : 2pt;
    color       : #666666;
    font-family : Arial, Helvetica, sans-serif;
}

/* allgemeine Links */

a.standard {
    text-decoration : none;
    font-size       : 12px;
    color           : #0066FF;
    font-family     : Arial, Helvetica, sans-serif;
}
a.standard:hover {
    text-decoration : none;
    font-size       : 12px;
    color           : #000099;
    font-family     : Arial, Helvetica, sans-serif;
}

/* Pathway */

.path {
    font-size   : 10pt;
    color       : #F5F5F5;
    font-family : Arial, Helvetica, sans-serif;
}
a.path {
    text-decoration : none;
    font-size       : 10pt;
    color           : #F5F5F5;
    font-family     : Arial, Helvetica, sans-serif;
}

/* Copyright */

.copy {
    font-size   : 7pt;
    color       : #666666;
    font-family : Arial, Helvetica, sans-serif;
}

/* großes Logo */

a.logo {
	text-decoration : none;
    font-size       : 40pt;
    color           : #F5F5F5;
    font-family     : Arial Rounded MT Bold;
}
a.logo:hover {
	text-decoration : none;
    font-size       : 40pt;
    color           : #666666;
    font-family     : Arial Rounded MT Bold;
}

/* Schrift neben Foto */

.logo2 {
    font-size   : 10pt;
    color       : #F5F5F5;
    font-family : Arial, Helvetia, sans-serif;
}


/* Definitionen für das Menü */

a.mainlevel {
  text-decoration  : none;
  display          : block;
  font-size        : 14px;
  color            : #666666;
  background-color : #ECECF9;
  padding          : 2px 0;
  font-weight      : bold;
  text-indent      : 10px;
}

a.mainlevel:hover {
  text-decoration  : none;
  display          : block;
  font-size        : 14px;
  color            : #F5F5F5;
  background-color : #666666;
  padding          : 2px 0;
  font-weight      : bold;
  text-indent      : 10px;
}