/* ALLGEMEINES
 *
 * - Die Datei enth�lt einen allgemeinen Teil und Teile f�r die einzelnen Subpages. Letztere sind im unteren Teil unter "Subpages" zu finden.
 * - Subpages haben ein individuelles Layout. Zumindest sollte die Freiheit f�r ein individuelles Layout da sein. Daher haben die einzelnen Subpages immer auch ein eigenes DIV
 *
 * */



/* ====================================================== 
   index.php                                              
   ====================================================== */

/*
 * index.php im Rootverzeichnis bindet alternativ general.css oder general_ie8.css ein
 *
 * Hierarchie der Divs:
 *    all
 *	    content
 *		  left
 *			blatt
 *			menucontent
 *    	                footer
 *		  right
 *			---beginning of included subpage---
 *			      div der Subpage (individueller Name)
 *			---end of inclusion---
 *
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, blatt, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html {
	-webkit-font-smoothing: antialiased;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
/* end of http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 18, 2013 */

@font-face {
    font-family: 'AikikaiBonnEncrypted';
    src: url('../fonts/AikikaiBonnEncrypted.eot');
    src: url('../fonts/AikikaiBonnEncrypted.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AikikaiBonnEncrypted.woff') format('woff'),
         url('../fonts/AikikaiBonnEncrypted.ttf') format('truetype'),
         url('../fonts/AikikaiBonnEncrypted.svg#AikikaiBonnEncrypted') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'aikikaibonnregular';
    src: url('../fonts/aikikaibonnregular-webfont.eot');
    src: url('../fonts/aikikaibonnregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aikikaibonnregular-webfont.woff') format('woff'),
         url('../fonts/aikikaibonnregular-webfont.ttf') format('truetype'),
         url('../fonts/aikikaibonnregular-webfont.svg#aikikaibonnregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	width: 1280px;
	font-size: 23px;
	font-family: aikikaibonnregular;
	color:#555555;
	color:#505050;
	line-height:1em;
}

/* verschl�sseln */

span.quatsch {
	font-family:AikikaiBonnEncrypted;
}

/* div-Hierarchie 1 */

#all {
  width: 100%;
}



/* div-Hierarchie 2 */

#content {
	clear: both;
	width: 100%;
}

/* div-Hierarchie 3 */

#left {
	float: left;
	width: 210px;
}


#right {
	overflow: hidden;
	padding: 0%; 
}

/* div-Hierarchie 4 */

#blatt img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -5;
	width: 206px;
	height:570px;
}

#menucontent {
	text-align: left;
	text-align: center;
	font-size: 22px;
	color: darkblue;
	width: 200px;
	padding-top: 10px;
}

#menucontent li {
	line-height: 1.1em;
}

#menucontent a { 
}
#menucontent a:focus, 
#menucontent a:hover { 
	text-decoration: none; 
    color: darkblue;
}

#footer {
        position: absolute;
        left:20px;
        top:570px;	
	text-align: center;
	font-size: 16px;
	color: gray;
	line-height: 1em;
}

#footer a {
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	color: grey;
}

#footer a:hover {
	font-weight: bold;
}

#footer img {
	width: 50px;
}

#osterei {
  position:absolute;
  z-index:1000;
}
#osterei img{
}

#osterei a {
}

#osterei span {
  position:absolute;
  display:none;
  font-size: 80px;
  padding:0px;
}

#osterei a:hover span{
  color: #EE8800;
  display:block;
}



/* ====================================================== 
   Subpages                                             
   ====================================================== */

h1{
      color: #EE8800;
      font-size: 30px;
      font-weight: normal;
}
h2{
      color: #EE8800;
      font-weight: normal;
}

table.gentable {
      border-width: 2px; 
      border-color: #666666; 
      border-color: #999999; 
      border-style:solid; 
}

td.c1{
      background-color: #EEEEEE;
      border-width: 0px; 
      border-color: black; 
      border-style:solid; 
      padding:1px;
      padding-left:5px;
      padding-right:5px;
      
}

