#right_line{
display:none;
}

body {
	font-family: verdana;
	color:#1a2225;
}

#site {
  width: 900px;
	height: auto;
	padding: 30px;
	border:none;
}
#header {
	width: 600px;
	height: 50px;
	color: white;
	padding-bottom:60px;
}

#bfp_logo {
	position:absolute;
	top:0px;
	right:0px;
	width: 130px;
	height: 100px;
	color: white;
	border:none;
}
#unterkante_header {
display:none;
}
#schatten_unten {
display:none;
}
#content { 
	float: left;
	width: 900px;
	height: auto;
	font-size: 12pt;
	padding-bottom:100px;
}
#content:after {
content: "Alle Rechte vorbehalten. (c) 2010 www.gemeinde-der-christen.de";
}
#footer{
display:none;
}
#bottom_line {
display:none;
}
a{
color: #1a2225;
text-decoration:none;
}
a:hover{
font-weight:bold;
}
.noborder{
border:none;
text-decoration:none;
}








/* Slider */
#slider {
    width: 550px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}


#sliderContent {
  width: 550px;
  position: absolute;
	top: 0;
	margin-left: 0;
}

#sliderContent li img {
width:auto;
height:400px;
border:none;
}
.sliderImage {
  float: left;
  position: relative;
	display: none;
	width:550px;
	height:auto;
}

.sliderImage span {
    position: absolute;
	  font: 14px Arial, Helvetica, sans-serif; 
        width: auto;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	  -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
   	padding:10px
}
.sliderImage span:hover {
font-style:italic;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
  left: 0;
	width: 90px !important;
	height: 300px;
}
.right {
	right: 0;
	top: 0;
	width: 90px !important;
	height: 300px;
}


    


/* NAVIGATION */


#navi {
display:none;
}
