/* ###################################################### */ 
/* ############### CSS Dokument Angenoir ################ */ 
/* ###################################################### */ 

/* ###################################################### */ 
/* ################# Globale Settings ################### */ 
/* ###################################################### */ 

img
{
    border:none;
}

body
{
    font-size:12px;
    font-family:verdana;
    margin:0px;
    padding:0px;
    color:#c18146;
    background-color:#000000; 
}    

/*Anpassung td-Schriftgröße für IE < 6*/
td
{
    font-size:12px;
    color: #c18146;
    padding:14px 14px 14px 14px;
}

/* ###################################################### */ 
/* ############### Äusserster Container ################# */ 
/* ###################################################### */ 

#container
{
    height:auto;
    width:1000px;
    margin:0px auto;
    margin-top:30px;
    font-family:verdana;
/* globale schriftgröße + farbe START */
    font-size:12px;
    color: #c18146;
/* globale schriftgröße + farbe ENDE */
    background-color:#000000;
}

/* ###################################################### */ 
/* ####################### Logo ######################### */ 
/* ###################################################### */ 

#logo
{
    width:936px;
    height:auto;
    margin-top:5px;
    margin-left:20px;
    padding-left:24px;
    float:left;
    background-color: #000000;
}

/* ###################################################### */ 
/* ############### Text Container aussen ################ */ 
/* ###################################################### */ 

#contentContainer
{
    float:left;
    width:960px;
    height:auto;
    margin-top:0px auto;    
    margin-left:20px;
    background-color:#000000;
   /* background-repeat: no-repeat; */
  /*  display:inline; */
}

/* ###################################################### */ 
/* ################## Menü Container #################### */ 
/* ###################################################### */ 

#main
{
    float:left;
    width:960px;
    height:auto;
    margin-top:0px auto;
    margin-left:0px auto;
    background-color:#000000;
}

/* ###################################################### */ 
/* ####################### NAVIGATION ################### */ 
/* ###################################################### */ 

/* Level 1 */ 
#navigation ul {
    float:left;
    width: 912px;
    height:auto;
    margin:0px;
    margin-left:14px;
    margin-top:40px;
    padding:3px 10px 3px 10px;
    background-color:#3f3326;
} 

#navigation ul li { 
    text-align:center;   
    padding:0px;
    list-style-type:none;
    font-weight:bold;
    display:inline;
} 
#navigation ul li a { 
    float:left;
    display:block;
    text-align:center;
    height:auto;
    padding:3px 10px 3px 10px;
    font-size:12px;
    color:#c18146;
    border-left:1px solid #261f17;
    border-right:1px solid #261f17;
    text-decoration:none;
} 
#navigation ul li a:hover, #navigation ul li.active a { 
    color:#261f17;
    background-color:#ff0000;
}

/* ###################################################### */ 
/* ################## Text Container #################### */ 
/* ###################################################### */ 

#content #texte
{
    float:left;   
    margin-top: 27px;
    margin-left:14px;
    width:932px;
    height:auto;
  /*  padding-bottom:30px;*/
    padding-left:0px auto;
    padding-left:0px;
    border-bottom:27px solid #000000;
  /*  display:inline; */
    background-color:#00000;
}

#content #texte p
{
/* Zeilenhöhe, Größe, Farbe für Inhaltstext */
    margin:0px auto;
    padding:14px 14px 14px 14px;
    font-size:12px;
    color:#c18146;
    line-height:18px;
}

#content #texte table
{
/* Zeilenhöhe, Größe, Farbe für Inhaltstext */
  /*  padding:14px 14px 14px 14px; */
    font-size:12px;
    color: #c18146;
    line-height:18px;
}

#content #texte form
{
/* Zeilenhöhe, Größe, Farbe für Inhaltstext */
    /* padding:14px 14px 14px 14px; */
    font-size:12px;
    color: #c18146;
    line-height:18px;
}

/*Linkstyle im Text Container */

#content #texte a
{
    font-size:12px;
    color: #ff0000;
    text-decoration:underline;
}

#content #texte a:hover
{
    text-decoration:none;
}

/* ###################################################### */ 
/* ######################## Lightbox #################### */ 
/* ###################################################### */ 

/* Lightbox */
#lightbox {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    /*z-index: 100;*/
    z-index: 990;
    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;*/
    z-index: 970;
}
#imageContainer>#hoverNav {
    left: 0;
}
.gallery_image {
    text-align: center;
}
#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;
}
#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: 100px;
    float: right;
    padding-bottom: 0.7em;
}
#overlay {
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: 90;*/
    z-index: 980;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter:Alpha(opacity=60, finishopacity=60, style=2));
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html>body .clearfix {
    display: inline-block;
    width: 100%;
}
* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
}

/* ###################################################### */ 
/* ######################## Player ###################### */ 
/* ###################################################### */ 

#player
{
    padding:14px 14px 14px 14px;
}

/* ###################################################### */ 
/* ######################## Divers ###################### */ 
/* ###################################################### */

#about
{
    width: auto;
    height: auto;
    background-image: url(http://www.dj-angenoir.com/cms/upload/pictures/Angel_Eyes_Augen.jpg);
    background-repeat: no-repeat;
    /*margin-left: 200px; */
}
/* << */