@charset "utf-8";
/* CSS Document */


body {font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-image:url(../images/iphone4-app-programmieren.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

#wrapper {
	margin: 106px 0 0 27px;
	width: 251px;
	height: 379px;
	overflow: hidden;
}

#header h1, h1 {
	margin: 0;
	padding: 0;
	font-size: 140%;
}

#header h1 a {
	background-color:#ccc;
	border-bottom: 1px solid #666;
	color: #222;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #DDD, 0 -1px 3px #AAA;
	xtext-shadow: #553333 1px 1px 2px;		

}

h2 {font-size: 120%}

#menu ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}

#menu ul li a{
	background-color:#FFF;
	border: 1px solid #999;
	color: #222;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 8px 6px;
	text-decoration: none;
}

#menu ul li:first-child a {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;	
}

#menu ul li:last-child a {
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;	
}



#content, #sidebar {
	padding: 12px;}


#hinweis {
	position: absolute;
	top: 40px;
	left: 360px;
	padding: 20px;
	background-color:#FF6;
	border: 1px solid #CCC;
}
	
	
	
	
	
	
	
	
	
	
	