/* Newsletter module common css */
#newsletter { 
	width:210px;
	margin: 55px 0 0 0;
	padding: 0 10px 0 10px;
}

.moduletable h3 {
	display: block;
	font-weight: bold;
	color: #122e45;
	padding-bottom: 5px;
	background-image: url(/templates/eissporthalle/images/hintergrund_hr.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.mainnewsletter {
	font-size:14px;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:left;
	margin-bottom: 10px;
}
.newsletterbutton {	
	background-image: url(/templates/eissporthalle/images/newsletter_anmelden.png);
}
.newsletterbutton p  {
	text-align:center;

}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	display:block;
	width:210px;
	height:33px;
	font-size:0px;

}


/* highslide*/
.newsletterbutton_highslide {
	/*width:100%;*/
	border:0px solid #122e45;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}
.newsletterbutton_highslide p  {
	text-align:center;
}
.newsletterbutton_highslide a#toggle, .newsletterbutton_highslide p a.highslide{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

/* Mootols style */
#subscribelayout {
	color: #122e45;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding: 0 20px 20px 20px;
	background-image: url(/templates/eissporthalle/images/newsletter_hintergrund.png);
	background-repeat:no-repeat;
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:center;
	font-weight:bold;
	padding-top: 5px;
}
.highslide-body p{
	color: #122e45;
}


/* Normal style */
.normalsublayout {
	color: #122e45;
	background-color: none;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	padding-top:10px;
	border: none;
}