@charset "UTF-8";
/**
 *  Kunde  : Stadt Herrenberg
 *  Projekt: Webcam
 *
 *  Historie:
 *    26.01.2008  ibb   Entwicklung
 *    10.03.2010  ..    Einführung UTF-8
 *
 *  Copyright © 2005-2010 Ing.Büro Bestenlehner. All rights reservered.
 */

div.user-webcam-pi1 { width:100%; }

div.user-webcam-img { margin-left:2%; }

div.user-webcam-img img {
	border-top:1px solid white; border-left:1px solid white;
	border-right:1px solid gray; border-bottom:1px solid gray;
}

div.user-webcam-details { margin-left:2%; margin-top:1em;}

div.user-webcam-details-description,
div.user-webcam-details-refresh { float:left; }

div.user-webcam-details-description { margin-left:2em; }

div.user-webcam-details-refresh a {
	text-decoration:none;
	margin-left:2em; padding:2px 5px 2px 5px;
	border-top:1px solid white; border-left:1px solid white;
	border-right:1px solid gray; border-bottom:1px solid gray;
}




