/* Tuto CSS*/

#bewertung{
margin-bottom: 15px;
}

#bewertung h2{
	font:bold 22px/24px Arial, Helvetica, sans-serif;
	color: #666;
    height:43px;
	padding:0 0 10px 0;
}

/* form elements */
#form_tuto {
    padding: 15px 25px 25px 25px;
	border: 1px solid #180700;
	background: #F8F8F8;
}
#form_tuto p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;
	color: #666666;
}
#label {
	font-weight: bold;
	color: #666666;
}
input, select, textarea {
	margin-right: 5px;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4;
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
#name, #email, #website {
	width: 380px;
}

#message {
	width: 380px;
	height: 200px;
}


#gallery {
		background-color: #e4dec4;
		width: 500px;
		margin-top: -45px;
		text-align: center;
	}
#gallery ul { list-style: none; margin-bottom: 20px;}
#gallery ul li { display: inline; }
#gallery ul img {
		border: 3px solid #c9b385;
		padding: 3px;
	}
#gallery ul a:hover img {
		border: 3px solid #ffffff;
		color: #fff;
	}
#gallery ul a:hover { color: #fff; }

/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.95em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/*overlay*/

#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	background-color:#fff;
	border: 3px solid #c9b385;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}



/* styling for elements inside overlay */
.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	color:#fff;
	width:150px;
}

.details h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 -10px 0;
}

.simple_overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#333;

    width:1024px;
	min-height:200px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

