@charset "iso-8859-2";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background.png);
	margin: 60px 0 0 0;
	font-size: 10px;
	color: #b3b1b1;
	width: 100%;
}

/* header */
div#header {
	background-image: url(images/header.png);
	width: 651px;
	height: 11px;
	margin: 0 auto;
}

/* navi */
div#navi {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-image:url(images/navi.png);
	background-repeat: repeat-x;
	height:60px;
	text-align: center;
}
div#navi ul {
	margin: 0 auto;
	padding:0;
	list-style: none;
	width: 600px;
}
div#navi li {
	margin: 0;
	padding: 0;
	float: left;
}
div#navi a {
	display: block;
	padding: 12px 0 0 0;
	height: 36px;
	width: 120px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size:12px;
}
div#navi a.open {
	background-image: url(images/navi_active.png);
}

/* content */
div#content {
	background-color: #3f3f3f;
	width: 651px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
div#content h1 {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px dotted #b4b4b4;
}
div#content h2 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 5px 0;
}
div#content h3 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 5px 0;
}
div#content p {
	margin: 0 0 5px 0;
}
div#content hr {
	border: none;
	background-color: none;
	border-bottom: 1px dotted #b4b4b4;
	height: 0px;
	margin: 5px 0;
	padding: 0;
}
div#content input.field {
	width: 186px;
}
div#content input {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#content textarea {
	width: 205px;
	height: 115px;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#content form span {
	display: block;
	width: 113px;
	float: left;
	color: #FFFFFF;
}
div#errormessage {
    color: #FF0000;
}
/* sidebar */
div#sidebar {
	display: block;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	width: 162px;
	height: 143px;
	float: left;
}

/* text */
div#text {
	width: 454px;
	float: left;
}
div#text a {
 	color: #FFFFFF;
 	text-decoration: none;
}
/* clear */
div#clear {
	clear: both;
	float: none;
}

/* footer */
div#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 651px;
	height: 67px;
}
