﻿/* -- Projekt: foto.peloh.de -- */
/* -- style_foto.css  ---------- */
/* -- Start: 15.03.2010 ------------------- */
/* --- Letzte Aenderung: 03.04.2011  -------*/

/* -- Farbschema ------------------------- */
/*
Farbton (d-grau): #202020  grund
Farbton (d-grün): #005A32
Farbton (d-rot):  #990000
Farbton (schtrift p): #cccccc
Farbton (Element): #xxxxxx
*/

/*  ----- Bildbox   Fotos ----------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Reset ------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-repeat: no-repeat;
}
/*  Fokusstile unten definieren! */
:focus { outline: 0; }

body { line-height: 1; color: black; background: white; }

ol, ul { list-style: none; }


/* Tabellen brauchen immer noch 'cellspacing = 0'"  */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q { quotes: "" ""; }


/* Globals und Typo --------------------------------------------------------------------------------------- */

html {
	height: 100.5%;
	margin: 10px;  /* abstand von oben */
	padding: 0;
	background-color: #000000;
/* --------------------- Bildlaufleisten ------------------------------------------ */	
	scrollbar-base-color: #990000;  	/* Ränder der Bildlaufleiste    */
	scrollbar-3d-light-color: #008000; /* Farbe für 3D-Efekte innere Begrenzungslinie */
	scrollbar-arrow-color: #FF0000; 	/* Navigationspfeile blau=0000FF  */
	scrollbar-darkshadow-color: #000000; /* Farbe für Schatten  */
	scrollbar-face-color: #000000; 		/* Oberfläche der Bildlaufleiste -Button- */
	scrollbar-highlight-color: #FFFFFF; /* Farbe für oberen und linken Rand  */
	scrollbar-shadow-color: #000000; 	/* für unteren und rechten Rand Schattenwurf  */
	scrollbar-track-color: #808080;      /* freibleibenden Verschiebeweg   */
	/* ---- end Bildlaufleisten ------------------------------------------ */		
}

body {
	text-align: center;    /* im IE seite zentriert */
	height: 100.5%;
	margin: 10px;  /* abstand von oben */
	padding: 0;
	background-color: #000000;
	font: 76% arial,sans-serif;
	}

html>body { font-size: 12px; }

