/* CSS Document */

/* Layers /*

/* header_bg */

#header_bg {
	display: none;
}

/* header */

#header {
	display: none;
}
#button-new {
	display: none;
}


/* new */

#new {
	display:none;
}

/* language */

#language {
	display: none;
}

/* title */

#title {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:80px;
	z-index:2;
}

/* menu */

#menu {
	display: none;
}

/* text */

#text {
	position:absolute;
	left:0px;
	top:100px;
	width:100%;
	z-index:3;
	padding: 10px;
	overflow: visible;
}

#text p {
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#text a {
	font-weight: bold;
	text-decoration: underline;
}

/* other styles */

.highlight {
	font-weight: bold;
}

.heading {
	font-weight: bold;
	font-size:larger;
}

.bigheading {
	font-weight: bold;
	font-size:x-large;
}
