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

/* Allgemein */
*{ margin:0;padding:0}:focus,:active { outline:0 }img{ border:0 }
html { background: url(img/background.png) repeat-x #FFF; }
body { font: 0.8em Arial, Helvetica, sans-serif; color: #000; border-top: 5px #000 solid; }
a { text-decoration:underline; color:#000; }
.clear { clear:both; }

#wrapper { width:800px; margin:200px auto 0 auto; }
#logo { float:left; display:block; background:url(img/sprite.png) 0 0 no-repeat; width:450px; height:88px; margin:50px 0 25px 25px; }
#content { float:right; cursor:default; margin: 25px 25px 100px 0; }
	#content .skype { background:url(img/sprite.png) 0 -88px no-repeat; }
	#content .xing { background:url(img/sprite.png) -16px -88px no-repeat; }
	#content .linkedin { background:url(img/sprite.png) -32px -88px no-repeat; }
.icons { float:left; display:block; width:16px; height:16px; margin-right:5px; }

#stage { float:left; width:700px; overflow:auto; overflow-x:hidden; overflow-y:hidden; height:40px; }
	#myList{ width:2000px; border:0; margin:0; padding:0; }
	#myList li{ list-style:none; border:0; margin-right: 20px; float:left; width:220px; text-align:center; height:40px; }

#previous { background:url(img/sprite.png) -96px -88px no-repeat; margin:12px 34px 0 0; }
#previous:hover { background:url(img/sprite.png) -80px -88px no-repeat; }
#next { background:url(img/sprite.png) -48px -88px no-repeat; margin:12px 0 0 34px; }
#next:hover { background:url(img/sprite.png) -64px -88px no-repeat; }
