* {
	margin:0;
	padding:0;
}

body {
	background:#333333;
	text-align:center;
	font:14px "Lucida Grande", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	color:#666666;
	line-height:21px;
	font-weight: normal;
}

/* @group fonts */
h1 {
	background:url(images/iphone-toolkit-header.jpg) no-repeat;
	width:600px;
	height:100px;
	float:left;
	text-indent:-9999px;
}

h2 {
	font-size:20px;
	margin-bottom:30px;
	color:green;
	font-weight: normal;
}

h3 {
	font-size:15.5px;
	margin-bottom:8px;
	color:green;
	font-weight:normal;
}

h4 {
	font-size:14px;
	margin-bottom:8px;
	color:green;
	font-weight:normal;
}

.credits, .credits a:link, .credits a:visited, .credits a:active {
	color:white;
	font-size:10px;
	text-decoration:none;
}

.credits a:hover {
	color: white;
	text-decoration:underline;
}


.small {
	font-size: 12.5px;
}

.extrasmall {
	font-size: 11px;
	line-height: 14px;
}

.red {
	color: red;
}

.green {
	color: green;
}
	
/* @end */

/* @group layout */
#wrapper {
	width:870px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#top {
	position:relative;
	top:0;
	left:0;
	background:url(images/_top.png) no-repeat;
	
}

#middle {
	position:relative;
	top:0;
	left:0;
	background:url(images/_middle.png) repeat-y;
	padding-left:30px;
	padding-right:30px;
}

#bottom {
	position:relative;
	top:0;
	left:0;
	background:url(images/_bottom.png) no-repeat;
	height:40px;
}

#header {
	height:100px;
	padding-top: 2px;
	margin-bottom:20px;
	border-bottom:1px dotted silver;
	background:white;
}

#infos {
	position:relative;
	top:10px;
	left:25px;
	line-height:normal;
	font-size:12.5px;
}

#spalten {
	width: 810px;
}
#spalte_main {
	border-right: 1px dotted green;
	padding-right: 20px;
	width: 620px;
	min-height: 830px;
}
#spalte_side {
	width: 150px;
	padding-left: 20px;
	text-align: left;
	float: right;
}

div#spalten a:link, div#spalten a:active, div#spalten a:visited {
	border:none;
	color: #336565;
	text-decoration: none;
}

div#spalten a:hover {
	color: green;
	text-decoration: underline;
}

#keywords {
	visibility:hidden;
	font-size:3px;
	color:white;
}

/* @group navi */
#navigation {
	height:30px;
	border:1px solid silver;
	font-size:15px;
	background:url(images/navi_bg.jpg) repeat-x;
	margin-bottom:35px;
}

#nav li {
	list-style:none;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	border-right:1px solid silver;
	float:left;
	height:26px;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	color: #333;
	text-decoration: none;
}

#nav li:hover {
	background:url(images/navi_bg_180.jpg) repeat-x;
}

#nav li a:hover {
	color:green;
	text-decoration:none;
}

.topnavilinks {
	margin-left: -25px;
}
/* @end */
	
/* @end */

/* @group stuff */

/* @group forms */

.input { /* for text-fields */
	font-size: 15px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.input_small { /* for text-fields (login-fields) */
	font-size: 12.5px;
	margin-top: 2px;
	margin-bottom: 8px;
}

fieldset {
	padding:1.2em;
	border: 1px solid #ccc;
}

.fieldset_small { /* the loginbox fieldset*/
	padding:0.8em;
	border: 1px solid #ccc;
	text-align: left;
}

legend { /* the font @ fieldset */
	font-size:15.5px;
	color: green;
	padding-left: 4px;
	padding-right: 4px;
}


/* @end */

.redrectangle {
	border: 1px solid #CC0000;
	background: #FFF0F0;
	padding:8px;
	text-align: left;	
}

.greenrectangle {
	border: 1px solid #99CC00;
	background: #F8FFF0;
	padding:8px;		
}

.lightbluerectangle {
	border: 1px solid #99ccff;
	padding:8px;
	background-color: #e3fdfe;
}
.darkbluerectangle {
	border: 1px solid #336699;
	padding:8px;
	background-color: #f4f9fe;	
}

.silverrectangle {
	border: 1px solid silver;
	padding:8px;
	text-align: left;	
}


ul {
	margin-left:25px;
	list-style-type:square;
	line-height: normal;
}

hr {
	border:0;
	height:1px;
	border-top:1px solid green;
}

img {
	border:none;
	text-decoration:none;
}

	
/* @end */

/* @group app-entry */

.entry { /*the container for every app*/
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted green;
}
.entryimage {
	padding: 2px;
	border: 1px solid silver;
	margin-bottom: 15px;
}

#div.entry img:hover {
	border: 1px solid green;
}

.infoline { /* for type, license etc */
	background:#F8FFF0;
	padding-bottom: 3px;
	font-size: 11px;
	border-bottom: 1px solid silver;
}
.entrytext {
	font-size: 13px;
	line-height: normal;
}

.detailbox { /* box on the lefthandside */
	border: 1px solid silver;
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
	text-align: left;	
}

.hrdetailbox {
	border:0;
	height:1px;
	border-top: 1px solid silver;
	margin-top: 3px;
	margin-bottom: 3px;
}
.blaetterkasten {
	margin-top: -30px;
	font-size: 0.9em;
}

/* @end */

/* @group price-table */
#prices {
	border-bottom: 1px solid green;
}

#prices th, #prices td {
	padding-top: 10px;
	padding-bottom: 10px;
}
#prices td {
	border-top: 1px solid green;
}


/* @end */

/* @group comments */

.kommentarbox { /* hier drin wird jeweils 1 comment ausgegeben */
	padding-bottom:18px;
	margin-bottom:18px;
	border-bottom:1px solid silver;
} 

.kommentartext {
	font-size:0.9em;
}

.kommentatorinfos { /* wie name, zeit etc */
	font-size:0.8em;
	margin-bottom:6px;
	color: #666666;
	line-height: 1.5em;
}

.avatar {
	border: 1px solid silver;
	padding: 2px;
}

.kommentarnummer { 
	float: right;
	font-size: 4em;
	color: #f1f4f7;
	padding: 0.2em 0;
}
/* @end */

/* @group tutorial */
.tutorialicon {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	padding: 1px;
	border: 1px solid silver;
}

.tutorialicon:hover {
	border: 1px solid green;
}

.step {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}

.stepbox {
	padding-bottom: 40px;
	
}



/* @end */

/* @group best_apps */

.appicon {
	float: right;
	padding: 1px;
	border: 1px solid silver;
	margin-left: 20px;
	margin-bottom: 8px;
}



/* @end */