html body {
	background: #EEEEEE url(images/background.jpg) no-repeat 30px 30px;
	font: normal 100%/1.3 'trebuchet ms', arial, helvetica, sans-serif;
	min-width: 1000px;
}
a:link {
	text-decoration: none;
	border-bottom: gray 1px solid;
	color: black;
}

a:hover {
	text-decoration: none;
	border-bottom: gray 1px solid;
	color: black;
}

a:active {
	text-decoration: none;
	border-bottom: gray 1px solid;
	color: black;
}

a:visited {
	text-decoration: none;
	border-bottom: gray 1px solid;
	color: black;
}
/*head*/
#head {
	font-size: 1.3em;
	margin-top: 50px;
	border-bottom: 2px solid;
	border-color: green;
}

#head a {
	border: none;
	border-right: green 2px solid;
	padding-right: 20px;
}
#head a:hover {
	text-decoration: underline;
}

#head ul li {
	padding: 10px;
	display: inline;
}

/* content */
#content {
	margin-left: 15%;
	padding: 20px;
}
#content a img {
	border: none;
	text-decoration: none;
}

#content ul li{
	margin: 10px;
	list-style: circle;
}

#left {
	border-right: 2px solid green;
	float: left;
	width: 14%;
	margin-top: 40px;
	padding: 5px;
	height: 300px;
}
#left p {
	font-size: 0.8em;
}
	
/* footer */
#foot {
	clear: both;
	margin: 0px;
	padding: 10px;
	font-size: 0.7em;
}
/* Startseite */
#info {
	border: 2px solid green;
	padding-left: 20px;
	padding-bottom: 20px;
	
}
h3 {
	color: green;
}

#startAlt {
	margin-top:10px;
	float: left;
	width: 40%;
	padding: 20px;
	margin-left: 20px;
}
#startNeu {
	margin-top:10px;
	float: left;
	width: 40%;
	padding: 20px;
	border-right: 2px solid;
}

/* Kontakt */
.menu li ul {
	visibility:hidden;
	position:absolute;
	top:2.5em;
	left:0;
	height:0;
	overflow:hidden;
}
.menu li:hover ul,
.menu li a:hover ul {
	visibility:visible;
	height:auto;
	width:auto;
	background:#fff;
	border:1px solid #ddd;
	left:150px;
	top: 80px;
	overflow:visible;
}
.menu li:hover ul li a,
.menu li a:hover ul li a {
	display:block;
	background:transparent;
	font-size: 0.8em;
	text-decoration:none;
	height:auto;
	line-height:1px;
	padding:1px;
	width:auto;
	border: 0px;
}
.menu li ul {
	padding: 5px;
	border: none;
}



/* Leiter */
#title {
	font-size: 1.1em;
	text-decoration: underline;
	margin-bottom: 10px;
	margin-top: 30px;
}

#beschr {
	min-height: 155px;
	border: 2px solid;
	border-color: #009900;
	padding-top: 10px;
	margin-right: 20px;
	margin-top: 20px;
}

#leiter_img img {
	width: 100px;
	margin-left: 5px;
}
#leiter_img {
	float: left;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 20px;
}

#name {
	font-weight: bold;
}
/* Jahresplantabelle */
.jahresplan td {
	border: 1px solid;
	border-color: #009900;
	padding: 6px;
}

/* Gästebuch */
#gb_message {
	border: 2px solid;
	border-color: green;
	padding: 10px;
	margin: 10px;
}

/* Zufällige Bilder */
#rand_picture {
	margin-top: 10px;
	margin-left: 20%;
	margin-bottom: 0px;
}
#rand_picture img {
	border: none;
	border-right: 5px solid #EEEEEE;
}
#rand_picture img a {
	border: none;
}

/* Falkenhorstformular */
.faho label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.faho form div {
	margin-top: 5px;
}

.faho .feld {
	width: 300px;
	border: 1px solid darkgray;
	font-size: 15px;
}

.faho #name {
	font-weight: normal;
}

/* Gallerie */
.gallery {
	height: 100px;
}
.galleryOne {
	height: 350px;
}
.gallery-nav {
	float: left;
	width: 120px;
	margin: 10px;
}
