/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'IdealSans-Light', 'Ideal Sans';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.every {
    color: rgb(0, 0, 0);
    font-family: 'IdealSans-Light', 'Ideal Sans';
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 21px;

}

.small {
	font-size: 13px;
    line-height: 18px;
}

.headline {
    color: #cb952d; /*rgb(230, 193, 128);*/
    font-family: 'IdealSans-Light', 'Ideal Sans';
    font-size: 19px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 21px;
}

.wrapper {
	position:relative;
	top:110px;
}

.topWrapper {
	position:absolute;
	right:0;
	width:100%;
	top:0;
}

.topGoldenBar {
	background-color: #fff;
	background: url(http://cdn.maikoapp.com/4u9e/5cu3e/75w@2x.png) no-repeat center;
	margin-top:20px;
	margin-bottom:20px;
	height:100px;
	text-align:center;
	color: #fff;
	font-weight:100;
	font-size:23px;
}

.topMenu {
	font-size: 15px;
	margin-top: 35px;
	text-align: center;
}

.bulb {
	position:fixed;
	right:-200px;
	top:33px;
	font-size:25px;
}

.rBox {
	margin-left:375px;
	width:375px;
}

.lBox {
	text-align:center;
	float:left;
	display:inline;
	width:375px;
}

.logoPic {
	margin-top:10px;
	margin-bottom:40px;
}

.h520 {
	height:520px;
	max-height:520px;
}

.m100 {
	margin-top:100px;
}

.flow {
	padding:10px;
    color: rgb(0,0,0);
    font-family: 'IdealSans-Light', 'Ideal Sans';
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 21px;
}

.narrow {
	padding:0 20px;
}

.wrapper {
	width:700px;
	margin: 0 auto;
}

.reddit {
	float:left;
	display:inline;
	width:187px;
}

.twitter {
	margin-left:187px;
	width:187px;
}

.reddit a img {
	 vertical-align:middle;
	 margin-right:10px;
}

.twitter a img {
	 vertical-align:middle;
	 margin-right:10px;
}

.reset {
	width:750px;
	height:30px;
	clear:both;
}

.kleinspalte {
	float:left;
	display:inline;
	width:165px;
	margin-right:20px;
}

.kleinspalteX {
	width:165px;
	margin-left:555px;
}



a:link {
	color:#cb952d;
	text-decoration:none;	
}

a:hover {
	color:#cb952d;
	text-decoration:underline;	
}

.selected a:hover { 
	text-decoration:none;
}

a:active {
	color:#cb952d;
	text-decoration:none;	
}

a:visited {
	color:#cb952d;
	text-decoration:none;	
}

.wrapperCredit {
	width:539px;
	height:575px;
	margin: 0 auto;	
}


.tabmenu {
    font-weight: 500;
	font-size:0;
}



.tabmenu li {
  font-size:13px;
  border:1px solid #E2B15A; 
  border-left:0px;
  padding: 6px 15px;
  display: inline;
  background:#fff;
}

.tabmenu li a {
  color: #cb952d;  
  background:#fff;
}


.tabmenu li:first-child {
  border-left:1px solid #E2B15A;
  border-radius: 4px;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}

.tabmenu li:last-child {
  border-radius: 4px;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
}


.tabmenu li.selected {
  background:#E2B15A;
  border:1px solid #E2B15A;
}

.tabmenu li.selected a {
  color:#fff;
  background:#E2B15A;
  
}



.screenSlides {
	margin-top:100px;
	width:666px;
	text-align:center;
}

.screenSlides img {
	margin:10px 20px;
	border:1px solid white;
	box-shadow: 0px 0px 5px  #E2B15A;
}


.testimonials {
	margin:0 auto;
	margin-top:100px;
	width:500px;
}

.quote {
	font-style:italic;
	margin-top:16px;
	font-weight:100;
	line-height:140%;
}

.centered {
	text-align:center;
}

.qHeadline {
	margin-top:32px;
	font-weight:600;
	font-size:100%;
}

.niceText {
	line-height:140%;
}
