@charset "UTF-8";

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */
.SlidingPanels {
	position: relative;
	width: 600px;
	border: none;
	height: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 150px;
	overflow: hidden;
}

/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larget than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */
.SlidingPanelsContentGroup {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height:0;
	border: none;
	background-color: #FFF;
}


/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */
.SlidingPanelsContent {
	width: 600px;
	height: 400px;
	overflow: hidden;
	padding: 0px;
	border: none;
	position: relative;
	margin: 0px;
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
	position: relative;
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}
#p1 {
	height: 271px;
	width: 600px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	background-image: url(../fotos/fotograf-braunschweig-leander-collage-xl.jpg);
}

#p2 {
	height: 561px;
	width: 600px;
	background-repeat: no-repeat;
	background-image: url(../fotos/kind-blond-kamera.jpg);
}

#p3 {
	height: 600px;
	width: 600px;
	background-image: url(../fotos/schwanger-tuch.jpg);
	background-repeat: no-repeat;
}

#p4 {
	height: 393px;
	width: 600px;
	background-image: url(../fotos/tamika-cross.jpg);
	background-repeat: no-repeat;
}

#p5 {
	height: 330px;
	width: 600px;
	background-image: url(../fotos/babyhand-mama.jpg);
	background-repeat: no-repeat;
}

#p6 {
	height: 597px;
	width: 600px;
	background-image: url(../fotos/24.jpg);
	background-repeat: no-repeat;
}

#p7 {
	height: 600px;
	width: 600px;
	background-image: url(../fotos/mama-baby-mund.jpg);
	background-repeat: no-repeat;
}

#p8 {
	height: 600px;
	width: 600px;
	background-image: url(../fotos/figen_fuest_2.jpg);
	background-repeat: no-repeat;
}

#p9 {
	height: 669px;
	width: 600px;
	background-image: url(../fotos/mama-baby-blendflecken.jpg);
	background-repeat: no-repeat;
}

#p10 {
	height: 600px;
	width: 600px;
	background-image: url(../fotos/figen_fuest_18.jpg);
	background-repeat: no-repeat;
}

#p11 {
	height: 400px;
	width: 600px;
	background-image: url(../fotos/59.jpg);
	background-repeat: no-repeat;
}

#p12 {
	height: 384px;
	width: 600px;
	background-image: url(../fotos/mama-baby-zahl.jpg);
	background-repeat: no-repeat;
}

#p13 {
	height: 600px;
	width: 600px;
	background-image: url(../fotos/mama-baby-pink.jpg);
	background-repeat: no-repeat;
}

#p14 {
	height: 449px;
	width: 600px;
	background-image: url(../fotos/tamika.jpg);
	background-repeat: no-repeat;
}

#p15 {
	height: 627px;
	width: 600px;
	background-image: url(../fotos/swpulli.jpg);
	background-repeat: no-repeat;
}

#p16 {
	height: 600px;
	width: 600px;
	background-image: url(../fotos/mama-auschnitt.jpg);
	background-repeat: no-repeat;
}

#p17 {
	height: 569px;
	width: 600px;
	background-image: url(../fotos/baby-ringel-gruen.jpg);
	background-repeat: no-repeat;
}

#p18 {
	height: 400px;
	width: 600px;
	background-image: url(../fotos/papa-baby-blendeffekt.jpg);
	background-repeat: no-repeat;
}

#p19 {
	height: 600px;
	width: 600px;
	background-image: url(../fotos/baby-portrair-sw.jpg);
	background-repeat: no-repeat;
}

#p20 {
	height: 684px;
	width: 600px;
	background-image: url(../fotos/mama-baby-nachdenklich-sw.jpg);
	background-repeat: no-repeat;
}

#p21 {
	height: 476px;
	width: 600px;
	background-image: url(../fotos/babybauch-baby-sw.jpg);
	background-repeat: no-repeat;
}

#p22 {
	height: 400px;
	width: 600px;
	background-image: url(../fotos/baby-lacht.jpg);
	background-repeat: no-repeat;
}

#p23 {
	height: 400px;
	width: 600px;
	background-image: url(../fotos/babyhand-mamas-bauch.jpg);
	background-repeat: no-repeat;
}

#p24 {
	height: 600px;
	width: 600px;
	background-image: url(../fotos/baby-gekrosst.jpg);
	background-repeat: no-repeat;
}

#p25 {
	height: 600px;
	width: 600px;
	background-image: url(../fotos/mama-baby-wellen.jpg);
	background-repeat: no-repeat;
}

#p26 {
	height: 389px;
	width: 600px;
	background-image: url(../images/Fotograf-Helmstedt-.jpg);
	background-repeat: no-repeat;
}

#p27 {
	height: 517px;
	width: 600px;
	background-image: url(../fotos/baby-erdbeereis.jpg);
	background-repeat: no-repeat;
}

