/* Hans Leenders */
* {
	margin: 0px;
	padding: 0px;
}

/** ***** Start: DISCOGRAPHY images + text ***** **/
img.float_left_discography {
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
	border: 0px solid red;
	clear: both;
}
a img {
	text-decoration: none;
	border: 0px solid red;
}
img.float_left {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
img.float_right {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}
p.discography_text {
	border: 0px solid blue;
}
/** ***** End: DISCOGRAPHY images + text ***** **/



/** ***** Start: GALLERY images + text ***** **/

#gallery {
position:absolute;
margin-left: 730px;
width: 120px;
}


ul.float_left_media {
	list-style: none;
	border: 0px solid orange;
	width: 660px;
	height: 140px;
	margin-top: 10px;
	margin-bottom: 20px;
}
ul.float_left_media li {
	float: left;
	display: inline;
	border: 0px solid blue;
	margin-right: 51px;
	margin-top: 0px;
}
ul.float_left_media li p {
	width: 145px;
	border: 0px solid yellow;
	margin-top: -3px;
}

/** ***** For HOME page ***** **/
/**img.gallery_pics_small {
	width: 145px;
	height: 97px;
}
/** ***** End: GALLERY images + text ***** **/



/** ***** Start: CONTACT_FORM ***** */
div#container_inputs {
	width: 350px;
	border: 0px solid red;
	z-index: 1;
}
form#contact_form label {
	float: left;
	border: 0px solid red;
	width: 80px;
	height: 14px;
	margin-bottom: 22px;
	padding-top: 4px;
	font-size: 12px;
	font-weight: bold;
}
span.double_dot {
	position: absolute;
	left: 75px;
}
input, textarea {
	border: 1px solid #c8ced8;
}
input {
	width: 245px;
	margin-bottom: 18px;
	float: right;
}
input {
	color: #909e99;
	font-size: 11px;
	height: 18px;
	padding-top: 2px;
	padding-left: 5px;
}
textarea {
	width: 100%;
	height: 225px;
	background-color: #fafbfb;
	margin-top: -10px;
	font-family: helvetica;
	font-size: 12px;
	color: #909e99;
	line-height: 16px;

}
label.error {
	color: red;
}
input#submit_form {
	width: 89px;
	height: 22px;
	border: 0px solid gray;
	padding: 0px;
	float: right;
	position: relative;
	right: -3px;
	top: -5px;
	margin-bottom: -5px;
}
/** ***** End: CONTACT_FORM ***** */



/** ***** Start: PRESS links ***** **/
a.press_link {
	float: right;
	text-decoration: none;
	color: #909e99;
}
a.press_link:hover {
	color: #648da8;
}
div#press_links, div#gallery_links {
	border: 0px solid red;
	height: 16px;
	width: 200px;
	position: absolute;
	left: 100px;
	top: 17px;
}
div#dutch_link {
	border: 0px solid red;
	height: 16px;
	width: 200px;
	position: absolute;
	left: 480px;
	top: 17px;
}

div#gallery_links {
	left: 120px;
}
div#press_links a, div#gallery_links a {
	text-decoration: none;
	color: #909e99;
}
div#press_links a:hover, div#gallery_links a:hover {
	color: #648da8;
}
div#press_links a img.arrows, div#gallery_links a img.arrows {
	text-decoration: none;
	border: 0px solid red;
	margin-bottom: -1px;
	margin-left: -3px;
	width: 12px;
	height: 10px;
}
div#press_links ul li, div#gallery_links ul li {
	text-decoration: none;
	display: inline;
	margin-left: 4px;
}
/** ***** End: PRESS links ***** **/