a:link { color: #0066FF; text-decoration: none; }

a:visited { color: #FF9B00; text-decoration: none; }

a:hover { text-decoration: underline; }


/* Vertikaler Rhythmus basierend auf 12px Basisgröße für den Fließtext ---------- */
p {
	font: 1em/1.5em Arial, Tahoma, Verdana, sans-serif;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

h1 {
	font: 1.67em/0.9em Georgia, "Times New Roman", Times, serif;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}

h2 {
	font: 1.5em/1em Georgia, "Times New Roman", Times, serif;
	margin-top: 1em;
	margin-bottom: 1em;
}

h3 {
	font: 1.33em/1.13em Georgia, "Times New Roman", Times, serif;
	margin-top: 1.13em;
	margin-bottom: 1.13em;
}

h4 {
	font: 1.17em/1.29em Georgia, "Times New Roman", Times, serif;
	margin-top: 1.29em;
	margin-bottom: 1.29em;
}


/* Bilder und verlinkte Bilder ohne Rahmen --------------------------------------------------------------------------------------- */
img, a img { border: 0; }

/* Linien - - - - - - - - - */
.linie_gr { margin: 2px 0px 2px 0px; color: #888888; background-color: #888888; height: 1px; border: 0.1px  solid  #888888; }

.linie_rot { margin: 2px 0px 0px 0px; color: #990000; background-color: #990000; height: 1px; border: 0.1px  solid  #990000; }

/* Links- bzw. Rechtsausrichtung für Elemente -------------------------------------------------------------------------- */
.links { float: left; margin: 0 0.5em 0.5em 0; }

.rechts { float: right; margin: 0 0 0.5em 0.5em; }

.mitte { text-align: center; }

.clearer { clear: both; } /* hebt die vorhergehenden Floats auf */

/* --- optimiert für weiße schrift auf schwarzem grund --------  */
.schriftoptimieren { font-weight: lighter;	letter-spacing: 0.08em; line-height: 1.5em; }

.schrift_gr { color: #888888; } /* grau */
.schrift_gl { color: #FCECB9; } /* gelblich */

.text_halbklein {font-size: 1.0em;}
.text_klein {font-size: 0.8em;}


.color_grw { background : #555555; color : #ffffff; font-weight: bold; }		/* grau mit schrift weiß */


/* ##### Haupt-Seitenbereich wrapper ########################  */
#wrapper {
	width: 990px;
	margin-top: 10px;   /* Außenabstand oben */
	margin-right: auto ; /* Abstand rechts */
	margin-bottom: 0px;  /* Abstand unten */
	margin-left: auto;  /* Abstand links */
	background :  url(../images/hg_schwarz.jpg) left top; 
	border-top: 5px #990000 ridge;
	border-bottom: 3px #990000 ridge;
	border-left: 1px #990000 solid;
	border-right: 1px #990000 solid;
	background-color: #202020;  /* farbe d-grau */
	text-align:left;
	color: #FFFFFF;
}

/* -- xxxxxxxxxx Kopfbereich -- header  xxxxxxxxxx--  */
#header {
 	top: 0px; 
 	width: 905px;
  	margin: 0px 0px 0px 46px;
	height : 85px; 
	background-color: #202020;		
}

/* ------ Kopftext -header --------  */
#header h1{
	float: left ;
	width: 360px;
	font: 2.67em/1.6em Georgia, "Times New Roman", Times, serif;
	font-weight: bold ;
	color: #005a32;   /* grün  */
	margin: 1px 0px 0px 2px;			/* außenabstand kopftext !! */
	padding: 1px 0px 0px 2px;
}
#header h2{
	width: 350px;
	font: 1.4em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #339966;   /* h-grün  */
	margin: 2px 0px 0px 120px;			/* außenabstand kopftext !! */
	padding: 1px 0px 0px 5px;
}

#header h3{
	float: right ;
	width: 400px;
	font: 2.4em/1.8em     Georgia, "Times New Roman", Times, serif;
	font-style: italic ;
	font-weight: bold ;
	color: #990000;   /* rot  */
	margin: 10px 0px 0px 0px;			/* außenabstand kopftext !! */
	padding: 5px 0px 5px 5px;
}

#header h4{			/* wie h3 Galerieschrift grau */
	float: right ;
	width: 400px;
	font: 2.4em/1.8em     Georgia, "Times New Roman", Times, serif;
	font-style: italic ;
	font-weight: bold ;
	color: #777777;   /* grau  */
	text-align: right ;
	margin: 10px 0px 0px 0px;			/* außenabstand kopftext !! */
	padding: 5px 0px 5px 5px;
}



/* -------- pL-logo ---- header- ---------- */
#logo {
	float: left ; 
	margin: 1px 0px 1px 0px;
	border-right: 1px #005a32 solid ;
	padding-top : 11px;   
	padding-bottom : 12px; 
	padding-left : 15px; 
	padding-right : 15px; 
	background-color: #202020; 
	height : 60px;
	width: 80px ; 
	display: inline ;
}

#kopflinie{
	clear: both;
	width: 905px;
	height: 8px;
	margin: 0px 0px 0px 46px;
	padding: 0px;
}

#kopflinie_rechtl {
	height: 8px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


/* - - #1 Seitenleiste mit Navigation xxxxxxxxxxxxxxxx  - - */
#sidebar_links {
	float: left;
	display: inline;     	/* für IE 5/6 Doppel float margin Bug */	
	margin: 1px 0px 10px 46px;
	width:200px; 
	background: #202020;  /* d-grau */
 	}


/* - - #2 Seitenleiste mit Navigation in Rechtliches- xxxxxxxxxxxx  - */

#sidebar_links_rechtl {
/*	clear: both;  */
	float: left;
	display: inline;     	/* für IE 5/6 Doppel float margin Bug */	
	margin: 1px 0px 10px 1px;
	width:200px; 
	height: 1550px; 
	background: #202020;  /* d-grau */
 	}

/* ----------------------- navigation --------------------- */
div#navigation{
	float: left;
	margin: 5px 0px 0px 5px;
	width:185px; 
	background: #202020;  /* d-grau */
	display: inline;     	/* für IE 5/6 Doppel float margin Bug */ 	