#p28 {
	height: 456px;
	width: 600px;
	background-image: url(../fotos/baby-potrait-nachdenklich.jpg);
	background-repeat: no-repeat;
}
#p29 {
	height: 400px;
	width: 600px;
	background-image: url(../fotos/baby-kneift-mama.jpg);
	background-repeat: no-repeat;
}
#p30 {
	height: 400px;
	width: 600px;
	background-image: url(../fotos/baby-schlaeft.jpg);
	background-repeat: no-repeat;
}
#p31 {
	height: 400px;
	width: 600px;
	background-image: url(../fotos/mama-papa-baby-regenschirm.jpg);
	background-repeat: no-repeat;
}
#p32 {
	height: 600px;
	width: 600px;
	background-image: url(../images/kinderfotografie-braunschweig-kerstin-mumm-xl.jpg);
	background-repeat: no-repeat;
}

#p01 {
	width: 600px;
	background-repeat: no-repeat;
	background-image: url(../images/kerstin-mumm-sw.jpg);
	height: 1200px;
}

#p02 {
	height: 388px;
	width: 600px;
	background-image: url(../fotos/85x55treppesw.jpg);
	background-repeat: no-repeat;
}

#p03 {
	height: 400px;
	width: 600px;
	background-image: url(../fotos/hochzeitsfotografie/frau-malt.jpg);
	background-repeat: no-repeat;
}

#p04 {
	height: 400px;
	width: 600px;
	background-image: url(../fotos/hochzeitsfotografie/drei-kinder-rapsfeld.jpg);
	background-repeat: no-repeat;
}
#p05 {
	height: 510px;
	width: 600px;
	background-image: url(../fotos/zeitung-Kopie.jpg);
	background-repeat: no-repeat;
}

#p06 {
	height: 495px;
	width: 600px;
	background-image: url(../fotos/vogelrad-Kopie.jpg);
	background-repeat: no-repeat;
}

#p07 {
	height: 482px;
	width: 600px;
	background-image: url(../fotos/25x31-kescher.jpg);
	background-repeat: no-repeat;
}

#p08 {
	height: 559px;
	width: 600px;
	background-image: url(../fotos/hundundherrgefiltert.jpg);
	background-repeat: no-repeat;
}

#p09 {
	height: 395px;
	width: 600px;
	background-image: url(../fotos/hochzeitsfotografie/brautpaar-coloriert.jpg);
	background-repeat: no-repeat;
}

#p010 {
	height: 600px;
	width: 600px;
	background-image: url(../fotos/hochzeitsfotografie/braut-lacht-reis.jpg);
	background-repeat: no-repeat;
}

#p011 {
	height: 600px;
	width: 600px;
	background-image: url(../fotos/Luise-Bauwagen.jpg);
	background-repeat: no-repeat;
}

#p012 {
	height: 611px;
	width: 600px;
	background-image: url(../fotos/musikhintergrund-Kopie.jpg);
	background-repeat: no-repeat;
}

#p013 {
	height: 400px;
	width: 600px;
	background-image: url(../fotos/hochzeitsfotografie/brautpaar-rapsfeld-2.jpg);
	background-repeat: no-repeat;
}

#p014 {
	height: 400px;
	width: 600px;
	background-image: url(../fotos/hochzeitsfotografie/kamera-hand.jpg);
	background-repeat: no-repeat;
}

#p015 {
	height: 395px;
	width: 600px;
	background-image: url(../fotos/20x30mannfaehrt.jpg);
	background-repeat: no-repeat;
}

#p016 {
	height: 400px;
	width: 600px;
	background-image: url(../fotos/gefangen-sw.jpg);
	background-repeat: no-repeat;
}


#p017 {
	height: 394px;
	width: 600px;
	background-image: url(../fotos/20x30-treppe1.jpg);
	background-repeat: no-repeat;
}


#p018 {
	height: 391px;
	width: 600px;
	background-image: url(../fotos/30x45strasse1.jpg);
	background-repeat: no-repeat;
}


#p019 {
	height: 722px;
	width: 600px;
	background-image: url(../fotos/20x24voegelfilter.jpg);
	background-repeat: no-repeat;
}


#p020 {
	height: 394px;
	width: 600px;
	background-image: url(../fotos/10x15-zweiraum.jpg);
	background-repeat: no-repeat;
}


#p021 {
	height: 394px;
	width: 600px;
	background-image: url(../fotos/20060814-IMG_1885.jpg);
	background-repeat: no-repeat;
}


#p022 {
	height: 395px;
	width: 600px;
	background-image: url(../fotos/20x30schoensicht.jpg);
	background-repeat: no-repeat;
}


#p023 {
	height: 456px;
	width: 600px;
	background-image: url(../fotos/baby-potrait-nachdenklich.jpg);
	background-repeat: no-repeat;
}


#p024 {
	height: 456px;
	width: 600px;
	background-image: url(../fotos/baby-potrait-nachdenklich.jpg);
	background-repeat: no-repeat;
}


#p025 {
	height: 456px;
	width: 600px;
	background-image: url(../fotos/baby-potrait-nachdenklich.jpg);
	background-repeat: no-repeat;
}


#p026 {
	height: 456px;
	width: 600px;
	background-image: url(../fotos/baby-potrait-nachdenklich.jpg);
	background-repeat: no-repeat;
}


#p027 {
	height: 456px;
	width: 600px;
	background-image: url(../fotos/baby-potrait-nachdenklich.jpg);
	background-repeat: no-repeat;
}


#p028 {
	height: 456px;
	width: 600px;
	background-image: url(../fotos/baby-potrait-nachdenklich.jpg);
	background-repeat: no-repeat;
}

