/* top elements */
* { margin:0px; 	padding: 0px; }


#page_wrapper {
	margin: 0px auto; 
	padding: 0px; 
	width: 980px; /* fixe breite */
	/* width: 98%; */ /* dynamische breite */
	text-align: left;
	background: transparent;
	/* Overflow:hidden für den Opera 8.50 */
	overflow: hidden;
}

#header_wrapper {
	background: transparent; 
	margin:0px; padding:0px;
}




#header {
	margin:0px;
	rem border: 2px solid #FF0000;
	margin-left: 225px;
	width: 700px;
}

#logo {
	width: 700px;
	height: 40px;
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 0px;
	font-size: 280%;
	font-variant : small-caps;
	color: #ffffff;
}

#plaintext {
	position: absolute;
	top: 55px;
	left: 820px;
}

#plaintext a {
	color: #888888;
	text-decoration: none;
}

#left_side {
    position: relative;
	margin-top: -50px !IMPORTANT;
	float: left;
	width: 22%; 
		display: inline;
		overflow: hidden;
	clear: both;
}

#eyecatcher {
float: left;
	margin-top: 118px;
	margin-left: 5px;
	width: 200px;
	height: 500px;
	padding: 1px;
	border : 2px solid #FF8000;
	position: relative;
	z-index: 5;
		/* Overflow:hidden für den Opera 8.50 */
	overflow: hidden;
}

#common {
    margin-left: 0px;
    float: left;
	left: 9px;
	width: 204px;
	padding-bottom: 20px;
	rem border-bottom: 1px solid #555555;
		position: relative;
	z-index: 6;
	/* Overflow:hidden für den Opera 8.50 */
	overflow: hidden;
	clear: both;
}

#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: 68px;
	float: right;
	width: 180px;
	max-width: 195px !IMPORTANT;
	word-wrap: break-word;
	rem border-bottom: 1px solid #FF0000;
        border: 2px solid #000000 ; 
        padding-left: 0px;	
}


* html #sidebar { word-wrap: break-word; }
* html #sidebar h2{ word-wrap: break-word; }
* html #sidebar a{ word-wrap: break-word; }


#content {
	float: left;
	margin: 20px 0px 0px 15px;
	padding: 8px 0px 0px 0px;
	z-index: 0;
	width: 57%;	
}

#footer {
	border-top: 5px solid #555555;
       
        background-color: ;
	clear: both;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #aaaaaa;
	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: #FF0000; 
	text-decoration: underline;
      
}

/* Menü */

#menuBar {
   width: 720px !IMPORTANT;
	margin: 0;
	padding: 0;
	position: relative;
	top: 20px;
	left: 145px;
	z-index: 20;
	height: 27px;
	overflow: hidden;
	text-align: left !IMPORTANT;
}

a.menuButton, a.menuButtonActive  {
	display: block;
	float: left;
	height: 17px;
	color: #bbbbbb;
	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 #606060;
	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: #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;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear  { clear: both; }
