/* master.css fuer mueller-auggen.de 2011 */

/*  gruen  =  #189630 */

body {
	background-color: #fff;
	color: #000;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 82%;
	}

h1, h2, h3, h4, h5, h6, p, address, th, td, ul, ol, li, dt, dd, form, input, textarea, a {
	color: #000;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	}

h1         { color: #000; font-size: 2.1em; font-weight: bold; }
h2         { color: #000; font-size: 1.2em; font-weight: bold; }
h3         { color: #000; font-size: 1.1em; font-weight: bold; }
h4, h5, h6 { color: #000; font-size: 1.0em; font-weight: bold; }

table tr { vertical-align: top; }
table td { text-align: left; }

a:link, a:visited {
	padding: 2px;
	color: #fff;
	text-decoration: none;
	}
a:hover, a:active {
	padding: 2px;
	color: #009933;
	background-color: #fff;
	text-decoration: none;
	}

strong, b { color: #fff; font-weight: bold; }
em, i { color: #333; font-style: italic; }
img { border: 0 none; }

/* Spezielle Klassen */
.bold { font-weight: bold !important; }
.center { text-align: center !important; }
.clear { clear: both !important; }
.hide { display: none !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.small-text { font-size: 0.89em; }

/* Margin und Padding bei allen Blockelementen auf Null setzen */
* { margin: 0; padding: 0; }

/* Raender, Breite, Hintergrundfarbe, etc. der Seite */
html { 
	min-width: 980px;
	}

body {
	text-align: center;
	background: #fff url(bg-middle.jpg) repeat-y top center;
	}

#page {
	position: relative;
	margin: 0 auto 0 auto;
	padding-bottom: 30px;
	width: 980px;
	text-align: left;
	background: #fff url(bg-middle.jpg) repeat-y top center;
	}

/* Beginn Header */
#header {
	padding: 0;
	height: 178px;
	background: transparent url(bg-top-1.jpg) no-repeat 0 0;
	}

#header h1 {
	padding: 0;
	text-indent: -9999px;
	background: none;
	}

#header-image {
	margin-bottom: 10px;
	padding: 0;
	height: 250px;
	background: transparent url(bg-top-2.jpg) no-repeat 0 0;
	}
/* Ende Header */


/* Beginn Menu */
#menu {
	margin: 5px 30px 0 30px;
	padding-bottom: 8px;
	width: 920px;
	outline: 0px solid #fff;
	border-bottom: 2px solid #fff;
	}

#menu ul {
	margin: 0;
	}

#menu li {
	float: left;
	margin: 0 15px 0 0;
	list-style: none;
	outline: 0px solid #c00;
	}

#menu li a {
	display: block;
	float: left;
	padding: 2px 3px 2px 3px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	outline: 0px solid #c00;
	}

#menu li a:hover,
#menu li a:active,
#menu li.rex-current a {
	color: #009933;
	background-color: #fff;
	}
/* Ende Menu */


/* Begin Content */
#content {
	margin: 30px 30px 0 30px;
	width: 920px;
	text-align: left;
	color: #fff;
	outline: 0px solid #fff;
	}

#content h2 {
	margin: 0 0 0.5em 0;
	padding: 0 60px 0 0; 
	color: #fff;
	}

#content h3 {
	margin: 1.5em 0 0.5em 0;
	padding: 0; 
	color: #fff;
	}

#content h4 {
	margin: 1.5em 0 0 0;
	padding: 0; 
	color: #fff;
	}

#content p {
	margin: 0 0 1.0em 0;
	padding: 0; 
	color: #fff;
	}

#content ul,
#content ol {
	margin: 5px 0 5px 9px;
	padding: 0 0 0 9px;
	color: #fff;
	}

#content li { 
	margin-left: 9px;
	padding: 1px;
	color: #fff;
	}

#content table { margin: 0; border: 0 none; padding: 0; }
#content table tr { margin: 0; padding: 0; }

#content img {
	padding: 3px;
	border: 1px solid #fff;
	}
/* Ende Content */


