html,body { height: 100%; }
body { 
	margin: 0px;
	background: url(../images/back1.jpg) no-repeat fixed center top #555555;
	font-family: arial, verdana;
	font-size: 8pt;
	color: #92bab3;
}

/* main */

h1 {
	text-transform: uppercase;
	font-size: 9pt;
	color: #ffcc00;
	font-weight: bold;
	margin: 0px;
	margin-bottom:10px;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a.selected {
	color: #ffcc00;
}
a:hover {
	color: #92bab3;
}
a img { 
	display: block;
	border: 0px none; 
}
p {
	margin-top: 0px;
	margin-bottom:10px;
}
.kop,
h2 {
	font-size: 9pt;
	color: #ffcc00;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.kop div,
h2 div {
	float: right;
	font-size: 8pt;
}
.line { 
	height: 1px;
	width: 100%;
	background-color: #002040;
	margin-top: 7px;
	margin-bottom: 9px;
}

/* menu */

#content {
	background: url(../images/back.jpg) repeat-y center top;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 766px;
	height: 599px;
}
#content #guitar {
	background: url(../images/guitar.png) no-repeat;
	position: absolute;
	left: 40px;
	top: 45px;
	width: 57px;
	height: 172px;
}
#content #logo_container {
	position:absolute;
	left: 100px;
	top: 45px;
	width:220px;
	height:64px;
	z-index:100;
}
#content #menu {
	background: url(../images/back_menu.jpg) no-repeat top left;
	position:absolute;
	left: 45px;
	top: 95px;
	width: 676px;
	height: 71px;
}
#content #menu ul {
	margin: 0px;
	padding: 0px;
	margin-left: 60px;
	margin-top: 20px;
	list-style: none;
}
#content #menu ul li {
	display: inline;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px solid #1b3c55;
}
#content #menu ul li.last {
	border-right: none;
}
#content #menu ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
}
#content #menu ul li a:hover {
	text-decoration: underline;
}
#content #top_menu {
	position:absolute;
	right:55px;
	top: -20px;
}
#content #top_menu img{
	margin-left: 10px;
	display: inline;
}

/* footer */

#footer {
	background: url(../images/back_footer.jpg) no-repeat center top;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 766px;
	height: 142px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 45px;
	padding-top: 40px;
}
#footer ul li {
	float:left;
	padding-left: 50px;
}
#footer #copyright {
	position: absolute;
	bottom: 10px;
	right: 55px;
	font-family: courier;
	font-size: 7pt;
}

/* highlights */

#content #highlights {
	position: absolute;
	left: 135px;
	bottom: 30px;
	width: 170px;
}

#content #highlights img {
	border: 2px solid #000208;
	margin-right: 10px;
	float: left;
}

/* content */

#content #title {
	position: absolute;
	left: 135px;
	top: 165px;
	width: 520px;
}

#content #main {
	position: absolute;
	left: 135px;
	top: 190px;
	width:555px;
	height: 380px;
	padding-right:10px;
	overflow-x: hidden;
	overflow-y: auto;
}

#content #main .afbeelding {
	border: 2px solid #000208;
	margin-right: 10px;
	float: left;
}

#main ul{
	list-style: none;
	padding:0px;
	margin:0px;
}

/* content rechts */

.rechts {
	margin-left: 195px;
	border-bottom: 1px solid #002040;
	padding-bottom: 7px;
	margin-bottom: 9px;
	clear:both;
}
.rechts .afbeelding img {
	width: 100px;
	height: auto;
}
.rechts1 .afbeelding { 
	position: absolute;
	max-width: 170px;
	max-height: 150px;
	overflow: hidden;
	left: 0px;
}
.rechts1 .afbeelding img { 
	width: 165px;
	height: auto;
}

/* cms */
.cms_navigation {
	position: absolute;
	right: 0px;
	top:0px;
}
.cms_navigation ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.cms_navigation li {
	float: left;
	padding-left: 5px;
}
.cms_edit,.cms_delete {
	display:inline;
}
#main .cms_toolbar {
	margin-left: 195px;
}
.clear {
	clear:both;
}