/* CSS Document */

.galleryauswahl 
{
	background-color:#E7E7E7;
	border: groove #009900 2px;
	}

.fotobox {
	float:left;
	margin-top:15px;
	}

.showfoto {
	color: #000000;
	font-size: 80%;
	background-color:#99FF66;
	border: 2px #FECD00 double;
	padding: 0;
	margin: 0;
	width: auto;
	float:left;
}

.loading {
	background: url(Bilder/css/pleasewait.gif) no-repeat center;
}


.comments {
	float: left;
	margin: 15px;
}

.newcomment {
	text-align:right;
	float:left;
	width: 380px;
	padding-right: 50px;
}

.commentbox {
	width: 380px; 
	float:left; 
	padding: 0px 8px 8px 8px;
	background-color:#FFFFCC; 
	border: dashed 2px #000000; 
	margin-left: 20px;
}

.showcomment{
	width: 380px;
	color:#000000;
	font-size:80%;
	margin-bottom: 10px;
	background-color:#FFFF66;
	border: outset 1px #DEDEDE;
	float:right;
}

.showcommentheader {
	background-color: #66CC00;
}

.ga_sm, .ga_sm a:hover, .ga_sm a:active, .ga_sm a:visited {
	font-size: 90%;
	text-decoration:none;
}


