/***************************************************************************
	bonistyle.css fuer boni-berlin.de von Chrille 
	Version:	09.02.2010
***************************************************************************/

/* Allgemeines
---------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}

body {
	background-color:#EEE;
	color: #033;
	font: 100.01% Georgia, Times, serif;
	}

/* Breiten: ------------------------------------------------------
	#container >= #navigation + #inhalt + Padding #inhalt
	740px      >=    160px    +  560px  +      10px
------------------------------------------------------------------*/

#container {
	margin: 0 auto;
	text-align: left;
	width: 740px;
	font-size: 0.91em;
	position: relative;
	}

#kopfzeile {
	background: #FFF url('../pics/hintergrund/oben.jpg') no-repeat;
	border: 1px solid #999;
	border-bottom: none;
	position: relative;
	height: 175px;
	width: 740px;
	}

#wrapper {
	background: #fff url('../pics/hintergrund/navigation.gif') repeat-y;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	display: block;
	padding-top: 0.8em;
	position: relative;
	width: 740px;
	}

#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */


#navigation {
	float: left;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	width: 160px;
	margin-top: 0.5em;
	padding-bottom: 90px;			/* Platz fuer das jugendnetz-logo */
	}
 
#inhalt	{
	float: right;
	padding: 4px 12px 10px 5px;
	width: 555px;
	}

#fusszeile	{
	background: #EEE url('../pics/hintergrund/fusszeile.png') no-repeat;
	min-height: 2em;
	padding-top: 35px;
	position: relative;
	text-align: center;
	width:742px;
	}

/* kopfzeile -------------------------------------*/
.toplogo {
	position: absolute;
		top: 40px;
		left: 42px;
	}

/* navigation
---------------------------------------*/

#navigation h2{display: none;}

/*-----------*/
/* Hauptmenu */

#navigation ul {
	font-size: 92%;
	margin-left: 0px;
	}

#navigation ul li {
	line-height: 1.2em;
	list-style-type: none;
	margin-bottom: 0px;	
	}

#navigation ul li a {
	border-top: 0px solid #669;
	color: #003;
	display: block;					/* fuer Netscape und Mozilla, damit der Link ueber die ganze Listenbreite geht (sieht sonst bei :hover bloed aus)*/
	padding-left: 17px;				/* padding hier setzten nicht in li, damit hover-Effekt ueber die komplette Listenbreite geht*/
	padding-bottom: 3px;
	padding-top: 2px;
	text-decoration: none;
	width: 135px;					/* padding-left von ul-Breite abziehen */
	}

#navigation ul li a:hover {
	background-color: #033;
	color: #FFF;
	}


#index .index a,
#aktuelles .aktuelles a,
#termine .termine a,
#dpsg .dpsg a,
#stufen .stufen a,
#leiterrunde .leiterrunde a,
#fotos .fotos a,
#chronik .chronik a,
#verein .verein a,
#kontakt .kontakt a {
	background-color: #033;
	color: #FFF;
	}

/*------------*/
/* Untermenue */

#navigation ul li ul {
	font-size: 0.92em;
	margin-top: 0px;
	}

#navigation ul li ul li {
	padding-left: 0px;
	}

#navigation li.sub a {
	padding-left: 30px;
   background-color: #E3E2E3;
	color: #003;
	width: 122px;
	}

#navigation ul li ul li.login a{
	padding-left: 49px;
	background-image: url('../pics/hintergrund/iconsprite1.png');
	background-repeat: no-repeat;
	background-position: 30px -100px;
	width: 103px;
	}


#navigation ul li ul li.sub a:hover,
#verein1 ul li ul li.verein1 a,
#verein2 ul li ul li.verein2 a,
#verein3 ul li ul li.verein3 a,
#kinder ul li ul li.kinder a,
#leiter ul li ul li.leiter a,
#mailform ul li ul li.mailform a,
#login ul li ul li.login a {
        background-color: #A09500;
	color: #FFF;
	}


/* inhalt
---------------------------------------*/

.intern {display: none;}

hr {display: none;}

div.meldung {
	margin-bottom: 2.7em;
   }

/*----------------*/
/* Ueberschriften */

h1, h2, h3, h4 {
	color: #003;
	font: 400 100.01% "Trebuchet MS", Tahoma, Arial, sans-serif;	/* font-size MUSS angegeben werden */
	}
h1 {display: none;}				/* kommt nur in der Kopfzeile vor: versteckt */

h1, h2 {
	font-size: 1.65em;
	margin-bottom: 0.87em;
	}

h2 i {							/* ein <i>-Tag innerhalb eines <h1>-Tags ergibt ausser kursiv auch noch kleinere graue Schrift - fuer die Foerderverein-Seiten */
	display: inline;				/* verhindert den Zeilenumbruch */
	color: #333;
	font-size: 0.8em;
	}

h3, p.datum {
   font-weight: 400;
	font-size: 1.2em;
   position: relative;
   top: -0.23em;
	margin-top: 0;
	margin-bottom: -0.05em;
	}

h3.meldung {						/* Ueberschriften fuer "Aktuelles" und "Chronik" */
	background-color: #F0EF99;
	Border-top: 1px solid #908500;
   color: #908500;
	padding: 2px 2px 2px 4px;	
	font: 400 1.2em "Trebuchet MS", Tahoma ,Arial, sans-serif;	/* font-size MUSS angegeben werden */
	}

