body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#cage { 
	position:relative;
	width: 920px;
	margin:0 auto;
}

span
{
	visibility:hidden;	
}

h1, h2, h3
{
	text-transform: uppercase;
	font-weight:normal;	
}

h1, h2, em
{
	color:#FFF;
	display: inline;
}

h1, h2
{
	padding: 5px;
	padding-top: 0px;

}

h1
{
	background-color: #ff2020;
	font-size: 18px;
}

h1+p
{
	font-style:italic;
}

h2
{
	background-color: #bdbdbd;
	font-size: 14px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom:0;
	/*border: 1px solid #000;*/
}

em
{
	background-color: #000;	
	padding: 2px;
	font-style:normal;
	margin-right: 3px;
	/*border: 1px solid #000;*/
}

p
{
	font-size: 11px;
	width: 300px;
	/*border: 1px solid #000;*/
}

a
{
	color: #ff2020;
}

a img
{
	border-style: none;
}

a:hover, a:active
{
	color: #bdbdbd;
}

/** NAVIGATIE **/

li
{
	list-style-type: none;
}

a
{
	text-decoration: none;	
}

li #index
{
	position:absolute;
	top: 270px;
	left: 275px;
}

li #create
{
	position:absolute;
	top: 272px;
	left: 380px;
}

li #photos
{
	position:absolute;
	top: 95px;
	left: -5px;
}

li #music
{
	position:absolute;
	top: 50px;
	left: 430px;
}

a#index 
{
	background-image: url("image/titel.png");
	background-repeat: no-repeat;
	width: 89px;
	height: 83px;
}

a:hover#index
{
	background-image: url("image/titel_hover.png");
}

a#create
{
	background-image: url("image/create.png");
	background-repeat: no-repeat;
	width: 130px;
	height: 118px;
}

a:hover#create
{
	background-image: url("image/create_hover.png");
}

a#photos
{
	background-image: url("image/photos.png");
	background-repeat: no-repeat;
	width: 170px;
	height: 59px;
}

a:hover#photos
{
	background-image: url("image/photos_hover.png");
}

a#music
{
	background-image: url("image/music.png");
	background-repeat: no-repeat;
	width: 119px;
	height: 57px;
}

a:hover#music
{
	background-image: url("image/music_hover.png");
}

/** TEKSTVAK **/
#tekstvak
{
	/*border: 1px solid #000;*/
	margin-left: 220px;
	margin-top: 30px;
	width: 700px;
}

/** GIGS **/
ul li
{
	text-transform: uppercase;	
	font-size: 12px;
}

ul
{
	margin:0;
	margin-left: -15px;
}

.link
{
	display:inline;
	font-size: 11px;
	font-style:italic;
	text-transform:lowercase;
}

ul+p
{
	margin-left: 25px;	
}

/** BOTTOM **/

#bottom
{
	
	margin-top: 30px;
	text-transform: uppercase;
}

#bottom img
{
	margin-right: 10px;	
}

#top
{
	margin-left: 365px;	
	margin-right: 0px;
}

/** DESIGN **/
p img
{
	border: 1px solid #000;	
	margin-top: 10px;
}

/** PHOTOS **/
#nav ul
{
	margin-left: -40px;
}

#nav li
{
	margin-bottom: 3px;	
	display: inline;
}

#nav li a
{
	color:#FFF;
	background-color:#bdbdbd;
	padding-left: 5px;
	padding-right: 5px;
}

#nav li a:hover, #nav li a:active, #nav span a
{
	background-color: #ff2020;
}

#nav span
{
	visibility:visible;

}