/* CSS Document */
/* -------------- Gerüst, Aufbau der Seite -------------- */
#popup #geruest {
	padding: 20px;
	width: auto;
}
/* -------------- Boxen -------------- */
#popup .box {
	background: url(../img/geruest/bg_popup_topright.gif) top right no-repeat;
	border: 0px;
}
#popup .box2 {
	background: url(../img/geruest/bg_popup_topleft.gif) top left no-repeat;
}
#popup .box3 {
	background: url(../img/geruest/bg_popup_middleleft.gif) top left repeat-y;
}
#popup .box4 {
	background: url(../img/geruest/bg_popup_middleright.gif) top right repeat-y;
	padding: 0px 25px 10px 25px;
	clear: both;
}
#popup .box5 {
	background: url(../img/geruest/bg_popup_bottomright.gif) bottom right no-repeat;
}
h5 {
	padding: 0px 25px 6px 25px;
}
/* -------------- Inhalte -------------- */
/*Galerie*/
h1 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.ac {
	margin-bottom: 20px;
}
.item {
	float: left;
	width: 140px;
	height: 178px;
	margin: 0px 20px 20px 0px;
	text-align: center;
	border: 1px solid #FFFFFF;
	overflow: hidden;
}
.einzeln {
	height: auto;
}
.item a, .item a:link, .item a:hover, .item a:active, .item a:visited {
	text-decoration: none;
	font-weight: bold;
}
.item a:hover {
	text-decoration: underline;
}
.pages {
	text-align: center;
	clear: both;
	font-size: 14px;
}
.pages b, .pages a {
	font-weight: bold;
}
.padd td {
	padding: 3px 10px 3px 0px;
}
/*Formulare*/
form {
	padding: 0px;
	margin: 15px 0px;
	font-size: 12px;
}
label {
	display: block;
	margin-bottom: 5px;
}
input, textarea {
	border: 1px solid #c6c6c6;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
}
.textfield, .textfield_short {
	width: 500px;
	padding-left: 3px;
	margin-bottom: 5px;
}
.textfield_short {
	width: 150px;
	margin-bottom: 0px;
}
textarea {
	height: 200px;
	width: 250px;
	margin-bottom: 5px;
}
.button_outer {
	width: 500px;
	text-align: left;
}
.button {
	display: block;
	clear: both;
	border: 0px;
	background: url(../img/geruest/btn_hg.gif);
	width: 150px;
	height: 23px;
	line-height: 23px;
	margin-left: 175px;
}
.formspalten {
	width: 500px;
}
.formspalten label {
	float: left;
	width: 90px;
	clear: both;
	line-height: 20px;
}
.formspalten .textfield, .formspalten textarea {
	width: 250px;
	padding-left: 3px;
}
.formspalten .button {
	margin-left: 150px;
}
.emptyInput {
	background-color: #fab5b5 !important;
}
.message {
	color: #FF0000;
	font-weight: bold;
}
