/* CSS Document */

/* General */
body {
	background-color: #4E0E33;
	margin: 0px;
}

/* Layers /*

/* header_bg */

#header_bg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:80px;
	overflow:hidden;
	z-index:0;
	background-image: url(../graphics/bg_topbar.jpg);
}

/* header */

#header {
	position:absolute;
	left:230px;
	top:0px;
	width:65%;
	height:80px;
	overflow:visible;
	z-index:4;
}

/* new */

#new {
	position:relative;
	left: 230px;
	top: -75px;
	width: 165px;
	height:115px;
	z-index:5;
	visibility: hidden;
}

#button-new {
	position:absolute;
	left:185px;
	top:500px;
	width:40px;
	height:40px;
	z-index:0;
	visibility: hidden;
}


/* language */

#language {
	position:absolute;
	left:0px;
	top:110px;
	width:150px;
	height:30px;
	z-index:2;
}

/* title */

#title {
	position:absolute;
	left:230px;
	top:80px;
	width:65%;
	height:80px;
	z-index:2;
}

/* menu */

#menu {
	position:absolute;
	left:0px;
	top:170px;
	width:200px;
	height:450px;
	z-index:3;
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F5E694;
	display:compact;
}
#menu ul {
	list-style-type: none;
	margin:0px;
	padding: 0px;
}
#menu li {
	margin: 0px 0px 15px 5px;
	padding: 0px;
}
#menu li.subitem
{
	font-size:small;
	margin: 10px 0px 10px 20px;
	padding: 0px;
}
#menu a {
	display:compact;
	text-decoration:none;
	color: #F5E694;
}
#menu a:hover {
	color: #4E0E33;
	background-color: #F5E694;
}

/* text */

#text {
	position:absolute;
	left:230px;
	top:170px;
	width:65%;
	z-index:3;
	padding: 10px;
	overflow: visible;
	background-color:#F5E694;
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#text a:hover {
	color: #F5E694;
	background-color: #4E0E33;
}

#text a {
	font-weight: bold;
	color: #4E0E33;
	text-decoration: none;
}

/* other styles */

.highlight {
	font-weight: bold;
	color: #4E0E33;
}

.heading {
	font-weight: bold;
	color: #4E0E33;
	font-size:larger;
}

.bigheading {
	font-weight: bold;
	color: #4E0E33;
	font-size:x-large;
}
