html, body {
	margin: 0;
	font-family: "Trebuchet MS",Arial;
	font-size: 10pt;
	color: #333333;
}

/* layout */
div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div#container {
	width: 714px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;	
}

div#content {
	padding: 25px 40px 40px 40px;
}

div#title {
	font-family: "Lucida Calligraphy";
	font-size: 15pt;
	margin: 0px 0px 15px 0px;
}

div#subtitle {
	font-weight: bold;
	font-size: 10pt;
	margin: 0px 0px 15px 0px;
}

div#content #submenu {
	float:right;
	margin:0px 0px 0px 40px;
}

div#content #submenu img {
	margin-bottom: 15px;
}

/* navigation */
div#navigation {
	display: none;
}

/* links */
a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #F3F1DF;
	background-color: #333333;
	text-decoration: underline;
}

/* forms */
form {
	margin-top: 0px;
	margin-bottom: 0px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
}

.formbutton {
	display: none;
}

label {
	display: block;
	float: left;
	text-align: left;
	width: 100px;
	padding-right: 20px;
	border-right: 5px solid #F3F1DF;
	margin-right: 5px;
}

div#kamericoon img {
	padding-right: 30px;
	padding-bottom: 20px;
}

div#kamericoon a:hover {
	background-color: #F3F1DF;
}