/*
iPhone
*/

body
{
	font-family: 				Helvetica;
	font-size:				0.8em;
	background: 				#e6c580;
}

/* headlines */
h1
{
	font-size:				1.6em;
}
h2
{
	font-size:				1.4em;
}
h3
{
	font-size:				1.2em;
}

/* Main Menue*/
#logo,
#menu h2
{
	display: 				none;
}

/* Main Menue Links*/
#menu ul
{
	font-size:				1.2em;
	font-weight:				bold;
	padding: 				5px;
	list-style:				none;
	border:					1px solid #555;
	-webkit-border-top-left-radius:		8px;
	-webkit-border-top-right-radius:	8px;
	-webkit-border-bottom-left-radius:	8px;
	-webkit-border-bottom-right-radius:	8px;
}
#menu ul li
{
	background: 				#d5b469;
	margin: 				0 0 3px 0;
	padding: 				5px;
	border:					1px solid #555;
}
#menu ul li:first-child a
{
	-webkit-border-top-left-radius:		8px;
	-webkit-border-top-right-radius:	8px;
}
#menu ul li:last-child a
{
	-webkit-border-bottom-left-radius:	8px;
	-webkit-border-bottom-right-radius:	8px;
}


/* Pic */
#box1
{
	display: 				none;
}
#box1 img
{
	width: 					280px;
}

#box2 img
{
	float: 					left;
	padding: 				0 5px 0 5px;
}

/* keine Bookmarks */
#footer div
{
	display: 				none;
}

/* Links */
.link2
{
	font-size:				1em;
	font-weight:				bold;
	padding-left: 				8px;
	background: 				url(images/homepage06.gif) no-repeat left center;
}

