@charset "utf-8";
/* CSS Document */

body { margin: 0px; padding:0px; background-color:#FFF; width:320px; height:415px; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:14px; color:#000; }
form, table, tr, td { border:0px; margin:0px; padding:0px; outline: 0; }
img { border:none; }
a { margin:0px; border:0px; text-decoration:none; color:#000; padding:0px; }
/*a, a:active, a:visited, a:hover {color:red; font-weight:bold; text-decoration:underline; line-height:30px;}*/

#topbar { background:url(../img/bg_topbar.png) repeat-x; }

#header { height:81px; }

/* Scrolling Content for mobile Safari */
    #wrapper {
        position:relative;	/* needed */
        z-index:1;			/* needed and important */
        height:400px;		/* needed */
        overflow:hidden;	/* suggested */
    }
    #scroller {
        position:absolute;	/* optional. Seems to work with absolute, relative and without it */
        top:0;				/* optional */
        width:320px;
    }
/* */
#nav { height:37px; }

#footer { height:63px; clear:both; }

h1 { font-size:14px; font-weight:bold; margin:-3px 0 6px 0; padding:0px;}
h2 { font-size:17px; font-weight:bold; margin:2px 0 8px 0; padding:0px; line-height:19px;}
h3 { font-size:17px; font-weight:bold; margin:0 0 10px 0; padding:0px; }
h4 { font-size:22px; font-weight:bold; margin:2px 0 12px 0; padding:0px; }
h5 { font-size:15px; font-weight:bold; margin:2px 0 10px 0; padding:0px; line-height:18px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;}
h6 { font-size:26px; font-weight:bold; margin:0 0 10px 0; padding:0px;line-height:28px; }
.h2 { font-size:16px; font-weight:bold; margin:20px 0 6px 0; padding:0px; clear:both; line-height:17px; }
.h1 { font-size:26px; font-weight:bold; margin:0 0 10px 0; padding:0px;line-height:28px;}
.h3 { font-size:19px; font-weight:bold; margin:20px 0 10px 0; padding:0px; }


ul#home { list-style-type:none; margin:0 0 0 8px; padding:0; height:100px; }
ul#home li { display:inline; margin:0px; padding:0px; }


.item_set { padding:10px 10px 10px 10px; overflow:hidden; height:75px; border-bottom:1px solid #CCC; clear:both; width:300px; background:url(../img/bg_item_sets.png) no-repeat; }
ul.set { list-style-type:none; margin:0px; display:inline; }
ul.set li { width:57px; height:57px; margin:0 10px 0 0; float:left; }

.subitem_set { font-size:17px; font-weight:normal; height:57px; line-height:57px; width:300px; background:url(../img/bg_subitem_sets.png) no-repeat; padding:0 10px 0 10px; border-bottom:1px solid #CCC; }


#icons { padding:0; width:320px; }
/*
ul.icons { list-style-type:none; margin:0px; display:inline; }
ul.icons li { width:57px; height:57px; margin:5px 9px 15px 9px; float:left; }
*/
ul#icons { list-style-type:none; margin:0px; }
ul#icons li { height:57px; background:url(../img/bg_icon_set.png) no-repeat; border-bottom:1px solid #CCC; float:left; width:300px; padding:10px;}

ul#icons li .img { float:left; width:70px; }
ul#icons li .colors { float:right; width:230px; font-weight:bold; font-size:16px; padding:10px 0 0 0; }
ul#icons li .colors span { clear:both; color:#999999; font-size:12px; line-height:20px; font-weight:normal; }


#icon_detail, #donate { padding:7px 10px 10px 10px; width:300px; }
.preview { height:170px; width:170px; margin:0 0 5px 65px; }
#color_container { background:url(../img/bg_colors.png) no-repeat; height:83px; padding:10px 0 10px 15px; }
ul#colors { list-style-type:none; margin:10px 0 10px 10px; display:inline; }
ul#colors li { width:35px; height:35px; margin:0 12px 12px 0; float:left; }
/*#icon_detail p { color:#FFF; font-size:14px; margin:7px 10px 10px 10px; }*/
#icon_detail p { margin:5px 0 10px 0; }


#news {}
.news { padding:8px; clear:both; border-bottom: 1px solid #CCCCCC; margin:2px 0; }
.news img { margin:0 15px 15px 0; float:left; }


#news_detail {}
.news_detail { padding:8px; clear:both; margin:2px 0; }
.news_detail img { margin:0 15px 4px 0; float:left; }


#tipps {}
.tipp { padding:8px; clear:both; border-bottom: 1px solid #CCCCCC; margin:2px 0; overflow:hidden; }
.tipp span { float:right; width:220px; }
.tipp img { margin:0 15px 15px 0; float:left; }


#exemplars {}
.exemplar { padding:8px 13px; clear:both; margin:2px 0; }
.exemplar img { margin:0 15px 15px 0; float:left; }

#text { background:url(../img/bg_text.png); width:320px; height:auto; color:#FFF; font-size:16px; line-height:18px; }
#text .container { padding:25px 20px; margin:0px; }


#howto { padding: 8px 8px 15px 8px; border-bottom: 1px solid #CCCCCC; margin:0 0 5px 0;}
ol {margin:20px 0 10px 15px; padding:0 0 0 20px; list-style-type:decimal;}
li {margin:2px 0 5px 0;}
