/* Name=allgemein.css
//Bezeichnung=Allgemein
//Beschreibung: Definiert saemtliche Textvorkommen, gueltig fuer alle Seiten alfiresli
//Geschichte: April 2004, blau
//Copyright:blau/at/lorraine.ch
*/
a {color: #666666; text-decoration: none; font-weight: bold;}
a:visited {color: #666666; text-decoration: none; font-weight: bold;}
a:active {color: #CC33CC; text-decoration: none; font-weight: bold;}
a:hover {color: #339900;text-decoration: none;font-weight: bold;}
a.textlink {color: #CC33CC; text-decoration: none; font-weight: bold;}

body {background-color: #FFFFFF;}

td {font-family: Verdana, sans-serif; font-size: 1px; vertical-align: top; vertical-align: top; align: left}
td.InhaltText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	vertical-align: top;
	line-height:19px;
	color:#000000;
}
td.InhaltTextKlein {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	vertical-align: top;
	line-height:12px;
	color:#000000;
}
td.InhaltTextGruen {font-family: Verdana, Arial,sans-serif; font-size: 12px; vertical-align: top; line-height:16px; color:#339900}
td.InhaltTextGruenRechts {font-family: Verdana, Arial,sans-serif; font-size: 12px; vertical-align: top; text-align: right; line-height:16px; color:#339900}
td.InhaltTitel{font-family: Verdana, Arial,sans-serif; font-size: 12px; vertical-align: top; line-height:19px; color:#333366; font-style:italic;}
td.InhaltTextGrau {font-family: Verdana, Arial,sans-serif; font-size: 12px; vertical-align: top; line-height:16px; color:#666666}


font.Titel {font-family: Verdana, Arial,sans-serif; font-size: 12px; vertical-align: top; line-height:19px; font-weight: bold; font-style:italic; color:#333366}
font.Text {font-family: Verdana, Arial,sans-serif; font-size: 12px; vertical-align: top; line-height:19px}
td.Weiss {background-color: #FFFFFF}
.fontGruen {
	color: #339900;
}

.namen {
	color: #666666;
	font-weight: bold;
}


/*LIghtbox CSS */

#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: 500px;
	height: 400px;
	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(Bilder/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(Bilder/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(Bilder/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	
	/** KARUSSELL
 * Copyright (c) 2006-2007, Bill W. Scott
 * All rights reserved.
 *
 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy 
 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to 
 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
 *
 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
 * 
 * The only attribution I require is to keep this notice of copyright & license 
 * in this original source file.
 *
 * Version 0.6.1 - 07.08.2007
 *
 */

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component { 
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	
    
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component .carousel-vertical li { 
	margin-bottom:0px;

	/* Fix for extra spacing in IE */
	float:left;
    clear:left;  
	
	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */	 
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
}

.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative; 
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	background:#FFFFFF;
	padding:0px;
	-moz-border-radius:6px;
	color:#618cbe;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}

