td,tr,table {
	background-repeat: no-repeat;
	color: #5f5f5f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* links */
a:link, a:visited {
	color: #5f5f5f;
	text-decoration: none;
}
a img {
  border-width: 0px;
}

table.verlaufrechts {
	background-image: url(../images/verlaufrechts.png);
}

/* menu level 1 */
td.menu1-level1-no {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5f5f5f;
	padding-left: 18px;
}
td.menu1-level1-act {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5f5f5f;
	padding-left: 18px;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

/* menu level 2 */
td.menu1-level2-no {
	padding-left: 36px;
}
td.menu1-level2-act {
	padding-left: 36px;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 26px 4px;
}

/* menu level 3 */
td.menu1-level3-no {
	padding-left: 54px;
}
td.menu1-level3-act {
	padding-left: 54px;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 44px 4px;
}

/* Hyperlinks in content area */
td.content a {
	font-weight: bold;
	text-decoration: none;
}

/* Mailform */
div.csc-mailform-field {
  clear: both;
	padding: 2px 0px;
}
select {
}
label {
	float: left;
  width: 10em;
}
input {
}

/* Loginform */
form.login_form {
	background-image: url(../images/schloss.png);
	background-repeat: no-repeat;
	height: 129px;
	background-position: 10px 0px;
}
form.login_form input#user {
  display: block;
	font-size: 8pt;
	position: relative;
	left: 20px;
	top: 40px;
	width: 110px;
}
form.login_form input#pass {
  display: block;
	font-size: 8pt;
	position: relative;
	left: 20px;
	top: 50px;
	width: 110px;
}
form.login_form input.button {
  display: block;
	font-size: 8pt;
	position: relative;
	left: 20px;
	top: 60px;
}