/* Beginn Module */
/* Beginn 14-0 LightView, Medienliste, sortiert */
/* Beginn 14-1 LightView, komplette Medienpoolkategorie, gemischt */
#content div.image-gallery {
	margin: 0;
	padding: 0; /* links und rechts 0, weil div.list-item padding hat */
	width: 920px;
	outline: 0px solid #c00;
	}

#content #sidebar div.image-gallery {
	margin-right: 2px;
	width: 212px;
	}

#content div.image-gallery-top {
	display: none;
	}

#content div.image-gallery-middle {
	margin: 0;
	padding: 0;
	width: 920px;
	}

#content #sidebar div.image-gallery-middle {
	width: 212px;
	}

#content div.image-gallery-bottom {
	display: none;
	}
 
#content div.image-gallery div.gallery-item {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	outline: 0px solid #c00;
	}

#content div.image-gallery div.gallery-item-image {
	margin: 0 auto 0 auto;
	background-color: #c00;
	}

#content div.image-gallery div.gallery-item-image a {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent url(icon-lv-zoom.png) no-repeat 0 -1000px;
	border: 1px solid #ccc;
	}

#content div.image-gallery div.gallery-item-image a:hover,
#content div.image-gallery div.gallery-item-image a:active {
	background-position: center;
	}
/* Ende 14-0 LightView, Medienliste, sortiert */
/* Ende 14-1 LightView, komplette Medienpoolkategorie, gemischt */

/* Beginn  # 80 - Belegungskalendar [r4] */
#content div.calendar-sheet {
	float: left;
	margin: 0 10px 20px 0;
	width: 250px;
	}
#content div.calendar-sheet table {
	margin: 0 1.5em 1.5em 0;
	background-color: #999;
	}
#content div.calendar-sheet table caption {
	margin: 0;
	padding: 2px 0;
	}
#content div.calendar-sheet table thead th {
	margin: 1px;
	padding: 0;
	background-color: #fff;
	color: #333;
	width: 25px;	
	height: 25px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	}
#content div.calendar-sheet table tbody td {
	margin: 1px;
	padding: 0;
	background-color: #ccc;
	width: 25px;	
	height: 25px;
	text-align: center;
	vertical-align: middle;
	}
#content div.calendar-sheet table.cal-month tbody td.cal-on {
	background-color: #c00;
	}
#content div.calendar-sheet table.cal-month tbody td.cal-empty {
	}
#content div.calendar-sheet table.cal-month tbody td.cal-fill {
	width: auto;
	}
/* Ende  # 80 - Belegungskalendar [r4] */
/* Ende Module */


/* Beginn Sidebar */
#sidebar {
	float: right;
	display: inline;
	margin: 0 10px 0 20px;
	width: 212px;
	font-size: 0.95em;
	outline: 0px solid #fff;
	}

#sidebar h2,
#sidebar h3 {
	margin-top: 0;
	margin-left: 5px;
	}

#sidebar li,
#sidebar a {
	padding: 0;
	font-size: 0.95em;
	}

#sidebar a:hover,
#sidebar a:active {
	padding: 0;
	background: none;	
	}
/* Ende Sidebar */


/* Beginn 60/61/62 GoogleMaps */
/* #content #map-canvas { */
#map-canvas {
	float: right;
	display: inline;
	margin-left: 20px;
	width: 400px;
	height: 400px;
	color: #000;
	font-size: 0.89em;
	border: 1px solid #ccc;
	overflow: hidden;
	}

#map-canvas p {
	color: #000;
	}

/* #content #map-canvas b { */
#map-canvas b {
	color: #000;
	}

/* #content #map-canvas a { */
#map-canvas a,
#map-canvas a:hover,
#map-canvas a:active {
	padding-left: 0;
	color: #000;
	background: none;
	border: none;
	}
/* Ende 60/61/62 GoogleMaps */


/* Beginn Footer */
#footer {
	clear: both;
	margin: 40px 0 0 0;
	width: 980px;
	background: transparent url(bg-bottom.jpg) no-repeat top center;
	}
#footer p {
	margin: 0 30px 0 30px;
	padding: 15px 0 0 0;
	font-size: 0.89em;
	color: #fff;
	}
#footer p a { font-size: 1.0em; }
/* Ende Footer */
