html,body
{
	margin:0px;
	text-align:center;
	height:100%;
	font-family:Arial,Helvetica,"DejaVu Sans",Verdana;
	font-size:11px;
	color:#fff;
	background-color:#000;
}
h1,h2,h3,p
{
	margin: 0px;
	padding-bottom: 5px;
}
img
{
	border:0;
}
div#dummy
{
	float: left;
	width: 1px;
	height: 50%;
	margin-bottom: -300px;
}
div#display
{
	clear: left;
	position: relative;
	margin: 0 auto;	
	width: 100%;
	height: 580px;/*580*/
	background:#000;
	
}
div#navdummylinks
{
	width:7px;
	height:10px;
	float:left;
}
div#navdummyrechts
{
	width:7px;
	height:10px;
	float:right;
}
div#slider
{
	margin:0;
	position:relative;
	height:420px;/*420*/
	text-align:left;
	padding:0px;
}
div#footer
{
	background-image:url("../../grafics/logoline.jpg");
	width:100%;
	text-align:right;
}
.contentimgleft
{
	float:left;
}
div#startseite
{
	height:350px;
	max-width:460px;
}
div#guestbookform
{
	width:500px;
	height:265px;
}
div#guestbookeintraege
{
	overflow:auto;
	height:420px;
	width:500px;
}
div#imprintdiv
{
	overflow:auto;
	height:420px;
	width:340px;
}
div#linksdiv
{
	overflow:auto;
	padding-top:100px;
	height:420px;
	width:340px;
}
div#guestbookform
{
	display:none;
	width:480px;
}
p#startpage_p1,p#startpage_px
{
	padding-right:10px;
}
p#startpage_p1
{
	padding-top:100px;
}
p#startpage_px
{
	padding-top:20px;
}
#popup
{
	position:absolute;
	border: 1px solid #999999;
	display:none;
	z-index:200;
}
#schliessx
{
	position:absolute;
	float:right;
	width:17px;
	height:17px;
	top:0;
	display:none;
	cursor:pointer;
}
#clicktipp
{
	position:absolute;
	bottom:0px;
	left:0px;
	display:none;
}
div.wallpaper
{
	overflow:auto;
	padding-top:100px;
	height:300px;
}
.wallpaper td
{
	text-align:left;
	vertical-align:top;
	padding:0px;
}
.wallpaper img
{
	margin-left:0px;
	
}
.wallpaper .abstand
{
	padding-left:30px;
}
.formulareingabe
{
	width:250px;
	font-size:12px;
}
.formulartexteingabe
{
	margin:0;
	font-size:12px;
}
div#errormessage
{
	padding-top:50px;
	font-size:13px;
	font-weight:bold;
}






div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 420px;
  width: 100%;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 430px;
  /* Max width here, for users without Javascript */
  width: 10000px;
  padding: 2px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  background-color:#000000 ;
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 2px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: none;
  margin-top: 0px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: 1px #fff solid;
}
