html {
	}

body {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/bg.png);
	text-align: center;
	color:#818181;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	font-size:12px;
	line-height:1.9em
}
.wrapper {
	width: 700px;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto -200px;
	text-align: left;
}
.header {
	height: 250px;
	background: no-repeat 0 center;
	background-image: url(images/slogan.png);
	position: relative;
	left: 0px;
	
	width: 700px;
	}
	
.faqskypecredit {
	
	height: 250px;
	background: no-repeat 0 center;
	background-image: url(images/faqskypecredit.png);
	position: relative;
	left: 0px;
	width: 700px;
}
.faq {
	
	height: 250px;
	background: no-repeat 0 center;
	background-image: url(images/faq.png);
	position: relative;
	left: 0px;
	width: 700px;
}


h1 {
	text-indent: -500em;
}
h2 {
	color: black;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:13px;

	
}
h2 a {

	color: black;
}
h2 a:hover {
	color: white;
}
p {
	padding: 0 0 1em;
	color: white;
	font: 1.1em/1.4em arial,sans-serif;
}
a {
	color: white;
	text-decoration: none;
	
}
a:hover {
	color: black;
}


.footer {
	
	position: relative;
	margin: 0 auto;
	background: url(images/footer.png) repeat-x;
}
.footer a {
	color: black;
	text-decoration: none;
	border: 0;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
	
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 200px; /* .push must be the same height as .footer */
}
.footer p {
	position: relative;
	left: 0;
	bottom: 4px;
	width: 700px;
	padding: 0;
	color: black;
	font: 0.8em arial,sans-serif;
	text-align: center;
}
.footerContent{

	margin: auto;
	padding-top: 50; 
	height: 200px;
	width: 700px;

	
}
.logo {
		
	float: left;
	height: 200px;
	width: 200px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}
.logoLink {
	
		float: left;

	height: 200px;
	width: 200px;
}
.footerMenue{
	
	position: relative;
	top: 170px;
	
	float: right;
	height: 20px;

	
}
.maincolumns {
	
	height: 370px;
}
.maincolumnlong {
	
	height: 550px;
	
}
.appcolumnlong {
	
	height: 400px;
}
.maincolumns a{
	
}
.column{
	min-height: 250px;
	float: left;
	margin-right: 50px;
	width: 200px;
	
}
.appBox{
	width: 100px;
	height: 100px;
	float: left;
	margin-bottom: 10px;
}
.longcolumn{
	height: 550px;
	float: left;
	margin-right: 50px;
	margin-left: 50px;
	width: 650px;
	overflow: auto;
	
}
.nonScrollLongcolumn{
	height: 600px;
	float: left;
	margin-right: 50px;
	margin-left: 50px;
	width: 650px;
	overflow: hidden;
	
}
.twocolumn{
	min-height: 250px;
	float: left;
	margin-right: 50px;
	
	width: 400px;
	
}
.lastcolumn{
	width: 200px;
	float: left;
	text-align: left;

}
.floater{
	float: none;
}
/*Vorschaubild auf der Hauptseite (App Icon)*/
.apppic {
		
		
		
		margin-left: 5px;
		margin-top: 10px;
		margin-right: 115px;
		
		width: 80px;
		height: 80px;
		float: left;
}
.appname{
		margin-left: 13px;
		
}