/* gildberg.net style sheet */

body {
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: 0px;
}

#pagecontent {
	width: auto;
	border: 0px;
}


/* ------------- Header --------------- */

#header {
	display: none;
}


/* ----------- Menu ------------- */

#menu {
	display: none;
}


/* ------------ Language --------- */

#language {
	display: none;
}


/* ------------- Body ------------ */

#bodytext {
	padding: 10px;
}

#bodytext h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

#bodytext h2 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

#bodytext dt {
	font-weight: bold;
}

#bodytext dd {
	margin-bottom: 20px;
}

/* ------------- Footer -------------- */

#footer {
	display: none;
}

