#content {
	width: 630px;
	Height: 505px;
	padding: 5px;
	margin: 5px;
	position: absolute;
	top: 20px;
	left: 150px;
	z-index: 0;
	background-color: #2C0A06;
}

#sidebar {
	position: absolute;
	top: 140px;
	left: 760px;
	width: 250px;
	padding-bottom: 20px;
	border-bottom: 0px solid #ffe500;
}

#sidebar_left { 
	top: 140px;
	left: -10px;
	width: 210px;
	position: absolute;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #A52113;
	border-bottom: 0px solid #ffe500;
   } 

//#logo {
	width: 700px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 20px;
	left: 260px;
	font-size: 280%;
	font-variant : small-caps;
	color: #ffe500#FFFFFE;
}

#plaintext {
	position: absolute;
	top: 55px;
	left: 820px;
}

#plaintext a {
	color: #888888;
	text-decoration: none;
}


#eyecatcher {
	top: 560px;
	left: 10px;
	width: 1240px;
	height: 150px;
	padding: 1px;
	border : 1px solid #A52113;
	background-color: #A52113;
	position: absolute;
	z-index: 5;
}

#common {
	top: 0px;
	left: 0px;
	width: 180px;
	position: absolute;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #A52113;
	border: 1px solid #A52113;
}

#common a {
	color: #D2D200;
	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 15px;
	background : url(../images/pbull.gif) no-repeat 0px 3px;
	font-weight: bold;
	font-style: italic;
}

#common a:hover {
	color: #ffffff;
}


/* Menü */

#menuBar {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 543px;
	left: 150px;
	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: 1px solid #A52113;
}

.menu {
	background: #200063 url(../images/pmenu.gif) repeat-x top left;
	border: 1px solid #ffe500;
	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: #A52113;
  color: #D2D200;
}

a.menuItem:hover, a.menuItemActive {
  background-color: #00066;
  color: #D2D200;
}

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;
}

