Shadowbox.init({
	language: "de-DE",
	// include the html player because we want to display some html content
	players: ['img', 'html', 'php', 'iframe', 'qt', 'wmp', 'swf', 'flv']
});

function openLoginLayer() {
	Shadowbox.open({
		content: '<div style="background: #effeb9 url(/img/content/layer_bg1.jpg); width: 422px; height: 104px; text-align: center; vertical-align:middle; border: 4px #98c700 solid;"><div style="color: #000; font-weight: bold; font-size: 11px; text-align: center; vertical-align:middle; height: 104px; margin-left: auto; margin-right: auto; line-height: 25px;"><br /><b style="font-size: 12px">ERFOLGREICH EINGELOGGT</b><br />Sie haben nun Zugriff auf alle Projekte und Informationen.</div></div>',
		player: 'html',
		width: 430,
		height: 112
	});
}

function openLogoutLayer() {
	Shadowbox.open({
		content: '<div style="background-color: #effeb9; width: 100%; height: 100%; text-align: center; vertical-align:middle;"><div style="padding: 11px; color: #565656; font-size: 12px;"><br /><br /><br /><b>Erfolgreich abgemeldet</b></div></div>',
		player: 'html',
		width: 430,
		height: 112
	});
}

function openNoAccessLayer() {
	Shadowbox.open({
		content: '<div style="background: #ffe9ad url(/img/content/layer_bg2.jpg); width: 422px; height: 104px; text-align: center; vertical-align:middle; border: 4px #fab418 solid;"><div style="color: #000; font-weight: bold; font-size: 11px; text-align: center; vertical-align:middle; height: 104px; margin-left: auto; margin-right: auto; line-height: 25px;"><br /><b style="font-size: 12px">ZUGANG VERWEIGERT</b><br />Um Projekte sehen zu k&ouml;nnen, m&uuml;ssen Sie sich <a href="/login/" style="color: #565656; text-decoration: underline;">hier einloggen</a>.</div></div>',
		player: 'html',
		width: 430,
		height: 112
	});
}

function NoAccessLayer() {
	Shadowbox.open({
		content: '<div style="background: #ffe9ad url(/img/content/layer_bg2.jpg); width: 422px; height: 104px; text-align: center; vertical-align:middle; border: 4px #fab418 solid;"><div style="color: #000; font-weight: bold; font-size: 11px; text-align: center; vertical-align:middle; height: 104px; margin-left: auto; margin-right: auto; line-height: 25px;"><br /><b style="font-size: 12px">ZUGANG VERWEIGERT</b><br />Um diesen Bereich sehen zu k&ouml;nnen, m&uuml;ssen Sie sich <a href="/login/" style="color: #565656; text-decoration: underline;">hier einloggen</a>.</div></div>',
		player: 'html',
		width: 430,
		height: 112
	});
}
