/* Allgemeine Einstellungen */
body {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	background: #33AA33;
}

table, ul, ol, li, p {
	font-family: Arial, Sans-serif;
	font-size: 12px;
}

div {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	padding: 5px;
}

ul {
	padding-left: 20px;
}

table {
	border-collapse: collapse;
}

p {
	margin: 0;
}

h1 {
 	background: #00FF00;
	font-size: 25px;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}

h2 {
	background: #00CC00;
	font-size: 20px;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}

a {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #003300;
}

blockquote {
	background-color: #DDBB77;
	border: solid #000000 1px;
}

/* Spezifische Einstellungen */
/* Über Alles */
div#overall {
	margin: 10px auto;
	padding: 15px;
	/* background: #009900; */
	width: 960px;
}


/* Header */
div#header {
	/* margin-bottom: 15px; */
	float: none;
	background: #00FF00;
	width: 950px;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	-ms-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}

div#header table {
	margin: 5px;
	width: 945px;
}

td.HeaderLogo {
	width: 250px;
	text-align: center;
}

p#titletext {
	text-align: center;
	padding: 10px 0;
	width: px;
	font-size: 15px;
}


/* Menü */
div#menu {
	float: left;
	width: 145px;
	background: #00FF00;
	-moz-border-radius: 0 0 0 15px;
	-webkit-border-radius: 0 0 0 15px;
	-ms-border-radius: 0 0 0 15px;
	border-radius: 0 0 0 15px;
	padding: 0;
}

/* div#menutop {
	background-image: url(./images/menubgtop.png);
	background-position: 0;
	background-repeat: no-repeat;
	height: 25px;
	margin-bottom: 0;
	-moz-border-radius: 0px;
	padding: 0px;
} */

div#menucontent {
	background-image: url(./images/menubg.png);
	background-position: 0;
	background-repeat: repeat-y;
	-moz-border-radius: 0 0 0 15px;
	-webkit-border-radius: 0 0 0 15px;
	-ms-border-radius: 0 0 0 15px;
	border-radius: 0 0 0 15px;
	padding: 10px 0;
}

/* div#menubottom {
	background-image: url(./images/menubgbottom.png);
	background-position: 0;
	background-repeat: no-repeat;
	height: 25px;
	margin-top: 0;
	-moz-border-radius: 0px;
	padding: 0px;
} */

ul#menulist {
	list-style: none;
	margin: 0 0 0 0;
}

ul#menulist a {
	color: #000000;
	/* background-color: #00FF00;
	border-width: 1px;
	border-style: outset;
	border-color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px; */
	padding: 0 2px;
}

ul#menulist li:hover, ul#menulist li.active {
	margin-left: 5px;
	list-style: outside url(images/2006-Umweltkreis-hellgrau-10px.png);
}

ul#menulist a:hover, ul#menulist li.active a {
	/* border-style: inset; */
}

ul#menulist li {
	margin: 5px 0;
}


/* Inhalt */
div#content {
	width: 785px;
	margin-left: 145px;
	background: #FFFFFF;
	padding: 15px;
	min-height: 300px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-ms-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}

div#title {
	background: #00FF00;
	font-weight: bold;
	font-size: 30px;
	margin: 0 0 15px 0;
}


/* Footer */
div#footer {
	margin-top: 15px;
	padding: 10px;
	float: none;
	background: #00D500;
	width: 950px;
}

div#footer p#copyright {
	font-size: 10px;
	padding: 5px;
}

/* Tabellen Einstellungen */
table.color th {
	background-color: #BBFFBB;
	border: 1px solid #00CC00;
	padding: 2px;
}

table.color td {
	background-color: #DDFFDD;
	border: 1px solid #00CC00;
	padding: 2px;
}

/* Termin Einstellungen */

div#terminsettings {
	margin: 15px 0 0 0;
	background: #99FF99;
	border: 1px solid;
}

div#terminbox {
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid;
	background: #88FF88;
}

div#terminbox:hover {
	background: #66FF66;
	-moz-box-shadow: 0 0 2px 1px #000000;
	-wekit-box-shadow: 0 0 2px 1px #000000;
	-ms-box-shadow: 0 0 2px 1px #000000;
	box-shadow: 0 0 2px 1px #000000;
}

/* Admin Einstellungen */
/* "delete_seite" Einstellungen */
div#deletediv {
	border: 1px solid;
	width: 700px;
	margin: 15px auto;
	background-color: #AAF0AA
}


/* Editor Einstellungen */
body#tinymce {
	background: #FFFFFF;
}


/* Kontrollzeilen */
/* div {
	border: 1px solid;
} */

@media print {
	* {
		color: #000000;
		background: none;
		margin: 0;
		padding: 0;
	}
	
	div#content {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	div#menu {
		visibility: hidden;
		width: 0;
	}
}
