/*
 * 1.Bonn-Bad Godesberger Karate Dojo
 * Definition von Formaten
 * Version 1.0 (080421)
 */


/* Überschrift H1 */
h1 		{
		font-size:medium;
		font-family: Comic Sans, Comic Sans MS, sans-serif;
		margin:10px 0;
		}



/* Quickbar */
.qbar		{
		background-color:#EFEFEF;
		font-family: Comic Sans, Comic Sans MS, sans-serif;
		font-size: x-small;
		}

/* Scroll-Bar */
BODY 		{
		scrollbar-base-color:#000000;
		/*Basisfarbe der Scroll-Bar*/

		scrollbar-track-color:#FFFFFF;
		/*Farbe für freibleibenden Verschiebeweg*/

		scrollbar-face-color:#CF362C;
		/*Farbe für Oberfläche*/

		scrollbar-highlight-color:#FARBE;
		/*Farbe für oberen und linken Rand*/

		scrollbar-3d-light-color:#FARBE;
		/*Farbe für 3D-Effekte*/

		scrollbar-dark-shadow-color:#FARBE;
		/*Farbe für Schatten*/

		scrollbar-shadow-color:#000000;
		/*Farbe für unteren und rechten Rand*/

		scrollbar-arrow-color:#FFFFFF;
		/*Farbe für Verschiebe-Pfeil*/

		}

/* Link-Formatierung für Text */

a:link 		{
		font-weight:bold; color:blue; text-decoration:none;
		}

a:visited 	{
		font-weight:bold; color:blue; text-decoration:none;
		}
a:focus 	{
		font-weight:bold; color:#CF362C; text-decoration:none;
		}
a:active 	{
		font-weight:bold; color:#CF362C; text-decoration:none;
		}

a:hover		{
		font-weight:bold; color:#CF362C; text-decoration:none;
		}

/* Button */
.button 	{
		 background-color:#aaa;
		 color:#fff;
		 border:6px solid #ddd;
		 }


/* Auflistungszeichen */
.list		{
		list-style-image:url(images/list.gif);
		}

/* Abstand zum Rand */
.rechts		{
		margin-right:90px;
		}
.links		{
		margin-left:15px;
		}

/* Schrift-Style auch kombinierbar */

/* Schrifttyp */

.schrift1 	{
		font-family: Comic Sans, Comic Sans MS, sans-serif;
		}

.schrift2	{
		font-family: Arial;
		}
		
/* Schriftgröße */
.winzig         {
		font-size: xx-small;
		}


.klein		{
		font-size: x-small;
		}

.mittel		{
		font-size: small;
		}

.gross		{
		font-size: medium;
		}

.riese		{
		font-size: large;
		}
		
/* Farbe rot */
.rot 		{
		color:#CF362C;
		}
/* Farbe weiss */
.weiss 		{
		color:#FFFFFF;
		}
/* Farbe unsichtbar */
.versteckt
		{
		color:#EFEFEF;
		}	

/* Farbe grau */
.grau 		{
		color:#8E8E8E;
		}
/* Unterstrichen */
.ul 		{
		text-decoration:underline;
		}

/* Fettdruck */
.fett 		{
		font-weight:bold;
		}

/* Ausrichtung */

.block		{
		text-align: justify;
		}

.mitte		{
		text-align: center;
		}

/* Tabellen Eigenschaften */

.tabcol1	{
		background-color:#E8E6E1;
		}

.tabcol2	{
		background-color:#A4A59D;
		}

.tabcol3	{
		background-color:#FFFFFF;
		}


/* Hintergrund */
.backcol	{
		background-color:#EFEFEF;
		}


/* Lightbox Style */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.jpg) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.jpg) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* Styles für die Handy-Seiten */

.header  {	background-color: #FFFFFF;
  		color: #FFFFFF;
  		font-size: x-large;
  		font-weight: bold;
  		font-family: Arial, Helvetica, sans-serif;
  		padding-top: 5px;
  		padding-right: 0px;
  		padding-bottom: 5px;
  		padding-left: 2px;
  		margin: 0px;
  	}

.pgheader
	{
		color: #003366;
		font-size: medium;
		font-weight: normal;
		padding-top: 1px;
		padding-right: 0px;
		padding-bottom: 1px;
		padding-left: 3px;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #FFFFFF;
		margin: 0px;
		border-top-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #333333;
		border-right-color: #333333;
		border-bottom-color: #333333;
		border-left-color: #333333;
	}

.BodyText
	{
		font-weight: normal;
		font-size: normal;
		PADDING-RIGHT: 2px;
		PADDING-LEFT: 2px;
		PADDING-BOTTOM: 0px;
		MARGIN: 0px;
		PADDING-TOP: 0px;
	}

.homeng
	{
		background-color: #CCCCCC;
		margin: 0px;
		border-top-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #FFFFFF;
		border-bottom-color: #333333;
		padding: 2px;
	}

.accesskey
	{
		text-decoration: none;
		font-size: medium;
		color: #FFFFFF;
		background-color: #CF372A;
		margin: 0px;
		border: 1px solid #CF372A;
		padding-top: 0px;
		padding-right: 3px;
		padding-bottom: 0px;
		padding-left: 3px;
	}

.footerng
	{	color: #003366;
		font-size: medium;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 1px;
		padding-right: 1px;
		padding-bottom: 1px;
		padding-left: 3px;
		margin: 0px;
		border-top-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #333333;
		border-right-color: #3366CC;
		border-bottom-color: #333333;
		border-left-color: #3366CC;
	}

.footer
	{	color: #FFFFFF;
		background-color: #CF372A;
		font-family: Arial, Helvetica, sans-serif;
		font-size: medium;
		font-weight: normal;
		padding-top: 2px;
		padding-right: 0;
		padding-bottom: 3px;
		padding-left: 3px;
		margin: 0px;
	}

.Highlight
	{	background-color: #CCCCCC;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		padding-top: 2px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		margin: 2px;
	}

.Heading
	{
		font-family: Arial, Tahoma, sans-serif;
		font-size: large;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		margin: 0px;
		padding: 0px;
	}

.Line_HR
	{
		clear:both;
		border-bottom-color:#3366CC;
		border-top-color:#ffffff;
		border-left-color:#ffffff;
		border-right-color:#ffffff;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		padding: 0px;
		margin: 0px;
	}