
* {
	margin:0;
	padding:0;
	font-size:100.01%;
}

html {
	overflow-y: scroll;
}

body {
	font-family:"Open Sans", sans-serif;
	font-size:62.5%;
	border:0;
	color:#999;
}

.clearfloat {
	clear:both;
	float:none;
	display: block;
}

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { *zoom: 1; }



/*--------------------------------*/

a {
	color:#a00;
	text-decoration:none;
}

a:focus,
a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

body {
	background:#000 url(img/main-bg.png) repeat-x center top;
}

#main {
	width:98.5em;
	margin:0 auto;
	padding-bottom: 100px;
}

#top {
	background:url(img/header-bg.png) no-repeat left top;
	height:210px;
	position:relative;
	overflow:hidden;
}

.home #top {
	height:609px;
}

#header a {
	position:absolute;
	z-index:2;
	left:40px;
	top:0;
	width:435px;
	height:575px;
}

#header a strong {
	position:absolute;
	top:141px;
	left:450px;
	display:block;
	width:470px;
	height:45px;
	background:url(img/michael-niavarani.png) no-repeat left top;
	overflow:hidden;
	text-indent:-2000px;
}

#menu ul {
	list-style-type:none;
	float:right;
	margin-top:22px;
	margin-right:16px;
}

#menu li {
	float:left;
	margin-left:1px;
}

#menu a {
	font-size:1.7em;
	color:#333;
	padding:0 9px 14px;
	display: block;
}

#menu a span {
	display: block;
}

#menu a:hover,
#menu a:focus,
#menu a.active {
	background:url(img/nav-item-shadow.png) no-repeat bottom center;
	color:#a00;
	text-decoration: none;
	padding: 0 16px 14px;
	margin: 0 -7px;
}

#shop {
	position:absolute;
	top:69px;
	right:22px;
}

#shop a {
	background:url(img/button-shop.png) no-repeat left top;
	display:block;
	width:116px;
	height:36px;
	overflow:hidden;
	text-indent:-2000px;
}

#fb {
	position: absolute;
	right: 25px;
	top: 250px;
}

#fb .msg {
	position: relative;
	float: left;
	width: 470px;
	opacity: 1;
	-moz-transition: opacity 1s;
	margin-bottom: 25px;
}

#fb .msg.empty {
	opacity:0.01;
	height: 0;
}

#fb .msg .speech-balloon-point {
	background: url(img/speech-balloon-point.png) no-repeat left top;
	width:85px;
	height: 90px;
	position: absolute;
	left: -85px;
	bottom: 40%;
}

#fb .msgBody {
	background: #fff;
	border-radius: 10px;
	padding: 14px 20px;
	float: left;
}

#fb .msgBody .content {
	font-size: 2.2em;
	line-height: 1.181818em;
	color: #333;
	font-style: italic;

	min-height: 25px;
	max-height: 200px;
	overflow: auto;
}

#fb .msgBody .content a,
#fb .msgBody .content a:hover,
#fb .msgBody .content a:focus {
	color: #333;
	text-decoration: none;
}

#fb .msgBody .time {
	font-size: 1.1em;
	color: #333;
	margin-top: 22px;
	clear:both;
}

#fb .msgBody .content img {
	margin: 3px 10px;
	max-width: 410px;
	float: right;
}

#fb .buttons {
	clear:both;
}

#fb .pagebutton {
	background: url(img/icon-fb.png) no-repeat left top;
	width: 25px;
	height: 25px;
	display:inline-block;
	text-indent: -2000px;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 10px;
}

#fb .fb-like {
	vertical-align: middle;
}

#brillebart {
	position: relative;
}

#brillebart .thing {
	display:block;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	left: -2000px;
	top: -2000px;
	background: no-repeat left top;
}

#brillebart.Hase1 .Hase {
	background-image: url(img/hase1.png);
	width: 352px;
	height: 164px;
	left:121px;
	top:0;
}

#brillebart.Brille1 .Brille {
	background-image: url(img/brille1.png);
	width: 132px;
	height: 63px;
	left:215px;
	top:54px;
}

#brillebart.Bart1 .Bart {
	background-image: url(img/bart1.png);
	width: 120px;
	height: 68px;
	left:208px;
	top:109px;
}

