/*******************************************************************************************************************
  STYLESHEET

  Copyright (c) 2004 Ing. Robert Grasboeck
-----------------------------------------------------------------------------------------------------------------
  Filename   : style.css
  Programmer : Ing. R.Grasboeck
*******************************************************************************************************************/

/*******************************************************************************************************************
  Einstellungen fr Body
*******************************************************************************************************************/
BODY
{
	font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #857F7E;
/*	scrollbar-base-color: #B3A4A1; scrollbar-track-color: #CCC4C2; scrollbar-arrow-color: #000000; */
}

TD, P, INPUT, SELECT, TEXTAREA, FORM  { font-size: 12px; margin-top:1px; margin-bottom:0px}
H1                                    { font-size: 14px; margin-top:0px; margin-bottom:0px}

/*******************************************************************************************************************
  Einstellungen fr HFREFs
*******************************************************************************************************************/
A:link    { font-size: 12px; color: #BF5151;   text-decoration: none }
A:visited { font-size: 12px; color: #BF5151;   text-decoration: none }
A:active  { font-size: 12px; color: #BF5151;   text-decoration: none }
A:hover   { font-size: 12px; color: orange;    text-decoration: none }

/*******************************************************************************************************************
  Einstellungen fr Buttons / Upload Dialog Style
*******************************************************************************************************************/
input.button
{
	background-color : #FFFFFF;
	color : #000000;
	font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border: 1px groove #000000;
}

.Textfeld
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	border: 1px groove #000000;
}

/*******************************************************************************************************************
  Fr Kalender
*******************************************************************************************************************/
td.KalenderTD
{
	border-top:    0px solid #000000;
	border-bottom: 1px solid #000000;
	border-right:  1px solid #000000;
	border-left:   0px solid #000000;
}

.KalenderEntry
{
	background-color: #ffffff;
	width: 100%;
	
	border-top:    1px solid #000000;
	border-bottom: 0px solid #000000;
	border-right:  0px solid #000000;
	border-left:   1px solid #000000;
	
	font-size: 14px;
	margin-top:0px;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0px;
}

/*******************************************************************************************************************
  Fr Fotos
*******************************************************************************************************************/
.FotoEntry
{
	background-color: #ffffff;
	width: 110px;
	height: 120px;
	/*border: 1px solid #000000;*/
	border: 0px;
	font-size: 14px;
}

.FotoDiv
{
	float:left;
	width:130px;
	height:140px;
}

/*
tr.FotoTR
{
	height: 79px;
}
*/
td.FotoTD
{
	text-align: center;
	border: 0px;
}

/* FÜR DIE FOTO ÜBERSICHT */
td.FotoOverviewTD
{
	width: 100px;
	background-color: #B3A4A1;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #ffffff;
}

/* p.path { border:1px; border-style:solid; background-color:#FFFFFF; padding:2px; margin:0px; } */

/*******************************************************************************************************************
  allgemeine
*******************************************************************************************************************/
.CommentEntry
{
	background-color: #ffffff;
	width: 100%;
	border: 1px solid #000000;
	font-size: 14px;
	margin-top:0px;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0px;
}

tr.CommentHeader 
{
	background-color:#B3A4A1;
  background-image:url(image/comment_header.gif);
}

.RegisterEntry
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 14px;
}

/*******************************************************************************************************************
 Hhe fr Homepage Header
*******************************************************************************************************************/
td.HeaderTD
{
	height: 120px;
	background-image:url(image/djtulancom.jpg);
	border-bottom: 2px solid #000000;
}

/*******************************************************************************************************************
 Maintable
*******************************************************************************************************************/
.MainTable
{
	width: 930px;
	height: 700px;
	/*background-color: black; */
	/*background-image:url(image/bground.gif);*/
	border:  0px solid #000000;
	vertical-align:top;
}

.MainTable2
{
	width: 798px;
	height: 100%;
	background-color: #CCC4C2;
	border-top:    0px solid #000000;
	border-bottom: 0px solid #000000;
	border-right:  2px solid #000000;
	border-left:   0px solid #000000;
	padding: 5px;
}

td.MainTable2TD
{
	vertical-align:top;
}

tr.MainTableFooterTR
{
	height: 10px;
}

.FooterTable
{
	width: 100%;
	height: 10px;
	background-color: #CCC4C2;
	border-right:  2px solid #000000; /* rechts */
	border-bottom: 2px solid #000000; /* unten  */
	border-top:    0px solid #000000; /* oben   */
	border-left:   0px solid #000000; /* links  */
}

td.FooterSmallTD
{
	background-color: #000000;
}

/*******************************************************************************************************************
 Menu links
*******************************************************************************************************************/
.MenuTD
{
	width:130px;
	border-left:   2px solid #000000;
	background-image:url(image/bgmenue.gif);
	background-repeat:no-repeat;
	background-color: #000000;
	vertical-align:top;
}

.Menu
{
	display:block;
	border: 2px solid #000000;
	color:white;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	/*text-align:right;*/
	width:100px;
	/* 1=oben, 2=rechts, 3=unten, 4=links interpretiert */
	margin:0px 10px 10px 10px;
	/*border-left: 5px solid black;*/
	/*background-color: #4F67AE;*/
}

a.Menu:link    { color: #A3BCEB; TEXT-DECORATION: none;}
a.Menu:visited { color: #A3BCEB; TEXT-DECORATION: none;}
a.Menu:hover   { color: orange; TEXT-DECORATION: none; border-color: white; border-style: dotted;}


/*******************************************************************************************************************
 Uploadify v2.1.0
*******************************************************************************************************************/
.uploadifyQueueItem {
	/*font: 11px Verdana, Geneva, sans-serif;*/
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 5px;
	width: 400px;
}

.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #4C2620;
	width: 1px;
	height: 5px;
}

/*******************************************************************************************************************
 Uploadify divs
*******************************************************************************************************************/
#multifile {
	margin: 20px
}

#fileQueue {
	/*width: 450px;*/
	/*height: 200px;*/
	overflow: auto;
	/*border: 1px solid #E5E5E5;*/
	/*margin-bottom: 10px;*/
}


/*******************************************************************************************************************
 Lightbox divs
*******************************************************************************************************************/

#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(../image/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../image/lightbox/nextlabel.gif) 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; }
