﻿BODY 			{ 	background-color: #f3f5f8;
					color: #000099;
					font-family: Verdana;
					font-size: 10pt;
				}

/* Hyperlinks im Menue */
A.m:link 		{
					COLOR: #f3f5f8; TEXT-DECORATION: none; font-weight:bold;
		       	}
A.m:visited		{
					COLOR: #f3f5f8; TEXT-DECORATION: none; font-weight:bold;
		       	}
A.m:active 		{
					COLOR: #f3f5f8; TEXT-DECORATION: none; font-weight:bold;
		       	}
A.m:hover		{
					COLOR: #f3f5f8; TEXT-DECORATION: none; font-weight:bold;
				}
				
/* Linkstyle der Namensliste */		
A.l:link {
					COLOR: #000099; TEXT-DECORATION: none; font-weight:normal;
		        }
A.l:visited 	{
					COLOR: #000099; TEXT-DECORATION: none; font-weight:normal;
		        }
A.l:active 		{
					COLOR: #000099; TEXT-DECORATION: none; font-weight:normal;
		        }
A.l:hover 		{
					COLOR: #000099; TEXT-DECORATION: none; font-weight:bold;
				}
				
				/* Linkstyle der Namensliste für Admin */		
				A.lr:link {
									COLOR: #990000; TEXT-DECORATION: none; font-weight:normal;
						        }
				A.lr:visited 	{
									COLOR: #990000; TEXT-DECORATION: none; font-weight:normal;
						        }
				A.lr:active 		{
									COLOR: #990000; TEXT-DECORATION: none; font-weight:normal;
						        }
				A.lr:hover 		{
									COLOR: #990000; TEXT-DECORATION: none; font-weight:bold;
								}
/* Linkstyle Email und Homepage in der Detailansicht */				
A.email:link 	{
					COLOR: #000099; TEXT-DECORATION: underline; font-weight:normal;
		        }
A.email:visited {
					COLOR: #000099; TEXT-DECORATION: underline; font-weight:normal;
		        }
A.email:active  {
					COLOR: #000099; TEXT-DECORATION: underline; font-weight:normal;
		        }
A.email:hover 	{
					COLOR: #000099; TEXT-DECORATION: underline; font-weight:normal;
				}
		
/* alle anderen Links */		
A:link 			{
					COLOR: #000099; TEXT-DECORATION: none;
			    }
A:visited 		{
					COLOR: #000099; TEXT-DECORATION: none; 
			    }
A:active 		{
					COLOR: #000099; TEXT-DECORATION: none; 
			    }
A:hover 		{
					COLOR: #000099; TEXT-DECORATION: none; 
				}

/* .b:hover		{
 					background-color:#aaaaff;
				} */

/* Äusserer Rahmen mit Hintergrundbild*/
#divkomplett 	{
					width:800px;
					height:600px;
					border:2px solid #000099;
					margin:10px auto;
					background-image: url(abi98.png);
					background-repeat: no-repeat;
					background-position: bottom center;
					-moz-border-radius:12px;
				}

/* oberer Teil mit Logo*/
#head 			{
					width:800px;
					height:100px;
					background-image: url(head.png);
					background-repeat: no-repeat;
					background-position: center center;
				}

/* Menü mit Hyperlinks */
#hlinks 		{
					width:100%;
					padding:3px 0px;
					text-align:center;
					background-color:#000099;
					-moz-opacity:0.8;
					filter:alpha(opacity=80);
				}
/* Menü mit Login und Counter */				
#loginmenu 		{
					width:100%;
					height:auto;
					border-top:1px solid #000099;
					border-bottom:1px solid #000099;
					margin-bottom:2px;
				}
				
/* Hauptteil der Seite*/
#inhalt 		{
					width:780px;
					height:430px;
					text-align:center;
					margin:10px;
				}
		
/* Anmelde und Änderungsformular */
#formlabel 		{
					width:240px;
					height:auto;
					text-align:left;
					/*font-weight:bold;*/
				}
#forminput 		{
					width:260px;
					height:auto;
					float:right;
					margin-right:20px;
				}
				
