	body
	{
		background-color: #ffffff;
		font-family: Verdana;
		font-size: 8pt;
		margin: 0px;
		color: #aa7711;
	}
	p
	{
		margin: 0px;
	}
	a
	{
		color: #ffcc66;
		text-decoration: underline;
	}
	a:hover
	{
		text-decoration: underline;
	}
	a img {
		border: 0px;
		vertical-align: middle;
	}
	th
	{
		background-color: #ffcc66;
		font-size: 8pt;
		font-weight: normal;
		color: #000000;
		text-align: center;
	}
	td
	{
		font-size: 8pt;
		color: #ffcc66;
	}
	form {
		margin: 0px;
	}
	input
	{
		font-size: 9pt;
		font-family: Verdana;
	}
	textarea
	{
		font-size: 9pt;
		font-family: Verdana;
	}
	select
	{
		font-size: 9pt;
		font-family: Verdana;
	}
	h1
	{
		color: #FF6600;
		text-align: left;
		font-weight: bold;
		font-size: 11pt;
	}
	h2 {
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		margin: 0px;
        color: #000000;
	}
	h3 {
		font-size: 8pt;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	
	.menu, .menu a
	{
		font-size: 7pt;
		color: #ffffcc;
	}
	
	.workplanHeadline
	{
		color: #ffffcc; 
		background: #524727;
		padding: 2px;
	}
	.workplanElement
	{
		border: 1px solid #524727;
		padding: 2px;
		margin-top: 1px;
	}

	
	
	
	

#popup {
  display: none;
  position: fixed;
  width: 350px;
  _position: absolute; /* hack for internet explorer 6 */
  background: #524727;
  z-index: 20;
  padding: 5px;  /* same as rounding */
}

#popup_bg {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6 */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  border: 1px solid #000000;
  z-index: 10;
}

#popup_title {
  color: #ffffff;
}

#popup_close {
  width: 14px;
  height: 14px;
  background: url('../img/close-off.png') no-repeat;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
#popup_close:hover {
  background: url('../img/close.png') no-repeat;
}

#popup_message {
margin-top: 5px;
  padding: 8px;
  background: #ffffff;
color: #aa7711;
  /*min-height: 120px;*/
}
	
#popup_message a {
	color: #000000;
}

