#zentrieren { 
    position: absolute; /*wichtig*/ 
    top: 10px; 
    left: 50%; /*wichtig*/ 
    margin: 0 -500px; /*wichtig*/ 
    width: 1000px; 
    height: 100px; 
}

#header {
	width: 900px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background : url(../images/) no-repeat;
	position: absolute;
	top: 0px;
	left: 50px;
}

#logo3  {
	width:	300px;
	height:	 61px;
	background: url(../images/midulogo.jpg) no-repeat;
	position: absolute;
	top:	170px;
	left:	640px;
}

#solar  {
	width:	218px;
	height:	 101px;
	background: url(../images/solardach.jpg) no-repeat;
	position: absolute;
	top:	72px;
	left:	110px;
}

#eyecatcher {
	width: 100%;
	height: 180px;
	margin: 0px;
	padding: 0px;
	background : url(../images/s2dlogo.jpg) no-repeat 50px 0px;	
	position: absolute;
	top: 50px;
	left: 0px;
}


#plaintext, #htmlheader {
	position: absolute;
	top: 10px;
	left: 800px;
	text-align: right;
	width: 100px;
}

#plaintext a {
	text-decoration: none;
	color: #333333;
}

#youarehere {
	display: block;
	text-align: right;
	position: absolute;
	top:210px;
	right: 52px;
/*	background : url(../images/pline.gif) repeat-x right; */
	padding-bottom: 4px;
}

/* Menü */

#commonBar {
	margin: 0;
	padding: 0;
	text-align: right;
	position: absolute;
	left:730px;
	top:20px;
}

a.blacklink { 
   color: #cccccc;
}


#menuBar {
	margin: 0;
	padding-top: 4px;
	position: absolute;
	left:50px;
	height: 26px;
	top:231px;
	width: 900px;
/*	border-bottom: 1px solid ; */
/*	border-left: 1px solid ; */
	background : url(../images/pmbar.gif) repeat-x top left;
}

ul.menuBar {
	margin: 0;
	padding: 4x 0px 4px 0px;
}

li.menuButton {
	display: inline;
	list-style: none;
}

a.menuButton, a.menuButtonActive  {
	color: #000000;
	text-decoration: none;
	margin: 8px 22px 0;
	padding: 4px 6px 4px 6px;
}

.menu {
	background: url(../images/pmenu.gif) repeat-x top left;
	border: 1px solid #333333;
	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: 1;
	margin: -5px -210px 0;
}

a.menuItem, a.menuItemActive {
	color: #000000;
	background-color: transparent;
	display: block;
	padding: 4px 16px 4px 16px;
	text-decoration: none;
	white-space: nowrap;
}

a.menuButtonActive, a.menuButton:hover {
  background-color: #22227C;
  color: #ffffff;
}

a.menuItem:hover, a.menuItemActive {
  background-color: #333333;
  color: #ffffff;
}


form.search {
	padding: 10px;
	margin: 0px;
}

form.search input {
	padding: 0px;
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border: #828282 1px solid;
	width: 150px;
}


#content {
	width: 550px;
	padding: 5px;
	margin: 0px;
	background-color: #ffffff;
	position: absolute;
	top: 265px;
	left: 220px;
}

#sidebar {
	position: absolute;
        top: 265px;
	left: 790px;
	width: 160px;
	padding: 0px 0px 5px 0px;
	margin-bottom: 5px;
/*	border-left: 1px solid #828282; */
/*	border-bottom: 1px solid #828282; */
	background-color: #ffffff;
}

#sidebar h2 {
	padding:          5px 10px 5px 10px;
	margin:           0px;
	color:            #000000;
	background-color: #ffff99;
	font-size:        100%;
	font-weight:      bold;
}

#sidebar p {
	display:          block;
	padding:          5px 10px 0px 10px;
	margin:           0px 1px 5px 1px;
/*	border-bottom:    1px #666666 solid; */
	color:            #666666;
	text-decoration:  none;
	background-color: #ffffff;
}

a.sidebar {
	display:          block;
	font-weight:      bold;
	color:            #828282;	
	text-decoration:  none;
}

a.sidebar:hover {
	background-color: #dedede;
	font-weight:      bold;
	color:            #828282;	
}

#sideleft {
        position: absolute;
        top: 265px;
        left: 50px;
	float:            left;
	width:            160px;
/*	border-top:       0px solid #333333; */
	padding:          0px 0px 5px 5px;
	margin-bottom: 5px;
	background-color: #ffffff;
}

#sideleft h2 {
	padding:          5px 10px 5px 10px;
	margin:           0px;
	color:            #000000;
	background-color: #ffff99;
	font-size:        100%;
	font-weight:      bold;
}

#sideleft p {
	display:          block;
	padding:          5px 10px 0px 10px;
	margin:           0px 1px 5px 1px;
/*	border-bottom:    1px #666666 solid; */
	color:            #666666;
	text-decoration:  none;
}

a.sideleft {
	display:          block;
	font-weight:      bold;
	color:            #828282;	
	text-decoration:  none;
}

a.sideleft:hover {
	background-color: #dedede;
	font-weight:      bold;
	color:            #828282;	
}
