/* ==================== */
/* Guestbook            */
/* ==================== */

#main .gObject 
{
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #aaaaaa;
}

#main .gObject .svar
{
	margin-top: 10px;
}


#main .gObject2 
{
	background-color: #f6f6f6;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #aaaaaa;
}

#main .gObject2 .svar
{
	margin-top: 10px;
}

#main .uppdatering
{
	text-align: center;
	margin-bottom: 10px;
}

#main .uppdatering .tid
{
	font-weight: bold;
}

#main .uppdatering .text
{
	text-align: center;
}

/* ==================== */
/* Gallery              */
/* ==================== */

.thumb
{
	float: left;
	padding: 0px;
	margin: 16px;
	margin-left: 15px;
}

.image
{
	border: 1px solid black;
}
.album
{
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.album td
{

	width: 20%;
	padding: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0px;
}

.aText
{
	clear: both;
	float: left;
  	padding: 0px;
   	margin: 1% 3%;
	width: 94%;
	text-align: justify;
}

.ctext
{
	text-align: center;
	margin-bottom: 5px;
}