/*	text-align: center ; */
/*	color: #FFFF00; */   /* überschrift farbe */
	}
		
#navigation a{
	text-align: left ;
}

#navigation p{
		padding: 20px 0px 10px 40px;
		color: #990000;
}

#navigation a:link {
	color:  #339966;    /* schrift grün - link farbe */
	text-decoration: none;
}


#navigation li {
/*	background: #525d69; */
		list-style-type: none;
		border-top: 1px solid #990000;  		/* d-rot */        
/*		border-bottom: 1px solid #990000;        /* d-rot */   
		width: 180px;     						/* breite der navigation */
 		height: 40px;						
		margin: 0px 0px 0px 0px;
}

#navigation li a{
	color: #DFE1E2;				/* h-grau */
	display: block ;
	padding: 10px 20px 10px 27px; /* innenabstand  für bild*/
	}

#navigation li a.active {
	background: #424242 url(../images/pinwand20.gif) 5px center no-repeat;  
	color: #fff;
	text-decoration: underline ;
}

#navigation li a:hover {
	background: #424242;     /* url(../images/pinwand20.gif)  5px center no-repeat; */ /* test03.04.2011  #########################################  */
	color: #fff;
	text-decoration: underline;
}

#navigation li a:visited {
	color:  #C0C0C0;  		/* grau- besuchte links */
	text-decoration: none;	
}


/* +++++++ Infobreich unter Navigation +++++++++++++++ */
.sidebar_infobox{
/*	clear: both;  */
/* float: left ;  */ 
/*	position: relative ; */
	margin: 20px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	width: 190px;  /* 185 */
	background: #202020;  /* d-grau */
	color: #fff;
}

.sidebar_infobox h3 {
	font: 1.17em/1.29em Georgia, "Times New Roman", Times, serif;
	font-weight: bold ;
	margin-top: 3.29em;
	margin-bottom: 1.29em;
	color:#ffffff;  /* #005a32;   /* grün  */
	text-align: center ;
}


.sidebar_infobox h4 {
	font: 1.17em/1.29em Georgia, "Times New Roman", Times, serif;
	font-weight: bold ;
	margin-top: 3.29em;
	margin-bottom: 1.29em;
	color:#888888;  /* #005a32;   /* grün  */
	text-align: center ;
}

.sidebar_infobox p {
	text-align: center ;
/*	color:#888888; */
}

/* ++++++++++++++++++++ Hauptseitenbereich content ++++++++++++++++ ###################################################################*/
#content {
	float: right;
	display: inline;	/* für IE 5/6 Doppel float margin Bug */ 
	width:  695px;		
	/*	height: 200px;  /* höhe von hauptbereich -content- */
	margin: 1px 40px 10px 0px;	/* abstand von oben, rechts, unten, links  */
	/*padding: 0px 10px 0px 30px; */
	background-color: #333333;
	color: #FFFFFF;
	}
/* ++++++++++++++++++++ Hauptseitenbereich content-rechtliches ---------- */
div#content_rechtl {
	margin: 1px  auto  5px  auto ;
	padding: 5px;
	background: #333333;  /* h-grau */
/*	width: 99%; */
	border-top: 1px #777777 solid ; 
}

#content p {
	font: 1em/1.8em Arial, Tahoma, Verdana, sans-serif;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 1.2em;
	margin-right: 1.5em;
	color: #cccccc;
}

#content h1 {
	font: 1.67em/0.9em Georgia, "Times New Roman", Times, serif;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	color: red ;
}

#content h2 {
	font: 1.8em/1em Verdana, sans-serif;
	font-weight: normal;
/*	color: #000;  */  
	padding: 0.6em 0em 0.2em 0em ;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0.8em;
	margin-right: 1.5em;
}

#content h3 {
	font: 1.4em/1.13em Verdana, sans-serif;
	font-weight: normal;