/** ***** Start: SMALL THINGS (bg image, page title, bg wave, bottom line, strong 12px text.) ***** **/
div#background_image {
	position: absolute;
	top: 113px;
	left: -3px;
	height: 400px;
	width: 100%;
	min-width: 980px;
	_width: 980px;
	background: #FFF url('../images/background.jpg') repeat-x;
	z-index: 0;
}
div#page_title {
	border: 0px solid orange;
	position: relative;
	width: 100%;
	height: 55px;
	top: 0px;

}
div#wave {
	border: 0px solid red;
	position: absolute;
	top: 110px;
	left: -110px;
	width: 1086px;
	height: 92px;
	z-index: 4;
}
div#bottomline_content {
	border: 0px solid red;
	position: absolute;
	bottom: -55px;
	left: -9px;
	width: 574px;
	height: 139px;
	background-image: url('../images/bottomline_content.gif');
	z-index: -1;
	padding-bottom: 40px;
}
strong.px12 {
	font-size: 12px;
}

a.px12:hover {
	cursor:pointer;
}

a {
	text-decoration: none;
	color: #648da8;
}
a:hover {
	color: #909e99;
}
img.hans_large {
	width: 205px;
	height: 503px;
}
/** ***** End: SMALL THINGS (bg image, page title, bg wave, bottom line, strong 12px text.) ***** **/



/** ***** Start: UP_CONTAINER (arrow up) ***** **/
div#up_container {
	border: 0px solid red;
	height: 26px;
	width: 26px;
	position: absolute;
	right: -45px;
	bottom: 0px;
}
div#up_container a {
	text-decoration: none;
	color: #909e99;
	position: absolute;
	bottom: 0px;
}
div#up_container a:hover {
	color: #648da8;
	color: #7b9d0f;
}
div#up_container a img.arrows {
	text-decoration: none;
	border: 0px solid blue;
	position: absolute;
	top: -7px;
	width: 12px;
	height: 10px;
}
/** ***** End: UP_CONTAINER (arrow up) ***** **/



body{
	background:#FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: helvetica;
	font-size: 11px;
	color: #909e99;
	text-align: justify;
	line-height: 16px;
}
#container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: auto;
	border: 0px solid red;
}
#navigation{
	position: absolute;
	left: 45px;
	top: 25px;
	height: 13px;
	width: 931px;
	border: 0px solid red;
	z-index: 25;
}
div#content {
	border: 0px solid brown;
	position: absolute;

	top: 80px;
	left: 45px;	
	padding-top: 43px;
	width: 555px;
	min-height: 29em; _height: 29em;
	z-index: 5;
	
	font-size: 12px;
}
div#image_right {
	border: 0px solid blue;
	position: absolute;
	width: 300px;
	height: 440px;
	top: 100px;
	right: 15px;
	margin-top: -50px;
	z-index: 10;
}



#home{
	position: absolute;
	background-image:url(../images/navigation/home.gif);
	width:45px;
	height: 13px;
	background-repeat:no-repeat;
 	background-position: left top;
}

#biography{
	position:absolute;
	margin-left:200px;
	background-image:url(../images/navigation/biography.gif);
	width:70px;
	height: 13px;
	background-repeat:no-repeat;
	background-position: left top;
}
	
#discography{
	position: absolute;
	margin-left:425px;
	background-image:url(../images/navigation/discography.gif);
	width:84px;
	height: 13px;
	background-repeat:no-repeat;
	background-position: left top;
}

#guestbook{ 
	position: absolute;
	margin-left:209px; /* same margin-left as #events */
	background-image:url(../images/navigation/guestbook.gif);
	width:75px;
	height: 13px;
	background-repeat:no-repeat;
	background-position: left top;
}

#events{
	position: absolute;
	margin-left:270px;
	background-image:url(../images/navigation/events.gif);
	width:55px;
	height: 13px;
	background-repeat:no-repeat;
	background-position: left top;
}

#press{
	position: absolute;
	margin-left: 325px;
	background-image:url(../images/navigation/press.gif);
	width:45px;
	height: 13px;
	background-repeat:no-repeat;
	background-position: left top;
}


#news_nav{
	position:absolute;
	margin-left: 98px;
	background-image:url(../images/navigation/news_views.gif);
	width:100px;
	height: 13px;
	background-repeat:no-repeat;
	background-position: left top;
}