td.c2{
      background-color: #FEEBC8;
      border-width: 0px; 
      border-color: black; 
      border-style:solid; 
      padding:1px;
      padding-left:5px;
      padding-right:5px;
}

td.portrait{
      width:100px;
      background-color: #FFFFFF;
}

td.leer{
      width:100px;
      height:100px;
      background-color: #FEEBC8;
}

a.marked {
	text-decoration: underline;
	color: darkblue;
	padding: 0px;
}

span.pseudolink {
	text-decoration: underline;
	color: blue;
	padding: 0px;
}
/* ---------- */
/* startseite */
/* ---------- */

#menucontent img.logo {
  height: 50px;
  padding-bottom:10px;
}

#ticker a.neues{
  font-size: 20px;
  color: #885500;
  text-decoration: underline;
}

#ticker {
  background-color:white;
  font-size: 20px;
  color: #885500;
  position:absolute;
  z-index:29;
  left:240px;
  top:410px;
  width:260px;
  
}
/* das folgende div muss die gleichen Werte enthalten wie "ticker" (bis auf die wei�e Schrift) */
#whiteticker,
#whiteticker a {
  opacity: 1.0;
  filter: alpha(opacity=100);
  background-color: white;
  font-size: 20px;
  color: white;
  position: absolute;
  z-index: 30;
  left: 240px;
  top: 410px;
  width: 260px;
}

#ticker ul,
#whiteticker ul {
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: circle;
	margin: 1em 0;
	padding: 0 0 0 12pt;
}

#ticker li,
#whiteticker li {
	line-height: 1.2;
}

#content_startseite img{
	height: 530px;
	padding-left:70px;
	padding-top:10px;

	height: 550px;
	padding-left:110px;
	padding-top:70px;

	height: 540px;
	padding-left:130px;
	padding-top:50px;
}



/* ------------- */
/* trainingsplan */
/* ------------- */

/* Hinweise zum Training*/
#trainingshinweise {
        width:800px;
        padding-left: 400px;
        padding-left: 040px;
        padding-right: 010px;
        padding-top: 10px;
	text-align: left;
	color:#885500;
}

/* Tabelle */
#trainingsplan table {
        padding-left: 30px;
        padding-top: 00px;
}

/* Tabellenzellen */
#trainingsplan td,th,a {
        padding: 5px;
	text-align: center;
	color:black;
	font-size:22px;
	white-space: nowrap;  /* wichtig f�r kontrollierten Zeilenumbruch */
	text-decoration: none;
}


/* Grafiken f�r die Wochentage */
#trainingsplan img {
	height:60px;
}


/* Pop-Ups f�r die Trainingsinformationen */
#trainingsplan span.pop-up {
  display: none;
  text-align: left;
  position: absolute;
  left:240px;
  top:460px;
  padding: 0px;
  margin-top: 20px;
  color: #000000;
  background-color: #F4F4F4;
  border: 1px solid #885500;
}

#trainingsplan a:hover span {
  display:inline; 
  position:absolute; 
}

#trainingsplan img.trainingsplan_foto {
	height: 100px;
}

#trainingsplan table.trainer {
  padding:0px;
}



/* ------------ */
/* wasistaikido */
/* ------------ */

#pagenav {
	padding-left: 200px;
	width: 400px;
        overflow: hidden;
	white-space: nowrap;
}

#pagenav table{
        padding-top:10px;
	width: 400px;
}

#pagenav a {
	font-size: 25px;
        color: orange;
	text-decoration: none;
}

#wasistaikido_text {
	padding-left: 200px;
	padding-top: 30px;
	width: 400px;
	text-align: justify;
	color:#222222;
}


#wasistaikido_kreis img {
	position: absolute;
	z-index: -5;
	left: 250px;
	top: 220px;
	width: 400px;
}
#wasistaikido_schlumpf img {
	position: absolute;
	z-index: -4;
	left: 850px;
	top: 20px;
	width: 400px;
	width: 450px;
}

