#content {
	width: 800px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 140px;
	left: 199px;
	z-index: 0;
	text-align: justify;




}

#sidebar {
	position: absolute;
	top: 150px;
	left: 830px;
	width: 160px;
	padding: 0px;
	border-bottom: 1px solid #555555;
}

#logo {
	width: 800px;
	height: 80px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/deco6.gif);
	left: 200px;
	font-size: 130%;
	top: 15px;
	background-repeat: repeat-x;











}

#plaintext {
	position: absolute;
	top: 55px;
	left: 820px;
}

#plaintext a {
	color: #888888;
	text-decoration: none;
}


#eyecatcher {
	top: 20px;
	left: 20px;
	width: 200px;
	height: 500px;
	padding: 1px;
	border : 1px solid #000000;
	position: absolute;
	z-index: 5;
}

#common {
	top: 150px;
	left: 36px;
	width: 204px;
	position: absolute;
	padding-bottom: 20px;
	border-bottom: #555555;
}

#common a {
	color: #666666;
	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 15px;
	background : url(../images/pbull.gif) no-repeat 0px 3px;
	font-weight: bold;
}

#common a:hover {
	color: #0099CC;
}


/* Menü */

#menuBar {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 107px;
	left: 46px;
	z-index: 20;
	height: 27px;
	overflow: hidden;
}

a.menuButton, a.menuButtonActive  {
	display: block;
	float: left;
	height: 17px;
	color: #bbbbbb;
	text-decoration: none;
	padding: 5px 6px 5px 6px;
	border-right: #000000;
}

.menu {
	background: #0B0C0B url(../images/pmenu.gif) repeat-x top left;
	border: #000000;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	z-index: 10;
}

a.menuItem, a.menuItemActive {
	color: #bbbbbb;
	background-color: transparent;
	display: block;
	padding: 6px 16px 6px 16px;
	text-decoration: none;
	white-space: nowrap;
}

a.menuButtonActive, a.menuButton:hover {
  background-color: #000000;
  color: #666666;
}

a.menuItem:hover, a.menuItemActive {
  background-color: #000000;
  color: #0099CC;
}

form.search {
	padding: 0px;
	position: absolute;
	top: 20px;
	left: 820px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border: #888888 1px solid;
	background : #ffffff url(../images/pfade.gif) repeat-x;
	width: 126px;
	padding: 2px;
	margin: 0;
}
