#nav {
	
        position: absolute;
	top: 160px;
	left: 61px;
	width: 880px;
	height: 40px;
	background : url(../images/pnback.gif);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#plaintext {
	position: absolute;
	top: 10px;
	left: 61px;
}

#plaintext a {
	color: #5CA4D2;
	text-decoration: none;
}

#zentrieren { 
position: absolute; /*wichtig*/ 
top: 0px; 
left: 50\0/*wichtig*/ 
margin: 0 -500px; /*wichtig*/ 
width: 1000px; 
height: 100px; 
} 

#logo {
	position: absolute;
	top: 0px;
	left: 61px;
	width: 880px;
	height: 200px;
	background : url(http://www.supereasy.de/images/headersupereasyde.jpg);
}

#logo2 {
	position: absolute;
	top: 0px;
	left: 61px;
	width: 880px;
	height: 200px;
	background : url(http://www.supereasy.de/images/headersupereasyen.jpg); 
}

#nav a {
        display: block;
	width: 110px;
	height: 40px;
	float: left;
	text-align: center;
	text-decoration : none;
	text-transform : uppercase;
	line-height : 36px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	background : url(../images/pnbutton.gif);
	font-weight : bold;
	font-size : 10px;
}

#nav a.active {
	background : url(../images/pnbuttona.gif) !important;
}

#nav a:hover {
	color: #2686C0;
	background : url(../images/pnbuttonh.gif);
}

#content {
	position: absolute;
	top: 201px;
	left: 61px;
	width: 480px;
	background : url(../images/pcback.gif);
	background-repeat : no-repeat;
	padding: 10px 40px 10px 20px;
}

#subnav {
	position: absolute;
	top: 201px;
	left: 601px;
	width: 150px;
	height: 300px;
	background : url(../images/psback.gif) no-repeat;
	padding: 10px 40px 10px 0px;
}

#subnav a {
	display: block;
	text-decoration : none;
	text-transform : uppercase;
	margin: 0px;
	color: #535353;
	font-size : 90%;
	background : url(../images/pbull.gif) no-repeat;
	padding: 2px 0px 4px 15px;
}

#subnav a.active {
	font-weight: bold;	
	color: #2686C0;
}

#subnav a:hover {
	font-weight: bold;	
}


#sidebar {
	position: absolute;
	top: 201px;
	left: 791px;
	width: 150px;
	padding-top: 10px;
}

form.search {
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #C0C0C0;
	width: 118px;
	padding: 2px;
	color: #2686C0;
	font-size: 10px;
}
/* set millions of background images */
.rbroundbox { background: url(../cornerimages/nt.gif) repeat; }
.rbtop div { background: url(../cornerimages/tl.gif) no-repeat top left; }
.rbtop { background: url(../cornerimages/tr.gif) no-repeat top right; }
.rbbot div { background: url(../cornerimages/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../cornerimages/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 480px; margin: 1em auto; }

