/** * @section browser reset * @see ... */ 
* { margin:0; padding:0; } 
option {padding-left: 0.4em}

* html body * { overflow:visible } 
* html iframe, * html frame { overflow:auto } 
* html frameset { overflow:hidden }

html { height: 100%; margin-bottom: 1px; }
body { font-size: 100.01% }

#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: 25px;
	margin-left: 20px;
	margin-bottom: 0px;
	font-size: 200%;
	font-variant : normal;
	color: #ffffff;
	color: #FFFFFF;
}

#plaintext {
	position: relative;
	top: 0px;
	left: 0px;
}

#plaintext a {
	color: #006600;
	text-decoration: none;
}

#plaintext a:hover {
	color: #fff;
	text-decoration: none;
}

#left_side {
	margin-top: -65px !IMPORTANT;
	float: left;
	width: 200px;
}

#eyecatcher {
float: left;
	margin-top: 100px !IMPORTANT;
	margin-left: 5px;
	width: 200px;
	height: 500px;
	padding: 1px;
	border : 2px solid #000000;
	background-color: #999999;
	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: #000000; 
	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 15px;
	background : url(../images/pbull.gif) no-repeat 0px 3px;
	font-weight: normal;
	font-style: normal;
}

#common a:hover {
	color: #663399;
}


#sidebar {
	margin-top: 165px;
	float: right;
	width: 160px;
	max-width: 160px !IMPORTANT;
	word-wrap: break-word;
	rem border-bottom: 1px solid #555555;
	color: #000000;
	border: 1px solid #674207;
	background-color: #FFFFFF;
}


* html #sidebar { word-wrap: break-word; }
* html #sidebar h2{ word-wrap: break-word; }
* html #sidebar a{ word-wrap: break-word; }


#content {

	margin-top: 145px;
	margin-bottom: 0px;
	margin-left: 245px;
	margin-right: 180px;
	rem border: 1px solid green;
	padding: 5px 5px 0 5px;
}

#footer {
	border-top: 3px solid #555555;
	background-color: #FFFFFF;
	clear: both;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #333333;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
}

#footer a:link {
	COLOR: #009900; 
	text-decoration: none;
}
#footer a:visited {
	COLOR: #777; 
	text-decoration: none;
}
#footer a:active {
	COLOR: #009900; 
	text-decoration: none;
}
a:hover.footer {
	COLOR: #333333 !important; 
	text-decoration: underline !important;
}

a.footer {
	color: #000000!important; 
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight : normal;	
	line-height: 18px;
	text-decoration: none;
}




/* Menü */

#menuBar {
   width: 800px !IMPORTANT;
	margin: 0;
	padding: 0;
	position: relative;
	top: 125px;
	left: 100px;
	z-index: 20;
	height: 20px;
	overflow: hidden;
	text-align: left !IMPORTANT;
}

ul.menuBar {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

li.menuButton {
	display: inline;
	list-style: none;
}

a.menuButton, a.menuButtonActive  {
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
}

.menu {
	border: 1px solid #777;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left: 0px;
	top: 0px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	z-index: 20;
	background-color: #CCCCCC;
}

a.menuItem, a.menuItemActive {
	color: #000000;
  background-color: #CCCCCC;
	display: block;
	padding: 4px 16px 4px 16px;
	text-decoration: none;
	white-space: nowrap;
}

a.menuButtonActive, a.menuButton:hover {
	background-color: #000000;
	color: #663399;
}

a.menuItem:hover, a.menuItemActive {
	background-color: #CCCCCC;
	color: #663399;
	font-weight: bold;
}


.float_left {
	float: left;
	margin-right: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
}

.featurebox_center {
	background-color: #FFFFFF;
	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: #663399;
}


form.search {
	padding: 0px;
	position: relative;
	margin-left: 5px;
}

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;
}
