/* Basic Elements */
html, body {
	margin: 0;
background: url("http://www.pcbytes.de/images/bg-pcbytes.png");
//background: #c0c0c0;
	}
#container {
	width: 800px;
	margin: 0 auto;
margin-top: 20px;
background: #ffffff;
	}
#header {
	width: 100%;
	height: 150px;
        background: #ffffff;
	//background: url("headerbg.jpg") repeat-x 0% 0%;
	}
#content {
	float: right;
height: 600px;
background: #ffffff;
overflow: auto;
	width: 80%;
	}
#left {
	float: left;
	width: 20%;
	}
#footer {
width: 100%;
clear: both;
border-top: 1px solid #cecece;
text-align: center;
padding: 3px 0;
color: #ffffff;
background: url("http://www.pcbytes.de/images/bg3.png") repeat-x 0% 0%;
}

/* Sidebar */
#sidebar {
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}
#sidebar ul {
margin: 0;
background: #ffffff;
padding: 0;
list-style: none;
}
#sidebar li {
border-top: 1px solid #ffffff;
}
#sidebar li a {
display: block;
font-weight: bold;
font-size: 1em;
color: #000000;
border-right: 7px solid #ffffff;
text-decoration: none;
padding: 7px 0 4px 20px;
}
#sidebar li a:hover {
color: orange;
border-right: 7px solid orange;
}
/* Additional styles */
p {
padding: 10px;
margin: 0;
}
img {
border: 0;
}
h1 {
display: none;
}
a {
color: #ff0000;
text-decoration: none;
}
a:hover {
color: orange;
}