/*	color: #CCCCCC;    */
	padding: 0.6em 0em 0.2em 0em ;
	margin-top: 1.13em;
	margin-bottom: 1.13em;
	margin-left: 0.8em;
	margin-right: 1.5em;

}
#content h4 {
	font: 1.2em/1.2em Verdana, sans-serif; 
	font-weight: normal;
	color: #CCCCCC;    
	margin-left: 1.9em;
	margin-right: 1.5em;
	margin-top: 1.29em;
	margin-bottom: 1.29em;
	padding: 0.6em 0em 0.2em 0em ;
}

#content h5 {
	margin: 30px 10px 0px 30px;
	padding: 10px 0px 10px 0px;
	color: #999999;
}


#galeriebox {
		margin: 20px auto 30px auto  ;
		width : 600px; 
		height : auto; 
		background : none transparent scroll repeat 0% 0%; 	
/*		border-top : #444 1px solid; 
		border-bottom : #444 1px solid; 
		border-left : #444 1px solid;
		border-right : #444 1px solid; 	*/
}

#galerieboxinhalt {
		border-top : #444 1px solid; 
		border-bottom : #444 1px solid; 
		border-left : #444 1px solid;
		border-right : #444 1px solid;
		margin: 2; 
		display : block; 
		height : auto; 
	}

#galerieboxinhalt h3 {
		border-bottom : #444 1px solid;
		margin : 0;  
		padding-top : 8px;
		padding-bottom : 8px; 
		padding-left : 0px; 
		padding-right : 0px; 
		font-family: Verdana, sans-serif; 
		font-weight: bold ;  
		font-size : 1.2em;
		text-align: center;  
	}

#galerieboxinhalt p {
		text-align : left; 
		margin : 0px; 
		padding-top : 5px;
		padding-bottom : 5px; 
		padding-left : 20px; 
		padding-right : 20px; 
		font-family : verdana;
		color :  #cccccc;    
		font-size : 0.9em; 
	}

/*  ------------------------- Bildbox   Fotos -----------------------------------*/
div#bildbox {
	float: left;
	margin: 10px 0px 10px 30px;
	background-color: #999999;
	border: 1px solid #990000;
	height: auto;
	width: auto;
	text-align: center;
	}
	 
div#bildbox img {
	display: inline;
	margin: 10px 2px 0px 2px;
	border: 2px solid #ffffff; /* weiß - Rahmen um Bild */
	}

div#bildbox a:hover img {border: 2px solid #339966; } /* grün */
/* div#bildbox	a:visited { border: 2px solid #C0C0C0; }	/* grau- besuchte links */

div.beschreibung {
	margin: 2px;
	background-color: #202020;  /* d-grau */
	text-align: center;
	font-weight: normal;
	width: 150px;
	}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX    löschen    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */



#content table {  border: none; border-spacing: 2px; }

#content td img {  border: solid 3px #FFFFFF; }

#content img { margin: 0px 10px 0px 10px; }
/*
#content td {
/*	color: #F0F0F0; */

#content td {
/*	color: #F0F0F0; */
	background-color: #999999; 
	padding: 6px; 
	text-align: center; 
	vertical-align: middle;
	border: inset 15px; 		/* ridge */
	border-color: #F0F0F0 #222222 #222222 #F0F0F0;
}

#content td {color: #990000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; }

#tabelleninhalt1 {
		width: 250px; 
		text-align: center ;
		margin: 10px auto 10px auto ;
		padding: 0px 0px 0px 0px;
}


/* ---------------------------------footer bereich unten ------------       01.04.2011 */
div#footer{

	clear: both;  
	width: 990px; 
	margin: 1px auto 0px auto ;
	padding: 0px 0px 0px 0px;

/*	clear: both;  
	 width: 905px; 
	margin: 0px 0px 0px 46px;
	padding: 10px 0px 10px 0px; */
	border-top: 1px #990000 solid ;
	background: #202020;  
	font-family: "Times New Roman", Times, Serif;
	font-size: small;
	color: #FFF;
/*	display: inline;     	/* für IE 5/6 Doppel float margin Bug */ 
	}

div#footer p{
	text-align: center ;
	margin: 0;
	padding: 5px 10px;
	color: #CCCCCC;
	}

  /* linkfarbe (impressum) */
div#footer a {  
		font-family: Verdana, sans-serif; 
		font-size : 0.8em;
		font-weight: normal;
		text-align: center; 
		color:  #888888;
	}

