@charset 'utf-8';
@import url(reset.css);

/* ----------------------------------------------------- pixelsamurai.de */

/* ----------------------------------------------------- common */

html { 
    height: 100%;
    overflow: hidden;
}

body {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	margin: 0px;
	padding: 0px;
	height:100%;
	color: #333333; 
	background: #033860 url(../images/bg.jpg) no-repeat top center;
}

h1 {
	font-size: 14px;
	padding-top: 10px;
	color: #b2b300;
	margin: 0px 10px 10px 20px;
	background-color: transparent;
}

a { 
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none; 
}

.right {
	float:right;
}

.left {
	float:left;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

/* ----------------------------------------------------- content */

#wrapper {
	width: 95px;
	margin: auto auto;
	margin-top: 0px;
	background: transparent;
 }
 
 
 * { margin: 0; padding: 0; border: 0; }

  .popup-01 {
    margin: 100px auto;
    padding: 0;
	padding-right: 10px;
    width: 25px;
    position: relative;
	float: left;
}
 
 .popup-02 {
    margin: 100px auto;
    padding: 0;
	padding-right: 10px;
    width: 25px;
    position: relative;
	float: left;
}

.popup-03 {
    margin: 100px auto;
    padding: 0;
    width: 25px;
    position: relative;
	float: left;
}

div.popup-01 em {
    background: url(../images/tooltip_bg_facebook.png) no-repeat;
    width: 183px;
    height: 113px;
    position: absolute;
    top: -140px;
    left: -77px;
    text-align: center;
    z-index: 2;
    display: none;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
}

div.popup-02 em {
    background: url(../images/tooltip_bg_twitter.png) no-repeat;
    width: 183px;
    height: 113px;
    position: absolute;
    top: -140px;
    left: -77px;
    text-align: center;
    text-indent: -9999px;
    z-index: 2;
    display: none;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
}

div.popup-03 em {
    background: url(../images/tooltip_bg_xing.png) no-repeat;
    width: 183px;
    height: 113px;
    position: absolute;
    top: -140px;
    left: -77px;
    text-align: center;
    text-indent: -9999px;
    z-index: 2;
    display: none;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
}

#wrapper span {
	margin-right: 35px;
	font-weight: normal;
}

 a#icon-01 {
    width: 25px;
    height: 25px;
    background: url(../images/icon-01.jpg) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
}

 a:hover#icon-01 {
    background: url(../images/icon-01-over.jpg) no-repeat 0 0;
}

#icon-02 {
    width: 25px;
    height: 25px;
    background: url(../images/icon-02.jpg) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
}
 
  a:hover#icon-02 {
    background: url(../images/icon-02-over.jpg) no-repeat 0 0;
}

 #icon-03 {
    width: 25px;
    height: 25px;
    background: url(../images/icon-03.jpg) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
}
 
  a:hover#icon-03 {
    background: url(../images/icon-03-over.jpg) no-repeat 0 0;
}

