
body {
	margin-left:0px;
	background-color:white;
	font-size: 1em;
	font-family: "Times New Roman", serif;

}
h1 {
	
	font-family: arial, verdana, sans-serif;
	color: black;
}

h2 {
	font-family: "Times New Roman", serif;
}

p {	
	font-size: 1em;
	font-family: "Times New Roman", serif;

}

kursiv {
	font-style: italic;
	font-weight: bold;

}

li { 
	font-size: 1em;
	font-family: "Times New Roman", serif;

}

#gb {
	font-style: italic;
	font-weight: normal;

}

DIV.page { page-break-before: auto; }


#title {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 100px;
/* 	background-color:orange; */
}
#leftmenu {
	visibility:hidden;
	position:absolute;
	left:0px;
	top:100px;
	width:250px;
		float:left;
		padding-left:10px;
		padding-top:50px;
		background-color:red; /*white;*/


}
#rightmenu {
	position:absolute;
	left:850px;
	top:100px;
	width:150px;
	background-color:silver;
}
#content {
/*	padding-top: 7px;
	margin-left:10px;
	margin-right:160px;
	background-color:white;

*/	position:absolute;
	left:5px;
	top:100px;
		width:700px;
		margin: 0 auto;
		padding-left:10px;
		border-left:1px solid #000;
		border-top:1px solid #000;
		height:100%;
	/*	text-align:left; */
		background-color:white; 

}

	/****************************************************************************************
	* 	LAYOUT CSS FOR THE MENU
	****************************************************************************************/
ul#menu {
	position:absolute;
	visibility:hidden;

	left:0px;
	top:100px;

  width: 130px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 8;
  padding: 0;
/*		background-color:red; white;*/

}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  color: black;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 13px;
	font-weight: bold;
  /* color: #785a3c; #006600*/
  color:red; 
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
color:#003300;
font-weight: normal;

}

ul#menu a:hover {
  color: #000099;
}

ul#menu a.active {
/*   color: #be5028;*/
color:#006600;
font-weight: normal;
}