/* *****************  footer impressum / rechtliches ******************* */

		font-family: Verdana, sans-serif; 
		font-size : 0.8em;
		font-weight: normal
		text-align: center; 
		color:  #888888;
	}

/* *****************  footer impressum / rechtliches ******************* */
div#footer_imp_recht {
	clear: both;  
/*	 width: 905px;  */
	height: 30px;
	margin: 1px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px #990000 solid ;
	background: #202020;  
	font-family: "Times New Roman", Times, Serif;
	font-size: x-small ;
	color: #FFF;
/*	display: inline;     	/* für IE 5/6 Doppel float margin Bug */ 
	}

div#footer_imp_recht p {
	text-align: center ;
	margin: 0;
	padding: 5px 10px;
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: x-small ;
	color: #CCCCCC;
	}
	
div#footer_imp_recht a:link {
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: xx-small;
	color:  #CCCCCC;    /* schrift grau - link farbe */
	text-decoration: none;
}

/* --------------------graustufen - info unter footer ---------- */

div#gr_stufen{
	clear: both;  
	width: 990px; 
	margin: 1px auto 0px auto ;
	padding: 0px 0px 0px 0px;
	border-left: 1px #990000 solid;
	border-right: 1px #990000 solid;
	border-bottom: 3px #990000 ridge;
	background: #202020;  
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;  
	font-size: small ; /* small; */
	color: #C0C0C0;
/*	display: inline;     	/* für IE 5/6 Doppel float margin Bug */ 
	}

div#gr_stufen p {
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
}

div#gr_stufen img {
	margin: 3px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

/* Copy h3 */
div#gr_stufen h3 {
		margin : 0px 0px 5px 0px;  
		padding-top : 25px;
		padding-bottom : 5px; 
		padding-left : 10px; 
		padding-right : 10px; 
		font-family: Verdana, sans-serif; 
		font-size : 0.8em;
		text-align: center; 
		color:  #991100;
}

div#gr_stufen h4 {
		margin : 5px 0px 0px 0px;  
		padding-top : 5px;
		padding-bottom : 5px; 
		padding-left : 10px; 
		padding-right : 10px; 
		font-family: Verdana, sans-serif;  
		font-size : 0.8em;
		text-align: center; 
		color:  #888888; 
}

/* -------------------- Zähler von t-online ----- */
div#zaehler {
	clear: both;
	width: 990px;
	height: 60px;
	margin-top: 20px;   /* Außenabstand oben */
	margin-right: auto ; /* Abstand rechts */
	margin-bottom: 20px;  /* Abstand unten */
	margin-left: auto;  /* Abstand links */		
} 

zaehler,table { float: left; }

/* Tabelle für Zähler von t-online */
.tabelle_zaehler {
	height: 30px;
	 border: 0; 
   	margin: 0px 0px 20px 0px;
	font-family: Verdana, sans-serif; 
	font-size: 1.0em;   
	font-weight: normal;
	color: #005a32;	
}


/* ------------------ seiteninfo ---------- */
div#seiteninfo{
	clear: both;
/*	width: 1000px;	*/
	width: 990px;
	margin-top: 20px;   /* Außenabstand oben */
	margin-right: auto ; /* Abstand rechts */
	margin-bottom: 10px;  /* Abstand unten */
	margin-left: auto;  /* Abstand links */		
} 

div#seiteninfo p{
	text-align: left ;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px;
	font-family: Verdana, Geneva, Tahoma, Sans-Serif; 
	font-size: 0.9em;
	color: #888888;
	}


/* ------------------ seiteninfo in impressum / rechtliches---------- */
div#seiteninfo_imp_recht {
	clear: both;  
/*	width: 1000px;	*/
	width: 990px;
	text-align: center ;
	margin-top: 20px;   /* Außenabstand oben */
	margin-right: auto ; /* Abstand rechts */
	margin-bottom: 10px;  /* Abstand unten */
	margin-left: auto;  /* Abstand links */		
} 

div#seiteninfo_imp_recht p {
	text-align: left ;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px;
	font-family: Verdana, Geneva, Tahoma, Sans-Serif; 
	font-size: x-small ;
	color:  #999999; 	
	}



/* ######### --- ENDE --- ################### */
