/**
 * Startseite www.altlussheim.de
 * eDynamic Internet Solutions
 *
 * @author René Kubach, www.eDynamic.de
 */

/* Teile, die wie der normale Hauptinhalt positioniert sind => nach bildschirm.css! */
.linke-spalte {
	float: left;
	width: 460px;
}

/* Teile, die wie der normalen weiteren Inhalte positioniert sind */
.rechte-spalte {
	float: right;
    width: 228px;
}

p.weiter {
	text-align: right;
}

/* ===== Rechte Spalte ===== */

.rechte-spalte .kasten {
    background-color: #e8f1d9;
}

.rechte-spalte .abschnitt {
    margin: 0.5em 0 0 !important;
}

.rechte-spalte a.weiter {
    padding-left: 15px;
    background: url(images/pfeil.gif) 0 50% no-repeat;
}

.rechte-spalte a.weiter.extern {
    background-image: url(images/link-extern.gif);
}

/* ===== Vorschau auf aktuelle Meldungen, Artikel ===== */

#startseite .vorschau h5 {
	margin-bottom: 1px;
	padding: 2px;
    background-color: #f0f0f0;
}

#startseite .vorschau .linkliste li {
	margin: 0 0 1px;
	padding: 2px;
    background-color: #f5f5f5;
}

#startseite .vorschau h3 a {
	color: #000;
}

.vorschau .mit-bild h3, .vorschau .mit-bild p {
	float: left;
	width: 240px;
}

.vorschau .mit-bild h3 {
	margin-top: 0.4em !important;
}

.vorschau .mit-bild .bild {
	float: right;
}

/* ===== Vorschau auf Bildergalerie ===== */

.galerievorschau {
	text-align: center;
}

.galerievorschau a {
	text-decoration: none;
}

.galerievorschau img {
	vertical-align: middle;
}

/* ===== Quicklinks ===== */

#quicklinks h2 {
	margin: 0;
	padding: 15px 15px 10px;
	border-bottom: 4px solid #d9e5b3;
	background-color: #f0f7e2;
}

#quicklinks li {
    position: relative;
    top: 0;
    left: 0;
	background: red;
}

#quicklinks li a {
    display: block;
    width: 100%;
    padding: 2px 0;
    border-top: 1px solid #edf7e6;
    border-bottom: 1px solid #bad3a8;
    background-color: #d7efc6;
	text-decoration: none;
}

#quicklinks li a span {
	padding: 0 15px 0 30px;
    background: url(images/pfeil.gif) 15px 50% no-repeat;
}

#quicklinks li a:hover, #quicklinks li a:focus {
    color: #252;
    background-color: #e2f3d6;
}

.linkbox {
	margin: 0.75em 0 0;
	border: 3px solid #d9e5b3;
	padding: 1px;
}

.linkbox a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.linkbox a img {
	margin-left: -4px;
}

.linkbox a .text {
	display: block;
	padding: 2px 0;
	font-size: 1.125em;
	letter-spacing: 1px;
	text-align: center;
	background: #eee url(images/punkt.gif) 0 0 repeat-x;
}
/* ===== Veranstaltungen ===== */

.veranstaltungen .liste {
    margin-left: 16em;
}

.veranstaltungen .liste .kalendertag {
	float: left;
	width: 100%;
}

h3.register {
    float: left;
    width: 3em;
    margin: 0 0 5px !important;
    padding: 1px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    text-align: center;
    font-weight: normal;
}

.register span {
    display: block;
}

.register .wochentag, .register .monat {
    font-size: 0.75em;
}

.register .tag {
    font-size: 1.5em;
    line-height: 1em;
    padding-left: 0.2em;
}

.veranstaltungen .liste ul {
    margin-left: 4.5em;
}

.veranstaltungen .liste ul li {
    margin-bottom: 0.75em;
}

.veranstaltungen .liste h4 {
    margin: 0 0 0.25em !important;
}

.veranstaltungen .info {
	display: inline;
	padding-right: 0.5em;
}

.veranstaltungen .info .label {
    font-size: 0.875em;
    color: #666;
}
