body { 
    padding: 0; 
	margin:0px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%
}

#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    position: relative;
	margin-left:1px;
	width:630px;
	margin-right:-1px;
}

.scroll {
    height: 420px;
    width: 630px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 210px;
    width: 630px;
}

#shade {
    height: 50px;
}

ul.navigation {
	list-style:none;
	margin:0;
	padding:0;
}

ul.navigation li {
	float:left;
	border-right:thin solid #e4e4e4;
	border-bottom:thin solid #e4e4e4;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}


.hide {
    display: none;
}

.home_unselected {
	background-image:url(../images/but_home.png);
}

.home_selected {
	background-image:url(../images/but_home_hover.png);
}

.home_selected2 {
	background-image:url(../images/but_home_hover.png);
}

.contact_unselected {
	background-image:url(../images/but_contact.png);
}

.contact_selected {
	background-image:url(../images/but_contact_hover.png);
}

.contact_selected2 {
	background-image:url(../images/but_contact_hover.png);
}

.anfahrt_unselected {
	background-image:url(../images/but_anfahrt.png);
}

.anfahrt_selected {
	background-image:url(../images/but_anfahrt_hover.png);
}

.anfahrt_selected2 {
	background-image:url(../images/but_anfahrt_hover.png);
}
