@charset "utf-8";
/* CSS Document */
html { height: 100%; margin-bottom: 1px; }

body {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../gfx/back.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	height: 100%;
	
}

#container { 
	width: 770px;
	margin: 0 auto;
	text-align: left;
	min-height: 500px;
	
}

*html #container {
height: 500px; 
}

#header {
	height: 215px;
	background-image:url(../gfx/logo.gif);
	background-position: right;
	background-repeat: no-repeat;
    border-bottom: 1px solid #00FF00;
  }
#title {

border-bottom: 1px solid #00FF00;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
color: #00FF00;

}

#content {
margin: 0px;

}




#content #text {
width: 420px;
float: left;
margin: 30px;

}

#content #menu {
float: right;
}

#content #dancer {
position: relative;
bottom: 0px;

}
.clear { clear: both; }


#footer {
text-align: center;
color: #fdbe56;
font-size: 10px;
padding: 5px;
border-top: 1px solid #00FF00;
border-bottom: 1px solid #00FF00;}

.shakeimage {
POSITION: relative
}

.page {
color: #fdbe56;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;

}

#pscroller{
width: 490px;
height: 30px;
padding-top: 12px;
color: #fdbe56;
}

#pscroller a{
text-decoration: none;
color: #fdbe56;
}

.box {
border: 1px solid #00FF00;
color:#fdbe56;
background-color:#000000; 

}

.button {
 border: 1px solid #00FF00;
 color: #fdbe56;
 background-color:#000000;

}

h1 {
color: #fdbe56;
font-size: 18px;

}

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

a.home  {
display:block;
padding-top: 5px;
padding-right: 5px;
width: 250px;
height: 100px;
background: url("../gfx/button-n-home.jpg") no-repeat;
text-decoration: none;
}

a.home:hover { 
background: url("../gfx/button-o-home.jpg") no-repeat;
}

a.rooster  {
padding-top: 5px;
padding-right: 5px;
display:block;
width: 250px;
height: 100px;
background: url("../gfx/button-n-rooster.jpg") no-repeat;
text-decoration: none;
}
a.rooster:hover { 

background: url("../gfx/button-o-rooster.jpg") no-repeat;
}

a.zumba  {
display:block;
padding-top: 5px;
padding-right: 5px;
width: 250px;
height: 100px;
background: url("../gfx/button-n-zumba.jpg") no-repeat;
text-decoration: none;
}
a.zumba:hover { 

background: url("../gfx/button-o-zumba.jpg") no-repeat;
}

a.shop  {
display:block;
padding-top: 5px;
padding-right: 5px;
width: 250px;
height: 100px;
background: url("../gfx/button-n-shop.jpg") no-repeat;
text-decoration: none;
}
a.shop:hover { 

background: url("../gfx/button-o-shop.jpg") no-repeat;
}

a.contact  {
display:block;
padding-top: 5px;
padding-right: 5px;
width: 250px;
height: 100px;
background: url("../gfx/button-n-contact.jpg") no-repeat;
text-decoration: none;
}
a.contact:hover { 

background: url("../gfx/button-o-contact.jpg") no-repeat;
}

.zumba {
color:#00FF00;

font-weight:bold;

}

.shakeit {
color: #fdbe56;
font-weight: bold;
}

.small {
color: #fdbe56;
font-size: 9px;

}

a.maillink:link, a.maillink:visited {
color: #fdbe56;
}

a.maillink:hover {
color: #00FF00;
}

a.voorwaarden:link, a.voorwaarden:visited {
color: #fdbe56;
}

a.voorwaarden:hover {
color: #00FF00;
}



#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #00FF00;
padding: 2px;
background-color: #000;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
color: #00FF00;
}


