/*
CSS für XZONE-SMS (iPhone)
Copyright 2008 Orlando Gabaglio
http://www.gabaglio.com

Als Grundlage diente iUI -> http://www.joehewitt.com/blog/introducing_iui.php

Date: 2008/07/15
*/


body {
    margin: 0;
    font-family: Helvetica;
	background: #141317;
    color: #FFF;
    -webkit-text-size-adjust: none;
}

a {
	color: #FFFFFF;
}

body > h1{
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 20px;
    line-height: 15px;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(head_bg.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
}

body > .content {
	left:0;
	width: 100%;
	text-align: center;
	min-height: 360px;
}

.logo {
	position: absolute;
	top: 3px;
	right: 6px;
	padding: 0;	
}

.whiteButton {	
	display: block;
	line-height: 46px;	 
	width: 85px;
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	margin: 3px auto;
	border-width: 0px 14px 0px 14px;
	color: #000;
	text-shadow: #fff 0px 1px 1px;
	-webkit-border-image: url(whiteButton.png) 0 14 0 14;
}

.grayButton {
	display: block;	
	line-height: 46px;	 
	width: 115px;
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	margin: 3px auto;
	border-width: 0px 14px 0px 14px;
	color: #fff;
	text-shadow: #000 0px 1px 1px;
	-webkit-border-image: url(grayButton.png) 0 14 0 14;
}

.feld {	margin-top: 10px;	margin-bottom: 13px;	width: 288px;	height: 100px;	border: 1px solid #999999;	padding: 8px;	font-family: Helvetica, sans-serif;	font-size: 13px;	color: #888888;	background-color: #FFFFFF;}

.mitteilung {	margin-top: 10px;	margin-bottom: 13px;	width: 90%;	height: 100px;	border: 1px solid #999999;	font-family: Helvetica, sans-serif;	font-size: 15px;	color: #888888;	background-color: #FFFFFF;}

.nummer {	margin-top: 10px;	margin-bottom: 10px;	width: 280px;	height: 32px;	border: 1px soild #999999;	font-family: Helvetica, sans-serif;	font-size: 21px;	color: #888888;
	text-align: center;	background-color: #FFFFFF;}
.nummer_pw {	margin-top: 10px;	margin-bottom: 10px;	width: 90%;	height: 32px;	border: 1px soild #999999;	font-family: Helvetica, sans-serif;	font-size: 21px;	color: #888888;
	text-align: left;	background-color: #FFFFFF;}

.info {	display: none;	width: 320px;	height: 290px;	font-size: 15px;
    font-weight: bold;	padding-top: 130px;	position: absolute;	text-align: center;    background: url(info_bg.png) #000000;}