#brillebart.Bart2 .Bart {
	background-image: url(img/bart2.png);
	width: 188px;
	height: 101px;
	left:177px;
	top:91px;
}

#brillebart ul {
	list-style-type: none;
	position: absolute;
	z-index: 3;
	left: 382px;
	bottom: -187px;
}

#brillebart ul li {
	color: #333;
	font-size: 1.2em;
	line-height: 1.583333em;
	padding-left:16px;
	padding:0 10px 0 26px;
	background: url(img/icons-plusminus.png) no-repeat 10px 4px;
	cursor: pointer;
}

#brillebart ul li:hover,
#brillebart ul li:focus {
	color:#a00;
}

#brillebart ul li:first-child {
	padding-top: 10px;
	background-position: 10px 14px;
}

#brillebart ul li.active:first-child {
	padding-top: 10px;
	background-position: 10px -15px;
}

#brillebart ul li:last-child {
	padding-bottom:10px;
}

#brillebart ul li.active {
	background-position: 10px -25px;
}

#brillebart ul li.viewOnHover {
	overflow:hidden;
	text-indent:-2000px;
	background-image:none;
}

#brillebart ul li.viewOnHover:hover,
#brillebart ul li.viewOnHover:focus {
	text-indent:0;
	background-image:url(img/icons-plusminus.png);
}


#body {
	float: left;
	width: 100%;
}

#content {
	padding:57px 25px;
}

#footer {
	clear:both;
	background: url(img/footer-bg.png) no-repeat left bottom;
	padding-bottom: 58px;
	text-align: center;
}

#footer ul {
	list-style-type: none;
	display: inline;
	font-size: 1.4em;
	line-height: 1em;
}

#footer li {
	display: inline;
	color: #666;
}

#footer li ~ li {
	margin-left: 15px;
	padding-left: 15px;
	border-left: #666 solid 1px;
}

#footer a {
	text-transform: uppercase;
	color: #666;
}

#footer a:hover,
#footer a:focus,
#footer a.active {
	color: #a00;
	text-decoration: none;
}

#footer .facebook {
	background: url(img/icon-fb.png) no-repeat left top;
	display: inline-block;
	width:25px;
	height:25px;
	overflow: hidden;
	text-indent: -2000px;
	vertical-align: middle;
}

#footer .sternwerk {
	background: url(img/logo-sternwerk.png) no-repeat left top;
	display: inline-block;
	width:96px;
	height:16px;
	overflow: hidden;
	text-indent: -2000px;
	vertical-align: middle;
	margin-left:6px;
	position:relative;
	top:-1px;
}

.boxItem {
	float: left;
	width:100%;
	margin-bottom: 28px;
}

.boxItem-alignleft {
	float: left;
	width: 48.128342%;
}

.boxItem-alignright {
	float: right;
	width: 48.128342%;
}

.boxItem h2 {
	font-size: 4.2em;
	color: #666;
	font-weight: normal;
	font-style: italic;
	padding-left: 20px;
	line-height: 1em;
	margin-bottom: -4px;
}

.boxItem.shop h2 {
	text-transform: uppercase;
}

.boxItem .box {
	border: #333 solid 1px;
	border-radius: 10px;
	padding: 19px;
	position:relative;
}

.boxItem .box h3 {
	position: relative;
	top: -4px;
	font-size: 1.8em;
	line-height: 1.222222em;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	margin-bottom: 7px;
}

.boxItem .box .img {
	margin-right: 15px;
}

.boxItem .box.carousel .img {
	margin-right: 0;
}

.boxItem .box strong {
	color: #fff;
	font-weight: normal;
}

.boxItem .box strong a {
	font-weight: bold;
}

.boxItem .box p {
	font-size: 1.2em;
	line-height: 1.583333em;
	margin-bottom: 1em;
}

.boxItem .box p.info {
	margin-bottom: 0.833333em;
}

.boxItem .box p.info .type {
	text-transform: uppercase;
}

.boxItem .box .text {
}

.boxItem .box .textWidthImage {
	margin-left:130px;
}

.boxItem .box .shopAliasP {
	margin:0;
	height:1em;
}

.boxItem .box .more {
	font-weight: bold;
}

