/*
Stylesheet für die Jungliberalen Aktionen (JuliA) ASZ+ ERZ          ##########
--T--H-----H--O--M--E--P--A--G--E--S----S--Z--B-/--E--R--Z--           ##
Stand: 2008                                                            #######
Autor: Tobias Hertig                                                   ##   ##
Datum: 28. Oktober 2008

 S T Y L E S H E E T   F Ü R   E X T E R N E   S E I T E N
____________________________________________________________ */

/*=== Kalibrierung der wichtigen Abstände ===*/
* { padding: 0; margin: 0; }
h2, p, ul, ol { margin-bottom: 1em; } /* Abstand nach unten */
ul ol { margin-bottom: 0; } /* Verschachtelte Listen ohne Absatz */
li { margin-left: 1em; } /* Abstand von Links */
li { margin-top: 3px; margin-bottom: 5px; }

/*=== Allgemeine Selektoren ===*/

html { height: 101% } /* erzwingt Scrollbar im Firefox */
body { /*Gestalte das HTML- Element mit dem Namen Body */
  color: black; /* Schriftfarbe */
  background-color: white; /* Hintergrundfarbe */
  background-image: url();
  background-repeat: repeat-x; 
  background-position: top;
  font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
  font-size: small; /* Schriftgröße */
}

h1 { 
  font-size: medium; 
  font-family: Cambria, Georgia, "Times New Roman", Helvetica, sans-serif;
  text-align: center;
  color: #343299;
  margin-top: 20px;
  margin-bottom: 9px;
}

/*=== Hyperlinks allgemein ===*/
a { text-decoration: none; outline: none; } /* Unterstreichung entfernen */

a:link { color: black; }
a:visited { color: #666; }

a:hover, 
a:focus { 
  border-bottom: 0px solid #666;
}

a:active {
  color: white;
  background-color: #343299;  
}

/*=== Allgemeine Klassen und IDs ===*/
#logo { /* Gestalte das HTML- Element mit id="logo" */
  position: absolute;
  top: -2000px;
  left: -300px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: inline;
}

ul {
  margin-left: 7px;
  list-style-type: square;
  color: #c0c0c0;
}
li {
  color: #000000;}
.bildlinks {
  float: left;
  padding: 3px;
  border: 3px solid #ccc;
  margin-right: 5px;
  margin-bottom: 1px;
}
.bildmitte {
   line-height:250%;
   width:auto;
   margin:1em 20%;
   text-align:center; 
}
.bildrechts {
  float: right;
  padding: 3px;
  border: 3px solid #ccc;
  margin-left: 7px;
  margin-bottom: 1px;
}

/* ############################################################################### */

#wrapper {
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

#kopf {
margin-top: 50px;
height: 150px;
background-color: #343299;
background-image: url(images/kopf.jpg);
}


#haar {
float: right;
height: 150px;
line-height: 150px;
width: 500px;
font-size: xx-large;
color: #fff;
font-style: italic;
font-family: Cambria, Calibri, Arial, Verdana;
}

#spalte {
float: left;
width: 330px;
padding: 4px;
border-left: 2px solid #343299;
}

#s-titel {
height: 30px;
line-height: 30px;
background-color: #343299;
background-image: url(images/titel-hg.jpg);
font-size: large;
text-align: center;
color: #fff;
}




#inhalt {
  width: 1010px;
  height: auto;
  margin-top: 10px;
  padding: 5px;
}
#inhalt p{
  text-align:justify;
}
#kalender {
  width: 1020px;
  height: 2100px;
  /* border-right: 5px solid #343299;
  border-left: 5px solid #343299; */
  color: black;
  top: -500px;
}

#fusz {
  width: 1020px;
  height: 45px;
  position: fixed;
  bottom: 0;
  line-height: 45px;
  background-image: url(julia-jot1.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: white;
  font-size: 100%;
  text-align: center;
  color: #8c8c8c;
}

#fusz a{
  color: #8c8c8c;
}






/*###################### L I G H T B O X ######################*/

#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(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: #343299; }
#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; } 