body 
{
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:none;			/* Turn off font resizing */
	display: table;
	font-family: Helvetica;
}



#topbar{
	position:fixed;
	left:0;
	top:0;
	height:44px;
	width:auto;
	margin-bottom:0px;
	background-color: rgb(255,255,255);
	z-index:1;
}

#header {                  /* Der rote Kopf */
	position: fixed;
	left: 0;
	top:44px;
	width:320px;
	height: 90px;
    background-color: rgb(224,98,68);
	padding-top: 5px;
	padding-left: 5px;
	
}

#loader
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2000000;
	background-color: rgba(0,0,0,0.7);
}
	#loader .loader
	{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: #ffffff;
	}
	#loader img
	{
		width: 131px;
		height: 131px;
		padding: 10px;
		-webkit-border-radius: 3px;
		background-color: #606061;
	}



#content  {
	margin-top: 134px;
	width: 320px;	
}

#contentInfo  {
	margin-top: 64px;
	
}



#footer{
	text-align:center;
	position:relative;
	margin:20px 10px 0;
	font-family: Helvetica;
	font-style: normal;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

.WMt{
	font-family: Helvetica;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	padding-top: 5px;
	
}

	
.WM {
	font-family: Helvetica;
	font-style: normal;
	font-weight: bold;
	background-color: #00FFCC;
	color: #000000;
	vertical-align: middle;
	padding-left: 5px;
}
.GN {
	font-family: Helvetica;
	font-weight: bold;
	background-color: rgb(248,229,128);
	vertical-align: middle;
	padding-left: 5px;

}
.OD {
	font-family: Helvetica;
	background-color: #CCCCCC;
	font-weight: normal;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}
.GD {
	font-family: Helvetica;
	/*vertical-align: top;*/
	padding-top: 3px;
	padding-bottom: 3px;
}
.OP {
	font-family: Helvetica;
	background-color: #CCCCCC;
	padding-right: 8px;
}
.GP {
	font-family: Helvetica;
	padding-right: 8px;
	background-color: #FFFFFF;
}
.OH {
	font-family: Helvetica;
	font-size: x-large;
}
.GYP {
	font-family: Helvetica;
	padding-right: 1px;
	background-color: #00FFCC;
	text-align: right;
	font-variant: normal;
	font-weight: bold;
}
.GNP {
	font-family: Helvetica;
	padding-right: 1px;
	background-color: #FF3366;
	text-align: right;
	font-variant: normal;
	font-weight: bold;
}

.TextHeader {
	font-family: Helvetica;
	font-weight: bold;
	background-color: #FFFF00;
	vertical-align: middle;
	padding-left: 5px;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.TextContent {
	font-family: Helvetica;
	background-color: #FFFFFF;
	font-weight: normal;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 20px;
}

.GenericName 
{
	font-family: Helvetica;
	font-weight: bold;
	background-color: #FFFF00;
	vertical-align: top;
}


.SmallWirk {
	font-family: Helvetica;
	font-size: 16px;
}



ul	
{

	font-size:20px;             /* All text content is 20 pixels */
	font-family: Helvetica;
	font-weight:bold;
	color:black;
	
	margin: 0;               /* The list fills the whole iPhone screen */
	padding: 0;
	
	width: 320px;           /* Each cell is 320 pixels wide */
	background-color: white;
}


li
{
	list-style-type: none;
	
	border-top-width:1px;                    /*	 Add a line at the top of every cell */
	border-top-color:rgb(217,217,217);
	border-top-style:solid;
	
	padding-top:10px;
	padding-right:10px;
	padding-bottom:14px;
	padding-left:10px;
	
	height:19px;       /* The total cell height includes the padding-top, padding-bottom, border and height values: 10+14+1+19=44 pixels */
	line-height:19px;  /* Ensure that the height of the cell includes the line at the top of the cell  */
}


li:first-child
{
	border-top:0;   /* Remove the line above the first item of the list */
}


a /* Handle the click/tap highlight. Fills the entire cell with the iPhone grey background when tapped */
{		
	display: block;  /* Set the href to be a block rather than inline */
	
	/* The padding properties adjust the text content within the href block */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	
	/* The margin properties adjust the size of the href block */
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;	  
	
	text-decoration: none;
	color: black;
}




.button 
{
	display:block;
	
	padding:0;
	padding-right: 5px;        /* Indent text on the button */
	padding-left: 5px;
	
	height: 29px;            /* control is 29 pixels high */
	line-height: 29px;
	
	font-weight: bold;
	font-family:Heveltica;
	font-weight:bold;
	font-size: 12px;       /* Text displayed is 12 pixels */
	
	color: #FFFFFF;
	background-color:black;  

	text-align:center;
	text-shadow: #000 1px 1px 1px;
	border: solid gray 1px;           /* Creates a rectangle around a text */
	-webkit-border-radius: 5px;      /* Rounds each corner of the created rectangle */
	
	margin-top:-4px;
	float:right;                  /* Align button to the right */ 
	margin-right:10px;           
}.Footer {
	font-family: Helvetica;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}
.TextQuote {
	font-family: Helvetica;
	background-color: #FFFFFF;
	font-weight: normal;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	padding-right: 18px;
	line-height: 20px;
	font-style: italic;
}
.indicatorStyle {
	font-family: Helvetica, sans-serif;
	background-color: #FF3366;
}

.medlist {
  	-webkit-animation-name: favorite; 
   	-webkit-animation-duration: 0.3s; 
	-webkit-animation-iteration-count: 1; 

}

@-webkit-keyframes 'favorite' { 
    from { 
      -webkit-transform: scale(1); 
    } 
    20% { 
      -webkit-transform: scale(0.90); 
	      animation-timing-function: ease-out; 
    } 
    50% { 
      -webkit-transform: scale(1.2); 
      animation-timing-function: ease-in; 
    } 
    to { 
	      -webkit-transform: scale(1); 
	      animation-timing-function: ease-out; 
    } 
} 
