/* Positionierung Flagge */
div#logo img {
  margin: 33px 50px 0 0 ;
}

/* Formate Tabellen */


/* CSS-Formatierungen fuer die Darstellung der Gruppenliste */

table.gruppenliste {
	font-size: 12px;
	margin-left: 10px;    /* die Tabelle um 10px einruecken */
}

table.gruppenliste thead {    /* Kopfzeile fett und etwas groesser */
/*	text-align: left; */  /* Diese Zeile funktionier nicht mit IE */
	font-weight: bold;
	font-size: 13px;
}

table.gruppenliste a {
	color: #000;
}

table.gruppenliste a:hover {
	color: #000;
}

table.gruppenliste .td-0 {    /* Breite der 1. Spalte */
	width: 170px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.gruppenliste .td-1 {    /* Breite der 2. Spalte */
	width: 250px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.gruppenliste .td-2 {    /* Breite der 3. Spalte */
	width: 110px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.gruppenliste .td-3 {    /* Breite der 4. Spalte, evtl nicht benötigt */
	width: 110px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.gruppenliste .tr-odd {  /* alle ungeraden Zeilen mit Hintergrundfarbe versehen */
	background-color: #E0E0E0;
}

/* CSS-Formatierungen fuer die Darstellung der Gruppenliste Niedersachsen*/

table.gruppenliste_nds {
	font-size: 12px;
	margin-left: 10px;    /* die Tabelle um 10px einruecken */
}

table.gruppenliste_nds thead {    /* Kopfzeile fett und etwas groesser */
/*	text-align: left; */  /* Diese Zeile funktionier nicht mit IE */
	font-weight: bold;
	font-size: 13px;
}

table.gruppenliste_nds a {
	color: #000;
}

table.gruppenliste_nds a:hover {
	color: #000;
}

table.gruppenliste_nds .td-0 {    /* Breite der 1. Spalte */
	width: 60px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.gruppenliste_nds .td-1 {    /* Breite der 2. Spalte */
	width: 140px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.gruppenliste_nds .td-2 {    /* Breite der 3. Spalte */
	width: 140px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.gruppenliste_nds .td-3 {    /* Breite der 4. Spalte, evtl nicht benötigt */
	width: 100px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.gruppenliste_nds .tr-odd {  /* alle ungeraden Zeilen mit Hintergrundfarbe versehen */
/*	background-color: #E0E0E0; */
	background-color: #E5EFCE;
}

/* Ende CSS-Formatierungen fuer die Darstellung der Gruppenliste Niedersachsen*/
/* CSS-Formatierungen fuer die Darstellung der Gruppenliste-einzeln Niedersachsen*/

table.gruppenliste-1_nds {
	font-size: 12px;
	margin-left: 10px;    /* die Tabelle um 10px einruecken */
}

table.gruppenliste-1_nds thead {    /* Kopfzeile fett und etwas groesser */
/*	text-align: left; */  /* Diese Zeile funktionier nicht mit IE */
	font-weight: bold;
	font-size: 13px;
}

table.gruppenliste-1_nds a {
	color: #000;
}

table.gruppenliste-1_nds a:hover {
	color: #000;
}

table.gruppenliste-1_nds .td-0 {    /* Breite der 1. Spalte */
	width: 150px;
	padding-left: 50px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center; 
}
table.gruppenliste-1_nds .td-1 {    /* Breite der 2. Spalte */
	width: 350px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.gruppenliste-1_nds .td-2 {    /* Breite der 3. Spalte */
	width: 140px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.gruppenliste-1_nds .td-3 {    /* Breite der 4. Spalte, evtl nicht benötigt */
	width: 100px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.gruppenliste-1_nds .tr-odd {  /* alle ungeraden Zeilen mit Hintergrundfarbe versehen */
/*	background-color: #E0E0E0; */
	background-color: #E5EFCE;
}

/* Ende CSS-Formatierungen fuer die Darstellung der Gruppenliste-einzeln Niedersachsen*/

/* CSS-Formatierungen fuer die Darstellung der Gruppenliste_JuBes */

table.gruppenliste_jb {
	font-size: 12px;
	margin-left: 10px;    /* die Tabelle um 10px einruecken */
}

table.gruppenliste_jb thead {    /* Kopfzeile fett und etwas groesser */
/*	text-align: left; */  /* Diese Zeile funktionier nicht mit IE */
	font-weight: bold;
	font-size: 13px;
}

table.gruppenliste_jb a {
	color: #000;
}

table.gruppenliste_jb a:hover {
	color: #000;
}

table.gruppenliste_jb .td-0 {    /* Breite der 1. Spalte */
	width: 150px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.gruppenliste_jb .td-1 {    /* Breite der 2. Spalte */
	width: 180px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.gruppenliste_jb .td-2 {    /* Breite der 3. Spalte */
	width: 200px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.gruppenliste_jb .td-3 {    /* Breite der 4. Spalte, evtl nicht benötigt */
	width: 110px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.gruppenliste_jb .tr-odd {  /* alle ungeraden Zeilen mit Hintergrundfarbe versehen */
	background-color: #E0E0E0;
}

/* Ende CSS-Formatierungen fuer die Darstellung der Gruppenliste_JuBes */

/* CSS-Formatierungen fuer die Darstellung der Veranstaltungsliste */

table.veranstaltungsliste {
	font-size: 12px;
	margin-left: 10px;    /* die Tabelle um 10px einruecken */
}

table.veranstaltungsliste thead {    /* Kopfzeile fett und etwas groesser */
/*	text-align: left; */  /* Diese Zeile funktionier nicht mit IE */
	font-weight: bold;
	font-size: 13px;
}

table.veranstaltungsliste a {
	color: #000;
}

table.veranstaltungsliste a:hover {
	color: #000;
}

table.veranstaltungsliste .td-0 {    /* Breite der 1. Spalte */
	width: 110px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.veranstaltungsliste .td-1 {    /* Breite der 2. Spalte */
	width: 80px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.veranstaltungsliste .td-2 {    /* Breite der 3. Spalte */
	width: 110px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.veranstaltungsliste .td-3 {    /* Breite der 4. Spalte, evtl nicht benötigt */
	width: 340px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.veranstaltungsliste .tr-odd {  /* alle ungeraden Zeilen mit Hintergrundfarbe versehen */
	background-color: #E0E0E0;
}


/* CSS-Formatierungen fuer die Darstellung der Veranstaltungsliste BV*/

table.veranstaltungslistebv {
	font-size: 12px;
	margin-left: 10px;    /* die Tabelle um 10px einruecken */
}

table.veranstaltungslistebv thead {    /* Kopfzeile fett und etwas groesser */
/*	text-align: left; */  /* Diese Zeile funktionier nicht mit IE */
	font-weight: bold;
	font-size: 13px;
}

table.veranstaltungslistebv a {
	color: #000;
}

table.veranstaltungsliste a:hover {
	color: #000;
}

table.veranstaltungslistebv .td-0 {    /* Breite der 1. Spalte */
	width: 120px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.veranstaltungslistebv .td-1 {    /* Breite der 2. Spalte */
	width: 100px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.veranstaltungslistebv .td-2 {    /* Breite der 3. Spalte */
	width: 110px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.veranstaltungslistebv .td-3 {    /* Breite der 4. Spalte, evtl nicht benötigt */
	width: 310px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left; 
}
table.veranstaltungslistebv .tr-odd {  /* alle ungeraden Zeilen mit Hintergrundfarbe versehen */
	background-color: #E0E0E0;
}



/**** Beispiele fuer Tabellenlayouts ****/

/*  TABELLEN LAYOUTS */

/*
table.contenttable-0 {
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
}

table.contenttable-0 caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

table.contenttable-0 a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	font-weight: bold;
}

table.contenttable-0 a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}

table.contenttable-0 tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

table.contenttable-0 tr th a:hover {
	color: #fff;
	background: #369;
}

table.contenttable-0 thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

table.contenttable-0 tfoot tr th, table.contenttable-0 tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table.contenttable-0 tfoot tr th {
	width: 20%;
}

table.contenttable-0 tfoot tr td {
	width: 80%;
}

table.contenttable-0 td, table.contenttable-0 th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	vertical-align: top;
	width: 20%;
}

table.contenttable-0 tr.tr-odd th, table.contenttable-0 tr.tr-odd td {

	background: #efefef;
}
*/

/* Layout 1*/
/*
table.contenttable-1 {
		margin: 0;
		padding: 0;
		}
table.contenttable-1 caption {
		padding: 8px 2px 5px 2px;
		color: #2B353A;
		background-color: inherit;
		font-size: 95%;
		font-weight: normal;
		text-align: left;
		text-transform: capitalize;
		border-bottom: 1px solid #F3F6F8;
		}
table.contenttable-1 th {
		width: 200px;
		padding: 8px 2px 5px 5px;
		color: #2B353A;
		background-color: inherit;
		font-size: 75%;
		font-weight: normal;
		text-align: left;
		text-transform: capitalize;
		border-bottom: 1px solid #F3F6F8;

		}
table.contenttable-1 tr.tr-odd th {
		color: #42525A;
		background-color: inherit;
		}
table.contenttable-1 td {
		width: 320px;
		padding: 4px 10px;
		color: #42525A;
		background-color: inherit;
		font-size: 75%;
		}
table.contenttable-1 tr.tr-odd {
		color: inherit;
		background-color: #F3F6F8;
		}
table.contenttable-1 tr.tr-odd td {
		color: #42525A;
		background-color: inherit;
		}
table.contenttable-1 th a {
		color: #2B353A;
		background-color: inherit;
		font-size: 110%;
		text-decoration: none;
		border-bottom: 1px solid #ccc;
		}
table.contenttable-1 th a:hover, td a:hover {
		color: #F26521;
		background-color: inherit;
		border-bottom: 1px solid #FEE6D8;
		}
table.contenttable-1 th a:visited {
		color: #aaa;
		background-color: inherit;
		border-bottom: 1px solid #f5f5f5;
		}
table.contenttable-1 td a {
		color: #F26521;
		background-color: inherit;
		text-decoration: none;

		border-bottom: 1px solid #FEE6D8;
		}
table.contenttable-1 td a:hover {
		color: #2B353A;
		background-color: inherit;
		border-bottom: 1px solid #ccc;
		}
table.contenttable-1 tbody tr:hover {
		color: inherit;
		background-color: #FFF8F2;
		}
table.contenttable-1 tbody .odd:hover {
		color: inherit;
		background-color: #FFF8F2;
		}
*/
		
/* Layout 2                                       */		

/*
table.contenttable-2 {
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	font-size: 11px;
	}
table.contenttable-2 a {
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted;
	}
table.contenttable-2 a:visited {
	color:#444;
	font-weight:normal;
	}
table.contenttable-2 a:visited:after {
	content:"\00A0\221A";
	}
table.contenttable-2 a:hover {
	border-bottom-style:solid;
	}
table.contenttable-2 thead th,
table.contenttable-2 thead td,
table.contenttable-2 tfoot th,
table.contenttable-2 tfoot td {
	border:1px solid #523A0B;

	border-width:1px 0;
	background:#EBE5D9;
	}
table.contenttable-2 th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
table.contenttable-2 tbody th,
table.contenttable-2 td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
table.contenttable-2 tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
table.contenttable-2 tbody th a:link,
table.contenttable-2 tbody th a:visited {
	font-weight:bold;
	}
table.contenttable-2 tbody th+td {
	white-space:nowrap;
	}
table.contenttable-2 tbody td,
table.contenttable-2 tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
table.contenttable-2 tbody tr.tr-odd th,
table.contenttable-2 tbody tr.tr-odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
table.contenttable-2 tbody tr:hover td,
table.contenttable-2 tbody tr:hover th {
	background:#ffffee;
	border-color:#523A0B;
	}
table.contenttable-2 caption {
	font-family: Verdana, Helvetica, arial, Times,serif;
	font-weight:normal;
	font-size:1.2em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}
*/
/* Layout 3                            */
/*
table.contenttable-3 {
       width: 620px;
}
table.contenttable-3 tr td.td-0, table.contenttable-3 tr td.td-last { 
       width: 300px;
       margin-left: 10px;
}
.contenttable-3 {
	font-size: 85% ;
	padding: 0; 
	margin: 0; 
	border-collapse: collapse; 
	color: #333; 
	background: #F3F5F7;
}

.contenttable-3 a {
	color: navy;
        font-weight: bold;
        text-align: left;
        margin-left: 10px;
	text-decoration: none; 
	border-bottom: 1px solid #C6C8CB;
}  

.contenttable-3 a:visited {
	color: navy;
}

.contenttable-3 a:hover {
	color: #000;
}  

.contenttable-3 caption {
	text-align: left; 
	text-transform: uppercase;  
	padding-bottom: 10px; font-size: 200%; 
}

.contenttable-3 thead th, .contenttable-3 .tr-0 {
	background: #3A4856;
	 padding: 15px 10px; 
	color: #fff; 
	text-align: left; 
	font-weight: normal;
}

.contenttable-3  {
	border-left: 1px solid #EAECEE; 
	border-right: 1px solid #EAECEE;
}

.contenttable-3 {
	border-bottom: 1px solid #EAECEE;
}
                      
.contenttable-3 tr td {
	padding: 10px;
}

.contenttable-3  tr {
	background: #F3F5F7;
}

.contenttable-3  tr.tr-odd {
	background: #F0F2F4;
}

.contenttable-3  tr:hover {
	background: #EAECEE;
	 color: #222;
}

.contenttable-3 tfoot td, .contenttable-3 tfoot th, .contenttable-3 tfoot tr {
	text-align: left; 
	font-weight: bold;   
	text-transform: uppercase; 
	background: #F9F9F9; 
	padding: 10px;
}
*/





