@charset "utf-8";
/* CSS Document */

body,td {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

a:link, a:visited, a:active {
     color: #333333;
     text-decoration: underline;
}
a:hover {
     color: #000000;
     text-decoration: none;
}

h1 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

h2 {
     color: #333333;
     font-size: 16px;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
p {
	font-size:12px;
}

/* menu */

td.menu {
	padding: 60px 0 0 20px;
}

td.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 15px;
}
td.menu ul ul {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	font-size:12px;
}

td.menu a.menu_default, td.menu a.menu_current {
	font-weight: bold;
	color:#000;
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-bottom: 3px;
	text-decoration: none;
}
td.menu a.menu_current, td.menu a:hover  {
	font-weight: bold;
	color:#F00;
}
td.menu a:hover  {
	font-weight: bold;
	color:#F00;
}
td.content {
	padding: 0 65px 0 30px;
}
.Titel1 {
	position:absolute;
	top: 230px;
	left:200px;
	color:#000;
	font-size:36px;
	font-weight:bold;
	z-index:10;
}
#mt {
	font-size:10px;
	color:#999;
	text-align:left;
	padding: 0 0 0 30px;
}