p.datum {					/* fuer ein <span>-Element innerhalb eines <h2 class="meldung">-Elements */
	font: 700 0.9em "Trebuchet MS", Tahoma ,Arial, sans-serif;	/* font-size MUSS angegeben werden */
   color: #807500;
	display: block;
   float: right;
   margin-left: 10px;
   margin-bottom: -1.9em;
   position: relative;
   top: -1.9em;
	}

h4 {
   font-weight: 700;
	font-size: 1.1em;
	margin: 0px;
	}

/*-------------*/
/* Textformate */

p {
	line-height: 1.51;
	margin-bottom: 1.51em;
	padding-right: 5px;
	}

p.spam {
	font-size: 0.75em;
   margin-top: -1.05em;
   }

.woe, a.woe:visited {
	font-weight: 700;
	color:#D60;
	}

h2.woe, h3.woe {font-weight: 400;}

.jufi, a.jufi:visited {
	font-weight: 700;
	color:#006;
	}

.pfadi, a.pfadi:visited {
	font-weight: 700;
	color:#030;
	}

.rover, a.rover:visited {
	font-weight: 700;
	color:#900;
	}

abbr, acronym {border-bottom: 1px dotted #022;}

.achtung {
	color: #D00;
	font-weight: 700;
	}

address {
	display: block;
	font-style: normal;
	margin-bottom: 8px;
	}

blockquote {
	padding: 15px 60px 10px 50px;
	font-style: italic;
	text-align: justify;
	}

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
  	bottom: 1ex;
	}
/*--------*/
/* Listen */
dl {
	line-height: 1.51em;
	margin-bottom: 1.51em;
	}

dt {
	color: #003;
   font-weight: 700;
   font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
   font-style: italic;
   font-size: 1em;
	margin-top: 1.51em;
   }
dd {
	vertical-align: bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#inhalt ul {
	margin-bottom: 1.8em;
	padding-left: 10px;
	}

#inhalt ul.fliess {
	padding-left: 0px;
	list-style-type: none;
	}

ul.fliess li {
	padding-right: 1.2em;
	display: inline;}

/*-------*/
/* Links */

a {color: #009;}

a:visited {color: #66B;}

a:hover {color: #9F9A22;}

.email, a.extern, a.nach_oben, a.nach_unten, 
a.pdf, a.vcard, a.msword, a.msexcel {
	background-image: url('../pics/hintergrund/iconsprite1.png');
	background-repeat: no-repeat;
	}

.email {
	padding-left: 18px;
	background-position: left -78px;
	margin-top: 6px;
	}

a.extern {
	padding-left: 16px;
	background-position: left -58px;
	}

a.nach_oben {
	padding-left: 16px;
	background-position: left -120px;
	font-size: 0.8em;
	line-height: 1.9em;
	}

a.nach_unten {
	padding-left: 16px;
	background-position: left -140px;
	font-size: 1em;
	}
   
a.pdf, a.vcard, a.msword, a.msexcel {
	padding-left: 18px;
	font-size: 0.8em;
	}

a.pdf {background-position: left -1px;}
a.vcard {background-position: left -158px;}
a.msword {background-position: left -21px;}
a.msexcel {background-position: left -41px;}

a img {border: none}

/*----------*/
/* Tabellen */

table.termine {
	border:none;
	border-collapse:collapse;
	margin-bottom: 12px;
	}

tr.monat {height: 2em;}

tr.monat td {vertical-align: bottom;}

.dv {color: #696;}

td.datum {
	padding-right: 0.9em;
	text-align: right;
	vertical-align: top;
	width: 6em;
	}

/*---------------*/
/* Bilderklassen */

/*  Bild */
.bild_links {
	float: left;
	margin-right: 5px;
	text-align: left;
	}

.bild_rechts {
	float: right;
	margin-left: 5px;
	text-align: right;
	}

img.lageplan {
	border: 1px solid #9F9A22;
	float: right;
	margin:-5px 0 0 0;
}


/* Portrait */
/* mit Rahmen und Abstand nach unten */
.portrait {							
	border: 1px solid #9F9A22;
	float: left;
	margin: 0px 5px 10px 0px;
	}

.bild_links img,
.bild_rechts img,
.portrait img {
	display: block;					/* sonst Ausrichtung an Text-Grundlinie --> unerwuenschter Rand fuer Unterlaenge der Buchstaben  */
	}

.bild_links p,
.bild_rechts p,
.portrait p{
	background-color:#A09500;
	color: #FFF;
	font: 0.78em "Comic sans MS", Arial, sans-serif;
	line-height: 1.2em;
	margin: 0px;
	padding: 1px 2px;
	}

div.chronik {
   position: relative;
   top: -0.25em;
	z-index: 200;
   }

 
/* ------------ */
/* microformats */

abbr.geo {border: none;}

/*-----------*/
/* sonstiges */

hr#expander {
	clear: both;
	display: block;
	visibility: hidden;
	}
/* IE 7 Hack: */
*+html hr#expander {
	margin: -7px;
	}

#jugendnetz {
	background-color: #FFF;
	border-top: 1px solid #999;
	padding: 0px 10px;
	position: absolute;
		top: -78px;
  	left: 1px;
	}

/* fusszeile
---------------------------------------*/

#fusszeile p {
	font-size: 0.85em;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	}	