HTML {
height: 101%;
}


#wrap_alle {
	background : transparent;
	width: 990px; 
	height: 100%;
	margin: 0px auto;	
	text-align: left;	
}

#linkeseite  {
	background: transparent; 
	float: left;
	width: 220px;
	margin-top: 20px;
	padding: 0px; 
}

#rechts  {
	background: transparent; 
	float: right;
	width: 750px;
	padding: 0px;
	margin: 60px 0 0 0; 	
}

#rechts_ssl {
	background: transparent; 
	float: right;
	width: 200px;
	padding: 0px;
	margin: 0px 10px 0px 0px; 	
}


#kopf { 
	float: right;
	width: 750px;
	height: 40px; 
	background: transparent; 
	margin:0px 0px 0px 0px; 
	padding:0px;
}

#logo {
	width: 500px;
	height: 40px;
	padding: 0px;
	margin-top: 20px;
	font-size: 260%;
	font-variant : small-caps;
	color: #EEEEEE;
}

#plaintext {
	padding: 0px;
	margin: 0;
}

#plaintext a {
	color: #888888;
	text-decoration: none;
}


#eyecatcher {
	width: 200px;
	height: 500px;
	padding: 1px;
	border : 1px solid #000000;
	background-color: #888888;
	z-index: 5;
}

#common {
	width: 204px;
	padding-bottom: 20px;
}

#common a {
	color: #FFC665;
	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: relative;
	width: 750px;
	z-index: 20;
	height: 35px;
	overflow: hidden;
	background: #303030 url(/images/back2.gif) repeat-x top left;
}

* html #menuBar {top:-40px;}

a.menuButton, a.menuButtonActive  {
	display: block;
	float: left;
	height: 17px;
	color: #FFC665;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	border-left: 1px solid #505050;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
}

 

.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: #FFC665;
	background-color: #505050;
	display: block;
	padding: 6px 16px 6px 16px;
	text-decoration: none;
	white-space: nowrap;
}

a.menuButtonActive, a.menuButton:hover {
  background-color: #505050;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
}

a.menuItem:hover, a.menuItemActive {
  background-color: #303030;
  color: #ffffff;
}

form.search {
	padding: 0px;
	margin: 0;
}


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;
}

#footer {
    clear: both;
	width: 990px;
	border-top: 1px solid #e2e2e2;	
	text-align: center;
	padding-top: 2px;
	padding-bottom: 12px;
	color: #CCCCCC;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#footer a:link {
	color: #FFC665; 
	text-decoration: none;
}
#footer a:visited {
	color: #FFC665; 
	text-decoration: none;
}
#footer a:active {
	color: #FFC665; 
	text-decoration: none;
}
#footer A:hover {
	color: #ffffff; 
	text-decoration: none;
}

/*
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0px; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
*/
