body {
	margin:				0px;
	padding:			0px;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	background:			#3f3e3e url("img/Body_BG.gif") top left repeat-x;
}

/*
####################################################
Grid
####################################################
*/

#Outer {
	position:			absolute;
	left:				50%;
	width:				760px;
	margin:				0px 0px 0px -380px;
}

/* Header */

#Header {
	height:				300px;
	background:			url("img/Header_BG.gif") bottom left no-repeat;
}
#Header h1 {
	width:				330px;
	height:				80px;
	margin:				0px;
	background:			url("img/Logo.gif") top left no-repeat;
	text-indent:		-2000px;
}
#Screenshot {
	float:				left;
	width:				390px;
	height:				300px;
	background:			url("img/LiveDesk_Screenshot.gif") top left no-repeat;
}
#HeaderInner {
	float:				right;
	width:				350px;
	padding:			65px 0px 0px 20px;
}

ul#Features {
	width:				330px;
	height:				117px;
	margin:				15px 0px 0px 0px;
	padding:			0px;
	/*background:			url("img/Features.gif") top left no-repeat;*/
	list-style:			none;
}
ul#Features li {
	margin:				0px 0px  0px 25px;
	padding:			0px 0px 0px 25px;
	background:			url("img/accept.png") left center no-repeat;
	font-size:			14px;
	line-height:		22px;
	color:				#ffffff;
	/*text-indent:		-2000px;*/
}

/* Content */

#Content {
	padding:			20px 20px 15px 20px;
	background:			#383737 url("img/Content_BG.gif") top left repeat-x;
	overflow:			auto;
	color:				#949494;
	clear:				both;
}
#ContentLeft {
	float:				left;
	width:				350px;
}
#ContentRight {
	float:				right;
	width:				330px;
}
.clear {
	height:				1px;
	overflow:			hidden;
	clear:				both;
}
.ContentFooter {
	height:				8px;
	overflow:			hidden;
	background:			url("img/Content_Footer_BG.gif") top left no-repeat;
}

#Newsletter {
	margin-top:			20px;
	padding:			15px;
	background:			#575757;
}
#Newsletter h3 {
	margin-top:			0px;
}

/* Footer */

#Footer {
	margin-bottom:		15px;
	padding-top:		15px;
	text-align:			center;
	font-size:			11px;
	color:				#969696;
}
.left {
	float:				left;
	width:				330px;
}
.right {
	float:				right;
	width:				330px;
}
#Imprint {
	overflow:			auto;
	margin-bottom:		35px;
	padding:			0px 15px;
	text-align:			center;
}
#Imprint p {
	margin:				0px 0px 10px 0px;
	font-size:			11px;
	line-height:		14px;
	color:				#818181;
}

/*
####################################################
Textformatierung
####################################################
*/

h2 {
	margin:				0px 0px 15px 0px;
}
h3 {
	margin:				0px 0px 4px 0px;
	font-size:			12px;
	font-weight:		bold;
	color:				#ffffff;
}

#Content p {
	margin:				0px 0px 15px 0px;
	line-height:		17px;
}
#Content li {
	line-height:		17px;
}

strong {
	color:				#dddddd;
}

a {
	color:				#30ba13;
	text-decoration:	none;
}

input {
	border:				none;
}

/*
####################################################
sIFR
####################################################
*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 22px;
}