#wasistaikido_ruhe img {
	position: absolute;
	z-index: -5;
	left: 290px;
	top: 080px;
	width: 450px;
}

#wasistaikido_weg img {
	position: absolute;
	z-index: -5;
	left: 520px;
	top: 200px;
	width: 350px;
}

#wasistaikido_seesack img {
	position: absolute;
	z-index: -10;
	left: 190px;
	top: 260px;
	width: 220px;

	left: 150px;
	top: 130px;
	width: 290px;
}
/* ------------ */
/* ueber uns */
/* ------------ */

#ueberuns_pagenav {
	padding-left: 200px;
	width: 400px;
        overflow: hidden;
	white-space: nowrap;
}

#ueberuns_pagenav table{
        padding-top:10px;
	width: 400px;
}

#ueberuns_pagenav a {
	font-size: 25px;
        color: orange;
	text-decoration: none;
}

#ueberuns_pagenav2 {
	padding-left: 100px;
	width: 400px;
        overflow: hidden;
	white-space: nowrap;
}

#ueberuns_pagenav2 table{
        padding-top:10px;
	width: 400px;
}

#ueberuns_pagenav2 a {
	font-size: 25px;
        color: orange;
	text-decoration: none;
}

#ueberuns_text {
	padding-left: 200px;
	padding-top: 30px;
	width: 400px;
	text-align: justify;
}

#ueberuns_text2 {
	padding-left: 100px;
	padding-top: 30px;
	width: 400px;
	text-align: justify;
}

#ueberuns_tagimdojo img {
	position: absolute;
	z-index: -5;

	left: 250px;
	top: 220px;
	width: 400px;
	left: 380px;
	top: 380px;
	width: 400px;
	left: 250px;
	top: 390px;
	width: 400px;
}

#ueberuns_wandlogo img {
	position: absolute;
	z-index: -5;
	left: 450px;
	top: 300px;
	width: 450px;
}

/* ------------ */
/* ueber50 */
/* ------------ */
#ueber50_text {
	padding-left: 50px;
	padding-top: 30px;
	width: 800px;
	text-align: justify;
}

/* ------------ */
/* kinderundjugendliche */
/* ------------ */

#kinderjugendliche_bild img {
	position: absolute;
	z-index: -5;
	left: 750px;
	top: 220px;
	width: 350px;
}
#kinderjugendliche_schlumpf img {
	position: absolute;
	z-index: -5;
	left: 850px;
	top: 220px;
	width: 400px;
}

#kinderjugendliche_text img {
	height: 100px;
}
#kinderjugendliche_text td {
	vertical-align: top;
	padding: 5px;
}

#kinderjugendliche_pagenav {
	padding-left: 50px;
	width: 600px;
        overflow: hidden;
	white-space: nowrap;
}

#kinderjugendliche_pagenav table{
        padding-top:10px;
	width: 600px;
}

#kinderjugendliche_pagenav a {
	font-size: 25px;
        color: orange;
	text-decoration: none;
}

#kinderjugendliche_pagenav2 {
	padding-left: 100px;
	width: 400px;
        overflow: hidden;
	white-space: nowrap;
}

#kinderjugendliche_pagenav2 table{
        padding-top:10px;
	width: 400px;
}

#kinderjugendliche_pagenav2 a {
	font-size: 25px;
        color: orange;
	text-decoration: none;
}

#kinderjugendliche_text {
	padding-left: 50px;
	padding-top: 30px;
	width: 600px;
	text-align: justify;
}

#kinderjugendliche_text2 {
	padding-left: 100px;
	padding-top: 30px;
	width: 400px;
	text-align: justify;
}



/* ------------ */
/* einsteiger */
/* ------------ */

#einsteiger {
	padding-left: 50px;
	padding-top: 30px;
	width: 700px;
	text-align: justify;
}
#einsteiger img{
      width:700px;
}
/* ------------ */
/* Neuigkeiten */
/* ------------ */

