a {
	text-decoration: none;
	color: white;
	font-family: century gothic, arial, sans serif;
}

html {
	background: url(SB_Background.jpg) center top no-repeat;
	margin: auto;
}

body {
	margin: 0;
	padding: 0;
	font-family: century gothic, arial, sans serif;
}

img {
	border: none;
}

span {
	font-family: century gothic, arial, sans serif;
}

#logo {
	float: left;
}

#menu {
	width: 1000px;
	height: 103px;
	margin: auto;
}

#menu ul {
	list-style-type: none;
	float: right;
	margin: 80px 0 0;
	padding: 0;
}

#menu li {
	display: inline;
	font-family: century gothic;
	font-size: 18px;
	margin: 0 0 0 10px;
}

#menu a {
	padding: 5px 5px 5px 10px;
}


#menu a:active, #menu a:hover {
	background-color: white;
	padding: 5px 5px 5px 10px;
	color: black;
	border-radius: 20px;
	box-shadow: 0px 0px 15px yellow;
}

#slider1 {
	background: url(slider_background.png);
	width: 709px;
	height: 365px;
	position: static;
	margin-left: 320px;
}

#boxunten {
	width: 1000px;
	margin: auto;
	margin-top: 35px;
	height: 600px;
}

#subnavi {
	float: left;
	width: 281px;
	margin-right: 10px;
	margin-top: 28px;
}

#subnavi ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}

#subnavi li {
	font-family: century gothic;
	font-size: 17px;
	margin: 0 0 10px;
	height: 56px;
	width: 281px;
}

#subnavi li:active, #subnavi li:hover {
	margin-left: 10px;
}

#subnavi span {
	margin-left: 3px;
	font-weight: bold;
}

#content {
	margin-top: 30px;
	width: 630px;
	min-height: 365px;
	margin-left: 364px;
}

#frucht {
	position: absolute;
	top: 210px;
	margin-left: 700px;
}

#schoggi {
	position: absolute;
	top: 354px;
	margin-left: 74px;
}

#fb {
	position: absolute;
	top: 354px;
	margin-left: 55px;
	display: none;
}

#clear {
	clear: all;

}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:270px;
    height:190px;
    margin:0;
	padding: 2px;
    margin-top:0px;
}

#slider {
	position: left;
    width: 600px;
    height:229px;
    margin-left:0px;
	background:url(images/loading.gif) no-repeat 50% 50%;
	display:none;
}
#slider img {
	position:left;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left: 870px;
	bottom: 5px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

#formularrechts {
	background-color: #0b0b0b;
	border: 4px solid #53351b;
	width: 612px;
	padding: 30px;
	color: white;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	margin-right: 50px;
	padding-top: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#formularlinks {
	width: 202px;
	background-color: #0b0b0b;
	border: 4px solid #53351b;
	padding: 30px;
	color: white;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	padding-top: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.dForm input[type="text"], .dForm input[type="password"], .dForm textarea {
	padding: 7px 10px;
	font-size: 14px;
	border: 1px solid black;
	width: 300px;
	font-family: 'Trebuchet MS' !important;
}

fieldset {
	border: none;
	margin: 0;
	padding-left: 0;
}

.button {
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	color: white;
	border: 1px solid black;
	padding: 7px 10px;
	background: green;
	width: 322px;
}

.dForm td {
	vertical-align: top;
	padding-top: 7px;
}
