/* 
Theme Name: TTG Langenich
Description: Zweispaltiges Layout, Subnavi links
Author: <a href="http://www.ttg-langenich.de">Ralf Kaulisch</a>

*/

/* -------  Layout CSS(   Centered Fixed Width) ------ */


html, body {
	/*height:100%;*/
}

body {
	
	padding: 		0px; 
	margin:			0px; 
	margin-top:		0px;
	margin-bottom:	40px;
	margin-left:	0px;
	background-color:#FFFFFF;
}

html body{	
}


table { 
	/*border-collapse:collapse;
	margin: 0px;*/
	border-spacing:0px;
	border: 0px solid white;
}

td { 
	border: 0px white solid;
	padding: 0px; 
	vertical-align: top;
} 

table#rahmen{
	/*width:745px;*/
	border: 0px solid #000000;
	margin-top:0px;
}

table.bildrahmen{
	border: 1px solid #CCCCCC; 
}


td.zellebildrahmen{
	padding: 6px; 
}

img { 
border: 0px solid #FFFFFF; 
}


/*----  Header-Schicht ------*/

div#SchichtHome{
	position:relative;
	float:left;
	padding-top:20px;
	padding-bottom:5px;
	margin-left:18px;
}

#recentcomments {
float: right;	
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 8px;
	width: 200px;
	border: 1px solid #777777;
	}

div#Login{
	position:relative;
	padding-top:14px;
	padding-bottom:5px;
	margin-left:740px;
}

td.ZellePfeil{
	padding-top:6px;
	padding-right:5px;
}
td.ZelleMehrLink{
	padding-right:0px;
	padding-bottom:5px;
}

div.SchichtMehrLink{
	position:relative;
	width:100%;
	height:28px;
	margin-top:-10px;
	padding-top:0px;
	
}
table.TabelleMehrLink{
	margin-right:10px;
}


div#SchichtRahmen{
	position:relative;
	border: 1px solid #E0E0E0; 
	width:832px;
	clear:both;
}

div#LogoSchicht{
	position:absolute;
	top:-56px;
	right:36px;
}

div#Credit{
	margin-top:22px;
	border-top:dotted thin;
	border-top-color:#999999;
	padding-top:10px;
}

div#MotivBereichOben{
	position:relative;
	width:799px;
	/*height:300px;*/
	margin-left:16px;
	margin-top:16px;
}
div#MotivUndHauptnav{
	position:relative;
	width:799px;
	height:198px;
}
div#MotivOben{
	position:relative;
}
div#HauptnavBereich{
	position:absolute;
	bottom:0px;
	left:0px;
	height:45px;
	width:799px;

}

div.HauptnavKastenGesamtAnfang{
	position:relative;
	float:left;
	width:13px;
	height:45px;
}
div.HauptnavKastenGesamtEnde{
	position:relative;
	float:left;
	height:45px;
	margin:0px;
	padding:0px;
}
div.HauptnavKastenLink{
	position:relative;
	float:left;
	height:45px;
}


div.HauptnavKastenRotstrich{
	position:absolute;
	top:47px;
	left:0px;
	height:3px;
	background-color:#c1003b;
	visibility:hidden;
}
div.HauptnavKastenRotstrichOn{
	position:absolute;
	top:47px;
	left:0px;
	height:3px;
	background-color:#c1003b;
	visibility:visible;
}

div.HauptnavKastenWeissStrich{
	position:relative;
	float:left;
	width:1px;
	height:45px;
	background-color:#FFFFFF;
}


/*---------*/

div#GrauStrichUnterHauptnav{
	position:relative;
	
	width:100%;
	height:5px;
	background-color:#D0D0D0;
	margin-top:7px;
}


/*-----------------*/

div#HauptBereich{
	position:relative;
	width:799px;
	margin-top:25px;
	
}
td#ZelleHauptBereichLinks{
	width:310px;
	padding-bottom:30px;
}


div#SubnavBereichGesamt{
	position:absolute;
	top:5px;
	left:0px;
}

div.SubnavTrennstrich{
	position:relative;
	width:137px;
	height:1px;
	background-color:#CCCCCC;
}
div.SubnavLink{
	position:relative;
	width:137px;
	height:24px;
}
div.SubnavPfeil{
	position:absolute;
	top:0px;
	left:-30px;
	height:17px;
	padding-top:7px;
	background-color:#FFFFFF;
}

html div.SubnavPfeil{
	height:25px;
}


/*-------------*/

td#ZelleHauptBereichRechts{
	width:489px;
	padding-bottom:30px;
}

div.TitelSchicht{
	position:relative;
	padding-bottom:10px;
}

div.TextInhalt{
	position:relative;
	margin-left:0px;
	padding-bottom:25px;
	width:480px;
}
div.TextZwischentitel{
	position:relative;
	padding-bottom:8px;
	margin-left:75px;
}



div#SchichtTextUnten{
	position:absolute;
	left:15px;
	bottom:-18px;
	
	background-color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
}



/*--------*/

div.cleaner{
	width:100%;
	height:1px;
	clear:both;
}


div.TitelSchichtZwischenStrich{
	position:absolute;
	left:0px;
	top:-4px;
	width:1px;
	height:25px;
	background-color:#EB0D39;
}

div#SchichtNachOben{
	position:absolute;
	right:-40px;
	bottom:3px;
}

td.ZelleNachObenLink{
	padding-right:5px;
}

td.ZelleNachObenPfeil{
	
}


/* Spry Arcordion **********************************************************************/

.Accordion {
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	overflow: hidden;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	background-color: #eeeeee;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 180px;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-color: #bbbbbb;
}

.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #3399FF;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CCFF;
}


/* Lightbox **********************************************************************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../lightboximages/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightboximages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightboximages/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font-family: "Trebuchet MS" , Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: 73px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