#neuigkeiten_text {
	padding-left: 50px;
	padding-top: 30px;
	width: 800px;
	text-align: justify;
}
#neuigkeiten_text img {
      position: absolute;
      z-index:-10;
      width:400px;
      left: 400px;
      top:100px;
}



/* ------------ */
/* dasprojekt */
/* ------------ */


#dasprojekt {
	padding-left: 50px;
	padding-top: 30px;
	width: 700px;
	text-align: justify;
}
#dasprojekt img{
	height: 100px;
}
#dasprojekt img.kirsche{
        position:absolute;
	z-index:-1;
	height: 200px;
	top:0px;
	left:800px;
}
#dasprojekt td{
  vertical-align:top;
}



/* ------------ */
/* Links */
/* ------------ */

#links img {
	position: absolute;
	z-index: -5;
	left: 530px;
	top: 40px;
	width: 700px;
}

#links_text {
	padding-left: 50px;
	padding-top: 30px;
	width: 800px;
	text-align: justify;
}



/* ------------ */
/* beitraege */
/* ------------ */

#beitraege_text {
	padding-left: 50px;
	padding-top: 30px;
	width: 800px;
	text-align: justify;
}


#beitraege_yen img {
	position: absolute;
	z-index: -5;
	left: 750px;
	top: 300px;
	width: 250px;
}

/* ------------ */
/* anfahrt */
/* ------------ */


#anfahrt_text {
	padding-left: 50px;
	padding-top: 30px;
	width: 500px;
	font-size:22px;
	text-align: justify;
}



#anfahrt_dojo img {
	position: absolute;
	z-index: -5;
	left: 800px;
	top: 80px;
	width: 300px;
}
#anfahrt_text a {
	text-decoration: underline;
	color: blue;
}

/* ------------ */
/* ansprechpartner */
/* ------------ */

#ansprechpartner1 {
	padding-left: 190px;
	padding-top: 100px;
	padding-bottom:50px
}
#ansprechpartner1 a{
	font-size: 33px;
	color:#666666;
}
#ansprechpartner1 img {
	position: absolute;
	z-index: -5;
	left: 600px;
	top: 310px;
	width: 400px;
}

#ansprechpartner_text {
	padding-left: 50px;
	padding-top: 30px;
	width: 800px;
	text-align: justify;
}
#ansprechpartner_text img {
	height: 100px;
}
#ansprechpartner_text td {
	vertical-align: top;
	padding: 5px;
}



/* ------------ */
/* unseretrainer */
/* ------------ */

#unseretrainer a {
	color: #666666;
}
#unseretrainer table {
        padding-left:30px;
        padding-top:30px;
}
#unseretrainer td {
        padding:5px;
        text-align: center;
	font-size:22px;
}

#unseretrainer img.kopf {
	height: 110px;
        border: 3px solid #FFFFFF;
}

#unseretrainer img.ausgewaehlterkopf {
	height: 110px;
        border: 3px solid #885500;
}

#blabla {
  text-align: left;
  width:900px;
  white-space: normal;
  position: absolute;
  left:240px;
  padding: 10px;
  background-color: white;
  color:#885500;
}
#blabla img {
  max-width: 900px;
}





/* ------------ */
/* lehrgaenge */
/* ------------ */

#lehrgaenge_text {
	padding-left: 50px;
	padding-top: 30px;
	width: 800px;
	text-align: justify;
}



#lehrgaenge_schwert img {
	position: absolute;
	z-index: -10;
	left: 620px;
	top: 230px;
	height: 420px;

	left: 620px;
	top: 130px;
	height: 320px;
}



/* ---------- */
/* zumschluss */
/* ---------- */

#hingabe img {
	padding-left: 40px;
	padding-top: 0px;
      text-align: right;
      height: 590px;
}



/* ---------- */
/* impressum */
/* ---------- */

#impressum_text {
	padding-left: 50px;
	padding-top: 30px;
	width: 800px;
	text-align: justify;
	color:#222222;
}



