/* Stylesheet: www.ejw-lb.de    */
/* Copyright: Franziska Maelzer */
/* * * * * * * * * * * * * * * * * * */
/* Allgemeine Definitionen * * * * * */
/* * * * * * * * * * * * * * * * * * */
*{
	padding: 0;
	margin: 0;
}

html { height:101%; }

body  { 
	min-height: 101%;
  font-size: 100.01%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	/* background-image:url(../images/layout/background.gif); */
	background-color:#333;
}

h1 {
	font-size:1em;
	margin:1.5em;
}
h2 {
	font-size:0.9em;
	margin:2em 1.8em 1em 1.8em;
}
h3 {
	font-size:0.8em;
	margin:2em 2em 1em 2em;
	}
h4 {}

p {	font-size:0.8em;
		margin:1em 2em;
}
a:link,
a:visited,
a:focus,
a:hover,
a:active {
	color:#333;
}
a:visited {
}
a:focus,
a:hover,
a:active {
	text-decoration:none;
}

img, a img {
	border: 0;
}

/* * * * * * * * * * * * * * * * * * */
/* * Allgemeine Klassen  * * * * * * */
/* * * * * * * * * * * * * * * * * * */
.unsichtbar {
  display: block;
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}
.stopFloat{
  display: block;
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}
.rightFloat {
	float:right;
	margin:0.5em;
}
.leftFloat {
	float:left;
	margin:0.5em 1.5em 1.5em 0.5em;
}
.rightAlign {
	text-align:right;
}
.leftAlign {
	text-align:left;
}

/* * * * * * * * * * * * * * * * * * */
/* * Ebenen  * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * */

#wrapper {
	margin:0 auto;
	text-align:left;
	background-color:#ffc000;
}

/* ganze linke Seite, also Logo und Hauptnavigation */
	#links {
		display:none;
	}

/* ganze rechte Seite - Tauschfotos + Inhalt */
	#rechts {
		float:right;
		width:59em;
		text-align:center;
	}
		/* Tauschfotos */
		#tauschfoto_gross {
			display:none;
		}
			#slideshow {
				margin:0 auto;
				height:76px; /* hier Hoehe der Slideshow-Bilder angeben */
				width:578px;
				position:relative;
				background-color:#fff;
			}
			#slideshow img {
				display:none;
				position:absolute;
				top:0em; left:0em;
				margin:0 auto;
				border:4px solid #000;
				
			}
			#slideshow img.start {
			 display:block;
			}
		
		/* Inhaltsbox */
		#inhalt {
			float:right;
			padding-bottom:1em;
			margin:0 0.9em 0.9em 0;
			background-color:#fff;
			text-align:center;
		}
		* html #inhalt {
			margin: 0 0.5em 0.5em 0.5em;
		}
		
			/* Hinterguende der Inhaltsbox wechseln je nach dem, welcher Hauptnavigations- */
			/* punkt ausgewaehlt ist. */
			body.start #inhalt {
				background:#F2F2F1 url("../images/layout/hintergruende/hg_start.gif");
			}
			body.freizeiten #inhalt {
				background:#FCEACE url("../images/layout/hintergruende/hg_freizeiten.gif");
			}
			body.aktionen #inhalt {
				background:#F8E5D6 url("../images/layout/hintergruende/hg_aktionen.gif");
			}
			body.kurse #inhalt {
				background:#F9E1DD url("../images/layout/hintergruende/hg_kurse.gif");
			}
			body.termine #inhalt {
				background:#E9D9E8 url("../images/layout/hintergruende/hg_termine.gif");
			}
			body.service #inhalt {
				background:#E9D9E8 url("../images/layout/hintergruende/hg_service.gif");
			}
			body.ueberuns #inhalt {
				background:#DDE0F0 url("../images/layout/hintergruende/hg_ueberuns.gif");
			}
			body.gaestebuch #inhalt {
				background:#DAE3EF url("../images/layout/hintergruende/hg_gaestebuch.gif");
			}
			body.links #inhalt {
				background:#DCF1AA url("../images/layout/hintergruende/hg_links.gif");
			}
			
				img#start {
						margin:1em;
					}
				img.px-schwarz {
						border:4px solid #333;
						margin:0 2em 1em 1.5em;
						padding:2px;
						background-color:#fff;
						float:left;
					}
				img.kleinesvorschaubild {
						border:1px solid #333;
						background-color:#FFF;
						padding:4px;
						margin:0.2em;
						}
				p.floatbox {
						clear:left;
						margin:2em 0 1em 0;
					}
				ul.spass {
						margin:1em 0;
					}
				ul.spass li {
						font-size:0.8em;
						background:url(../images/inhalte/smiley.gif) no-repeat 0 2px;
						padding-left: 18px;
						margin: 0 2em;
						list-style-type: none;
						line-height:1.3em;
					}
				div.linksausgerichtet,
				div.linksausgerichtet2 {
						width:25%;
						float:left;
						text-align:left;
						clear:both;
					}
				div.rechtsausgerichtet,
				div.rechtsausgerichtet2{
						width:73%;
						float:right;
						text-align:left;
					}
				div.linksausgerichtet2 {
						width:13%;
					}
				div.rechtsausgerichtet2{
						width:85%;
				}
				div.linksausgerichtet3 {
					width:33%;
					float:left;
					text-align:center;
					
				}
			
/* Footer */
#footer {
	margin:0.5em auto;
	padding:0 0 1em 0;
	width:60em;
	text-align:left;
}
	#footer p {
		color:#FC3;
		margin:0;
		}
	#footer a {
		color:#FC3;
		text-decoration:none;
		}
		#footer a:focus,
		#footer a:hover,
		#footer a:active {
			text-decoration:underline;
		}

