/* Farb- und Silzuweisung für die Links */

A:link { color: #FFA0A0; text-decoration: none }
A:visited { color: #FFA0A0; text-decoration: none }
A:active { color: #FFFFFF; text-decoration: none }
A:hover { color:#FFFFFF; text-decoration: none }

/* Allgemeiner Schriftstil und -größe */

body {      
	font-family: Arial Narrow, Helvetica, Arial, Sans Serif, Microsoft Sans Serif, Verdana, Tahoma;      
	color: #FF6D6D;
}

/* Cursor */

body {      	
	cursor: url("templates/lok-cursor.cur");
}

/* Fanart */

.FORM                  {MARGIN:0;}
.jegalinput            {FONT-FAMILY: verdana; FONT-SIZE: 10px; COLOR: #000000; BACKGROUND-COLOR: #aabbaa; BORDER:1px ridge #000000;}
.jegalfarbe1           {BACKGROUND-COLOR:#aaaaaa; FONT-FAMILY: verdana; FONT-SIZE: 10px; COLOR: #000000;}
.jegalfarbe2           {BACKGROUND-COLOR:#999999; FONT-FAMILY: verdana; FONT-SIZE: 10px; COLOR: #000000;}
.jegalfarbe3           {BACKGROUND-COLOR:#888888; FONT-FAMILY: verdana; FONT-SIZE: 10px; COLOR: #000000;}
.jegalheader           {BACKGROUND-COLOR:#777777; FONT-FAMILY: verdana; FONT-SIZE: 12px; COLOR: #000000; FONT-WEIGHT: bold;}
.jegaltabelle          {BACKGROUND-COLOR:#000000;}
.jegalname             {COLOR:#FFFFFF; FONT-FAMILY: verdana; FONT-SIZE: 10px; FONT-WEIGHT: bold;}
.jegalrub              {FONT-SIZE: 12px; TEXT-DECORATION:none; COLOR:#000000;}

/* Hintergrund */

body {     
	background-color: 4D0000;     
	background-image: url("http://www.legacyofkain.de/images/hg.jpg");     	
	background-attachment: fixed;
}

/* Rollbalken */

body {      
            scrollbar-base-color: #2A0000; 
            scrollbar-track-color: #2A0000; 
            scrollbar-face-color: #560003; 
            scrollbar-highlight-color: #BD0004; 
            scrollbar-3d-light-color: #8F0003; 
            scrollbar-darkshadow-color: #140000; 
            scrollbar-shadow-color: #2A0000; 
            scrollbar-arrow-color: #BD0004;
}

/* Dropdown-Menü */

select {              
	font-family:  Verdana, Arial, Helvetica, sans-serif;       
	color: 4D0000;
	font-size: 11px;
}

/* Buttons */

input {	
	background-color: 2F0000;	
	border-color: #FF6D6D;	
	color: #FF6D6D;
}

/* Textfeld */

textarea {        
	font-family:  Verdana, Arial, Helvetica, sans-serif;	
	background-color: #420001;	
	border-color: #FF6D6D;	
	color: #FF6D6D;
}

/* Linie */

HR {
	border: solid #FF6D6D;
	height: 1px
}

/* Poll */

.pol_tab1              {FONT-SIZE: 10px; background-image: url("http://www.legacyofkain.de/images/hg_row.jpg");}
.pol_tab2              {FONT-SIZE: 10px; background-image: url("http://www.legacyofkain.de/images/hg_row_hell.jpg");}
.pol_head              {FONT-SIZE: 14px; background-image: url("http://www.legacyofkain.de/images/hg_hell.jpg"); FONT-WEIGHT: bold;}
.pol_head_inaktiv      {FONT-SIZE: 14px; background-image: url("http://www.legacyofkain.de/images/hg_hell.jpg"); FONT-WEIGHT: bold;}
.pol_inaktiv           {FONT-SIZE: 14px; FONT-WEIGHT: bold;}
.pol_foot              {FONT-SIZE: 12px;}
.pol_zeit              {FONT-SIZE: 10px;}
.pol_back              {width:320px;}
.pol_frage             {FONT-SIZE: 14px;}
.pol_antwort           {FONT-SIZE: 12px;}

/* News */

.link a:link { color: #FFA0A0; text-decoration: none }
.link a:visited { color: #FFA0A0; text-decoration: none }
.link a:hover { color:#FFFFFF; text-decoration: none }
.link a:active A:active { color: #FFFFFF; text-decoration: none }

/* 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: #660000;
	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, Tahoma, Helvetica, Arial, Sans Serif, Microsoft Sans Serif;
	background-color: #660000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; }
#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: 80;
	width: 100%;
	height: 500px;
	background-color: #330000;
	}
