#done{
position: relative;
	left: 20px;
top:20px;
	width: 350px;
	font-family: Verdana,sans-serif;
	z-index: 100;
	margin-top:80px;
	margin-bottom:20px;
}
#done hr {
	display:none;
}
#done a {
	margin: 0 0 0px;
	padding: 5px 10px;
	background: #fff none repeat;
	display: block;
	font-weight: bold;
	font-size: 0.7em;
	color: #000;
	border-bottom:5px solid #dddccc;
}
#done a:first-of-type {	border-top:5px solid #dddccc;}
/* http://www.evotech.net/blog/2008/12/hover-pseudoclass-for-the-iphone/ */
#done a:hover,
#done a.hover {
	background: #333 none repeat;
	color: #fff;
}
#done a span { display: none; }
#done a:hover span,
#done a.hover span {
	margin: 10px;
	padding: 10px 5px 10px 10px;
	background: #fff none repeat;
	display: block;
	position: absolute;
	border: 5px solid #333;
	top: -20px;
	left: 330px;
	width:250px;
	height:270px;
	z-index: 100;
	color: #000;
	font-weight: normal;
	font-size: 1em;
	line-height: normal;
}
#done a:hover span,
#done a.hover span {
background-color:#fff;
}

#done img.pf {
/*margin:-10px 2em 0 0; Achtung Opera*/
margin:2px 2em 0 0;
padding:0;
display: inline;
float:right;
position:relative;
}
#done a:hover span img,
#done a.hover span img /*pfeilchen im popup!*/ {
	float:right;
	position: absolute;
	top:85%;
	left:5%;
}
#done a img.mb{
 -moz-box-shadow: 10px 10px 20px #ccc; 
  -webkit-box-shadow: 10px 10px 20px #ccc; 
          box-shadow: 10px 10px 20px #ccc; 
}
#done a:hover span img.mb,
#done a.hover span img.mb /*mit border*/{
	border:2px solid #333;
	margin-top:-100px;
	margin-left:43%;
	padding:0;
}
#done a:hover span img.mb,
#done a.hover span img.mb {margin-top:-70px;}

#done em {font-weight:normal;}
/* Achtung: Opera 9 Pfeilchen verrutscht -> eigenes opera-stylesheet in den entsprechenden Dateien  eingebunden */

#done a:target {background:#F60}

ul#favicons {margin:1em 0 6em 1em; width:300px;}
ul#favicons li {float:left; list-style:none;padding:5px;display:inline;}
ul#favicons li a {border:0;background:transparent;}

.clear {clear:both;}

ul.learnmore {padding:0; margin:0 0 6em 0;border:0;}
ul.learnmore  li{list-style:none}
ul.learnmore  li,
ul.learnmore li a{
margin:20px 0 10px 0;
list-style:none; 
height:30px;
float:left;
font:.85em verdana, arial, sans-serif;color:#000;
}
.learnmore a {
  position:absolute;
  width:200px;
  height:100%;
  text-decoration:none;
}
.learnmore a span {
  position:absolute;
  width:200px;
  text-align:center;
  line-height:30px;
}
.learnmore li:first-child a {
  color:#000;
  background:#dddccc;
}
.learnmore li:first-child span {
  -webkit-transition:opacity .4s linear;
  -moz-transition:opacity .4s linear;
transition:opacity .4s linear;
}
.learnmore li:first-child a:hover,
.learnmore li:first-child a.hover {background:#9c0;}
.learnmore li:first-child span:first-child, li:first-child a:hover span + span, li:first-child a.hover span + span {opacity:1;}
.learnmore li:first-child span + span, li:first-child a:hover span:first-child, li:first-child a.hover span:first-child {opacity:0;}
.learnmore li + li a {overflow:hidden;right:0;color:#fff;}
.learnmore li + li span {
  -webkit-transition:top .3s ease-out;
  -moz-transition:top .3s ease-out;
transition:top .3s ease-out;
}
.learnmore li + li span:first-child {background:#333;top:0;}
.learnmore li + li span + span {background:#9c0;color:#000;top:30px;}
.learnmore li + li a:hover span:first-child, .learnmore li + li a.hover span:first-child {top:-30px;}
.learnmore li + li a:hover span + span, .learnmore li + li a.hover span + span {top:0;}

/* 
* http://devsnippets.com/article/techniques-using-pure-css-only.html
- http://www.fofronline.com/experiments/accordion/
- http://webstandard.kulando.de/post/2010/03/05/css3-transition-tutorial-menu-mit-slide-effekt-im-apple-style 
- http://devfiles.myopera.com/articles/1861/css-menu-ex4.html
+ http://www.w3avenue.com/2010/04/02/cross-browser-pure-css3-vertical-accordion/
*/
#design #read-here {min-height:500px;}
.verticalaccordion {margin:2em 0 2em  1em ;}
.verticalaccordion>ul {
    margin: 0;
    padding: 0;
    list-style:none;
   	width: 320px;
}

.verticalaccordion>ul>li {
    display:block;
	overflow: hidden;
overflow:auto;
    margin: 0;
    padding: 0 0 0 1em;
    list-style:none;
	height:30px;
	width: 320px;

	color: #000;
	border-bottom:1px dashed #666;

    -moz-transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
transition: height 0.3s ease-in-out;
}
.verticalaccordion>ul>li:first-of-type {border-top:1px dashed #666;}

.verticalaccordion>ul>li>h2 {
    display:block;
    margin: 0;
    padding:.8em;
    height:1.5em;
font-size:.7em;
font-weight:bold;
}

.verticalaccordion>ul>li>div {
    margin:0;
    overflow: auto;
overflow-y:auto;
    padding:20px 10px 10px 10px ;
    height:600px;
font-size: 0.85em;
}

.verticalaccordion>ul>li:hover,
.verticalaccordion>ul>li.hover {
	height: 600px;
border-bottom-color:#9c0;
}

.verticalaccordion:hover>ul>li:hover>h2,
.verticalaccordion:hover>ul>li.hover>h2 {
    /* Decorative CSS 
    color:#fff;
    background: #000000;*/
}

.verticalaccordion>ul>li>h2:hover,
.verticalaccordion>ul>li>h2.hover {
    cursor:pointer;
}

/* Portrait */
@media screen and (max-width: 320px) {
.verticalaccordion>ul,
.verticalaccordion>ul>li {
max-width:302px; /* = Breite eines Bildes + 2px wg border ums Bild */
}
}
/* Landscape */
@media screen and (min-width: 321px) {
.verticalaccordion>ul,
.verticalaccordion>ul>li {
max-width:402px;
}