/* CSS Reisecneter Fehmarn Modul Webcam */

ul.column{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
	height: auto;
}
ul.column li {
	float: left;
	width: 176px; /*Set default width*/
	padding: 0;
	margin: 10px 0;
	display: inline;
	height: 150px;
}
.block {
	margin-right: 11px; /*Creates the 10px gap between each column*/
	padding: 5px;
	background: #e3e1d5;
	border: 3px solid #fff;
	height: 150px;
    text-align: center;
}

.block img{
 border: none;
 background: #fff;
}

#gallery {
	padding: 0px;
	width: 500px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 1px solid #3e3e3e;
	border-width: 5px;
}
#gallery ul a:hover img {
	border: 1px solid #444;
	border-width: 5px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

/* Kommentare Darstellen*/

label {
	font-weight: normal;
	color: #505050;
	font: 13px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin-left: 10px;
}
#input, #textarea, #code, #message, #name, #email {
	margin-right: 5px;
	padding: 5px;
	color: #6A6969;
  	border: 1px solid #927d67;
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin-left: 10px;
	width: 200px;
}
#input:focus, #name:focus, #message:focus, #code:focus, #email:focus {
	color: #fff;
	background: #a28d75;
	border: 1px solid #96816d;
}

#button {
	color: #505050;
	background: #e4dec4;
	border: 1px solid #96816d;
	margin: 10px;
	padding: 5px;
}

#message {
	width: 300px;
	height: 150px;
}
