/* CSS Document */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
}

/* lIghtbox */
   
  .black_overlay{
          display: none;
          position: absolute;
          top: 0%;
          left: 0%;
          width: 100%;
          height: 100%;
          background-color: black;
          z-index:1001;
          -moz-opacity: 0.8;
          opacity:.80;
          filter: alpha(opacity=80);
      }
       
      .white_content {
          display: none;
          position: absolute;
          top: 5%;
          left: 5%;
          width: 80%;
          height: 65%;
          padding: 16px;
          border: 16px solid orange;
          background-color: white;
          z-index:1002;
          overflow: auto;
      }



/* LINKS */
a {
	font:"Courier New", Courier, mono;
	font-style: italic;
	text-decoration: none;
	color: #990000;
	}
	


/*STARTSEITE */
	/*Terminbox */
	div#terminbox {
		width: 506px;
		height: 148px;
		position:absolute;
		z-index: 2;
		left: 3px;
		top: 341px;
		border:0.5px solid #000000;
		background-color:#CCCCCC;
		overflow: hidden;
		}
	div#kalenderbox {
		width: 507px;
		height: 128px;
		position:absolute;
		z-index: 2;
		left: 1px;
		top: 20px;
		background-color:#CCCCCC;
		overflow: hidden;
		}

	h1#terminbox {
		font-size: 18px;
		color:#000000;
		background-color: #666666;
		text-align:center;
		}
	td#termin1 {
		background-color:#CCCCCC;
		}
	td#termin2 {
		background-color:#999999;
		}

	/*Willkommensbox */
	div#willkommen {
		width:494px;
		height:87px;
		position:absolute;
		z-index: 2;
		top: 8px;
		left: 9px;
		}

	h1#willkommen {
		font-size: 24px;
		color: #666666;
		}
	
/* neuster Fahrtenbericht */
	div#bildergallery {
		width:506px;
		height:159px;
		position:absolute;
		z-index: 2;
		top: 137px;
		left: 4px;
		background-color:#CCCCCC;
		}
		
	h1#berichtneu {
		font-size: 18px;
		color:#333333;
		background-color: #666666;
		text-align:center;
		}

		
/*Hauptcontent*/
	div#inhalt {
	width: 507px;
	height: 487px;
	position:absolute;
	top:240px;
	left:152px;
	border-bottom: none;
	overflow:auto;
	z-index: 3;
	padding: 2px 0px 4px 4px;
	}
/*Impressum */			
	a#impressum {
		font-size: 12px;
		color: #FFFFFF;
		font-style: normal;
	}
	
	h1#impressum {
		font size: 20px;
		color: #333333;
		text-align: center;
		}

/*Fahrtenberichte */
	h1#fahrten {
		font size: 20px;
		color: #333333;
		text-align: center;
		}
	h2#fahrten {
		font size: 17px;
		color: #333333;
		text-align: center;
		}
	img#fahrtenbild1_small {
		width: 200px;
		height: 150px;
		float: left;
		}
	img#fahrtenbild1_big {
		width: 400px;
		height: 300px;
		}
	img#fahrtenbild2_small {
		width: 200px;
		height: 150px;
		float: right;
		}
	img#fahrtenbild2_big {
		width: 400px;
		height: 300px;
		}
	a#fahrten.auswahl {
		font-size: 24px;
		}
	table#fahrten {
		width: 400px;
		border-collapse: separate;
		}
		
/* Gruppenseiten */
	h1#gruppen {
		font size: 20px;
		color: #333333;
		text-align: center;
		}
	img#gruppen {
		width: 450px;
		height: 337px;
		}
