html { height: 100%; }
body { height: 100%; }

body {
	
	background-attachment: fixed;

/*

background-image: linear-gradient(bottom, #8C8C8C 0%, #E6E6E6 60%);
background-image: -o-linear-gradient(bottom, #8C8C8C 0%, #E6E6E6 60%);
background-image: -moz-linear-gradient(bottom, #8C8C8C 0%, #E6E6E6 60%);
background-image: -webkit-linear-gradient(bottom, #8C8C8C 0%, #E6E6E6 60%);
background-image: -ms-linear-gradient(bottom, #8C8C8C 0%, #E6E6E6 60%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #8C8C8C),
	color-stop(0.6, #E6E6E6)
);

*/

	background-color:#f8f8f8;
	background-image: url('/images/gray_jean.png');

	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size:11px;
	color:#555;
}

a {
	text-decoration: none;
	color: #006482;
	font-weight: bold;
}

a:hover {
	color: #0680dd;
}


hr {
	border: 0;
	border-color: #eee;
	border-bottom: none;
	border-style: 1px dotted #eee;
	height:1px;
	background-color: #ddd;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pro hr {
	border: 0;
	border-color: #444;
	border-bottom: none;
	border-style: 1px dotted #444;
	height:1px;
	background-color: #444;
	margin-top: 10px;
	margin-bottom: 10px;	
}


#content {
	background-color:#ffffff;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted #ddd;
	padding:0px;
	border-radius: 2px;
	padding-bottom: 50px;
	box-shadow: 0 0 5px #888;
}

h2 {
	padding-left:40px;
}

.text-content {
	font-size:10.5pt;
	color:#575454;
	text-align: left;
	font-weight: 400;
}

.text-inset {
	margin-left:100px;
	padding-left:20px;
	padding-right:200px;
	line-height: 1.5em;
	border-left:1px solid #ccc;
}

#logo-container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	height:80px;
}

#logo {
	text-align: left;
	padding-bottom: 20px;
}

#menu {
	padding-top:20px;
	text-align: right;
	padding-right: 10px;
}

#menu a {
	margin-left:15px;
}


#headline {
	margin-bottom: 50px;	
	margin-top:40px;
}

#hero {
	margin-bottom: 20px;
	margin-top: 40px;
}

#start {
	margin-top:50px;
	padding-top:20px;
	padding-bottom: 20px;
	background-color: #222;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	color:#9f9f9f;
}

.gobutton {
	border-radius:5px;
	cursor: pointer;
}

.gobutton:hover {
	box-shadow: 0 0 4px #666;	
}

.sepa {
	border-bottom: 1px dotted #ddd;
	height:2px;
}

#footer {
	margin-top: 20px;
	color:#535353;
}

.finalwords {
	margin-left: auto;
	margin-right: auto;
	
	font-size:16px;
	font-weight: 200;	
	
	background-color: #222;
	width: 900px;
	color: #eee;
	padding: 20px;
	line-height: 1.4em;
	
	box-shadow: 0px 0px 1px #111;
}