/********** global **********/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.pagecenter {
	margin: 0 auto;
	width: 960px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.imagebox {
	background: #F0F0F0;
}
.w100 {
	width: 100%;
	float: left;
}
.w66 {
	width: 66.66%;
	float: left;
}
.w33 {
	width: 33.33%;
	float: left;
}
.rowblock {
	margin-bottom: 20px;
}
.rowblock:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1 {
	font-size: 32px;
}

h1,
h2, 
h3 {
	margin: 0;
	color: #202020;
}
h3 {
	margin-bottom: 10px;
}

em {
	font-style: normal;
	font-weight: bold;
}

form {
	padding: 0;
	margin: 0;
}
.headzone {
	margin-bottom: 15px;
}
.headzone h1 img {
	height: 48px;
	width: 48px;
	margin-bottom: -4px;
	margin-right: 10px;
}
.headzone h1 em {
	color: #FB8800;
}
.headzone a,
.headzone a:hover {
	text-decoration: none;
}

.footer {
	margin-top: 80px;
	padding-top: 20px;
	padding-bottom: 80px;
	border-top: 1px solid #C0C0C0;
	box-shadow: inset 0px 10px 6px -10px rgba(0,0,0, 0.3);	
	background-color: #F8F8F8;
}

.footer a {
	text-decoration: none;
	color: #707070;
}

a {
	text-decoration: none;
	color: #FB8800;
}
a:hover {
	text-decoration: underline;
}

/********** page specific **********/

.textpanel {
	margin-bottom: 15px;
}

.teaserpanel {
	background-color: #F0F0F0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px; 
}
.separatebanner {
	background-color: #E0E0E0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 20px 0 30px;
}

.big,
.headline {
	font-size: 24px;
}

.headline {
	margin-bottom: 20px;
}

ul.benefits {
	list-style: none;
    padding-left: 0;	
}

ul.benefits li {
	background-image: url("../img/check.png");
    background-repeat: no-repeat;
    min-height: 27px;
    padding-left: 42px;
    padding-top: 7px;
    font-size: 20px;
}
ul.benefits li a {
	color: black;
}
ul.benefits li a:hover {
	text-decoration: none;
}

ul.riskfree {
	list-style: none;
    padding-left: 0;	
}
ul.riskfree li {
	background-image: url("../img/shield.png");
    background-repeat: no-repeat;
    background-position: 2px 8px;
    min-height: 27px;
    padding-left: 42px;
    padding-top: 7px;
    font-size: 20px;

}

button,
a.button {
	cursor: pointer;
}

a.button {
	text-decoration: none;
	display: block;
	float: left;
}

button.primary,
.button.primary {
	background-color: #FB8800;
	padding: 5px 20px;
	border: 1px solid #FB8800;
	border-radius: 3px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
}

button.with-arrow:before,
.button.with-arrow:before {
	content: "⇨";
	width: 32px;
	height: 32px;
	background-image: url("../img/big_arrow.png");
	background-repeat: no-repeat;
	position: relative;
	left: -67px;
	color: transparent;
	display: block;
	float: left;
	margin-right: -32px;
}
button.with-arrow,
.button.with-arrow {
	margin-left: 47px;
}

button.lowattention {
	background-color: #F0F0F0;
	padding: 5px 20px;
	border: 1px solid #D0D0D0;
	border-radius: 3px;
	color: #404040;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
}

.picebox {
	border: 1px solid #C0C0C0;
	box-shadow: 0px 4px 6px -2px rgba(0,0,0, 0.4);
	width: 280px;
	float: left;
	margin-right: 20px;
	padding: 20px 10px;
}
.piceboxes .picebox:last-child {
	margin-right: 0px;
}
.picebox .price-head {
	background-color: #F0F0F0;
	margin: -10px -10px 0;
	padding: 5px 10px 5px 50px;
}
.picebox .benefits {
	min-height: 180px;
}
.picebox .pricing {
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}
.picebox .pricing .price {
	font-weight: bold;
}
.picebox button {
	margin-left: 40px;
	width: 200px;
}

#emailinput {
	width: 400px;
	border: 1px solid #C0C0C0;
	border-radius: 2px;
	box-shadow: inset 0px 2px 5px -1px rgba(0,0,0, 0.2);
	padding: 3px;
	font-size: 20px;
	margin: 20px 0 10px;
}
#joinbeta {
	margin-right: 10px;
	float: left;
}

#joinbeta + label {
	display: block;
	width: 800px;
	padding-left: 30px;
	font-size: 15px;
}
.infobox {
	margin-top: 40px;
	margin-right: 40px;
	color: #202020;
	text-align: justify;
	font-size: 15px;
}
.vision {
	color: #d47200;
}
.infobox ul {
	padding-left: 20px;
	margin: 0 0 16px;
}

