body {
	font-family: sans-serif;
	font-size: 11px;
	max-width: 1000px;
	margin-top: 0;
	margin-left: 20px;
}

#header {
    height: 105px;
    background-image: url("../bilder/template/top.png");
	background-repeat: no-repeat;
	background-position: right center;
}

#header .logo {
    margin-top: 32px;
    margin-left: 18px;
}

#breadcrumb, #footer {
	background-color: #68c33a;
	padding: 2px 0 2px 15px;
	font-weight: bold;
}

#breadcrumb a, #footer a {
	color: black;
}

#breadcrumb {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border: thin solid #68c33a;
	border-radius-bottomleft: 3px;
	border-radius-bottomright: 3px;

	margin-bottom: 5px;
}

#layout {
	width: 99.8%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#layout td {
	padding: 0;
	vertical-align: top;
}

#leftColumn {
	width: 200px;
	background: url("../bilder/template/left-images.jpg");

}

#content {
	padding: 3px 5px 3px 10px;
}

.erdkugel {
	text-align: center;
}

.suche {
	width: 190px;
}

/* menu and menu items */
.menu {
	margin-top: 10px;
}


.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li {
    background-color: #68c33a;
	border-bottom: thin dotted white;
	padding: 6px 4px;
}

.menu .level-0 > li:last-child {
	border-bottom: none;
}

.menu a {
	color: black;
}

.menu .highLight {
	font-weight: bold;
}

.level-1 li {
	padding-left: 10px;
    background-color: rgb(175,204,94);
}

.level-2 li {
    background-color: rgb(198,220,141);
	padding-left: 18px;
}

.level-3 li {
    background-color: rgb(198,220,141);
	padding-left: 22px;
}

/*
** div#termine
*/
div#termine {
}

#termine table {
}

#termine th {
	font-size: 13px;
	vertical-align: top;
}

#termine td {
	font-size: 13px;
	vertical-align: top;
	border-top: 1px solid gray;
}

/*
** div#obstsorten
*/
div#obstsorten {

}

#obstsorten table {
	border: 1px solid gray;
}

#obstsorten th {
	font-size: 13px;
	vertical-align: top;
}

#obstsorten td {
	font-size: 13px;
	vertical-align: top;
	border-top: 1px solid gray;
}

/*
** div#bezugsquellen
*/
div#bezugsquellen {

}

div#bezugsquellen table {
	width: 80%;
	border: 1px solid gray;
}

#bezugsquellen th {
	font-size: 13px;
	vertical-align: top;
}

#bezugsquellen td {
	font-size: 13px;
	vertical-align: top;
	border-top: 1px solid gray;
}

/*
** div#spec
*/
div#spec {

}

div#spec table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid gray;
}

#spec th {
	font-size: 13px;
	vertical-align: top;
	border: 1px solid gray;
}

#spec td {
	font-size: 13px;
	vertical-align: top;
	border: 1px solid gray;
}

table.flash {
	border-collapse: collapse;
	border-spacing: 0;
	border: 3px solid red;
}

table.flash td {
	padding: 8px;
}

/*
** div#gallery
*/
div#gallery {

}

#gallery table {
	border-collapse: collapse;
	border-spacing: 0;
}

#gallery td {
	font-size: 13px;
	text-align: center;
	vertical-align: top;
}

#gallery img {
	border: 0;
}

/*
** div#pom_gal_item
*/
div#pom_gal_item {
	border: 1px solid gray;
}

#pom_gal_item table {
	border-collapse: collapse;
	border-spacing: 0;
}

#pom_gal_item td {
	padding: 4px;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
}


