body {
	background-color: #2B2E23; //#27272D;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", Calibri, Tahoma, Arial;
	color: #4C4C4C;
	font-size: 0.8em;
}

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

span.productname {
	color: #404040;
	font-weight: bold;
}

div#all {
	width: 962px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto; 
}

div#contentwrapper {
	margin-left: 21px;
	margin-right: 21px;
	float: left;
	display: inline;
}

div#content {
	width: 920px;
	background-color: #B3B3B3;
	float: left;
	border-bottom: 1px solid black;
}

div#content a {
	color: #4C4C4C;
	border-bottom: 1px dotted #4C4C4C;
}


/****************************************/
/* Header
/****************************************/

div#header {
	float: left;
	width: 920px;
	height: 236px;
	background-image: url(images/header.jpg);
	border-bottom: 1px solid black;
}

div#logo {
	float: left;
	width: 100%;
	height: 180px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 44px 42px;
}

div#download {
	float: right;
	width: 311px;
	height: 41px;
	color: #999999;
	font-weight: normal;
	font-size: 10px;
	text-align: right;
}

div#content div#download a.download {
	margin-top: 10px;
	margin-right: 51px;
	padding-right: 10px;
	margin-left: 10px;
	float: right;
	display: block;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position-x: 100%;
	color: white;
	text-decoration: none;
	border: none;
}

div#download a b {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-right: 8px;
	padding-left: 20px;
}

div#content div#download span a {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	border: none;
}

div#download br {
	clear: both;
}

div#download span {
	float: right;
	display: block;
	margin-top: 5px;
	margin-right: 71px;
}

a#humantouch {
	background-image: url(images/humantouch.png);
	background-repeat: no-repeat;
	width: 109px;
	height: 33px;
	display: block;
}

/****************************************/
/* Inhalt
/****************************************/

div#body {
	margin: 20px;
	float: left;
	text-align: left;
	display: inline;
}

div.divider {
	clear: both;
	border-bottom: 1px dotted #8B8B8B;
	padding-top: 20px;
	margin-bottom: 10px;
}

div.column {
	float: left;
	width: 290px;
}

div.column h2 {
	color: #F8F8F8;
	font-size: 1.3em;
	margin: 10px;
}

div.column h3 {
	color: #F8F8F8;
	font-size: 1em;
	margin: 10px;
}

div.column p {
	margin: 10px;
}

div#content p.screens a {
	border: none;
}

div.column p.screens a img {
	border: 1px solid #838383;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.column p.screens a:hover img {
	border: 1px solid black;
}

div.column ul {
	margin: 10px;
	padding: 0;
	list-style-image: url(images/bullet.png);
	list-style-position: outside;
}

div.column ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 0.3em;
	margin-left: 16px;
}

div.box {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #999999;
	border: 1px solid #838383;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #343434;
	font-size: 0.85em;
}

div.box span.productname {
	color: #262626;
	font-weight: bold;
}

div#content div.box a {
	color: white;
	border: none;
}

div.impressum {
	font-size: 0.85em;
}
