* { margin: 0; padding: 0; }

body {
    margin: 0;
    font-family: Helvetica;
    color: #000000;
    background-color: #FFFFFF;
}

.container {
    position: absolute;
    width: 100%;
}

body[orient="profile"] .container {
    height: 416px;
}

body[orient="landscape"] .container {
    height: 268px;
}

body[orient="landscape"] .toolbar {
    font-size: 18px;
}

#center {
    position: absolute;
    top: 55px;
    bottom: 0px;
}

body[orient="landscape"] #center {
    top: 55px;
    bottom: 0px;
    width: 100%;
}

div#toolbar {
	position: absolute;
	top: 0;
	width: 100%;
	height: 43px;
	z-index: 2;
	background: url(/images/toolbar.png) repeat-x left bottom;
}
div#toolbar h1 {
	margin:0;
	padding:10px;
	font-size:17px;
	font-weight:bold;
	color:#000000;
	text-align: center;
}


div#center h1 {
	margin:0;
	padding:10px;
	font-size:17px;
	font-weight:bold;
	color:#7187A4;
}

div#center ul {	   
	padding:0;
	margin-top:0;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
	font-size:17px;
	font-weight:bold;
	color:#000000;
	background-color: white;
	border: solid 1px #7187A4;
	-webkit-border-radius:8px; 
	width: 298px;
}
body[orient="landscape"] div#center ul {
	width: 456px;
}

div#center li {	
	list-style-type: none;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:rgb(217,217,217);
	padding:10px 10px 14px 10px;
}

div#center li:first-child {
	border-top:0;
}

div#center li a {
	display:block;
	padding-top:8px;
	padding-right:8px;
	padding-bottom:12px;
	padding-left:8px;
	margin-top:-8px;
	margin-right:-8px;
	margin-bottom:-12px;
	margin-left:-8px;
	text-decoration:none;
	color:black;
	background: url(/images/arrow.png) no-repeat right center;
}

.comment {
	font-weight: normal;
	font-size: 14px;
}

div#center .box {
	padding:0;
	margin-top:0;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
	font-size:17px;
	font-weight:bold;
	color:#000000;
	background-color: white;
	border-width:1px;
	border-style:solid;
	border-color:#7187A4;
	-webkit-border-radius:8px; 
	width: 298px;
}

body[orient="landscape"] div#center .box {
	width: 456px;
}

div#center .box p {
	padding:0px;
	margin:10px;
	font-size:17px;
	font-weight: normal;
	color:#000000;
}
div#center .box h2 {
	padding:0px;
	margin:10px;
	font-size:17px;
	font-weight: bold;
	color:#000000;
}
div#center .box .left {
	position: relative;
	left:0px;
	width: 200px;
	float: left;
}
div#center .box .right {
	position: relative;
	left:0px;
	width: 70px;
	float: right;
}
div#center .box .column1 {
	position: relative;
	left:0px;
	width: 100px;
	float: left;
}
body[orient="landscape"] div#center .box .column1 {
	width: 220px;
}
div#center .box .column2 {
	position: relative;
	left:0px;
	width: 90px;
	float: left;
	text-align: right;
}
div#center .box .column3 {
	position: relative;
	left:0px;
	width: 90px;
	float: left;
	text-align: right;
}


div#center .box .row {
	padding:0px;
	margin:0px;
	clear:both;
	font-size: 14px;
	font-weight:normal;
	border-top: solid 1px #D9D9D9;
	padding:8px 8px 20px 8px;
}
div#center .box .row:first-child {
	border-top:0;
}
.formel {
	width:100%;
	font-size:17px;
}
#homeButton {
    top: 6px;
    left: 6px;
    right: auto;
    -webkit-border-image: url(/images/iPhoneBackButton.png) 0 8 0 14;
    border-width: 0 8px 0 14px;
}
.button {
    position: absolute;
    top: 7px;
    right: 6px;
    -webkit-border-radius: 0;
    border-width: 0 8px 0 8px;
    padding: 0;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
    background: none;
}

