/**
 * Style sheet Layout
 */
#left, #main, #right
{
	padding-top:10px;
}

#right
{
	background-image:url("tl_files/hallelujas/images/rechts-top.png");
	background-position:left top;
	background-repeat:no-repeat;
}

#container
{
	background-image:url("tl_files/hallelujas/images/hintergrund.png");
	background-position:left top;
	background-repeat:repeat-y;
}

#main
{
	background-color:#fff;
	background-image:url("tl_files/hallelujas/images/verlauf.png");
	background-position:left top;
	background-repeat:no-repeat;
}

#footer
{
	background-image:url("tl_files/hallelujas/images/footer.png");
	background-position:left top;
	background-repeat:no-repeat;
}

#footer .inside
{
	padding:15px 150px 0px 10px;
}

.inside
{
	padding:10px;
}

.inside img
{
	padding:4px;
	border:1px solid #888888;
}

a:hover img
{
	background-color:#ff9600;
}

/* Anklick-Fläche für Backend-Login */
img.secret-spot
{
	width:20px;
	height:20px;
	left:170px;
	top:80px;
	position:absolute;
	border:none;
}

a:hover .secret-spot
{
	background-color:transparent;
}
