html {

}

body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	background-color: #d4ffab;
	text-align: center;
	margin: 0;
	padding: 20px 0;
}

/* PAGE */

#page {
	width: 766px;
	margin: 0 auto;
	background: url(../images/content_bg.jpg) repeat-y;
}

/* HEADER */

#header {
	height: 119px;
	background-image: url(../images/header.jpg);
}

/* CONTAINER */

#container {
	padding-left: 8px;
	padding-right: 8px;
}

/* APPLICATION */

#application {
	height: 101px;
	background: url(../images/application.jpg) repeat-x;
}

#quickscale {
	width: 300px;
	height: 101px;
	float: left;
}

#drawit {
	width: 300px;
	height: 101px;
	float: left;
}

#app {
	height: 100px;
	width: 300px;
	float: left;
}

#buttons {
	width: 133px;
	height: 100px;
	background-image: url(../images/buttons_bg.jpg);
	float: right;
	border-bottom: 1px solid #595959;
}

/* IE */

#error {
	border: 1px solid #ffd400;
	background-color: #ffdc6d;
	font-size: 11px;
	color: #474747;
	padding-left: 10px;
	border-bottom-color: #82878e;
	border-left-style: none;
	border-right-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

#error a {
	color: #211d0e;
	text-decoration: none;
}

#error a:hover {
	color: #211d0e;
	text-decoration: underline;
}

/* CONTENT */

#howbuy {
	width: 730px;
	height: 276px;
	position: absolute;
	background-color: #fff;
	padding: 10px;
	text-align: left;
	font-size: 11px;
}

#content {
	font-size: 12px;
	text-indent: 1.2px;
	text-align: left;
	margin: 10px;
	color: #4a4a4a;
}

#content h1 {
	font-size: 14px;
	color: #4a4a4a;
	margin: 0 0 8px;
	padding: 0;
	clear: both;
}

#content h2 {
	font-size: 12px;
	color: #4a4a4a;
	padding: 0 0 3px;
	margin: 0 0 7px;
	border-bottom: 1px solid #a9a9a9;
}

#content p {
	padding: 0;
	margin: 0;
}

#content b.price {
	padding: 0;
	margin: 0;
	font-size: 13px;
}

/* My Comment */

#content a {
	color: #4a4a4a;
}

#content a:hover {
	color: #4a4a4a;
	text-decoration: none;
}

/* CONTENT_LISTS */

#content ul.about {
	list-style-type: disc;
	margin: 8px 0 0 100px;
}

/* CONTENT_LEFT/RIGTH */

.left {
	width: 597px;
	float: left;
	text-align: justify;
	border-right: 1px none #a2a2a2;
	padding-right: 10px;
}

.left img.imgleft {
	padding: 1px;
	border: 1px solid #a2a2a2;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.left img.imgright {
	padding: 1px;
	border: 1px solid #a2a2a2;
	float: right;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imgC {
	padding: 1px;
	border: 1px solid #a2a2a2;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.left img.imgabout {
	padding: 1px;
	border: 1px solid #a2a2a2;
	margin-top: 2px;
	margin-right: 10px;
	float: left;
}

.right {
	width: 113px;
	text-align: left;
	float: right;
}

/* FOOTER */

#footer {
	height: 10px;
	background: #d4ffab url(../images/footer.jpg) no-repeat;
}

/* FORM */

#content form {
	margin: 0;
	padding: 0;
}

#content input {
	margin: 2px 0 0;
	padding: 0;
	width: 150px;
	height: 20px;
}

#content input.none {
	margin: 2px 0 0;
	padding: 0;
	width: auto;
	height: 20px;
}

#content select {
	margin: 2px 0 0;
	padding: 0;
	width: 150px;
	height: auto;
}

#content textarea {
	width: 275px;
	height: 111px;
	margin-top: 2px;
}

#content fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

.content_left {
	float: left;
}

.content_mid {
	float: left;
	width: 150px;
	margin-left: 10px;
}

.content_right {
	float: right;
	width: 275px;
}

/* OTHER */

img, img a {
	border-style: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.rechts {
text-align: right;
}


