/* CSS Document */

/* links */
a.test {font-family: verdana; font-size: 12px; text-decoration: none;}
a.test:hover {font-family: verdana; font-size: 12px; text-decoration: none; color: #6E6E6E}
a.test:visited {font-family: verdana; font-size: 12px; text-decoration:none;  color:blue; }
a.test:active {font-family: verdana; font-size: 12px; text-decoration: none; color: #000000}

a.nav {font-family: verdana; font-size: 16px; font-weight: bold; text-decoration: none; color: #000000}
a.nav:hover {font-family: verdana; font-size: 16px; font-weight: bold; text-decoration: none; color: #6E6E6E}
a.nav:active {font-family: verdana; font-size: 16px; font-weight: bold; text-decoration: none; color: #000000}

a.symposium{font-family: "Times New Roman", Times, serif; font-size: 16px; color: blue; text-decoration: none}
a.symposium:visited{font-family: "Times New Roman", Times, serif; font-size: 16px; color: blue}


a.kontakt{font-family: verdana; font-size: 16px; text-decoration: none; color: blue}
a.kontakt:visited{font-family: verdana; font-size: 16px; text-decoration: none; color: blue}
a.webmaster{font-family: verdana; font-size: 11px; text-decoration: none; color: blue}

a.navMore {font-family: verdana; font-size: 15px; font-weight: bold; text-decoration: none; color: #000000}
a.navMore:hover {font-family: verdana; font-size: 15px; font-weight: bold; text-decoration: none; color: #6E6E6E}
a.navMore:active {font-family: verdana; font-size: 15px; font-weight: bold; text-decoration: none; color: #000000}
a.gb {font-family: verdana; font-size: 11px; color: blue }
/* table*/
tr.nav {height: 30}
td.nav {font-family: verdana; font-size: 16px; color: #000000; font-weight: bold}
td.navMore {font-family: verdana; font-size: 15px; color: #000000; font-weight: bold }
td.gb {font-family: verdana; font-size: 11px; color: #000000; }
td.bold {font-weight: bold}

/* format */
p.fett {font-family: verdana; font-size: 10px; color: #000000; font-weight: bold}

h1 {font-family: verdana; font-size: 22px; color: #000000;}
h2 {font-family: verdana; font-size: 20px; color: #000000;}
h2 {font-family: verdana; font-size: 16px; color: #000000;}

td.titel {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
td.titel2 {

	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
td.title3 {


	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

