/* Baby-Galerie */

.bild_platzhalter {
	border:1px solid #c2de88;
	background-color:#FFFFFF; 
	text-align:center; 
	margin-bottom:5px;
	color:#AAAAAA;
	font-size:10px;
}




/*----------------------------------------------- Foto ------------ */

.foto_rahmen {
	padding: 6px 0 5px 0;
	border: 1px solid #c2de88;
	margin-top: 5px;
}

.foto_rahmen p {
	padding:0 5px 0 5px;
}
.foto_navibg {
	border-bottom: 1px solid #c2de88;
	border-right: 1px solid #c2de88;
	border-left: 1px solid #c2de88;
	background-color: #f3f8e7;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.foto_navi {
	line-height: 20px;
	padding-right: 15px;
}

/*----------------------------------------------- Suche ------------ */

.babygalerie_suche_titel {
	margin-bottom:10px;
	border-bottom:1px dashed #c2de88;
	padding-bottom: 5px;
}

/*----------------------------------------------- eCard ------------ */

/*input {
	border: 1px solid #cccccc;
	width: 130px;
	height: 18px;
	font-family: verdana;
	font-size: 11px;
}*/
textarea {
	border: 1px solid #cccccc;
	width: 195px;
	height: 140px;
	font-family: verdana;
	font-size: 11px;
}

.button {
	width: 75px;
	border: 1px solid #86bd12;
	background-color: #cccccc;
	background-color: #FFFFFF;
	color: #86bd0f;
	padding-bottom: 2px;
}
* HTML .button {padding-bottom: 0px;}

.bildklein {
	display: inline;
	float: left;
	width: 170px;
	margin-bottom: 20px;
}
.bildklein img {
	margin-bottom: 3px;
}

.bildgross {
	width: 100%;
	margin-top: 5px;
	/*padding: 5px;*/
	font-weight: bold;
	border: 1px solid #c2de88;
	text-align:center;
}

.form {
	border: 1px solid #c2de88; 
	margin-top: 20px;
	padding: 15px;
	/*padding-top: 15px;*/
	background-color: #f3f8e7;
}
* HTML .form {width: 100%;}

.titel {
	font-weight: bold;
	color: #444444; 
	text-transform: uppercase;
	padding-bottom: 10px;
}