.boxContentItem:after {
	content: " ";
	clear: both;
	display: block;
}

.boxContentItem ~ .boxContentItem {
	padding-top: 19px;
	border-top: #333 solid 1px;
	margin-top: 19px;
}

.boxContentItem.hover .more {
	text-decoration: underline;
}

.boxItem .box .shop {
	position:absolute;
	bottom:0;
	font-size:1.2em;
	text-transform: uppercase;
	font-weight: bold;
	background: url(img/icon-more.png) no-repeat right center;
	padding-right: 10px;
}

.boxItem .box .hover .shop {
	text-decoration: underline;
}

.box.carousel {
	padding: 0 30px;
	border: none;
}

.box.carousel .jcarousel-container {
	vertical-align: middle;
}

.boxItem .box.carousel h3 {
	font-size: 1.5em;
}

.boxItem .box.carousel .img.small {
	margin-right:10px;
}

.boxItem .box.carousel p.info {
	margin-bottom:0;
}

.avatar {
	position: absolute;
}

.avatar-start {
	background: url(img/nia1.png) no-repeat left top;
	width: 156px;
	height: 359px;
	right:-138px;
	top:-61px;
}

.avatar-sub {
	background: url(img/nia2.png) no-repeat left top;
	width: 297px;
	height: 394px;
	right:-162px;
	top:-25px;
}

.avatar-sub .fb-friends {
	position: absolute;
	left: -4px;
	top: 10px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-indent: -2000px;
}

.sideNavContainer {
	width:220px;
	float: left;
}

.sideNav {
	margin-bottom:30px;
}

.sideNav h2 {
	overflow:hidden;
	position: relative;
	background-color: #141414;
}

