/****************************************************************************************************/
/* Gästebuch Suppe
/****************************************************************************************************/
/* Copyright (c) 2003-2008 Skript Suppe
/* Internet      http://www.skriptsuppe.de
/* Lizenz        http://www.skriptsuppe.de/index.php?page=lizenz
/* Spenden       http://www.skriptsuppe.de/index.php?page=spenden
/****************************************************************************************************/
/* Autor:        Patrick Büsselmann	
/* Version:      Gästebuch Suppe 1.1
/****************************************************************************************************/

body {
	margin: 0px;
}
/* Link Management */
a:link {
	color : #000000;
	text-decoration : none;
}
a:visited {
	color : #000000;
	text-decoration : none;
}
a:active {
	color : #000000;
	text-decoration : none;
}
a:hover {
	color : #000000;
	text-decoration:underline;
}
/* Textfeld (Admin Bereich) */
.textfeld {
	font-size:11px;
	font-family:Arial;
	background:#f2f2f2;
	border:solid 1px;
}
/* Für den ColorPicker (Admin Bereich) */
.textfeldcolor {
	font-size:11px;
	font-family:Arial;
	background:#f2f2f2;
	border:solid 1px;
}
/* Button (Admin Bereich) */
.button {
	background:#f2f2f2;
	border:solid 1px;
	font-family:Arial;
	font-size:11px;
}
/* Select Feld (Admin Bereich) */
.select {
	background:#f2f2f2;
	border:solid 1px;
	border-color:#cccccc;
	font-family:Arial;
	font-size:11px;
}
/* Allgemeine Text Klasse (Admin Bereich)" */
.text1 {
	font-family: Arial;
	font-size: 11px;
	color : #000000;
}
/* Für Youtube Icon Thumbnail Overlay */

.youtube {
	margin-bottom:5px;
	text-align:center;
}
.youtube span {
	position: relative;
	left: -20px;
	bottom: 5px;
}

/* Lytebox Einstellungen */

#lbOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 500px;
}
#lbOverlay.grey {
	background-color: #000000;
}
#lbMain {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
	line-height: 0;
}
#lbMain a img {
	border: none;
}
#lbOuterContainer {
	position: relative;
	background-color: #fff;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
#lbOuterContainer.grey {
	border: 3px solid #888888;
}
#lbDetailsContainer {
	font-family:Arial;
	font-size:11px;
	background-color: #fff;
	width: 100%;
	line-height: 1.4em;
	overflow: auto;
	margin: 0 auto;
}
#lbDetailsContainer.grey {
	border: 3px solid #888888;
	border-top: none;
}
#lbImageContainer, #lbIframeContainer {
	padding: 10px;
}
#lbLoading {
	position: absolute;
	top: 45%;
	left: 0%;
	height: 32px;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: url(gbs-database/lytebox/images/loading.gif) center no-repeat;
}
#lbHoverNav {
	background: transparent url(gbs-database/lytebox/images/blank.gif);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lbImageContainer>#lbHoverNav {
	left: 0;
}
#lbHoverNav a {
	outline: none;
}
#lbC2Cright {
	width: 49.9%;
	height: 100%;
	background: transparent url(gbs-database/lytebox/images/blank.gif) no-repeat;
	display: block;
	right: 0;
	float: right;
}
#lbC2Cright.grey:hover, #lbC2Cright.grey:visited:hover {
	background: url(gbs-database/lytebox/images/close_right_grey.gif) right 15% no-repeat;
}
#lbDetailsData {
	padding: 0 10px;
}
#lbDetailsData.grey {
	color: #333333;
}
#lbDetails {
	width: 50%;
	float: left;
	text-align: left;
}
#lbCaption {
	display: block;
	font-weight: bold;
}
#lbNumberDisplay {
	float: left;
	display: block;
	padding-bottom: 1.0em;
}
#lbNavDisplay {
	float: left;
	display: block;
	padding-bottom: 1.0em;
}
#lbClose {
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}
#lbClose.grey {
	background: url(gbs-database/lytebox/images/close_grey.png) no-repeat;
}
#lbResize {
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}
#lbResize.grey {
	background: url(gbs-database/lytebox/images/resize_grey.png) no-repeat;
}