
}

@media screen and (orientation: portrait) {
  /* Stylesheetklasse fuer iPads mit portrait Orientierung */
  .iPadPortrait {
    clear: both;
  }
}

@media screen and (orientation: landscape) {
  /* Stylesheetklasse fuer iPads mit landscape Orientierung */
  .iPadLandscape {
    width: 25%;
    float: right;
  }
}

body { 
	width: 1000px;
}
 
/* Dynamisch */
body {
  width: 90%;
}
body { 
	background-color:#000000;
    font-size:12px;
	font-family: Verdana, Arial, Helvetica , Gentium Basic ;
	font-size: 12px;
	background-image: url(bg_gfx/fixed_logo_skull_big_bg.png);
	background-size:1024px; 768px;
	background-repeat: no-repeat center center fixed;-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	background-attachment: fixed;
	background-position: right top;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	

}
a:active {
	font-family: Arial, Helvetica, sans-serif ,Gentium Basic;
	font-size: 12px;
	font-weight: normal;
	color: #FF00FF;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif, Gentium Basic;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}
	


	
	/* SOCIAL ICONS - GENERAL */
.social { list-style:none; position:absolute; left:565px; top:640px ; ; margin:4px auto; }
.social li { display:inline; float:left ; background-repeat:no-repeat; }
.social li a { display:block; width:48px; height:48px; padding-right:30px; position:relative; text-decoration:none; }
.social li a strong { font-weight:normal; position:absolute; left:1px; top:-1px; color:#fff; padding:6px; z-index:9999;
 text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7);
 -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}


li.facebook { background-image:url("sm_icons/fb.png"); }
li.googleplus { background-image:url("sm_icons/gp.png"); }
li.youtube { background-image:url("sm_icons/yt.png"); }


/* SOCIAL ICONS - CSS3 */
#css3:hover li { opacity:0.4; }

#css3 li { -webkit-transition-property: opacity; -webkit-transition-duration: 500ms;
 -moz-transition-property: opacity; -moz-transition-duration: 500ms; }
#css3 li a strong { opacity:0;
 -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms;
 -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }

#css3 li:hover { opacity:3; }
#css3 li:hover a strong { opacity:1; top:-10px; }


