/*
	galerie_web_div.css
	#####################
	Updated: 18. Oktober 2007
*/

/* ### Hintergrundfarbe + Abstand ################################################################## */
/* Wichtig, dem body immer margin + padding 0 zuweisen, kein Browserrand #####*/

html, body {
	background:white;
	margin:0px;
	padding:0px;
}

/* margin:xy steht fÙr Zeilenabstand!!!! #####*/

p { 
	margin:0px;
	margin-bottom:3px; /* die untere Angabe hebt quasi die obere wieder auf. #####*/
	}

* html p { 
	margin-bottom:2px; /* Hack, nur wenn IE6 falsch anzeigt. Wichtig, nur eine der Sternchen Angaben verwenden.  ( #####*/
}


/* ### Text ################################################################## */

.copy_bold {
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	margin-bottom:1px;
	margin-top:5px;
	vertical-align:text-top;
}

.copy_bold_orange {
	font-family: Arial, Helvetica, sans-serif;
	color:#f29400;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	margin-bottom:0px;
	vertical-align:text-top;
}

.copy_bold_grau {
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	margin-bottom:0px;
	vertical-align:text-top;
}

.copy {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	line-height:14px;
	vertical-align:text-top;
}

.copy_kursiv {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	line-height:14px;
	vertical-align:text-top;
	font-style: italic;
}
.copy_kursiv_kl {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:11px;
	line-height:12px;
	vertical-align:text-top;
	font-style: italic;
}
.copy_linie {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:12px;
	line-height:14px;
	vertical-align:text-top;
}
.copy_kl {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:11px;
	line-height:12px;
	vertical-align:text-top;
}
.copy_kl_aktiv {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:11px;
	line-height:12px;
	vertical-align:text-top;
}

/* ### Text aktiv ################################################################## */

.navi_gr_inaktiv {
	display:none;
}
.navi_gr_aktiv {
	display:none;
}

.navi_gr_strich {
	display:none;
}
/* ########################## */
.navi_kl_inaktiv {
	display:none;
}
.navi_kl_aktiv {
	display:none;
}
.navi_kl_strich {
	display:none;
}


/* Container ################################################################## */


/* Elternelement1  ## */
#box {
	background-color:white;
	width:836px;	
	height:1150px;
	margin:0px;
	padding:0px;
	text-align:left;
	overflow:hidden;
}

#logo {
	display:none;
}
#navi_oben{
	display:none;
}

/* Elternelement2  ## */

#content {
	background-color:white;
	width:836px;	
	height:1150px;
	text-align:left;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
		

/* Durch "float" wir nächster container "grau" ausgehend von Elternelement "content" neben "text-box" gerückt  ## */

#text_box {
	position:relative;
	background-color: transparent;
	width:353px;	height:1150px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
	text-align:left;
	float:left;
  	scrollbar-base-color:#eceded;
  	scrollbar-3d-light-color:#eceded;
  	scrollbar-arrow-color:#CCCCCC;
  	scrollbar-darkshadow-color:#eceded;
  	scrollbar-face-color:#f0f0f1;
  	scrollbar-highlight-color:#CCCCCC;
  	scrollbar-shadow-color:#CCCCCC; 
  	scrollbar-track-color:#f0f0f1;
}

/* Für IE Scrollbar
scrollbar-base-color = Basisfarbe der Scroll-Leiste
scrollbar-3dlight-color = Farbe für 3D-Effekte
scrollbar-arrow-color = Farbe für Verschiebepfeile
scrollbar-darkshadow-color = Farbe für Schatten
scrollbar-face-color = Farbe für Oberfläche
scrollbar-highlight-color = Farbe für oberen und linken Rand
scrollbar-shadow-color = Farbe für unteren und rechten Rand
scrollbar-track-color = Farbe für freibleibenden Verschiebeweg
## */


* html #text_box { 
	margin-left:0px; /* Hack für IE6, überschreibt "text-box", flasche Anzeige IE6 wird korrigiert. Wichtig, nur eine der Sternchen Angaben verwenden.  ## */	
}


/* Blöcke für einteiliges Layout  ## */
/* Wichtig: padding links/rechts von der Gesamtbreite abziehen (also 269pxGesamtbreite-15px-8px, 355-15px)  ## */
/* Textabstände zum Rand werden über padding gelöst  ## */

#text {
	position:relative;
	background-color: white;
	width:343px;	
	height:1150px;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	margin:0px;
	text-align:left;
	overflow: hidden;
}

* html #text { 
	width:353px; /* Hack für IE6 .  ## */
	height:1150px; /* Hack für IE6. ## */	
}

/* Blöcke für zweiteiiges Layout  ## */
/* Höhe 125-15=110  ## */
#text_teil1 {
	display:none;
}

* html #text_teil1 { 
	display:none;
}

/* Höhe 230-15=215  ## */
#text_teil2 {
	position:relative;
	background-color: white;
	width:343px;	
	height:1150px;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	margin:0px;
	text-align:left;
	overflow: hidden;
}

* html #text_teil2 { 
	width:353px; /* Hack für IE6 .  ## */	
	height:1150px; /* Hack für IE6. ## */	
}

#text_navi {
	display:none;
}

* html #text_navi { 
	display:none;
}

#grauer_balken {
	background-color:white; 
	width:483px;	
	height:1150px;
	text-align:left;
	padding:0px;
	overflow:hidden;
}

#bild {
	background-color:white; 
	width:483px;	
	height:1150px;
	text-align:left;
	margin-top:0px;
	margin-left:0px;
	padding:0px;
	overflow:hidden;
}

#bild_nr_leer { /* Achtung, DW aktzeptiert display:block angaben nicht und setzt in properties-leiste manuelle Angaben.  ## */
	display:none;
}

#bild_nr { /* Achtung, DW aktzeptiert display:block angaben nicht und setzt in properties-leiste manuelle Angaben.  ## */
	display:none;
}


#navi_unten_li {
	display:none;
}
* html #navi_unten_li { /* Hack für IE6 .  ## */
	display:none;
}

#navi_unten_re {
	display:none;
}

* html #navi_unten_re { /* Hack für IE6 .  ## */
	display:none;
}
