@charset "utf-8";
/* CSS Document */

/*------------------------------------------
RESET ALL BROWSER STYLES 
------------------------------------------*/

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


/*------------------------------------------ 
GENERAL STYLES

viewing port, fonts, footerstick
------------------------------------------*/

html, body { height:100%; }

@font-face {
font-family:'Fertigo';
src: url('i/fertigo.otf') format('opentype');
}

body { font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; font-size:14px; background-color:#EDE8DD; }

	h1 { font-family:'Fertigo', Baskerville, Times New Roman, Georgia, serif; color:#FFFFFF; font-size:46px; font-weight:bold; padding:20px 0px 0px 0px; }
	
	h2 { 
		font-family:'Fertigo', Baskerville, Times New Roman, Georgia, serif; 
		color:#B83009;
		font-size:40px; 
		padding-bottom:15px; 
		}
					
	h3 { color:#281E1D; font-size:21px; padding-bottom:15px; }
	
		h3.about { margin-bottom:20px; }
	
	h4 { color:#FFFFFF; display:block; font-size:21px; font-weight:bold; }
	
	h5 { color:#7A786E; font-size:18px; font-weight:normal; line-height:26px; margin-bottom:30px; }
		
	p { color:#7A786E; font-size:14px; margin-bottom:30px; line-height:22px; }
	
		p.small { font-size:12px; }
		
	strong { color:#281E1D; }
	
	address { color:#7A786E; font-size:14px; margin-bottom:30px; line-height:22px; font-style:normal; }
	
	a { color:#B83009; text-decoration:none; outline:none; }
	
	a.anchor:after { content:"..."; }
	a:hover { text-decoration:underline; }
	a:active { text-decoration:none; }
	a:visited { }
	
	img { border:0px; outline:none; }
	img a { border:0px; outline:none; }
	
	.spacer { margin:10px 0; border-top:1px dashed #A8AAA0; }
	.spacerBlank { margin:30px 0; }
	
	#inhalt ol { margin:0px 0px 0px 22px; }
	#inhalt ol li { color:#281E1D; font-size:14px; font-weight:bold; margin:10px 0px; }
	#inhalt ol li p { font-size:12px; font-weight:normal; margin:10px 0px; }
	
	#inhalt ul { list-style-type:disc; margin:0 0 0 22px; padding:0px; }
	#inhalt ul li { font-weight:normal; color:#7A786E; font-size:12px; }
	
	

#nonFooter { 
	/* Wrapper für Head, Banner, Content */
	position:relative; 
	min-height:100%; 
	}

.container { 
	/* Breite für Inhalte */
	width:960px; 
	margin: 0 auto; 
	min-height:100%; 
	position:relative; 
	}


/*------------------------------------------ 
HEADER

logo, navigation
------------------------------------------*/

#header { background:url(i/header_bgrd.gif) repeat-x; height:70px; border-bottom:1px solid #000000; }

#logo { height:70px; float:left; width:250px;  }
	#logo img { border:0px; }
	#logo a { outline:none; } /* Kein Rahmen in Firefox. */

#nav { float:right; width:710px; }

	#nav ul { list-style-type:none; width:100% }
	
		#nav ul li { 
			background:url(i/btn_head_re.gif) no-repeat right top; /* sliding doors */
			float:right; 
			margin-top:28px;
			margin-left:10px;
			}
							
		#nav ul li a { 
			background:url(i/btn_head_li.gif) no-repeat left top; /* sliding doors */
			display:block;
			color:#FFFFFF;
			font-size:12px;
			height:30px;  
			padding: 7px 15px 0px 15px;
			text-decoration:none; 
			outline:none; /* Kein Rahmen in Firefox. */
			}
			
			/* aktiver Link mit sliding doors */
			#nav #current { background:url(i/btn_head_re_active.gif) no-repeat right top; }
			#nav #current a { background:url(i/btn_head_li_active.gif) no-repeat left top; font-weight:bold; }
			
			/* hover Link mit sliding doors */
			#nav ul li:hover { background:url(i/btn_head_re_active.gif) no-repeat right top; }
			#nav ul li a:hover { background:url(i/btn_head_li_active.gif) no-repeat left top; }


/*------------------------------------------ 
BANNER

demo, slogan, features, key visual
------------------------------------------*/

#banner { background:url(i/bgrd_stripes.gif) repeat-x; height:400px; border-top:1px solid #6BCDDA; }

	#demo { float:left; }
	
	/* Inhalte auf rechter Seite von Banner */
	#banner #BannerWrapper { 
		background:url(i/bgrd_wrapper.png) no-repeat bottom right; 
		height:400px;
		margin-top:0px; 
		margin-left:280px; 
		position:relative; 
		}
	
	#banner h1 { font-size:36px; }
	
	/* Quatscha ist der Grund warum dein Handy eine Kamera hat. */
	#banner h2 { 
		background:url(i/bubble_li.png) no-repeat top left;
		color:#FFFFFF;
		display:block;
		font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight:normal;
		height:102px; 
		margin-top:45px;
		padding:8px 20px 0px 10px;
		width:410px; /* width 450px */
		}
		
	/* Derzeit sind X User online. */
	#counter {
		background:url(i/bubble_re.png) no-repeat top right;
		color:#FFFFFF;
		font-size:16px;
		float:right;
		height:65px;
		margin-top:15px;
		padding:4px 10px 0px 15px;
		width:170px;
		}
	
	/* Download Button */
	#btn { background:url(i/btn_download.png) no-repeat top left; height:78px; width:353px; outline:none;  }
		#btn a { display:block; width:353px; height:78px; outline:none; }
		#btn a:hover { background:url(i/btn_download_hover.png) no-repeat; outline:none; }
		#btn a:active { background:url(i/btn_download_focus.png) no-repeat; outline:none; }
		
	
	#features { height:60px; position:absolute; left:0px; bottom:0px; }
	
		#features ul { list-style-type:none; width:100%;  }
		
		#features ul li { 
			float:left; 
			color:#FFFFFF; 
			font-size:18px;
			line-height:20px;
			font-weight:bold; 
			text-align:center; 
			/*margin-right:50px;*/
			padding:10px 22px 0px 22px;
			height:50px;
			}
			
		#features ul li a { color:#FFFFFF; text-decoration:none; }
			
			#features ul li:hover { background:#6BCDDA; }
		
			/* Zusatztext 2. Zeile */
			#features ul li span { font-size:12px; font-weight:normal; }


/*------------------------------------------ 
SUBHEAD

Überschrift für Seiten
------------------------------------------*/
#subhead { background:url(i/bgrd_stripes.gif) repeat-x top left; height:140px; }
#subhead h1 { padding:40px 0; }




/*------------------------------------------ 
CONTENT

inhalt, sidebar
------------------------------------------*/

#content { background-color:#EDE8DD; border-top:1px solid #FFFFFF; padding-bottom:105px; } /* padding für footerStick */

	#inhalt { float:left; width:535px; margin-top:60px; margin-bottom:60px; }
	
		#inhalt p { margin-bottom:30px; }
		
		#hilfe ul { list-style-position:inside; margin:-20px 0px 20px 20px; }
		#hilfe ul li { color:#7A786E; font-size:14px; }
		
		/* Screenshots */
		#screenshots ul { list-style-type:none; }
		
			#screenshots ul li { float:left; }
			
			#screenshots ul li a { border:0px; margin:0px 25px 30px 0px; outline:none; }
			#screenshots ul li img { border:0px; outline:none; } /* Kein Rahmen in Firefox. */

	#sidebar { float:right; width:325px; margin-top:60px; margin-bottom:60px; }
	
		#sidebarBox {
			background-color:#FFFFFF;
			border:1px solid #E7E2D6;
			-moz-border-radius:10px;
			-khtml-border-radius:10px;
			-webkit-border-radius:10px;
			padding:0px 0px;
			width:324px;
			}
			
			#sidebarBox h4 { 
				background-color:#9F9A8B;
				/* runde Ecken */
				-moz-border-radius-topleft:10px;
				-moz-border-radius-topright:10px;
				-khtml-border-radius-topleft:10px;
				-khtml-border-radius-topright:10px;
				-webkit-border-top-left-radius:10px;
				-webkit-border-top-right-radius:10px;
				display:block;
				padding:20px 15px;
				}
				
			#sidebarBox img { 
				border:0px;
				height:70px; 
				padding-left:9px; 
				padding-top:9px;
				width:70x;
				}
			
			#sidebarBox p {
				border-top:1px solid #E7E2D6;
				color:#7A786E; 
				font-size:18px;
				padding:20px 15px 0px 15px;
				margin-top:20px;
				}
				
			/*#sidebarBox*/ .download {
				background-color:#49AA52;
				border:1px solid #49AA52;
				height:30px;
				margin:10px auto 30px auto;
				padding-top:8px;
				-moz-border-radius:50px;
				-khtml-border-radius:50px;
				text-align:center;
				width:304px;
				}
				
				#sidebarBox .download a { 
					color:#FFFFFF;
					display:block;  
					font-size:20px;
					font-weight:bold;
					text-decoration:none;
					outline:none; /* Kein Rahmen in Firefox. */
					}
					
					#sidebarBox .download:hover { text-decoration:underline; color:#FFFFFF; }
					
			#sidebarBox ul { list-style-type:none; padding-bottom:10px;}
			
				#sidebarBox ul li { border-top:1px solid #E7E2D6; }
					#sidebarBox ul li img { width:14px; height:14px; padding:0px 5px 0px 0px; }						
				
				#sidebarBox ul li a {
					color:#7A786E; 
					display:block;
					font-size:14px;
					font-weight:bold;
					text-decoration:none;
					padding:20px 15px;
					}
					
					/* Verschachtelte Liste */
					#sidebarBox ul ul li { border-top:1px dashed #E7E2D6; margin:0 15px; }
					#sidebarBox ul ul a { padding:10px 20px; font-weight:normal; }
				
					#sidebarBox ul ul a:hover { text-decoration:underline; }
					
					/* HiddenDiv */
					#hiddendiv1 { }
					#hiddendiv2 { display:none; }
					#hiddendiv3 { display:none; }
	
		#weitersagen { color:#281E1D; margin-top:50px; margin-bottom:30px; }
		
			#weitersagen h4 { color:#281E1D; padding:0 10px;}

		#inhalt p { margin-bottom:30px; }