/* ---------- */
/* Galerie */
/* ---------- */

#galerie table {
  margin-left:80px;
}

#galerie img {
      width:60px;
	position: absolute;
	top: 080px;
}

#galerie img.galerie_bilder {
	left: 350px;
}

#galerie img.galerie_filme {
	left: 420px;
}
#galerie img.galerie_fotos {
	left: 490px;
}
#galerie img.galerie_texte {
	left: 560px;
}
#galerie img.galerie_berg {
	position: absolute;
	z-index: -5;
	left: 500px;
	top: 180px;
	width: 480px;
}

/* ------------- */
/* zeigegalerie */
/* ------------- */

#zeigegalerie {
  padding-top: 20px;
  padding-left: 20px;
}

#breadcrumb a {
  color: darkblue;
  font-size: 28px;
}

#folderdescription {
	color:#885500;
  padding-bottom:20px;
  width: 600px;

}

#zeigegalerie td.themen {
  padding:5px;
  width:150px;
  background-color: #FEEBC8;
  vertical-align:top;
}

#ansicht {
  padding-bottom:20px;
}
#ansicht a {
  color: darkblue;
  font-size: 19px;
}


#position {
  padding-bottom: 10px;
}

#anzeige {
  width:800px;
  vertical-align: top;
}
#anzeige a {
}



#zeigegalerie td.vorschau {
  background-color:#EEEEEA;
  vertical-align:middle;
  text-align:center;
  padding:5px
}
#zeigegalerie td.beschreibung {
  background-color:#EEEEEA;
  vertical-align:top;
  padding:5px
}


#vorzurueck {
  width:80px;
  height:430px;
  background-color:#FAFAF9;
  background-color:#EEEEEA;
}
#vorzurueck a {
  width:100%;
  height:100%;
  display:block;
}
#zeigegalerie td.vorzurueck {
  color: black;
  vertical-align:middle;
  padding-left:10px;
  padding-right:10px;
}

#zeigegalerie span {
  height:100px;
  text-align:center;
}
#zeigegalerie td.album{
  padding:10px;
  vertical-align:middle;
  background-color:#EEEEEA;
  text-align:center;
  width:400px;
  height:400px;
}
#zeigegalerie img.hoch{
  height:400px;
}
#zeigegalerie img.breit{
  width:400px;
}

/* ---------- */
/* Einzelbild */
/* ---------- */

#einzelbild img {
    display: block;
    text-align:left;
}
#einzelbild {
  padding-left:100px;
}

/* ---------- */
/* Bilder */
/* ---------- */
#bilder {
  padding-top: 30px;
  padding-left:30px;
}

#bilder td.thumb {
  vertical-align: top;
  padding: 20px;
  background-color:black;
}
#bilder td.description {
  vertical-align: top;
  padding: 20px;
  background-color:white;
}
/*
#bilder img {
  max-height:200px;
  max-width:200px;
}
*/


/* ---------- */
/* Filme */
/* ---------- */
#filme {
  padding-top: 0px;
  padding-left:30px;
}
#filme img {
  height:100px;
}
#filme em {
      font-size: 28px;
      font-weight: normal;
      color: #EE8800;
      font-style: normal;
}
#filme table.video {
  padding:5px;
  background-color: #FEEBC8;
}
#filme td.video {
  padding:5px;
}
#filme td.c1video {
  vertical-align:top;
}
#filme td.c2video {
  padding:10px;
  vertical-align:top;
  white-space: normal;
  text-align: left;
  width:250px;
}


/*********************************************
	Klasse f�r einen selektierten Men�eintrag
**********************************************/
.selected {
	font-weight: bold;
        color: #EE8800;
	color: darkblue;
}


/*********************************************
Fehlerseite
*********************************************/
#fehlerseite_text {
	padding-left: 50px;
	padding-top: 30px;
	width: 800px;
	text-align: justify;
}
#fehlerseite_text img {
      position: absolute;
      z-index: -10;
      width: 400px;
      left: 300px;
      top: 200px;
}
