html{height:100%}
body{margin:0px; padding:0; background:#FFF}
.fs70{font-size: 70%;}
A{color:#000; text-decoration:underline}
A:HOVER{color:#FF682A}

/* Handygame "falling numbers"  */
div#fallingNumbers{
	width: 740px;
	overflow: hidden; 
	background: url(/img/games/falling_numbers_bg.gif) repeat-y left top;
}
div.fallingNumbersLeft{
	width: 32px;
	height: 297px;
	background: url(/img/games/falling_numbers_left.gif) no-repeat left top;
}
div.fallingNumbersCenter{
	width: 680px;
	height: 500px;
}
div.fallingNumbersRight{
	width: 28px;
	height: 297px;
	background: url(/img/games/falling_numbers_right.gif) no-repeat right top;
}
div.fallingNumbersBottom{
	width: 740px;
	height: 18px;
	background: url(/img/games/falling_numbers_bottom.gif) no-repeat left bottom;
}
/* ENDE Handygame "falling numbers"  */

div#smsArchivBorder{
	background:#F7F7F4 url(/img/css/bg_Formular1.jpg) no-repeat scroll right top;
	padding:30px 109px 48px 74px;
	width:556px;
	font-size: 70%;
}
div#smsArchivBorder2{
	width: 556px;
}
.smsArchivHeader{
	font-weight: bold;
	color: #667;
}
.smsArchivHeader img{
	vertical-align: middle;
}
.smsArchivHeader A{
	position: absolute; 
}
hr.hrSmsArchiv{
	height: 1px;
	overflow: hidden; 
	background: #667;
	border: 0;
}
.SMSEinzelSpruchAktiv{
	background: #E2F1FE
}
.SMSIcon{
	float: left; 
	width: 28px;
}
.SMSIcon span{
	width: 28px;
	height: 45px;
	display: block; 
	cursor: pointer; 
}
.SMSEinzelSpruch .SMSIcon span{
	background: transparent url(/img/icons/sms/copysms.gif) no-repeat 0 20px;
}
.SMSEinzelSpruchAktiv .SMSIcon span{
	background: transparent url(/img/icons/sms/copysms_aktiv.gif) no-repeat 0 20px;
}
.SMSSpruch {
	width: 500px;
}
.LinkPfeilOrange{
	padding-left: 25px;
	font-size: 110%;
}
.LinkPfeilOrange a{
	background: url("/img/css/pfeil1.gif") no-repeat scroll left center transparent;
	color: #FF682A;
	padding-left: 10px;
	text-decoration: none;
}
.LinkPfeilOrange a:Hover{
	text-decoration: underline; 
}
