@charset "utf-8";
body {
	font-family: "news-gothic-std", "myriad-pro", Arial, Helvetica, sans-serif;
	background-color:#F2B477;
	color: #555555;
}
img, object, embed, video {
	max-width: 100%;
}
input, textarea {
	width: 97%;
	padding: 1%;
	margin: 3px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #555555;
}
textarea {
	min-height:150px;
}
h3 {
	font-size:1.4em;
}
h1#titelUeberschrift {
	color:#fff;
	text-align:center;
	font-size:1.4em;	
}
input:active, input:hover, input:focus, textarea:active, textarea:hover, textarea:focus {
	background-color: #ddd;
}
.formularbereich {
	padding:0 9px;
}
input.titel {
	font-size: 1.3em;
}
p.hinweis {
	font-size: 0.9em;
	margin: 3px 0 0;
	padding: 0 3px;
	display:none;
}
ol.liste, ul.liste, #tabs.ol, #tabs.ul {
	padding:0 9px;
	list-style-position:inside;	
}
ol.liste li, ul.liste li, #tabs.li {
	margin-bottom:13px;
}
ol.liste li a, ul.liste li a, .formularbereich a, #tabs.li a {
	color:#944C06;
}
#kopfzeile, #kopfzeile h3 {
	text-align:center;
	color:#666666;
	padding:5px 5px 2px;
	margin:0;
	font-size:1.3em;
}

#fusszeile {
	text-align:center;
	color:#666;
	font-size:0.8em;
	margin-top:10px;
}
#fusszeile a {
	font-size:1em;
	color:#666;
}
/* Freigabebereich */
#freigabebereich {
	background-color:#fff;
	text-align:center;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #666666;
}
#freigabebereich p {
	padding:7px;
	margin:0;
	color: #555555;
	font-size: 1.1em;
}
/* IE 6 Standardbreite 100% */
.ie6 img {
	width: 100%;
}
button {
	font-size: 1em;
	color: #fff;
	padding: 7px 20px;
	margin:10px 20px;
	background-color: #0E758D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #fff;
	-moz-box-shadow: 0px 1px 6px rgba(000,000,000,0.5), inset 0px 0px 6px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 6px rgba(000,000,000,0.5), inset 0px 0px 6px rgba(255,255,255,1);
	box-shadow: 0px 1px 6px rgba(000,000,000,0.5), inset 0px 0px 6px rgba(255,255,255,1);
	display:inline-block;
	-webkit-appearance: button;
}
button:hover, button:focus {
	color: #E47911;
	cursor:pointer;
}
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
	cursor: pointer;
	-webkit-appearance: button;
}
h3.titel {
	color: #944C06;
	padding: 0 8px;
	margin: 0;
	font-weight:normal;
	font-size: 1em;
}
h3.titel2 {
	padding-top:3px;
}
/* Kategoriebereich */
div#kategoriebereich {
	margin:10px;
}
div#kategoriebereich p {
	margin:5px;
	display:inline;
}
/* Bilderboxen */
#multimedia {
	text-align:center;
}
#multimedia h3.titel {
	text-align:left;
}
#multimedia input {
	margin-bottom:10px;
}
#multimedia .bildbox {
	min-width:200px;
	max-width:250px;
	border:1px solid #DDD;
	display:inline-block;
	text-align:center;
	margin:1%;
	padding:5px;
}
#multimedia .bildbox p{
	display:block;
}
#multimedia .bildbox img{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/* Loginbereich */
#loginbereich { 
	max-width:300px; 
    background-color: #fff;
    border: 1px solid #666666;
    border-radius: 4px 4px 4px 4px;
	padding:15px; 
	margin:20px auto;
}
#loginbereich p {
	text-align:center; 
	padding:3px; 
	margin:2px;
	color:#0E758D;
}
#loginbereich input {
	text-align:center;
	max-width:200px;
	background-color:#0E758D;
	color:#fff;
	padding:6px; 
}
#loginbereich #submit {
	max-width:150px;
	color: #fff;
	padding: 7px 20px;
	margin:10px 20px;
	background-color: #0E758D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #fff;
	-moz-box-shadow: 0px 1px 6px rgba(000,000,000,0.5), inset 0px 0px 6px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 6px rgba(000,000,000,0.5), inset 0px 0px 6px rgba(255,255,255,1);
	box-shadow: 0px 1px 6px rgba(000,000,000,0.5), inset 0px 0px 6px rgba(255,255,255,1);
	display:inline-block;
}

/* index */
a, a:visited, #tab1 a, #tab1 a:visited, #tab2 a, #tab2 a:visited {
	color: #333;
	text-decoration:none;
}
a:focus, a:hover {
	color:#444;
	font-weight:bold;
	text-decoration:underline;
}
p.right {
	text-align:right;
	margin-right:10px;
}
#navigation {
	text-align:center;
}
ul.tabsliste, ul.tabsliste a {
	font-weight:300;
}
/* Hauptseite Listen */
div.monatspalte {
	margin:0 0 15px;
	padding:0;
}
h3.monatIndexListe {
	padding:0 0 5px 10px;
	margin:0;
}
/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top:7px;
	width: 93%;
	padding: 0.5%;
	width: 97%;
	background-color: #0E758D;
	border: solid #666 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#basisdaten, #ort, #termine, #multimedia, #titel, #buttons {
	float: left;
	padding: 0.5%;
	margin: 0.5%;
	width:98%;
	background-color: #fff;
	border: solid #fff 1px;
	border-radius: 4px;
}
#delete {
	float: left;
	padding: 2% 0.5%;
	margin: 0.5%;
	width:98%;
	background-color: #fff;
	border: solid #fff 1px;
	border-radius: 4px;
	text-align:center;	
}
#buttons {
	text-align:center;	
}
.inputbereich {
	border: solid #ddd 1px;
	padding:1%;
	margin:1% 0;
}
#hinweisfeld {
	color:#F00;
	font-weight:bold;
}
.spalte {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}
.spalte div.monatspalte, #benutzerliste li {
	break-inside: avoid;
	page-break-inside: avoid;
}
.spalte ul, .spalte ol, .spalte li, #tab1 li, #tab2 li, #tab3 li, #tab4 li, #tab5 li, #tab6 li {
	margin:0 0 0 10px;
	padding:0 10px 0;
	list-style:outside;
	color: #666666;
}
.spalte ol, .spalte ol li {
	list-style:decimal;
}
.spalte li, #tab1 li, #tab2 li, #tab3 li, #tab4 li, #tab5 li, #tab6 li {
	padding: 4px 5px;
	list-style-type:square;
}
/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 93%;
	padding-left: 1%;
	padding-right: 1%;
}
#multimedia .bildbox {
	padding:5px 1%;
}
.spalte {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-gap: 40;
	-moz-column-gap: 40;
	-webkit-column-gap: 40;
	/* column-width: 300px;
	-moz-column-width: 300px;
	-webkit-column-width: 300px; */
	column-rule: 1px solid #666666;
	-moz-column-rule: 1px solid #666666;
	-webkit-column-rule: 1px solid #666666;
}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 97%;
	max-width: 1232px;
}
#multimedia .bildbox {
	padding:5px 2%;
}
#basisdaten {
	min-width: 350px;
	max-width: 720px;
	width:57%;
}
#ort, #termine {
	min-width: 180px;
	max-width: 450px;
	width: 36%;
	float:right;
	margin-right:2%;
}
#ort, #termine, #multimedia, #basisdaten, #buttons {
}
#buttons {
	text-align:right;	
}
button {
	display:inline;
}
.checkb {
margin: 0; padding: 0;
}
