body {
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	background: #fff;
}

table {
	font-weight: normal;
}

.main {
	width: 950px;
	margin: 0px auto;
}

img {
	border: 0px;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #2d3345;
	font-size: 16px;
}

h3.error {
	color: #ff0000;
}

span.error {
	color: red;
}

.stars {
	width: 54px;
	height:9px;
	background: url(http://www.guut.de/de-de/img/stars_blank.jpg) no-repeat center;
}

#use_credits_stepper {
	overflow: hidden;
	height: 0px;
}

#use_credits_stepper.visible {
	overflow: hidden;
	height: 34px;
}

.numericstepper {
}

	.numericstepper .itemamount {
		text-align: center;
	}

.stars .s1 { width: 10px; height: 9px; background: url(http://www.guut.de/de-de/img/stars_active.jpg) no-repeat right; }
.stars .s2 { width: 21px; height: 9px; background: url(http://www.guut.de/de-de/img/stars_active.jpg) no-repeat right; }
.stars .s3 { width: 32px; height: 9px; background: url(http://www.guut.de/de-de/img/stars_active.jpg) no-repeat right; }
.stars .s4 { width: 43px; height: 9px; background: url(http://www.guut.de/de-de/img/stars_active.jpg) no-repeat right; }
.stars .s5 { width: 54px; height: 9px; background: url(http://www.guut.de/de-de/img/stars_active.jpg) no-repeat right; }

input[type="text"], input[type="password"], select, textarea {
	background: url(http://www.guut.de/de-de/img/input.gif) #FFFFFF;
	padding: 5px;
	margin: 3px 0px;
	font-size: 12px;
	border: 1px solid #3b4155;
}

input[disabled="disabled"] {
	border:0;
	background:transparent;
}

input[type="checkbox"] {
	width: 15px;
	height: 15px;
	background: url(http://www.guut.de/de-de/img/input.gif) #FFFFFF;
	border: 1px solid #3b4155;
	margin: 3px;
}

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border: 1px solid #f8730c;
}

input[type="text"].validation-failed, input[type="password"].validation-failed, select.validation-failed, textarea.validation-failed {
	border: 1px solid #c93636;
}

a.button {
	height: 18px;
	padding: 6px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
a.button:hover {
	color: #ffffff;
}

select {
	border: 1px solid #3b4155;
	background: url(http://www.guut.de/de-de/img/input.gif) #FFFFFF;
	width: 200px;
	margin: 3px 0px;
}

tr.even {
	background-color: #f2f2f2;
}
tr.even:hover>td, tr.odd:hover>td {
	background-color: #e8e8e8;
}

th {
	text-align: left;
}

.red {
	color: #ff0000;
	font-weight: bold;
}

	.main #head {

	}
		.main #head .logo {
			float: left;
			width: 212px;
			height: 106px;
			background-image: url(http://www.guut.de/de-de/img/logo.jpg);
		}

		.main #head .info {
			text-align: right;
			width: 738px;
			float: right;
			font-size: 10px;
			height: 69px;
		}
			.main #head .right {
			}

			.main #head .info .df_title {
				padding: 2px 7px;
				height: 15px;
				margin: 1px 3px 0 0;
				float: right;
				font-weight: bold;
			}

			.main #head .info .contact_info {
				background: #33394d url(http://www.guut.de/de-de/img/head_info_left.jpg) no-repeat top left;
				padding: 2px 10px;
				height: 15px;
				color: #FFFFFF;
				margin: 0 1px 0 0;
				float: right;
			}
			.main #head .info .contact_info a,
			.main #head .info .contact_info a:hover {
				color: #FFFFFF;
			}

			.main #head .info .language_select {
				background: #f86d20 url(http://www.guut.de/de-de/img/head_info_right.jpg) no-repeat right;
				padding: 2px 10px;
				height: 15px;
				float: right;
			}

			.main #head .info .language_select a {
				text-decoration: none;
				color: #0d1323;
			}

			.main #head .info .language_select a.active {
				color: #FFFFFF;
				text-decoration: underline;
			}

			.main #head #newsletter {
				float: right;
				color: #303649;
				font-weight: bold;
				font-size: 13px;
			}

			.main #head #newsletter form {
				padding: 0px;
			}

				.main #head #newsletter input {
					outline: 0px;
					border: 1px solid #999999;
					margin: 0px;
				}

			.main #head #newsletter input[type="text"] {
				height: 14px;
				border: 1px solid #999999;
				width: 140px;
				padding: 5px;
			}

			.main #head #newsletter input[type="submit"] {
				cursor: pointer !important;
				border: 0px;
			}

			.main #head #newsletter table {
				margin: 0px;
			}

	.main #menu {
		clear: both;
		background: url(http://www.guut.de/de-de/img/top_menu_bg.jpg);
	}

		.main #menu .left {
			background: url(http://www.guut.de/de-de/img/top_menu_left.jpg) no-repeat;
			width: 7px;
			height: 28px;
			float: left;
		}

		.main #menu .right {
			background: url(http://www.guut.de/de-de/img/top_menu_right.jpg) no-repeat;
			width: 7px;
			height: 28px;
			float: right;
		}

		.main #menu ul {
			height: 38px;
			margin: 0px;
			padding: 0px;
			font-size: 13px;
			font-weight: bold;
		}

			.main #menu ul li {
				display: block;
				float: left;
				margin: 0px;
				cursor: hand;
			}

			.main #menu ul li:hover {
				background: url(http://www.guut.de/de-de/img/top_menu_bg_selected.jpg) repeat-x;
			}

			.main #menu ul li.user {
				float: right;
				display: block;
				color: #FFFFFF;
				padding: 10px 5px 0px;
				width: 104px;
				height: 27px;
				background: url(http://www.guut.de/de-de/img/inloggen.jpg) center no-repeat;
				text-align: center;
				border: none !important;
			}


			.main #menu ul li.user:hover {
				background-image: url(http://www.guut.de/de-de/img/inloggen_hover.jpg);
				border: none !important;
			}

			.main #menu ul li.user a {
				border: none !important;
				display: inline;
				text-decoration: none;
			}

			.main #menu ul li.user:hover>a {
				background: none !important;
			}

				.main #menu ul li a, .main #menu ul li span.nolink {
					display: block;
					color: #FFFFFF;
					padding: 10px 10px 0px 10px;
					height: 28px;
				}

				.main #menu ul li:hover>a, .main #menu ul li a.active {
					background: url(http://www.guut.de/de-de/img/top_menu_bg_selected_arrow.jpg) no-repeat center bottom;
					border-left: 1px solid #343e4a;
					border-right: 1px solid #343e4a;
					padding: 10px 9px 0px 9px;
				}

			.main #menu ul li.dropdown {

			}

				.main #menu ul li.dropdown a {
					background: url(http://www.guut.de/de-de/img/arrow_down.jpg) no-repeat right;
					padding-right: 20px;
				}

				.main #menu ul li.dropdown ul {
					position: absolute;
					display: none;
					background: transparent none;
					width: auto;
				}

					.main #menu ul li.dropdown ul li {
						color: #FFFFFF;
						background: #2d3244;
						float: none;
						width: 120px;
						padding: 5px;
					}

			.main #menu ul li.welcome {
				float: right;
				background: none;
			}

				.main #menu ul li.welcome span.nolink {
					display: block;
					color: #FFFFFF;
					padding: 10px 10px 0px 10px;
					cursor: default;
					height: 28px;
				}

	.main #contents {
		width: 948px;
		background: url(http://www.guut.de/de-de/img/product_bg.jpg) repeat-x;
		padding: 0 1px;
	}
		.main #contents .contents {
			width: 948px;
			background: #FFFFFF;
			min-height: 508px;
		}

		.main #contents .contents .row {
			clear: both;
			padding: 20px;
		}

		.main #contents .contents .row.statictext {
			clear: both;
			padding: 20px;
			padding-right: 320px;
		}

		.main #contents .contents .row.grey {
			background-color: #fcfcfc;
			border-top: 1px solid #f1f1f1;
			border-bottom: 1px solid #f1f1f1;
		}

	.main #footer {
		position: relative;
		clear: both;
		margin: 25px 0 0 0;
		color: #FFFFFF;
		background-color: #2b2e3f;
		padding: 19px 0 0 0;
	}

		.main #footer hr {
			border: 0px;
			border-top: 1px solid #dc4f00;
			border-bottom: 1px solid #fc8e4f;
			margin-bottom: 0px;
		}

		.main #footer h3 {
			color: #ffffff;
			margin: 0px;
			padding: 0px;
			font-size: 16px;
		}

		.main #footer a {
			color: #ffffff;
			text-decoration: none;
		}

		.main #footer a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

		.main #footer p {
			padding: 0px;
			margin: 0px;
		}

		.main #footer table {
			min-height: 188px;
			width: 100%;
		}

			.main #footer table td {
				padding: 0px 10px;
				background: url(http://www.guut.de/de-de/img/footer_divider.jpg) repeat-y;
			}

				.main #footer table td.left {
					padding: 0px;
					min-height: 188px;
					width: 6px;
					float: none;
					background: url(http://www.guut.de/de-de/img/footer_corners.jpg) repeat-x 6px bottom;
				}

				.main #footer table td.right {
					padding: 0px;
					min-height: 188px;
					float: none;
					width: 6px;
					background: url(http://www.guut.de/de-de/img/footer_corners.jpg) repeat-x -12px bottom;
				}

			.main #footer div {
				height: 100%;
				z-index: 1000;
			}

			.main #footer td.first {
				background:none !important;
			}

				.main #footer form {
					padding: 4px;
					margin: 20px 0 0 0;
					z-index: 100;
					position: relative;
					clear: both;
					background-color:#F2F2F2;
					display:inline-block;

					/*
					background: url(http://www.guut.de/de-de/img/footer_nieuwsbrief.jpg) no-repeat;
					height: 30px;
					width: 237px;
					*/
				}

					.main #footer form input[type="text"] {
						height: 16px;
						border: 1px solid #999999;
						background: #FFFFFF;
						outline: 0px;
						width: 129px;
						float: left;
						padding: 4px;
						margin: 0px;
						margin-right: 5px;
					}

					.main #footer form input[type="text"]:focus {
						border: 1px solid #f8730c;
					}

					.main #footer form input[type="submit"] {
						background: url("http://www.guut.de/de-de/img/aanmelden_button.jpg") transparent no-repeat;
						color: #ffffff;
						font-size: 11px;
						border: 0px;
						font-weight: bold;
						width: 86px;
						height: 25px;
						cursor: pointer !important;
						padding-bottom: 1px;
						float:right;
					}

					.main #footer form input[type="text"].validation-failed {
						border: 1px dashed #ff0000;
					}

			.main #footer .sneakpreview {
				height: 19px;
				padding: 0px;
				background: none;
				text-align: right;
			}

			.main #footer .sneakpreview object {
				position: relative;
				bottom: 250px;
			}

	.main #payment_methods {
		padding: 6px 0;
		font-size: 13px;
		font-weight: bold;
		color: #303649;
	}

	.main #payment_methods div {
		float: left;
		padding-top:2px;
	}
	.main #payment_methods div.image {
		background: url(http://www.guut.de/de-de/img/payment_methods.jpg) no-repeat;
		height: 21px;
		width: 499px;
		float: left;
		margin-left: 5px;
	}

