div { border-top: 0px solid red }

body {
	background-color: white;
	font-family: arial;
	font-size: 10pt;
}
small {
	font-size: 75%;
}

a:link, a:visited {
	text-decoration: none;
	--color: #0079c4;
}

a:hover, a:active  {
	text-decoration: underline;
	--color: #0079c4;
}

#cbs .date { display: none; }
a.css {
	color: #0069aa;
	font-weight: 800;
	font-size: 120%;
}

#page {
	border-top: 5px solid #67C660;
}

#page #content h1, #page #content h2, h3, h4 {
	font-weight: 800;
	margin: 1em 0 0.5em;
}
td h2 {
	margin-top: 0;
}
#page #content h1 {
	font-size: 30px;
}
#page #content h2 {
	font-size: 24px;
}

#page #content h3, #page #content h4 {
	margin-top: 1em;
}

#header {
	color: white;
}

#header  a {
	color: white;
	font-weight: bold;
	padding:0.1em;
	background-color: #F03000;/* #6cf lichtblauw #F03000 oranje; #1900C6; paars /*#0E3B0B;/*#BB227E;/*#EAE603;/*#79380A; /*#4A38C6; #47554E;*/
}

#strip {
	background-color: #67C660;
	text-align: right;
	padding: 0.5em 1em;
}

#header #header-content {
	x-background-color: #2CBB22;
	background-color: #2ebb21;
	padding: 4em;
	letter-spacing: -2px;

	background-image: url(./images/bg-gradient-green.jpg);
	background-repeat: no-repeat;
	-font-size: 24pt;
	-line-height: 1.5em;
}

#header h1 {
	font-size: 80px;
	line-height: 1.5em;
	margin: 0 auto;
	width: 760px;
}


#page #content {
	background: white url( images/content-background-green.jpg ) no-repeat;
	color: #036;
	line-height: 1.5em;
	padding: 5em;
	border-top: 1px solid green;
}

#content li {
	margin-left: 0.5em;
}

p {
	margin: 1em 0;
}

.panel p {
	margin: 0;
}

ol li {
	list-style: decimal;
}

blockquote {
	float: right;
	width: 20em;
	background: url( images/blockquote.gif ) #eee no-repeat ;
	padding: 1em 2em;
	margin: 0.5em;
	text-align: right;
	font-family: georgia;
	color: #666;
	display: block;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
}

blockquote.horizontal {
	clear: both;
	float: none;
	width: 80%;
	max-width: 600px;
	margin: 0.5em auto;
	text-align: left;
}

blockquote .author {
	margin-top: 1em;
	font-style: normal;
	color: #444;
}

.entry {
	max-width: 800px;
}
.entry ul li {
	list-style: square;
}


table {
	margin-top:1em;
}

th {
	padding: 0.5em 1em 0.5em 0.5em;
	text-align: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
td {
	padding: 1em;
}

td ul li {
	list-style: square;
}

dl {
	margin: 1em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 1em;
}

abbr {
	border-bottom: 1px dotted gray;
}

#home #page #footer {
	min-width: 900px;
	background-image: url(./images/footer-shade.jpg);
	background-repeat: repeat-x;
	padding: 18px;
}

#footer {
	padding: 0 18px 18px;
	clear: both;
}

#footer #logo {
	float: right;
	background: url( ./images/cbs-logo.gif ) no-repeat;
	width: 200px;
	height: 62px;
}

#news {
}

#menu {
	float:right;
}
#menu ul li { 
	display:inline;
	margin: 0 1em;
}

#menu ul li a, #menu ul li a:active,#menu ul li a:visited { 
	text-decoration: underline;
	padding: .5em;
	font-size: 18px;
	font-weight: 800;
	display: block;
	float:left;
}

#menu ul li a { 
	color: #67C660;
}
#menu ul li a:hover { 
	text-decoration: none;
	background-color: #67C660;
	color: white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#footer .news-item {
	height: 70px;
}
#footer .news-content {
	padding: 1em;
}

.news-items {
	clear: both;
}
.news-items .news-item {
	margin: 0.5em;
	display: block;
	border: 3px solid silver;
}
.news-item {
	float: left;
	width: 24em;
	overflow: hidden;
}

.news-thumb {
	float: left;
	width: 62px;
	height: 62px;
	background: url(./images/thumb-border.jpg) no-repeat;
}
.news-thumb img {
	width: 44px;
	height: 44px;
	margin: 9px;
}

.news-items h2 {
	padding-top: 1em;
}

h2.news {
	margin: 0;
	padding: 0;
	font-size: 16px !important;
}

.news-content {
	margin-left: 70px;
	margin-right: 5px;
}

.news-items .news-content {
	margin-top: -1em;
	height:5em;
}
.date {
	margin-bottom: 1em;
}

*.news-date, .date {
	color: gray;
}

a.rss {
	background: url( ./images/rss.gif ) no-repeat;
	padding-left: 18px;
}

.float-right {
	float: right;
	display: inline;
}
.float-left {
	float: left;
	display: inline;
}
#copyright {
	text-align: center;
	font-size: 10px;
	color: gray;
	clear: both;
	padding-top: 4em;
}
#logos {
	text-align: center;
	clear: both;
	padding-top: 2em;
}

.inline-right {
	float: right;
	margin: .5em;
}

.inline-left {
	float: left;
	margin: .5em;
}

.e {
	display: none;
}

/*code*/
#wrapper {
	font-size: 24pt;
	line-height: 1.5em;
}
#slider {

}
.scroll {
	overflow: hidden;
}
.scrollContainer {
	width: 2640px;
}

.panel {
	float: left;
	position: relative;
}

#promotion {
	float: right;
	width: 400px;
	top: -3em;
	position: relative;
}

#promotion img {
}

#price-badge {
	position: absolute;
	right: 0px;
	background-repeat: no-repeat;
	background-position: top right;
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	color: yellow;
	width: 200px;
	height: 200px;
	z-index: 100;
}
#price {
	padding: 50px 40px 50px 40px;
}
.op-is-op #price {
	padding-top: 100px;
}

.op-is-op {
	background-image: url(./images/op-is-op.png);
}
.price-badge {
	background-image: url(./images/badge.png);
}

#error-404 {
 background-image: url(./images/bg-gradient.jpg);
 background-repeat: no-repeat;
}
#error-404 #header-content{
 background-image: url(./images/error-404.png);
}