/* Daten ansehen: Namensliste und Details */
#namensdetails	{
					width:500px;
					height:400px;
					margin:auto;
				 	text-align:left;
					font-size:10pt;
					float:right;
					overflow:auto; 
					background-color:#f3f5f8;
					-moz-border-radius:12px;
					border:1px solid #000099;
				}
#namensliste		{				
					width:215px;
					margin:auto;
					padding:5px 0px;
					text-align:left;
					float:left;
					font-size:10pt;
					height:390px;
					overflow:auto; 
					background-color:#f3f5f8; 
					-moz-border-radius:12px; 
					border:1px solid #000099;
				}
#geburtstage	{
					width:450px;
					height:135px;
					padding:10px;
					text-align:left;
					float:right;
					margin-top:10px;
					font-size:8pt;
					overflow:auto; 
				    background-color:#f3f5f8;
					-moz-border-radius:12px;
					border:1px solid #000099;
				}	
#termine		{
					width:450px;
					height:110px;
					padding:10px;
					margin-top:10px;
					text-align:left;
					float:right;
					font-size:9pt;
					overflow:auto; 
				    background-color:#f3f5f8;
					-moz-border-radius:12px;
					border:1px solid #000099;
				}	
#news			{
					width:450px;
					height:110px;
					padding:10px;
					text-align:left;
					float:right;
					font-size:9pt;
					overflow:auto; 
				    background-color:#f3f5f8;
					-moz-border-radius:12px;
					border:1px solid #000099;
				}	
#chat			{
					width:270px;
					height:420px;
					padding:10px;
					text-align:left;
					float:left;
					overflow:auto; 
				    background-color:#f3f5f8;
					-moz-border-radius:12px;
					border:1px solid #000099;
				}	
/* Formular und Login - Feldstyles */
.absenden		{
					background-color:#f3f5f8;
					color:#000099;
					border:1px solid #000099;
					font-size:8pt;
					-moz-border-radius:6px;
				}

.absenden:hover	{
					background-color:#9999ff;
					color:#000099;
					font-weight:normal;
				}

.eingabe		{

					padding-left: 3px;
					background-color:#f3f5f8;
					color:#000099;
					border:1px solid #000099;
					font-size:10pt;
					-moz-border-radius:6px;
				}
				
#fotothumbs	{
					width:780px;
					height:auto;
					margin:auto;
					padding:30px 0px;
				 	text-align:center;
					font-size:10pt;
					float:right;
					overflow:auto; 
					background-color:#f3f5f8;
					-moz-border-radius:12px;
					border:1px solid #000099;
				}	
				
/* Fotogallerie */
#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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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: #000099; }
#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%;
	background-color: #000033;
	}
	
/*upload*/	
	#demo-status
	{
		background-color:		#f3f5f8;
		-moz-border-radius:12px;
		border:1px solid #000099;
		padding:				10px 15px;
		width:					420px;
	
	}

	#demo-status .progress
	{
		background:				white url(progress.gif) no-repeat;
		background-position:	+50% 0;
		margin-right:			0.5em;
	}

	#demo-status .progress-text
	{
		font-size:				0.9em;
		font-weight:			bold;
	}

	#demo-list
	{
		list-style:				none;
		width:					420px;
		margin:					0;
	}

	#demo-list li.file
	{
		border-bottom:			1px solid #eee;
		background:				url(file.png) no-repeat 4px 4px;
	}
	#demo-list li.file.file-uploading
	{
		background-image:		url(uploading.png);
		background-color:		#D9DDE9;
	}
	#demo-list li.file.file-success
	{
		background-image:		url(success.png);
	}
	#demo-list li.file.file-failed
	{
		background-image:		url(failed.png);
	}

	#demo-list li.file .file-name
	{
		font-size:				12pt;
		margin-left:			44px;
		display:				block;
		clear:					left;
		line-height:			40px;
		height:					40px;
		font-weight:			bold;
	}
	#demo-list li.file .file-size
	{
		font-size:				0.9em;
		line-height:			18px;
		float:					right;
		margin-top:				2px;
		margin-right:			6px;
	}
	#demo-list li.file .file-info
	{
		display:				block;
		margin-left:			44px;
		font-size:				0.9em;
		line-height:			20px;
		clear
	}
	#demo-list li.file .file-remove
	{
		clear:					right;
		float:					right;
		line-height:			18px;
		margin-right:			6px;
	}