.sideNav.opened h2,
.sideNav.closed h2 {
	background-image: url(img/sideNav-flapArrow.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.sideNav.opened h2 {
	background-position: 185px -30px;
}

.sideNav.closed h2 {
	background-position: 185px 20px;
}

.sideNav h2 span {
	color:#666;
	display: block;
	border-radius: 10px 10px 0 0;
	border:#333 solid 1px;
	padding:6px 9px 15px;
	box-shadow: inset 0 0 10px #2a2a2a;
	margin-bottom:-20px;

	font-size: 4.2em;
	font-weight: normal;
	font-style: italic;
	line-height: 1em;
}

.sideNav .sideNavBottom {
	overflow: hidden;
	border-top:#333 solid 1px;
}

.sideNav .sideNavBottom div {
	background: #141414;
	border-radius: 0 0 10px 10px;
	border:#333 solid 1px;
	padding:20px 9px 6px;
	box-shadow: inset 0 0 10px #2a2a2a;
	margin-top:-20px;
	height:12px;
}

.sideNav ul {
	list-style-type: none;
	overflow:hidden;
}

.sideNav li {
	border-top: #333 solid 1px;
	overflow: hidden;
}

.sideNav img {
	vertical-align: top;
	margin-right: 10px;
	float: left;
}

.sideNav strong {
	top: -5px;
	position: relative;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
}

.sideNav em {
	font-size: 1.2em;
	color:#666;
}

.sideNav a {
	display: block;
	margin: -20px 0;
	padding: 30px 10px;
	color: #999;
}

.sideNav a:hover,
.sideNav a:focus,
.sideNav a.active {
	color:#a00;
	text-decoration: none;
	background: #141414;
	border:#333 solid 1px;
	border-width: 0 1px;
	padding-left:9px;
	padding-right:9px;
	box-shadow: inset 0 0 10px #2a2a2a;
}

h1 {
	color:#fff;
	font-size: 4.2em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 48px;
	margin-right: 170px;
}

.doc {
	width:680px;
	float: right;
	position: relative;
}

.docNav {
	background: #141414;
	border-radius: 10px;
	border:#333 solid 1px;
	padding:10px;
	box-shadow: inset 0 0 10px #2a2a2a;
	margin-bottom: 34px;
	position: relative;
	z-index: 2;
}

.docNav ul {
	list-style-type: none;
	float: left;
}

.docNav li {
	float: left;
}

.docNav li a {
	color: #999;
	font-size: 1.8em;
	padding:0 19px;
}

.docNav li a:hover,
.docNav li a:focus,
.docNav li a.active {
	color: #a00;
	text-decoration: none;
}

.docNav li a.shop {
	text-transform: uppercase;
}

.docText {
	width: 360px;
	float: left;
	clear: both;
	position: relative;
	z-index: 2;
	padding-bottom: 28px;
}

.docText p,
.docText ul,
.docText ol {
	font-size: 1.4em;
	line-height: 1.428571em;
	margin-bottom: 1.428571em;
}

.docText ul,
.docText ol {
	margin-left: 2em;
}

.docText h2 {
	font-size: 2.2em;
	font-weight: normal;
	font-style: italic;
	padding-top: 9px;
	margin-bottom: 0.863636em;
	color: #fff;
}

.docText h3 {
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	margin-bottom: 0.5625em;
}

.docImages {
	width: 300px;
	float: right;
	padding-top: 10px;
	position: relative;
	z-index: 2;
}

.docImages .img {
	margin: 7px 0;
}

.docImages .img.small {
	float:none;
}

.docImages p {
	font-size: 1.3em;
	line-height: 1.461538em;
}

.docImages .imgbox {
	padding-bottom: 1.461538em;
}








.img {
	position:relative;
	margin-bottom:15px;
}

.img.small {
	float: left;
	margin-bottom:0;
}

.img img {
	vertical-align: middle;
}

.img .media {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background: #000;
	opacity: 0.6;
	filter: Alpha(opacity=60);
}

.img .media span {
	display:block;
	padding: 10px 20px 10px 0;
	margin-right: 10px;
	font-size: 1.3em;
	color: #fff;
	background: url(img/icon-arrow-fff-small.png) no-repeat right center;
	text-align: right;
}

.img .media:hover,
.img .media:focus {
	text-decoration: none;
	opacity: 0.7;
	filter: Alpha(opacity=70);
}



.mediaLayer {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1000;
}

.mediaLayer .closeButton {
	position:absolute;
	top:0;
	right:0;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	font-size: 1.2em;
}

.mediaLayer .media-container {
	height: 100%;
}

.mediaLayer .media-container > * {
	margin: 0 auto;
	width: 80%;
	height: 80%;
	position:relative;
	top: 10%;
	display:block;
}





.downloads {
	float:left;
	width:720px;
	list-style-type:none;
	position: relative;
	z-index: 2;
}

.downloads li {
	float:left;
	width:200px;
	margin:0 40px 40px 0;
}

.downloads li.after-third {
	clear:both;
}

.downloads li .img {
	height:150px;
	background:#333;
	line-height:150px;
	font-size:0;
	overflow:hidden;
	vertical-align:middle;
}

.downloads li .img img {
	vertical-align:middle;
}

.downloads li p {
	font-size:1.2em;
}

.downloads li .downloadlink {
	font-weight:bold;
}

.downloads li.hover .downloadlink {
	text-decoration: underline;
}






.socialshareprivacy {
	padding-top:26px;
	clear:both;
	position: relative;
	z-index: 2;
}

.social_share_privacy_area {
	list-style-type: none;
	margin: 0 !important;
}
.socialshareprivacy img {
	margin: 0;
}
.socialshareprivacy a {
	background: none repeat scroll 0 0 transparent;
	padding: 0;
}
.socialshareprivacy .settings_info {
	display: none;
}
.social_share_privacy_area .facebook {
	width: 149px !important;
}
.social_share_privacy_area .facebook .fb_like iframe {
	width: 114px !important;
}
.social_share_privacy_area .twitter {
	width: 118px !important;
}
.social_share_privacy_area li div.tweet {
	width: 85px !important;
}
.social_share_privacy_area .gplus {
	width: 93px !important;
}
.social_share_privacy_area li div.gplusone {
	width: 60px !important;
}




.royalSlider {
	width: 100%;
	height:510px;
	padding-bottom:30px;
}

.rsDefault .rsBullets {
	bottom:auto;
	top:520px;
}

.sponsorList {
	list-style-type: none;
	text-align:center;
}

.sponsorList li {
	padding:15px;
	display:inline-block;
	vertical-align:middle;
}





.subscribe-button-inner {
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px !important;
}
