/* CSS Document */
body {
	padding: 0px;
	margin: 8px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background-color: #808080;
}
#content {
	width: 700px;
	padding: 20px 10px 20px 30px;
}
#rightbox {
	position:absolute;
	left:730px;
	margin:20px 20px 0 0;
}
.topp {
	background-image: url(../images/head.jpg);
	height: 273px;
	width: 950px;
}
.cont {
	width: 950px;
	background-color: #ffffff;
}
.footer {
	top: 50px;
	left: 140px;
	width: 740px;
	position: relative;
	color: #ffcc00;
	font-size: 9px;
}
.footer-wrap {
	background-image: url(../images/footer.gif);
	height: 68px;
	width: 950px;
}
h1 {
	font-size: 17px;
}
h2 {
	font-size: 15px;
}
p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-size: 12px;
	text-decoration:none;
	color: #333399;
	font-weight: bold;
}
a:hover {
	font-size: 12px;
	text-decoration:underline;
	color: #333399;
}

/* navi typo3 */
.menu1-level1-no a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #333399;
}
.menu1-level2-no a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #333399;
	margin-left: 10px;
}
.menu1-level1-no a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
	color: #333399;
}
.menu1-level2-no a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
	color: #333399;
	margin-left: 10px;
}
.menu1-level1-act a {
	font-size: 12px;
	text-decoration: underline;
	line-height: 20px;
	color: #333399;
	font-weight: bold;
}
.menu1-level2-act a {
	font-size: 12px;
	text-decoration: underline;
	line-height: 20px;
	color: #333399;
	font-weight: bold;
	margin-left: 10px;
}

/* forms */
.csc-form-labelcell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
.csc-form-label-req {
	font-weight: bold;
}
label {
	width:100px;
	display:block;
	float:left;
}	
