/*
* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img { 
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym { 
	border: 0;
}

a {
	outline: none;
}


/*
============================================
General
============================================
*/

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #222;
}

p {
	margin-bottom: 18px;
}

ul, ol {
	margin-bottom: 18px;
}

a {
	text-decoration: none;
	color: #205680;
}

a:hover {
	text-decoration: underline;
}

em {
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	margin-top: 64px;
	margin-bottom: 32px;
	line-height: 24px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	margin-top: 36px;
	margin-bottom: 18px;
	line-height: 18px;
	font-weight: bold;
}

h4 {
	font-size: 15px;
	margin-top: 18px;
	margin-bottom: 18px;
	font-weight: bold;
}





/*
============================================
Header & Content & Footer (Layout)
============================================
*/

body {
	/*background: #ededed;*/
	background: #d5e9ed;
	background-image: url(/styles_2.5/images/background_solid.png);
}

#Wrapper {
	width: 934px; /* Page + Sidebar */
	margin: 0px auto;
	position: relative;
}

#Sidebar {
	width: 120px;
	/*float: right; */ /* absolute positioning instead */
	position: absolute;
	top: 0px;
	left: 814px;
}

#Page {
	width: 814px;
	background: #fff url(images/things-touch-background.png) repeat-y;
	position: absolute;
	top: 70px;
	left: 0px;
}


#Header {
	text-indent: -9999px;
	overflow: hidden;
	width: 814px;
	height: 265px;
	background: url(images/things-touch-header.jpg) no-repeat;
	position: relative;
}

#Header a#LinkCulturedCode {
	display: none;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#Header a#LinkThingsProductPage {
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 40px;
	left: 100px;
}

#Header a#LinkAppStore {
	display: block;
	width: 90px;
	height: 110px;
	position: absolute;
	top: 90px;
	left: 613px;
}




#Content {
	padding: 42px 114px 0px 114px;
}


#Content div#Tutorials {
	margin-left: -49px;
}




#Footer {
	height: 44px;
	margin-top: 20px;
	padding-top: 50px;
	text-align: center;
	font-size: 11px;
	background: #d5e9ed url(images/things-touch-background-bottom.png) no-repeat;
}

#Footer a {
	color: #aaa;
	font-weight: bold;
	margin: 0px 5px;
}

#Footer a img {
	margin-left: 5px;
	position: relative;
	top: 3px;
}





/*
============================================
GlobalNavigation
============================================
*/


#GlobalNavigation {
	padding-left: 22px;
}


#GlobalNavigation ul {
	width: 770px;
	height: 50px;
	margin-left: 6px;
	position: relative;
}

#GlobalNavigation ul li a {
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
}

#GlobalNavigation ul li#welcome_link a {
	left: 0;
	width:180px;
	background-image: url(/styles_2.5/images/navigation2-culturedcode.png);
	background-repeat: no-repeat;
}

#GlobalNavigation ul li#things_link a {
	left: 180px;
	width:140px;
	background-image: url(/styles_2.5/images/navigation2-things.png);
	background-repeat: no-repeat;
}

#GlobalNavigation ul li#xyle_link a,
#GlobalNavigation ul li#thingsiphone_link a {
	left: 320px;
	width:140px;
	background-image: url(/styles_2.5/images/navigation2-thingsiphone.png);
	background-repeat: no-repeat;
}

#GlobalNavigation ul li#support_link a {
	left: 460px;
	width:80px;
	background-image: url(/styles_2.5/images/navigation2-support.png);
	background-repeat: no-repeat;
}

#GlobalNavigation ul li#blog_link a,
#GlobalNavigation ul li#news_link a {
	left: 540px;
	width:80px;
	background-image: url(/styles_2.5/images/navigation2-blog.png);
	background-repeat: no-repeat;
}

#GlobalNavigation ul li#about_link a {
	left: 620px;
	width:80px;
	background-image: url(/styles_2.5/images/navigation2-about.png);
	background-repeat: no-repeat;
}

#GlobalNavigation ul li a:hover {
	background-position: 0 -50px;
}

#GlobalNavigation ul li a:active {
	background-position: 0 -100px;
}

#GlobalNavigation ul li a.current {
	background-position: 0 -100px;
	text-indent: -9999px;
}








/*
============================================
Sidebar
============================================
*/


#Sidebar {
	padding-top: 240px;
	color: #222; 
	font-size: 11px; 
	line-height: 14px;
}


#Sidebar .review {
	margin-top: 50px; 
	color: #222; 
	font-size: 11px; 
	line-height: 14px;
}

#Sidebar .review-quote {
	margin-bottom: 7px; 
}

#Sidebar .review-rating {
	margin-bottom: 3px;
}

#Sidebar .review-author {
	font-style: italic; 
	color: #555;
}




#Sidebar #iPhoneAndMacVersions {
}

#Sidebar #iPhoneAndMacVersions img.tiny-silhouette {
	display: block;
	width: 24px;
	height: 24px;
	float: left;
}

#Sidebar #iPhoneAndMacVersions p {
	margin-left: 30px;
}




/* deprecated */

