/* start by using the meyer reset: */
/* - - - - - - - - - - - - - - - - - - - - - - - - */

/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
}
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;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */

@font-face {
    font-family: "Museo300";
    src: url('Museo300-Regular.otf');
    font-weight:300;
}

@font-face {
    font-family: "Museo500";
    src: url('Museo500-Regular.otf');
    font-weight:300;
}

@font-face {
    font-family: "Museo700";
    src: url('Museo700-Regular.otf');
    font-weight:300;
}


body {
	background-image: url('backgroundGradient.png');
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-color: #c0bfbd;
	color: #747578;

	font-family: "Museo500", Georgia;
	font-size: 17px;
	line-height: 30px;
}

h1 {
	color: #a09e9a;
	font-family: "Museo300";
	font-size: 34px;

	margin-bottom: 25px;
}

h2 {
	font-family: "Museo700", Georgia;
	padding-top: 	 0px;
	padding-bottom: 10px;
	
	font-weight: normal;
}

h3 {
	font-family: "Museo700", Georgia;
	font-weight: normal;
	padding-top:	30px;
	padding-bottom: 10px;

	clear: both; /* subheadlines should not float */
}

.asterisk {
	color: #e05a00;
	font-family: "Museo700";
}

.extra_spacing {
	margin-top: 30px;
}

p {
	margin-bottom: 10px;
}

#centerbox {
	width: 1024px;
	margin:auto;
}

#fixed_box2 {
	position: fixed;
	top: 95px;
	width: 270px;
	height: 420px;
	margin-left: 187px;
}

.iPhoneHoverImage {
	background-image: url("iPhoneBackground2_noPadding.png");
	background-repeat: no-repeat;
	height: 700px;
}

.iPhoneHoverImage:hover {
	background-image: url("iPhoneBackgroundHover_noPadding.png");
}

#scrolling_content {
	margin-top: 359px;
	margin-left: 530px;
	margin-right: 10px;
	margin-bottom: 200px;
}

#scrolling_content img.thumb  {	
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#scrolling_content img {
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;

	z-index: 150;
}

#scrolling_content a {
	color: #e05a00;
	font-family: "Museo700";

	text-decoration: none;

	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#scrolling_content a:hover {
	border-bottom-style: solid;
}

#fixed_block {
	position: fixed;
	width: 100%;
	height: 1024px;
	top: 0px;

	z-index: -10; /* sorgt dafür das links in der centerbox clickbar sind */
				/* allerdings ist der linke contnetn dann nicht mehr aktiv!!! */

}

#fixedbox {
	position: static;
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
}

.iPhoneBackground {
	position: relative;
	left: -150px;
	top: 20px;
	
	z-index: -1;
}

.iPhone {
	position: relative;
	left: -150px;
	top: -680px;

	background-image: url('iPhone.png');
}



.iPhone:hover {
	background-image: url('iPhoneHover.png')
}

#linkbox {
	width: 250px;
	margin-left: 195px;
	margin-top: -656px;

	z-index: 99;
}

#videotest {
	width: 250px;
	margin-left: 195px;
	margin-top: 50px;
}

#top_gradient {
	position:fixed;
	top: 0px;
	height: 50px;
	width: 100%;
	z-index: 99;

	background-image: url('linkBarGradient.png');
	background-position: left top;
	background-repeat: repeat-x;
}

#linkbar {
	width: 1024px;
	
	margin-left:auto;
	margin-right:auto;

	padding-right: 40px;
	text-align: right;

	color: #a09e9a;
	font-size: 14px;
}

#linkbar a {
	color: #a09e9a;
	text-decoration: none;
	margin-left:  6px;
	margin-right: 6px;
}

#linkbar a:visited {
	color: #a09e9a;
	margin-left:  6px;
	margin-right: 6px;
}

#linkbar a:hover {
	color: #747578;
	margin-left:  6px;
	margin-right: 6px;
}

#logo img {
	float: none;
	margin: 0px;

	position: relative;
	left: -7px;
}

.company_logo {
	float: none !important;
}

#demo_images {
	margin-top: 20px;
	margin-left: 10px;
}

#demo_images img{
	padding-left:  10px;
	padding-right: 10px;
	margin-bottom: 20px;
}