#content {
	width: 530px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 150px;
	left: 260px;
	z-index: 0;
}

#sidebar {
	position: absolute;
	top: 150px;
	left: 830px;
	width: 160px;
	padding: 0px;
	border-bottom: 1px solid #555555;
}

#logo {
	width: 700px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 20px;
	left: 260px;
	font-size: 280%;
	font-variant : small-caps;
	color: #ffffff;
}

#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;
	background-color: #888888;
	position: absolute;
	z-index: 5;
}

#common {
	top: 540px;
	left: 20px;
	width: 204px;
	position: absolute;
	padding-bottom: 20px;
	border-bottom: 1px solid #555555;
}

#common a { color: #9b7743; display: block; text-decoration: none; padding: 4px 0 4px 15px; font-weight: bold; font-style: italic; background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 3px; }

#common a:hover {
	color: #ffffff;
}


/* Men? */

#menuBar { margin: 0; padding: 0; z-index: 20; height: 20px; overflow: hidden; }
.menu { line-height: 10px; background-image: url(../Bilder/Hintergurnd/Hintergrund-popupmenu.jpg); background-attachment: scroll; background-position: left top; padding: 0; position: absolute; text-align: left; visibility: hidden; left:0; top:0; z-index: 10; border-style: solid; border-width: 0; }
a.menuButton, a.menuButtonActive  { display: block; float: left; height: 12px; color: #fc0; text-decoration: none; padding: 5px 6px; border-top-width: 0; border-right-style: solid; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; }
a.menuItem, a.menuItemActive {
	color: #fc0;
	background-color: transparent;
	display: block;
	padding: 6px 16px;
	text-decoration: none;
	white-space: nowrap;
}

a.menuButtonActive, a.menuButton:hover { color: #ff6; text-decoration: underline; }

a.menuItem:hover, a.menuItemActive { color: #ff6; text-decoration: underline; }

form.search {
	padding: 0px;
	position: absolute;
	top: 20px;
	left: 820px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search { background-color: #ffffff; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; border: solid 1px #888888; width: 126px; padding: 2px; margin: 0; }