#gallery_nav{
	position:absolute;
	margin-left: 41px;
	background-image:url(../images/navigation/gallery.gif);
	width:55px;
	height: 13px;
	background-repeat:no-repeat;
	background-position: left top;

}
	
#contact{
	position:absolute;
	margin-left: 370px;
	background-image:url(../images/navigation/contact.gif);
	width:55px;
	height: 13px;
	background-repeat:no-repeat;
	background-position: left top;
}

#dutch{
	position:absolute;
	right: 30px;
	background-image:url(../images/navigation/dutch.gif);
	width:45px;
	height: 13px;
	background-repeat:no-repeat;
	background-position: left top;
}

#english{
	position:absolute;
	right: 0px;
	background-image:url(../images/navigation/english.gif);
	width:30px;
	height: 13px;
	background-repeat:no-repeat;
	background-position: left top;
}

#flash{
	position: absolute;
	width: 100%;
	top: 45px;
	height: 400px;
	background-color:#99CCFF;
	z-index:1000;
	font-family: Helvetica,Verdana, Arial, sans-serif;
	color: #909e99;
	font-size: 12px;
}

#flash_space{
	position: relative;
	width: 100%;
	top: 45px;
	height: 400px;
		
}
	
#container_column{
	position: relative;
	margin-top: 50px;
	width: 980px;
	height: 0 auto;
}	
	
#news_and_views{
	position: absolute;
	width: 450px;
	left: 45px;
	padding-top:5px;
	height: 0 auto;
}	


#flash_gallery{
	height: 470px;
	width: 640px;
}

#column_text_news{
	position:absolute;
	width: 450px;
	height: 110px;
	font-family: Helvetica,Verdana, Arial, sans-serif;
	color: #909e99;
	line-height: 150%;
	font-size:11px;
	margin-top: 20px;
}

#column_text{
	position:absolute;
	width: 250px;
	height: 110px;
	font-family: Helvetica,Verdana, Arial, sans-serif;
	color: #909e99;
	line-height: 150%;
	font-size:11px;
	margin-top: 20px;
}

#header_column{
	position: absolute;
	height: 12px;
	width: 250px;
}

#header_title{
	position:absolute;
	height: 12px;
}

#more, #more_gallery {
	position: absolute;
	float: left;
	background-image:url(../images/navigation/more.gif);
	width:29px;
	height:12px;
	margin-left: 55px;
	background-repeat:no-repeat;
	background-position: left top;
	border: 0px solid red;
}
#more_gallery {
	margin-left: 63px;
}


#news_and_more{
	position: absolute;
	float: left;
	background-image:url(../images/navigation/more.gif);
	width:29px;
	height:12px;
	margin-left: 105px;
	background-repeat:no-repeat;
	background-position: left top;
}


/* hover navigation */
#contact:hover, #home:hover, #press:hover, #guestbook:hover, #biography:hover, #discography:hover, #more:hover, #more_gallery:hover, #news_and_more:hover, #more_dutch:hover, #more_gallery_dutch:hover, #news_and_more_dutch:hover, #events:hover, #dutch:hover, #english:hover,#news_nav:hover,#gallery_nav:hover{
	background-repeat:no-repeat;
	background-position: left bottom;	
}
	
img.homepage{
	border: 0px;
	margin-right:8px;
	margin-top:0px;
	margin-bottom: 8px;
}	

img.arrows {
border: 10px solid black;
}
#news_and_more_dutch {
	position: absolute;
	float: left;
	background-image:url(../images/navigation/meer.gif);
	width:29px;
	height:12px;
	margin-left: 106px;
	background-repeat:no-repeat;
	background-position: left top;
}
#more_dutch, #more_gallery_dutch {
	position: absolute;
	float: left;
	background-image:url(../images/navigation/meer.gif);
	width:29px;
	height:12px;
	margin-left: 56px;
	background-repeat:no-repeat;
	background-position: left top;
	border: 0px solid red;
}

div.nieuws {margin-bottom: 20px;}