/* page layout */
* {
margin: 0;
padding: 0;
border: 0;
}

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
min-height: 700px;
background: #e0e7e9;
background-image: url(site/bgzee.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
background-position: bottom center;
}

#framecontentTop, #framecontentBottom{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 130px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #f9f8f3;
color: #999;
}

#framecontentBottom{
top: auto;
bottom: 0; 
height: 130px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #f9f8f3;
color: #999;
}

#maincontent{
position: fixed; 
top: 130px; /*Set top value to HeightOfTopFrameDiv*/
left: 0;
right: 0;
bottom: 240px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; 
padding: 10px 30px 30px 125px; 

}

.innertube{
margin: 0px 0px 0px 135px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 130px 0 240px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#textholder {
width: 550px;
}

.newsvak p {
margin: 0px;
padding: 0px;

}

/*menu*/

/*menu met 2 regels*/

#menu {
width: 700px;
height: 130px;
margin:0px;
margin-top: 75px;
}
#menu ul {
list-style-type: none;
margin: 0;
}
#menu li {
float: left;
margin: 0;
margin-right: 0px;
}
#menu li, 
#menu li a {
display: block;
background-repeat: no-repeat;
}
#menu .menugrande li a {
padding-top: 55px; height: 0 !important;
height /**/: 55px; overflow: hidden;
}
#menu .menugrande li a:hover {
background-position: 0 -55px;
}
#menu li.home,
#menu li.home a {
width: 45px;
background-image: url(site/menu1.gif);
}
#menu li.blog,
#menu li.blog a {
width: 38px;
background-image: url(site/menu2.gif);
}
#menu li.streaming,
#menu li.streaming a {
width: 69px;
background-image: url(site/menu3.gif);
}
#menu li.biography,
#menu li.biography a {
width: 69px;
background-image: url(site/menu4.gif);
}
#menu li.discography,
#menu li.discography a {
width: 81px;
background-image: url(site/menu5.gif);
}
#menu li.links,
#menu li.links a {
width: 39px;
background-image: url(site/menu6.gif);
}
#menu li.contact,
#menu li.contact a {
width: 56px;
background-image: url(site/menu7.gif);
}
#menu li.lastfm,
#menu li.lastfm a {
width: 52px;
background-image: url(site/menu8.gif);
}

/*laat zien welk menuitem actief is */
body.home #menu li.home a,
body.blog #menu li.blog a,
body.streaming #menu li.streaming a,
body.biography #menu li.biography a,
body.discography #menu li.discography a,
body.links #menu li.links a,
body.contact #menu li.contact a,
body.lastfm #menu li.lastfm a
{
background-position: 0 -55px;
}


/*discography album*/

.album {
clear: both;
}

.album img {
float: left;
padding: 0px 20px 30px 0px;
}

/*link list */

.linklist{
margin: 30px 80px 0px 0px;
list-style-type: none;
}

.linklist li { 
font-size: 1em;
line-height: 1.6em;
margin-bottom: 15px;
}


/*text styles*/


body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	color: #777;
	font-size:62.5%;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
margin-bottom: 0px;
}
/*grote kop*/
h1 {
font-size:1.5em;
padding: 20px 0px 15px 0px;
}
/*italic text bovenin*/
h2 {
font-family: "Trebuchet MS", "Book Antiqua", "Times New Roman", "Times", serif;
font-style: italic;
font-weight: normal;
font-size:1.2em;
line-height: 1.6em;
padding: 0px 0px 10px 0px;
}
/*album titel*/
h3 {
font-size: 1.3em;
font-weight: bold;
}
/*jaartal*/
h4 {
text-transform:uppercase;
letter-spacing:.2em;
line-height: 1.4em;
font-size:0.9em;
color: #aaa;
padding: 3px 0px 10px 0px;
}

h5 {
font-size: 1em;
line-height: 1.6em;
font-weight: normal;
padding-bottom: 20px;
border-bottom: 1px dotted #888;
}

body.reviews h3{
margin-top: 20px;
}

/*footer*/
h6 {
font-size: 0.9em;
line-height: 1.5em;
margin-left: 6px;
padding-bottom: 5px;
font-weight: normal;
color: #666;
}


a:link {
	color: #5096ba;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #3babe8;
	text-decoration: underline;
}
a:active {
	color: #3babe8;
	text-decoration: underline;
}

a {
outline: none;
border: none;
}
img {
border: 0px;
}


p, ul, ol {
font-size: 1.1em;
line-height: 1.6em;
margin-bottom: 15px;
}
ul, ol {
margin-left: 15px;
}
li {
line-height: 1.2em;
margin-bottom: 5px;
}

.footertext {
padding: 10px 30px 30px 119px;
color: #999;
}

.footertext a:link, .footertext a:visited {
color: #999;
text-decoration: none;
}

.footertext a:active, .footertext a:hover {
color: #666;
text-decoration: none;
}


