@charset "utf-8";
/* CSS Document */

#container {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#article {
	padding-left: 15px;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 5px;
	background-color: #FEEDED;
	color: #666666;
}
body {
	background-color: #FFCCFF;
}

#survey-box {
	margin-right: auto;
	margin-left: auto;
	border: thin solid #CCCCCC;
	width: 800px;
	background-color: #FFFFFF;
}
#doorstop {
	clear: both;
}
#image {
	float: right;
}
#headline {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FF0000;
	margin-top: 15px;
}
#buttons2 {
	float: left;
}
#offer {
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	margin-top: 75px;
	margin-bottom: 40px;
	color: #0000FF;
}

#buttons {
	text-align: center;
	float: left;
	margin-right: 75px;
	margin-left: 100px;
}
#image {
	float: right;
	clear: right;
}
#offer-container {
	width: 550px;
	padding-left: 20px;
	float: left;
	margin-right: auto;
	margin-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.center {
	margin-right: auto;
	margin-left: auto;
}

#bottom_box {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 36px;
	text-align: center;
	clear: left;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 800px;
	background-color: #B9B9FF;
}
#bottom_box h3 {
	color: #FFFF00;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-align: center;
}

#bottom_box ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

#bottom_box ul li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	color: #333333;
	display: inline;
	padding: 0px;
	text-align: center;
	font-size: 12px;
}
#bottom_box ul li a {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	color: #000000;
	font-size: 12px;
	padding-right: 5px;
	text-align: center;
}
