
body {
 margin: 0;
 color: #000000;
 background-color: #FFFFFF;
}

html,body {
 width: 100%;
 height: 100%;
}


body, table, tr, td {
 font-family: Arial;
 font-size: 10pt;
 color: #000000;
}

h1 {
 font-size: 160%;
 font-weight: bolder;
 padding-left: 7px;
 margin-top: 15px;
 margin-bottom: 20px;
 line-height: 140%;
 font-variant: small-caps;
 border-left: 2px #C0C0C0 solid;
 border-bottom: 4px #C0C0C0 solid;
 width: 66%;
}

h2 {
 font-size: 110%;
 font-weight: bold;
 padding-left: 3px;
 line-height: 120%;
 font-variant: small-caps;
}

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

a:hover, a:focus {
 text-decoration: underline;
}

a:visited {
 color: #800080;
}

a:active {
 color: #FF0000;
}

hr {
 width: 80%;
 margin: 0;
}

ul {
list-style-type: disc;
}

small {
 font-size: 8pt;
}


/*----classes----------------------------*/

.ueber {
 font-size: 20pt;
 font-weight: bold;
 text-align: center;
}

.titelklein {
 font-size: 9pt;
 font-weight: bold;
}

.unauff {
 font-size: 65%;
 color: #C0C0C0;
}

.quote {
 font-style:italic;
 text-indent: 1em;
 padding-left: 1em;
}

.menu {
 text-indent: 1em;
 line-height: 1em;
  text-align: left;
}

.menu a {
color: #000000;
}

.menu a:visited {
color: #000000;
}

.menu1 {
 text-indent: 0em;
 font-weight: bold;
 padding-bottom: 2px;
}

.firstlinebold td:first-line {
 font-weight: bold;
}

.vtop {
 width: 75%;
 border: 0;
 padding-left: 2em;
}

.vtop td {
 vertical-align: top;
 font-weight: bold;
 }

.fn {
 font-weight: normal;
}

.seminar {
 border: 1px solid #C0C0C0;
 width: 85%;
 padding: 5px;
}

.tdheader {
 border-bottom: 3px #7f7f7f solid;
 text-align: center;
}

.tdmenu {
 background-color: #dbdbcb;   /* #ddd2d0 */
 vertical-align: top;
}

.tdcontent {
 padding: 5px 30px 5em 25px;
 vertical-align: top;
}

.tdnews {
 background-color: #dbdbcb;
 vertical-align: top;
}

/*----formmailer----------------------------*/

.error {
 font-size: 75%;
 color: #FF0000;
}

/*----unterklassen----------------------------*/

.h1gruen {
 background-color: #77f369;
}

.h1blau {
 background-color: #5387f5 ;
}

.h1orange {
 background-color: #f9b463;
}

.h1rot {
 background-color: #ea8182;
}

.h1gelb {
 background-color: #fbee7b;
}

.h1bg {
 background-color: #dbdbcb;
}


#idgruen {
 background: url(gfx/bg_gruen.png) top repeat-x;
}

#idblau {
 background: url(gfx/bg_blau.png) top repeat-x;
}

#idorange {
 background: url(gfx/bg_orange.png) top repeat-x;
}

#idrot {
 background: url(gfx/bg_rot.png) top repeat-x;
}

#idgelb {
 background: url(gfx/bg_gelb.png) top repeat-x;
}

#idbg {
 background: url(gfx/bg_bg.png) top repeat-x;
}

/*----news----------#ffffcc------------------*/

.ntime {
 font-size: 66%;
 color: #808080;
}

.ntitle {
 font-size: 75%;
 font-weight: bold;
}

.ncontent {
 font-size: 75%;
}

.ntitletr  {
 background-color: #ffffcc;
}