/* dialogs */
.dialog {
	background-color: #FFFFFF;
	border: 3px solid #303749;
}

	.dialog h3, .dialog h2 {
		margin: 0px;
		padding: 0px;,
		width: 50%;
	}


		.dialog h3 span {
			float: none;
		}


	.dialog .row {
		padding: 0px 10px 0px 10px;
		margin: 0px;
	}

		.dialog .row.grey {
			padding: 15px 10px 10px 10px;
		}

	.dialog .row#login {
		padding: 15px 10px 10px 10px;
		background-color: #f1f1f1;
		height: 22px;
	}

	.dialog .row a.close {
		display: block;
		width: 15px;
		height: 15px;
		background: url(http://www.guut.de/de-de/img/close.jpg);
		float: right;
	}

	.dialog form {
		margin: 0px;
		padding: 0px;
	}

	.dialog form textarea {
		margin: 0px;
		padding: 0px;
		width: 369px;
	}

	.dialog .row a.forgot {
		float: right;
		padding-bottom: 2px;
		margin-right: 10px;
		margin-top: 0px;
		color: red;
	}

	.row a.forgot {
		color: red;
	}

	.dialog .century {
		font-size: 12px;
	}

	.dialog.loading {
		background: url(http://www.guut.de/de-de/img/loading.gif) center no-repeat #FFFFFF;
	}

	.dialog input[type="text"], .dialog input[type="password"] {
		width: 158px !important;
	}

.row1 {
	width: 150px;
	font-weight: bold;
}

.row2 {
	padding: 0 10px;
	font-weight: bold;
}

.grey_line {
	background: url(http://www.guut.de/de-de/img/grey_line.jpg) no-repeat center;
	height: 1px;
	margin: 10px 0;
}

input[type="button"].updown {
	background: none;
	color: #000000;
	padding: 5px;
	margin: 3px 0px;
	font-size: 12px;
	border: 0px;
}

img.tips {
	vertical-align:top;
}


div#splash {
	width: 905px;
	height: 372px;
	background-image: url('http://www.guut.de/de-de/img/splash/bg.png');
}
	div#splash div#splash_close {
		position: absolute;
		top: 3px;
		right: 3px;
		width: 157px;
		height: 26px;
		background-image: url('http://www.guut.de/de-de/img/splash/bg_close.png');
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		color: white;
		padding-top: 7px;
	}
	div#splash div#splash_left {
		width: 540px;
		height: 362px;
		float: left;
		margin: 5px;
	}
		div#splash div#splash_left h1#splash_title {
			color: #f6691a;
			margin-left: 22px;
			margin-top: 10px;
			font-size: 30px;
		}
		div#splash div#splash_left h2#splash_subtitle {
			font-size: 17px;
			margin-left: 22px;
			margin-top: 10px;
			margin-bottom: 20px;
		}
		div#splash div#splash_left div#splash_aanmelden {
			width: 485px;
			height: 173px;
			background-image: url('http://www.guut.de/de-de/img/splash/bg_aanmelden.png');
			margin-left: 22px;
			padding: 15px;
			text-align: center;

		}
			div#splash div#splash_left div#splash_aanmelden h1#splash_meldjeaan {
				text-transform: uppercase;
				font-size: 22px;
				margin-top: 30px;
				color: white;
			}
			div#splash div#splash_left div#splash_aanmelden form {
				width: 237px;
				height: 30px;
				background: url(http://www.guut.de/de-de/img/footer_nieuwsbrief.jpg) no-repeat;
				padding: 3px;
				margin: 20px 0 0 0;
				z-index: 100;
				position: relative;
				clear: both;
				text-align: center;
				margin-left: auto;
				margin-right: auto;
			}

				div#splash div#splash_left div#splash_aanmelden form input[type="text"] {
					height: 15px;
					border: 1px solid #999999;
					background: #FFFFFF;
					outline: 0px;
					width: 129px;
					float: left;
					padding: 4px;
					margin: 0px;
					margin-right: 5px;
				}

				div#splash div#splash_left div#splash_aanmelden form input[type="text"]:focus {
					border: 1px solid #f8730c;
				}

				div#splash div#splash_left div#splash_aanmelden form input[type="submit"] {
					background: url("http://www.guut.de/de-de/img/aanmelden_button.jpg") transparent no-repeat;
					color: #ffffff;
					font-size: 11px;
					border: 0px;
					font-weight: bold;
					width: 86px;
					height: 26px;
					cursor: pointer !important;
					margin-left: -5px;
				}

				div#splash div#splash_left div#splash_aanmelden form input[type="text"].validation-failed {
					border: 1px dashed #ff0000;
				}
	div#splash div#splash_right {
		width: 345px;
		height: 362px;
		float: right;
		margin: 5px;
	}
		div#splash div#splash_right img {
			width: 345px;
			height: 362px;
		}

#faq {
	font-size:13px;
}
#faq .section {
	margin-bottom:20px;
}
#faq .title {
	font-size:16px;
	font-weight:bold;
	margin-top:0;
	padding:0;
	line-height:0;
}


.let_op {
	border: 1px solid #CCCCCC;
	background: url('http://www.guut.de/de-de/img/question.png') no-repeat scroll 5px 4px #FFFFC0;
	color:#333333;
	padding:5px 5px 5px 25px;
}