#Navigation h1 {
	text-indent: -9999px;
	width: 120px;
	height: 32px;
	background: url(images/things-touch-cc.png) no-repeat;
	margin-bottom: 10px;
}

#Navigation p {
	margin-left: 5px;
	font-size: 11px;
	line-height: 14px;
	color: #555;
	margin-bottom: 14px;
}

#Navigation ul {
	margin-left: 5px;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 14px;
}

#Navigation ul a {
	/*color: #777;
	color: #556a80;*/
}



.award {
	margin-top: 50px; 
	/*color: #555;*/
	color: #222; 
	font-size: 11px; 
	line-height: 14px;
}





/*
============================================
NavBar
============================================
*/




#NavBar {
	margin: 0px 32px;
}


#NavBar ul {
	height: 40px;
	background: url(images/things-touch-nav-bar.png) repeat-x;
	position: relative;
	list-style: none;
	margin: 0px;
}

#NavBar li a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -9999px;
}

#NavBar li a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 167px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

#NavBar li a:hover {
	background-position: 0px -40px;
}

#NavBar li a.current {
	background-position: 0px -80px;
}

#NavBar #NavBarLink1 a {
	left: 80px;
	background-image: url(images/things-touch-nav-product.png);
	background-repeat: no-repeat;
}

#NavBar #NavBarLink2 a {
	left: 247px;
	background-image: url(images/things-touch-nav-support.png);
	background-repeat: no-repeat;
}

#NavBar #NavBarLink3 a {
	left: 414px;
	background-image: url(images/things-touch-nav-faq.png);
	background-repeat: no-repeat;
}



/*
============================================
Content
============================================
*/

#Content {
	position: relative;
}

#Content ul {
	list-style: disc;
}

#Content ul li {
	margin-left: 20px;
}

#Content ol {
	list-style: decimal;
}

#Content ol li {
	margin-left: 20px;
}

#Content h2.first-headline {
	margin-top: 0px;
}



/*
============================================
FAQs
============================================
*/

#Content .faq h3 {
	margin-top: 54px;
	font-size: 15px;
}




/*
============================================
Table of Contents
============================================
*/

#TableOfContents ul {
	margin-left: 0px;
	list-style: none;
}

#TableOfContents ul li {
	margin-left: 0px;
	font-weight: bold;
	font-size: 13px;
}

#TableOfContents ul ul {
	margin-top: 18px;
	margin-left: 20px;
	list-style: square;
}

#TableOfContents ul ul li {
	margin-left: 0px;
	font-weight: normal;
	font-size: 13px;
}

a.internal {
	color: #222;
}

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


/*
============================================
Tutorials
============================================
*/

#Content > div#Tutorials {
	/*margin-top: 70px;*/
}

#Tutorials h2 {
	/*margin-left: 50px;*/
}

.tutorial {
	clear: both;
	height: 410px;
	margin-top: 50px;
	position: relative;
}

#Content .tutorial p {
 	/*width: inherit;*/ /* Overwrite general p style */
}
 	
.tutorial .description {
	margin-left: 342px;
	/*width: 290px;*/
	padding-top: 20px;
}

.tutorial dl dt {
	float: left;
	display: block;
	width: 33px;
	height: 33px;
}

.tutorial dl dd {
	margin-left: 40px;
	margin-bottom: 18px;
}

.tutorial .screenshot {
	display: block;
	width: 340px;
	height: 410px;
	background: url(images/things-touch-screenshot-shadow.png) no-repeat;
	/*float: left;*/
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.tutorial .screenshot img {
	display: block;
	width: 240px;
	height: 345px;
	position: absolute;
	top: 2px;
	left: 50px;
}


/*
.tutorial .loader {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 155px;
	top: 150px;
	z-index: 0;
	background: url(images/things-touch-screenshot-loader.gif) no-repeat;
}
*/

.tutorial .description a {
	font-weight: bold;
}




/*
============================================
Support Form
============================================
*/

form#KontaktFormular {
	margin-top: 40px;
	margin-bottom: 50px;
}

form#KontaktFormular label {
	width: 130px; 
	display: -moz-inline-box;
	display: inline-block;
	/*line-height: 1.8;*/
	vertical-align: top;
	text-align: right;
	margin-right: 20px;
}

form#KontaktFormular ol li {
	margin-left: 0px;
}

form#KontaktFormular ol li {
	list-style: none;
	margin-bottom: 10px;
}

form#KontaktFormular ol li#FormWantsReply {
	margin-left: 150px;
}

form#KontaktFormular ol li#FormWantsReply label {
	display: inline;
}

form#KontaktFormular ol li#FormSubmit {
	margin-left: 150px;
}




/*
============================================
Message Sent
============================================
*/

#Message p {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 50px;
	margin-left: 0px;
	text-align: left;
	width: 600px;
}

#Message p#LinkBack {
	font-size: 13px;
	margin-bottom: 0px;
}





/*
============================================
Extra
============================================
*/

#GermanNote {
	position: absolute;
	top: 40px;
	left: 731px;
	width: 170px;
	height: 115px;
	background: url(images/things-touch-german-note.png) no-repeat;
}

#GermanNote p {
	margin: 20px;
	font-size: 10px;
	line-height: 14px;
	color: #181711;
}


