@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	background-color: #E1F0FF;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
.main {
	border: 1px solid #77BBFF;
	line-height: 15px;
}
.menu {
	border: 1px solid #77BBFF;
	text-indent: 5px;
}
#menulink a:link {
	text-decoration: none;
	color: #000;
	display: block;
	line-height: 18px;
}
#menulink a:visited {
	color: #000;
	text-decoration: none;
	line-height: 18px;
	display: block;
}
#menulink a:hover {
	color: #000;
	text-decoration: none;
	line-height: 18px;
	display: block;
	background-color: #FFCC00;
}
#menulink a:active {
	color: #000;
	text-decoration: none;
	line-height: 18px;
	display: block;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
.termine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #77BBFF;
	border-right-color: #77BBFF;
	border-bottom-color: #77BBFF;
	border-left-color: #77BBFF;
}

