/* Edited with EditCSS */
/**** LINK-tag style sheet styles.css ****/

/* CSS Document */

/* Edited with EditCSS */
/**** LINK-tag style sheet styles.css ****/

/* Stylesheet Hotspot de Band :: v1 (11-07-2006) */

/* Created by "cclair.nl"  */

/* The unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright (c) 2006 "cclair.nl" and may not be used by anyone but us. */ 


/*** BODY ***/


* {
	margin:0;
	padding:0;
	}

body {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#OB1964;
	}


/*** LAYOUT ***/


#container {
	width:625px;
	margin:0 auto;
	display:table;
	padding:2px;
	background-color:#FFFFFF;
	}

#header{
	width:625px;
	height:200px;
	margin:0 auto;
	}

#content {
	
	width:625px;
	background-color:#FFFFFF;
	margin-top:5px;
	color:#9DACBF;
	}
	
#logo{
	position:absolute;
	margin-top:0px;
	margin-left:-110px;
	}

#footer{
	width:625px;
	height:20px;
	margin-bottom:0;
	padding-top:5px;
	background-color:#000000;
	font-weight:bold;
	}


/**** LISTS***/


#menu{  
	text-align:justify;
	margin:0;
	padding:0;
	list-style: none;
	background-color:#000000;
	}

#menu li{  
	display:inline;
	}

#menu li a, #menu a:visited{ 
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:3px;
	padding: 0.2em 2.3em 0.2em 2.3em;
	}


#menu li a:hover, #current a:link, #current a:visited{
	background-color:#FF00CC;
	color:#000000;
	}


/*** TEXT - LINKS ***/


a:link, a:visited{
	color:#000000;
	text-decoration:none;
	}
	
a:hover, a:active{
	text-decoration:underline;
	color:#FF0099;
}

h1 {
	font-size:11px;
	padding-top:15px;
	margin-left:10px;
	padding-bottom:10px;
	color:#000000;
	}
		
h2	{
	font-size:11px;
	padding-top:25px;
	margin-left:10px;
	padding-bottom:10px;
	color:#999999;
	}
	
h3	{
	font-size:10px;
	margin-left:20px;
	padding-bottom:10px;
	color:#999999;
	text-decoration:underline;
	}
	


p{
	font-size:11px;
	color:#000000;
	padding-top:7px;
	margin-left:10px;
	margin-right:15px;
	}
	
.data{
color:#FF0099;
	}

.rt{
	color:#FFFFFF;
	display:block;
	background-color:#CCCCCC;
	padding:1px 1px 1px 5px;
	margin:1px 1px 1px 1px;
	border-bottom:1px solid #FFFFFF;
	}
	
.rp{
	color:#000000;
	display:block;
	background-color:#F6F5F0;
	padding:1px 1px 1px 5px;
	margin:1px 1px 1px 1px;
	border-bottom:1px solid #FFFFFF;
	}


/*** FORMS ***/


fieldset {
  	padding:1em;
	border:0;
	padding-top:1.5em;
	}

legend{
	display:none;
}

label{
	float:left;
	width:100px;
	text-align:right;
	margin-right:5px;
	}

input, textarea{
	border:1px solid #D8E3ED;
	padding:3px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-bottom:5px;
	}

input:focus, textarea:focus{
	border:1px solid #727A88;
	}

.button{
	}

#submitbutton{
	background-color:#fff;
	border:1px solid #D8E3ED;
	padding:3px;
	font-weight:bold;
	letter-spacing:1px;
	font-size:11px;	
	margin-left: 105px;
	width:90px;
	}



/*** IMAGES ***/


img {
	border:0;
	}

.foto_band{
	padding:5px;
	border:solid 1px #cccccc;
	float:left;
	margin:5px 7px 0px 5px;
}

