#page_wrapper {
	margin-left: auto; 
	margin-right: auto;
	width: 980px; /* fixe breite */
	/* width: 98%; */ /* dynamische breite */
	text-align: left;
	background: transparent;
	rem border: 2px solid #FFFFFF;
}

#header_wrapper {
	background: transparent; 
	margin:0px; padding:0px;
}

/* Overflow-Methode zum Clearen der Float-Umgebungen */
.floatbox { overflow:hidden; }


#header {
	margin:0px;
	rem border: 2px solid #FFFFFF;
	margin-left: 225px;
	width: 700px;
}

#logo {
	width: 700px;
	height: 40px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	font-size: 280%;
	font-variant : small-caps;
	color: #FFFFFE;
}

#plaintext {
	position: absolute;
	top: 55px;
	left: 820px;
}

#plaintext a {
	color: #888888;
	text-decoration: none;
}

#left_side {
	margin-top: -65px !IMPORTANT;
	float: left;
	width: 200px;
}

#eyecatcher {
float: left;
	margin-top: 0px;
	margin-left: 5px;
	width: 200px;
	height: 500px;
	padding: 1px;
	border : 1px solid #000000;
	background-color: #888888;
	position: relative;
	z-index: 5;
}

#common {
    margin-left: 5px;
    float: left;
	left: 20px;
	width: 204px;
	padding-bottom: 20px;
	rem border-bottom: 1px solid #555555;
}

#common a {
	color: #ED7F0F;
	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;
}


#sidebar {
	margin-top: 50px;
	float: right;
	width: 160px;
	max-width: 160px !IMPORTANT;
	word-wrap: break-word;
	rem border-bottom: 1px solid #555555;	
}


* html #sidebar { word-wrap: break-word; }
* html #sidebar h2{ word-wrap: break-word; }
* html #sidebar a{ word-wrap: break-word; }


#content {

	margin-top: 35px;
	margin-bottom: 0px;
	margin-left: 245px;
	margin-right: 180px;
	rem border: 1px solid green;
	padding: 5px 5px 0 5px;
}

#footer {
	border-top: 1px solid #555555;
	background-color: ;
	clear: both;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #CFCFCF;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
}

#footer A:link {
	COLOR: #FFFFFF; 
	text-decoration: none;
}
#footer A:visited {
	COLOR: #FFFFFF; 
	text-decoration: none;
}
#footer A:active {
	COLOR: #FFFFFF; 
	text-decoration: none;
}
#footer A:hover {
	COLOR: #FFFFFF; 
	text-decoration: underline;
}

/* Menü */

#menuBar {
   width: 720px !IMPORTANT;
	margin: 0;
	padding: 0;
	position: relative;
	top: 32px;
	left: 245px;
	z-index: 20;
	height: 27px;
	overflow: hidden;
	text-align: left !IMPORTANT;
}

a.menuButton, a.menuButtonActive  {
	display: block;
	float: left;
	height: 17px;
	color: #ff0001;
	text-decoration: none;
	padding: 5px 6px 5px 6px;
	border-right: 1px solid #000000;
}

.menu {
	background: #0B0C0B url(../images/pmenu.gif) repeat-x top left;
	border: 1px solid #000000;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	z-index: 10;
}

a.menuItem, a.menuItemActive {
	color: #ff0001;
	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: #ED7F0F;
}

a.menuItem:hover, a.menuItemActive {
  background-color: #000000;
  color: #ED7F0F;
}


.float_left {
	float: left;
	margin-right: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
}

.featurebox_center {
	background-color: #fffff6;
	margin: 0px;
	padding: 10px;
	border: 1px solid #DFE8F7;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

.featurebox_side {
	background-color: #fffff6;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #DFE8F7;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}


form.search {
	padding: 0px;
	position: relative;
}

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;
}
