body {
	background-color: #000;
}

#head {
	position: relative;
}

#verlauf {
	position: relative;
	margin-top: 0px;
	width: 800px;
	height: 300px;
	background: url(../img/elements/verlauf.png) no-repeat;
	display: block;
	cursor: default;
}

#box {
	width: 800px;
	/*background-color: #262626;*/
}

#navbox {
	width: 280px;
	color: #ff0000;
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-top: 20px;
	letter-spacing: 2px;
	font: bolder 12px/30px "Century Gothic", Helvetica, Arial, sans-serif;
	cursor: default;
	text-transform: uppercase;
}

#navbox li {
	list-style-type: none;
}

#navbox a {
	color: #ffffff;
	text-decoration: none;
}

#navbox a:hover {
	color: #ff0000;
	text-decoration: none;
}

.products {
	padding-left: 20px;
	font-size: 10px;
	line-height: 24px;
}

#contentbox {
	width: 500px;
	color: #ffffff;
	margin-top: 27px;
	float: left;
	text-align: justify;
	font: 12px/20px "Century Gothic", Helvetica, Arial, sans-serif;
	cursor: default;
}

#contentbox h1 {
	color: #8e8e8e;
	padding-bottom: 5px;
	font: 14px/20px "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#contentbox p {
	color: #ffffff;
	margin-bottom: 20px;
	text-align: justify;
}

#contentbox a {
	color: #ffffff;
	text-decoration: underline;
}

#contentbox a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#downloadbox {
	width: 300px;
	border-width: 1px;
	border-style: solid;
	float: right;
}

#downloadhead {
	padding: 5px;
	background-color: #1d1d1d;
	font-weight: bolder;
	font: 12px "Century Gothic", Helvetica, Arial, sans-serif;
}

#downloaditem {
	padding: 5px;
	font: 12px "Century Gothic", Helvetica, Arial, sans-serif;
	color: #ffffff;
	border-top: 1px dotted #767676;
}

.download {
	font: 12px "Century Gothic", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}

.startpage {
	color: #bebebe;
	font: 14px/20px "Century Gothic", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	font-weight: bolder;
}

a.startpage {
	color: #ffffff;
	text-decoration: none;
}
a.startpage:hover {
	color: #ff0000;
}