/******** Geerbter Stil *********/

body {
	margin: 0px;
	padding: 0px;
	background-color: #efefef;
}

#banner {
	position: relative;
	min-height: 69px;
	padding: 0px;
	background-image: url('bilder/hintergrund_oben.png');
	background-color: #668c53;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#banner img {
	position: absolute;
	left: 0px;
	margin: 0px;
	z-index: 1;
}

#banner h1 {
	z-index: 2;
	position: relative;
	margin: 0px;
	padding: 10px 0px 0px 25px;
	min-height: 40px;
		
	/*color: #99517a;
	text-shadow: 0em 0em 0.3em white;*/
	color: white;
	font-family: sans-serif;
	font-size: 30px;
}

#banner h2 {
	z-index: 2;
	position: relative;
	margin: 0px 0px 0px 155px;
	
	color: white;
	font-weight: bold;
	font-family: Arial, "Nimbus Sans", sans-serif;
	font-size: 16px;
}

#banner address {
	z-index: 2;
	position: relative;
	float: right;
	margin-top: 0.3em;
	margin-right: 1%;
	max-width: 50%;
	min-width: 250px;

	color: white;
}

#menu-jump {
	display: none;
}

#menu {
	position: absolute;
	top: 0px;
	width: 210px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 80px;
	padding-right: 0px;
	background-color: #efefef;
	background-image: url('bilder/hintergrund_weinlaub_unten.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#menu, #menu ul, .sub{
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#menu li {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}

#menu li.sep {
	height: 0.9em;
}

#menu a {
	display: block;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-right: 6px;
	border-top : 1px solid black;
	background-color: #CCCCCC;
	background-image: url('bilder/bg_mainlevel.png');
	background-repeat: repeat-y;
	color: #333333;
	font-family: Arial, "Nimbus Sans", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	background-position: 0px 25px;
	color: #668C53;
	border-top : 1px solid #668C53;
	text-decoration: none;
}

#menu ul a{
	background-image: url('bilder/bg_sublevel.png');
}

#fliestext {
	background-color: white;
	color: black;
	margin-left: 210px;
	padding: 10px;
}

#fliestext p:first-letter {
	display: block;
	float: left;
	font-size: 2.0em;
	color: #188d31;
}

#karte {
	width: 100%;
	height: 600px;
}

#karte img {
	margin-left: 0em;
	margin-right: 0em;
}

/**** Klassische Formatierung *****/

h1, .h1-edit {
	font-family: sans-serif;
	font-size: 160%;
	font-weight: bold;
}

p, .p-edit {
	font-family: serif;
}

table {
	border-collapse: collapse;
}

table td {
	padding: 2px;
}

table.form td:first-child {
	text-align: right;
}

img {
	margin-left: 0.8em;
	margin-right: 0.5em;
}

.required_hint {
	background-color: #ffc;
	
}

input[type=number] {
	max-width: 5em;
}

/******** Bearbeitungteil *********/

body.edit {
	margin: 1em;
}

#editlink {
	display: block;
	position: fixed;
	right: 4px;
	top: 4px;
	z-index: 3;
	border: 3px outset red;
	padding: 2px;
	background: white;
	color: maroon;
}

body.edit textarea {
	border: 2px dotted red;
	display: block;
}

fieldset.setings {
	float: right;
	width: 250px;
}

hr.edit{
	clear: right;
	/*border: 1px dotted red;*/
	visibility: hidden;
}

select.borderedit option {
	font-size: 14px;
	height: 30px;
	background-repeat: repeat-x;
	background-position: bottom;
}

/******** Smartphones *********/

@media (max-width: 750px) {

	#banner img {
		display: none;
	}

	#banner address {
		margin-top: 0.3em;
	}

	#banner h1 {
		padding: 10px 0px 0px 5px !important;
		font-size: 22px !important;
	}

	#banner h2 {
		margin: 0px 0px 0px 5px;
	}

	#menu-jump {
		display: block !important;
		float: right;
	}
	#menu-jump a {
		display: block;
		padding: 0.8em;
		font-family: Arial, "Nimbus Sans", sans-serif;
		font-weight: bold;
		background-color: #cccccc;
		color: #333333;
	}
	#menu-jump a::before {
		content: "≡ "
	}
	
	#menu {
		position: static !important;
		width: 100% !important;
		top: auto !important;
	}
	#fliestext {
		margin-left: 0px !important;
	}
}
