a:link {
	font-weight:bold;
	text-decoration:none;
	color: #3a3a3a;
}

a:visited {
	font-weight:bold;
	text-decoration: none;
	color: #3a3a3a;
}

a:active {
	font-weight:bold;
	text-decoration: none;
	color: #3a3a3a;
}
		
a:hover {
	font-weight:bold;
	color: #3a3a3a;
	text-decoration: underline;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	background: #E5D790;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:red;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:red;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:red;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.grau {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	font-size: 12px;*/
	color:#595959;
	font-weight:bold;
}

a:link.mitarbeiter {
	font-weight:normal;
	text-decoration:none;
	color: #3a3a3a;
}

a:visited.mitarbeiter {
	font-weight:normal;
	text-decoration:none;
	color: #3a3a3a;
}

a:active.mitarbeiter {
	font-weight:normal;
	text-decoration:none;
	color: #3a3a3a;
}

a:hover.mitarbeiter {
	font-weight:normal;
	color: #3a3a3a;
	text-decoration: underline;
}

#trick17_link a,a.visited,a.active,a.hover {
	font-weight:normal;
}

a.mail {
	font-size:10px;
}

/* ----------- styles für format in table html ------------- */

.bold {
	font-weight:bold;
}

.normal {
	font-weight:normal;
}

.underline {
	text-decoration:underline;
}

/* ------------------------ */


/* ----------- Menu ------------ */

ul {
	list-style: none;
	padding: 0;
	margin-left: 15px;
}

#nav a {
	text-indent:12px;
	margin-right:24px;
	font-weight: bold;
	display: block;
	color: #3a3a3a;
	text-decoration: none;
}

#nav a:hover {
	text-indent:12px;
	margin-right:24px;
	font-weight: bold;
	color: #3a3a3a;
	text-decoration: none;
	background: url(images/pfeil.gif) center left no-repeat;	
}

#nav li li a {
	text-indent:12px;
	display: block;
	font-weight: normal;
	height:22px;
	border:1px dashed #dddddd;
	margin:4px 0 0 0;
	width:160px;
	color: #3a3a3a;
	background-color:#f6f6f6;
/*	padding: 0.2em 10px; */
}

#nav li li a:hover {
/*	padding: 0.2em 5px; */
/*	border: 5px solid #7d6340; */
	height:22px;
	width:160px;
	font-weight: normal;
	border:1px dashed #dddddd;
	margin:4px 0 0 0;
	text-indent:12px;
	background: url(images/pfeil2.gif) center left no-repeat;	
	background-color:#f6f6f6;
/*	border-width: 0 5px;*/
}

li {
	float: left;
	position: relative;
/*	width: 10em;*/
	text-align: left;
	cursor: default;
	background-color: #f6f6f6;
/*	border: 1px solid #7d6340;
	border-width: 1px 0;
	margin:0 10px 0 10px;*/
}

li ul {
	display: none;
	margin-left:-1px;
/*	margin-top:10px;*/
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #ffffff;
/*	padding: 0.5em 0 1em 0;*/
/*	border: solid 1px #000000;*/
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	width:160px;
	background: url(images/menu_top.gif) top left no-repeat;	
	display: block;
}
