/*Schrift */
@font-face {
	font-family: 'ScribleSilkRegular';
	src: url('http://www.s-kuste.com/cms/fonts/ScribleSilk.eot');
	src: local('Scrible Silk Regular'), local('ScribleSilk'), url('http://www.s-kuste.com/cms/fonts/ScribleSilk.woff') format('woff'), url('http://www.s-kuste.com/cms/fonts/ScribleSilk.ttf') format('truetype'), url('http://www.s-kuste.com/cms/fonts/ScribleSilk.svg#ScribleSilk') format('svg');
}

body {
	background-color: #CCC;
	font-size: 12px;
	font-family: ScribleSilkRegular,Verdana, Arial, Helvetica, Sans-Serif;
	color:#333;
	padding:0px;
	margin:0px;
}
a:active, a:focus {
outline: 0;
text-decoration : none; 
}
 
 #inhalt {
	position:absolute;
	height:350px;
	width:100%;
	text-align: left;
	padding: 0px;
	background-color: #000;
	overflow: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin-top: -175px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -50%;
	left: 50%;
	top: 50%;
	font-family: ScribleSilkRegular, Verdana, Geneva, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	color: #000;
}
#inhalt img {
	padding-right: 25px;
	border:0;
}



.thumbnail{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 18px;
	color: #000;
	border: 1px solid #CCC;
}

#untendrum {
	position:absolute;
	text-align: left;
	bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 99%;
	}


p, h1 {
margin: 0px; 
padding: 10px; 
}
h2 {
	text-align: center; 
}

#navigation ul
{
	font-family: ScribleSilkRegular, helvetica, sans-serif;
	font-size: 30px;
	left: 0px;
	bottom: 1px;
}

#navigation ul li
{
	display: inline;
	list-style-type: none;
}
#navigation ul li a
{
	text-decoration: none;
	float: left;
	color: #333;
	padding-top: 0.1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0em;
}
#navigation ul li a:hover
{
	color: #666;
}
#navigation #rechts
{
	float: right;
	margin-right: 10px;
	font-size: 10px;
	padding-top: 35px;
}


/**
 * The CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is free software: you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation, either version 3 of the License, or (at your option)
 * any later version.
 *
 * Shadowbox is distributed in the hope that it will be useful, but WITHOUT ANY
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
 * more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with Shadowbox.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007 Michael J. I. Jackson
 * @license     http://www.gnu.org/licenses/lgpl-3.0.txt GNU LGPL 3.0
 * @version     SVN: $Id: shadowbox.js 150 2007-12-04 18:42:03Z michael $
 */

/*_________________________________________________________________  Overlay  */
#shadowbox_overlay {
  visibility: hidden;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 998;
}

/*_______________________________________________________________  Container  */
#shadowbox_container {
  position: fixed;
  height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center; /* centers in quirks and IE */
}

/*_______________________________________________________________  Shadowbox  */
#shadowbox {
  display: none;
  visibility: hidden;
  margin: 0 auto;
  position: relative;
  font-family: 'ScribleSilkRegular', Tahoma, sans-serif;
  text-align: left; /* reset left alignment */
}

/*___________________________________________________________________  Title  */
/*
HTML snapshot:
<div id="shadowbox_title">
  <div id="shadowbox_title_inner">Title Here</div>
</div>
*/
#shadowbox_title {
  height: 30px;
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner {
  height: 16px;
  font-size: 24px;
  line-height: 16px;
  white-space: nowrap;
  padding: 5px 0 4px 8px;
  color: #fff;
}


#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  background-color: #000;
}
#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}
#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px; /* overflow:hidden will clip this */
  width: 100%;
  background-color: #222;
}
#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
  float: left;
  margin-top: 16px;
  font-size: 10px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
}

#shadowbox_content.html { /* make html content scrollable */
  height: 100%;
  width: 100%;
  overflow: auto;
}


#shadowbox_toolbar {
  margin: 0;
  padding: 0;
  height: 20px;
  overflow: hidden;
}
#shadowbox_toolbar_inner {
  height: 20px;
  color: #fff;
}
#shadowbox_toolbar_inner div {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
#shadowbox_toolbar_inner div span.shortcut {
   font-weight: bold;
}
#shadowbox_toolbar_inner div a {
  text-decoration: none;
  color: #fff;
}
#shadowbox_nav_close{
	float: right;
	padding-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px!Important;
}
#shadowbox_counter {
  float: left;
  padding-left: 10px;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
  font-weight: bold;
}

/*________________________________________________________________  Messages  */
div.shadowbox_message {
  text-align: center;
  padding: 10px;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  text-decoration: none;
  color: #bed333;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
  text-decoration: underline;
}
