/*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: #FFF;
	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: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 18px;
	color: #000;
	border: 1px solid #CCC;
}
#kontakt {width:140em;
}
.kasten{
	float: left;
	margin-right: 80px;
	margin-left: 20px;
	padding-left: 10px;
	font-size: 21px;
	color: #000;
}

.kasten a{
	color:#333;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

.kasten a:visited{
color:#333;
text-decoration:none;
}

.kasten a:hover{
	color:#000;
	text-decoration:none;
}

.clearboth { clear: both; 
}


#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;
}