.clearer { clear:both;} /* beendet floats */


/*------------------------------------------ 
FORMULARE

download, kontakt
------------------------------------------*/

.form, .formFake { 
	/* Hintergrund für Überschrift (blau, runde Ecken) */
	background:#49C5D3;
	border:0px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-khtml-border-radius-topleft:10px;
	-khtml-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	width:535px;
	}
	
	/* Wrapper für Inhalt (weißer Hintergrund, runde Ecken) */
	.formBox { 
		width:495px; 
		margin:0px; 
		padding:20px 20px 30px 20px; 
		background-color:#FFFFFF; 
		}
		
		.formBoxBottom {
			/* Abschluss mit runden Ecken */
			background-color:#FFFFFF;
			height:10px;
			margin-bottom:25px;
			padding:0px;
			-moz-border-radius-bottomleft:10px;
			-moz-border-radius-bottomright:10px;
			-khtml-border-radius-bottomleft:10px;
			-khtml-border-radius-bottomright:10px;
			-webkit-border-bottom-left-radius:10px;
			-webkit-border-bottom-right-radius:10px;
			}
	
	fieldset { 
		/* Standardeinstellung löschen. */
		border:0px; 
		margin:0px; 
		padding:0px;
		}
	
	legend, .legend { 
		/* Formularüberschrift */
		color:#FFFFFF; 
		font-size:16px;
		font-weight:bold;
		padding:10px 20px;
		width:495px;
		}
	
	label { 
		/* Titel für Eingabefelder */
		display:block;
		float:left;
		color:#7A786E; 
		font-size:14px; 
		font-weight:bold; 
		text-align:right;
		margin-right:10px;
		margin-bottom:15px;
		width:160px;
		}
	
		/* Pflichtfeld */
		.sublabel {
			color:#666666;
			display:block;
			font-size:11px;
			font-weight:normal;
			text-align:right;
			width:160px;
			}
	
	
	/* Formular, blaue Schrift */
	.formTitle { color:#49C5D3; font-size:14px; font-weight:bold; text-transform:uppercase; }
	
	/* Formular. graue Schrift */
	.formBox p { 
		color:#7A786E; 
		border-bottom:1px dashed #E7E2D6; 
		font-weight:normal;
		line-height:20px;
		padding:10px 0px 10px 0px; 
		}
		
		/* get.quatscha.at */
		.formLink { 
			text-align:center; 
			color:#7A786E; 
			font-size:16px;
			font-weight:bold;
			padding:10px 0px 0px 0px;
			}
			
	.formBox ol { list-style-type:none; margin-left:10px; color:#74786E; }
	
	.formBox li { color:#74786E; font-size:14px; font-weight:normal; margin:0px 0px; padding:2px 0px; }
		/*li.eins { background:url(i/ol_1.png) no-repeat top left; }
		li.zwei { background:url(i/ol_2.png) no-repeat top left;}
		li.drei { background:url(i/ol_3.png) no-repeat top left;}*/
	.formBox ol li p { border-bottom:1px dashed #E7E2D6; margin:0px 0px 0px 10px; }
		.formBox ol li p a { color:#74786E; text-decoration:underline; }
	
			
	/* Formular Eingabefeld */
	input {
		color:#7A786E;
		display:inline;
		font-size:14px;
		padding:4px 4px;
		border:solid 1px #E7E2D6;
		width:200px;
		margin:5px 0px 10px 0px;
		}
		
		input:focus { border:1px solid #49C5D3; background:#FFFCF5; }
		
	textarea {
		font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
		color:#7A786E;
		display:inline;
		font-size:14px;
		padding:4px 4px;
		border:solid 1px #E7E2D6;
		width:200px;
		margin:5px 0px 10px 0px;
		}
		
		textarea:focus { border:1px solid #49C5D3; background:#FFFCF5; }
	
	
	/* Dropdown */
	select { width:170px; font-size:16px; margin-right:10px; margin-top:5px; }
	option { padding-left:15px; }
	
	/* Button */
	button {
		cursor:pointer;
		background-color:#49AA52;
		color:#FFFFFF;
		font-size:14px;
		font-weight:bold;
		border:1px solid #49AA52;
		height:30px;
		margin:10px 0px 0px 170px;
		padding:4px 25px;
		-moz-border-radius:50px;
		-khtml-border-radius:50px;
		text-align:center;
		}
		
		
	/* Progress Indicator */
	.progress { text-align:center; margin-bottom:50px; }
	
	/* Error */
	.errorForm { 
		background:#DC3A3A url(imprform/img/arw3.jpg) no-repeat left bottom;  
		color:#FFFFFF;
		font-size:12px;
		font-weight:normal;
		margin-bottom:5px;
		padding:6px 6px 6px 20px;
		padding-bottom:22px;
		width:469px;
		}
		
	.errorInput { 
		background:#DC3A3A url(imprform/img/arw3.jpg) no-repeat left bottom;  
		color:#FFFFFF;
		font-size:12px;
		font-weight:normal;
		margin-bottom:5px;
		margin-left:170px;
		padding:6px 6px 6px 20px;
		padding-bottom:22px;
		width:180px;
		}
	
	/* Confirm */
	.sent { 
		background:#217996 url(imprform/img/arw2.jpg) no-repeat left bottom;  
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		margin-bottom:5px;
		padding:6px 6px 6px 20px;
		padding-bottom:22px;
		width:288px;
		}
		



/*------------------------------------------ 
FOOTER

company, sub-navigation
------------------------------------------*/

#footer { 
	background:url(i/bgrd_footer.gif) repeat-x; 
	height:105px; 
	margin-top:-105px; /* zieht footer nach oben */
	position:relative;  
	}

#footer p { 
	color:#FFFFFF; 
	float:left;
	font-weight:bold;  
	padding-top:30px;
	padding-left:12px;
	}
	
	#footer p a { color:#FFFFFF; text-decoration:none; border:0px; outline:none; }
	#footer p a:hover { text-decoration:underline; }
	
#footer img { float:left; padding-top:30px; padding-left:12px; border:0px; outline:none; }

	#footer img a { border:0px; outline:none; /* Kein Rahmen in Firefox. */ }

#footer .arrow {
	background:url(i/bgrd_footer_pfeil.png) no-repeat top left;
	height:20px;
	width:25px;
	}

/* Navigation */
#footer ul { list-style-type:none; float:right; padding-top:30px; }
	
	#footer ul li { float:left; }

	#footer ul li a { 
		border-right:1px solid #5ECAD7;
		color:#5ECAD7; 
		margin-right:10px; 
		padding-right:10px;
		text-decoration:none; 
		outline:none;
		}

	#footer ul li a:hover { text-decoration:underline; }
