/* toxopic.ORG v2.0 
   Datei: toxopic.css
   Datum: 07.08.2012 *
   
   
  Colour Theme:
  light turquoise: #94D2C5
  
  /

/* =======================================
    1. Kalibrierung und allgemeine Styles
   ======================================= */


/* Kalibrierung der wichtigsten Abstände 
################################################*/
* { padding: 0; margin: 0; }

/* Allgemeine Selektoren 
################################################*/

html, body, td {
	color:#888C94;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, sans-serif;
    min-height: 100%;
	height: 100%;	
	width: 100%;
	text-align: justify;
	line-height: 145%;
}

/* Inlines 
################################################*/
A:link, A:visited  {
	font: 12px;  
	text-decoration : none;
	font-weight: none;
	color :#B3708F;
}
A:hover {
	font: 12px;  
	font-weight: none;
	color : #E9C1BF; 
}
strong {
	color: #A9AC94;
	font-weight: bold;
	font: 12px;  
}

em {	
	font: 12px;  
	color: #A9AC94;	
    font-style: italic;
}
span {
    color: #B97378;
	font-weight: bold;
	font: 12px georgia; 
}

/* Footer class 
################################################*/
	
.footer {
	letter-spacing: 2px;
	font:10px Arial;
	padding:2px 3px 2px 3px;
	color:#c8d777;
	line-height: 160%
}   

/* Misc. 
################################################*/	

img
    {border: 0px none;}

.image {
        padding: 7px;
        margin: 5px;
}
.border {
        padding: 3px;
        margin: 6px;
        border-width: 1px;
        border-style: solid;
        border-color: #B5B4BC;
}
        

.section {
	font-size: 11px; 
	color: #9CCFE4;
	letter-spacing: 3px;
	text-align: left;
	font-weight: normal;
	margin-left:0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	background-repeat: no-repeat;
	text-transform: uppercase; 
}
/* Überschriften 
################################################*/

h1 {
	font-size: 15px ; 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 3px;
	color: #42478B;
	text-align: left;
	padding: 0 0 20px 20px;
	background-image: url(img/h1.jpg);
	background-repeat: no-repeat;
	background-position: 10px 22px;
	text-transform: uppercase; 
	display: block;
	height: 50px;}
	
h1:first-letter {
	color: #ECEBAB;
	font-size: 32px;
	font-weight: bold;	
	text-shadow: 2px 2px #2CA8A8;
}

h2 {

	color: #E9C1BF;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 6px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h3 {
	color: #8A8A8A;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
    margin-top: 20px;
	margin-bottom: 5px;
	display: block;

}
blockquote {
	color:#B79598;
	text-align: justify;
	background-image: url();
	background-repeat: no-repeat;
	margin: 5px;
	padding: 10px 0 10px 50px;
	line-height: 150%;
	font:11px Arial;
}
hr {
        margin: -4px 0 5px 0;
        height: 1px;
        width: 100%;
        color: #c00;
        background-color: #888C94;
        border: none;
}
/* ==================================
    2. Styles für die Layoutbereiche
   ================================== */
#wrapper {
        background-color: #FFFFFF;
        color: #000000;
		margin: 0;
        padding: 0;
        width: 100%;
	    position: relative;
        min-height: 100%;

}
#header {
	background-color: #94D2C5;
	background-image: url(img/header.jpg);
    background-position: center;
	background-repeat: no-repeat;
	clear: both;
    margin: 0 auto 0 auto;
	padding: 0;
    width: 100%;
    height: 520px;
}

/* N A V I G A T I O N 
################################################*/

#navigation {
	background-color: #2CA8A8; 
	margin: 0 auto 0 auto;
	width: 100%;
	height: 27px;
}
#navigation ul {
	padding: 0;
    margin: 0 auto 0 auto;
	width: 500px;
	white-space: nowrap;
}
#navigation ul li {  	
	display: inline-block;
	float: left;
	margin: 0 5px;
    padding: 0;
	vertical-align: top;
	text-align: center;
	list-style-type: none;
}
div#navigation li A {
    padding: 5px;
    display: inline-block;
	width: 85px;
}
div#navigation li A:link, li A:visited {
    color: #ECEBAB;
  	background-color: #2CA8A8;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-decoration: none;
	border-left: 1em solid #2CA8A8;    
}
div#navigation li A:hover {
	color: #42478B;
	background-color: #E9C1BF; 
	text-decoration: none;
    border-left: 1em solid #ECEBAB;
}

/* C O N T E N T 
################################################*/

#content {
	width: 800px;
	color: #666167;
	line-height: 2;
    background-color: #FFFFFF;
    margin: 0 auto 0 auto;
    padding: 30px 0 70px 0;
}
div#content ul {
	padding-left: 35px;
	text-align: justify;
	margin-top:0;
	margin-left:10px;
	margin-right:20px;
	padding-top:5px;
	padding-bottom:2px;
	margin-bottom:8px;
	line-height: 145%; 
}
div#content li {
	list-style-type: disc;
	padding-bottom: 3px;    
	list-style-image: url(img/list.jpg);
}
div#content img {
	margin: 4px 7px 2px 0;
}

/* D I S C L A I M E R 
################################################*/	

#disclaimer {
	width: 100%;
	margin: 0 auto 0 auto;
    padding: 0 0 10px 0;
	position: absolute;
    bottom: 0;
	font: 9px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
    background-color: #94D2C5;
	line-height:11px;
    text-align: center;
	border: 0;
}

/* Lightbox 
################################################*/

#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: #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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* ===========================================
    E N D E    D E S    S T Y L E S H E E T S
   =========================================== */