body {
	background-color: #a0edc4;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
	background-position: 50% 0;
	font-family: arial;
	font-size: 12px;
	line-height: 14pt;
	color: #333;
}

a { color: #666; text-decoration: underline; }
h1 { font-size: 35px;  margin-bottom: 10px; }
h2 { font-size: 32px; font-weight: normal; margin-bottom: 10px; }
p { margin-bottom: 14pt; }

#volt101 {
	margin: 0 auto;
	width: 960px;
	position: relative;
	margin-top: 100px;
}
#volt101 .l {
	width: 230px;
	padding: 30px;
	float: left;
}
#volt101 .m {
	width: 360px;
	padding: 30px;
	padding-right: 0;
	float: left;
	position: relative;	
	border-right: 0px solid #fff;
}
#volt101 .m .floater {
	float: left;
	width: 170px;
	margin-right: 10px;
}
#volt101 .m .nr1 {
	position: absolute;
	top: 85px;
	left: 100px; z-index: 8;
}
#volt101 .m .logo {
	position: absolute;
	top: 0px;
	left: 13px;
	width: 295px;
	height: 100px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#volt101 .m h1 {
	margin-top: 92px;
}
/*
#volt101 .m .logo:hover {
	background-position: 0px -100px;
}*/
#volt101 .m .bandinfo {
	display: none;
	padding: 30px;
	border: 1px dotted #4c0384;

}


#volt101 .r {
	width: 180px;
	padding: 30px;
	padding-left: 60px;	
	float: left;
	position: relative;
}
#volt101 .r .klik {
	position: absolute;
	top: 140px;
	left: 160px;
	float: left;
}

#volt101 .r  form input {
	font-size: 17px; font-weight: bold;
	color: #000; font-family: arial;	display: block;
}
#volt101 .r  form input.email {
	padding: 10px; border: 0;
	width: 140px; background-color: #ffffff;

}
#volt101 .r  form input.submit {
	padding: 10px; border: 0;
	width: 90px; background-color: #ffff00;
	margin-top: 15px; cursor: pointer;
}
#volt101 .r #succes {
	margin-top: 15px;
	padding: 10px;
	padding-left: 60px;	
	background-color: #4c0384;
	background-image: url('../images/yay.png');
	background-repeat: no-repeat;
	background-position: 20px 20px;	
	display: none;
}
#volt101 .r #bad {
	margin-top: 15px;
	padding: 10px;
	padding-left: 60px;	
	background-color: #b00000;
	background-image: url('../images/nay.png');
	background-repeat: no-repeat;
	background-position: 20px 20px;	
	display: none;
}

/* volt window */

.voltwindow {
	width: 540px;
	height: 540px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -300px;
	background-color: #4c0384;
	border: 1px solid #fff;
	z-index: 9;
	padding: 30px;
	display: none;
	overflow: auto;
}
.voltwindow ul {
	margin-top: 20px;
	margin-bottom: 15px;
}
.voltwindow ul li {
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: url('../images/bull.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;		
}
.voltwindow h2 {
	font-size: 16px;
}
