/**
 * Designstudie für www.foerderverein-blausee.de
 *
 */

@import "basic.css";

/* ==========================================================================
   Grundaufbau
   ========================================================================== */

body {
    color: #000000;
    background-color: #a4c1e0;
}

.zentrierung {
    margin: 0 auto;
    padding: 0;
    width: 768px;
}

#seite-mitte {
    border: 1px solid #888;
    background-color: #fff;
	margin-top: 20px;
}

#inhalt {
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}


/* ==========================================================================
   Seite oben
   ========================================================================== */

#seite-oben {
	text-align: center;		
   	border-bottom: 1px solid #847c73;
}

#seite-oben #logo {
	margin: 10px;	
	position: relative;
}

#navigation {
	margin-top: 15px;
    margin-left: 20px;
    width: 100%;
}

#navigation li  {
    float: left;
    margin-right: 2px;
}

#navigation a {
	border-top: 1px solid #847c73;
	border-right: 1px solid #847c73;
	border-left: 1px solid #847c73;
    display: block;
    float: left;
    height: 26px;
    padding: 0 10px;
    text-decoration: none;
    background-color: #f5c501;
    color: #000;
    font-size: 0.75em;
    line-height: 25px;
    letter-spacing: 1px;
}

#navigation a:hover {
    background-color: #259bdb;
	border-top: 1px solid #128ccb;
	border-right: 1px solid #128ccb;
	border-left: 1px solid #128ccb;
    color: #fff;
}



/* ==========================================================================
   Hauptinhalt
   ========================================================================== */

#hauptinhalt {
    padding-left: 20px;
    padding-right: 20px;
}

#hauptinhalt h2 {
    margin: 0 0 0.6em;
    font-size: 1.2em;
}

#hauptinhalt h3 {
	font-size: 1.0em;
    margin: 1em 0 0.6em;	
}

#hauptinhalt h4 {
	font-size: 0.85em;
    margin: 1.8em 0 0.6em;	
}

#hauptinhalt h5 {
	font-size: 0.85em;
	margin: 0 0 0.3em;
}

#hauptinhalt .pkt, dl.liste dt, ul.liste li {
    padding-left: 20px;
    background: url(img/pkt.gif) left no-repeat;
}

#hauptinhalt p {
    margin: 0 0 0.75em;
    font-size: 0.9em;
    line-height: 1.5em;
    text-align: justify;
    color: #444;
}

#hauptinhalt p.quellenangabe {
	font-size: 0.7em;
	text-align: right;
}


#inhalt-ende {
	text-align: center;
	padding: 5px 0;
	font-size: 0.6725em;
}

#inhalt-ende, #inhalt-ende a {
	color: #666;
	text-decoration: none;
}


/* ==========================================================================
   Newsbox
   ========================================================================== */
#newsbox {
	float: right; 
	margin-left: 1em;
	margin-bottom: 0.5em;
	width: 230px;
	padding: 5px; 
	border: 2px solid #555;
	background: #259bdb;
	color: #fff;
}

#newsbox .titel {
	font-size: 0.7em;
	text-align: center;
	margin-bottom: 10px;
}

#newsbox .wasser {
	display: block;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}

#newsbox .wassertitel, #newsbox .hinweistitel {
	color: #ddd;
	font-size: 0.6em;
	text-align: center;
}

#newsbox .hinweis {
	font-size: 0.8em;
	text-align: center;
}

#newsbox .hinweistitel {
	margin-top: 5px;
	margin-bottom: 5px;
}

#newsbox .datum {
	color: #ddd;
	margin-top: 5px;
	font-size: 0.6em;
	text-align: center;
}

/* ==========================================================================
   Bilder
   ========================================================================== */
.bildboxen {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

.bildbox {
	width: 250px;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	padding: 4px; 
	border: 1px solid #ddd;
}

.bildbox a {
	outline: none;
}

.bildbox .bild img {
	display: block;
	width: 100%;
}

.bildbox .text {
	padding: 2px 5px 2px;
	font-size: 0.75em;
	background-color: #f4ecce;
}

.bildbox .copyright {
	padding: 1px 3px;
	text-align: right;
	font-size: 0.625em;
	color: #999;
	background-color: #f4ecce;
}


/* ==========================================================================
   Listen
   ========================================================================== */
dl.liste, ul.liste {
	color: #444;
	font-size: 0.9em;
    line-height: 1.5em;
    margin-left: 20px;
	padding-bottom: 10px;
}

dl.liste dt {	
	width: 120px;	
}

dl.liste dd {
	margin-left: 120px;
}

ul.liste li a, #hauptinhalt a {
	text-decoration: none;
	color: #259bdb;
}

ul.liste li a:hover, #hauptinhalt a:hover {
	text-decoration: underline;
}

ul.adresse {
    line-height: 1.2em;	
    font-size: 0.9em;
    color: #444;
    margin-left: 20px;
}

/* ==========================================================================
   Veranstaltungen
   ========================================================================== */

.veranstaltung {
    font-size: 0.9em;
    color: #444;
	margin-bottom: 15px;
}

.veranstaltung .vdatum {
	float: left;
	display: block;
	width: 150px;
}

.veranstaltung .vinhalt {
	margin-left: 150px;
	float: none;	
}

.veranstaltung .vtitel {
	font-weight: bold;
}

.veranstaltung .vmehr a {
	text-decoration: none;
	color: #259bdb !important;
}

.veranstaltung .vtitel a {
	color: #444 !important;
}

/* ==========================================================================
   Bildergalerie
   ========================================================================== */

#galerie {
	margin: 1em 0;
}

#galerie .zurueck {
	display: block;
	margin-top: 1em;	
}

/* ==========================================================================
   Bildergalerie
   ========================================================================== */
 
table {
	color: #444;
	font-size: 0.8em;
	margin: 5px 0 20px;
	padding: 0px;
	border-spacing: 0px;
}

table td {
	padding: 3px;
	
}

table.eintritt {
	width: 90%;
}

table.eintritt, table.eintritt td {	
	border: 1px solid #ccc;	
}

/* ==========================================================================
   Aktuelles
   ========================================================================== */

#aktuelles ul {
	margin-left: 0px;
	padding-left: 0px !important;
}
#aktuelles .liste li {
	border-top: 1px solid #f5c501;
	padding: 1em 0;
    background: none;
}

#aktuelles .liste .datum {
	margin-right: 0.75em;
	font-size: 0.75em;
	color: #999;
}

#aktuelles .liste .titel {
	font-size: 0.9em;
	color: #444;
}

#aktuelles .liste .text {
	display: block;
	margin-top: 0.5em;
	font-size: 0.9em;
}

/* ==========================================================================
   Anzeige
   ========================================================================== */
#anzeige {
	font-size: 0.8em;
	color: #444;
}

#anzeige .eingabe {
	clear: left;
	padding: 5px 0 2px;
}

#anzeige label.feldtitel {
	display: block;
	float: left;
	width: 140px;
	padding: 0.2em 5px 0 0;
	text-align: right;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #666;
}

#anzeige input.standard {
	width: 300px;
	border: 1px solid #999;
	padding: 0 0 0 3px;
}

#anzeige input.submit {
	margin-top: 10px;
	margin-left: 143px;	
}


/* ==========================================================================
   EOF
   ========================================================================== */