@charset "utf-8";


/* ===================================
Stylesheet BERLIN TOUR AND GUIDE
 
Datei: glossar.css 
Datum: Feb. 2009
Autor: Peter J. Kahler

Aufbau: 1. Layout-Bereiche
		2. Navi
       
=================================== */


/* ==================================
   1. Styles für Layoutbereiche 
   =============================== */   
   
   
 h1 { font-size: 102%;}

   
.main #mainContent_glossar {
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #df6b44;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #df6b44;
	background-image:url(../pix_design/BG_glossar3.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 68%;
	margin: 20px 118px 30px 150px;
	padding: 10px 112px 0px 100px;
	text-align: justify;
	
	
	/*height: 400px;

	overflow-y:scroll;
	
scrollbar-face-color: #BBBBBB; scrollbar-shadow-color: #DDDDDD;
scrollbar-highlight-color: #222555; scrollbar-3dlight-color: #DDDDDD;
scrollbar-darkshadow-color: #222555; scrollbar-track-color: #222555;
scrollbar-arrow-color: #222555*/

} 

.main #mainContent_glossar2 {
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #df6b44;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #df6b44;
	background-image:url(../pix_design/BG_glossar3.gif);
	background-repeat: no-repeat; 
	background-position: right bottom;
	
	
	font-size: 68%;
	
	margin: 20px 118px 30px 150px;
	padding: 10px 112px 0px 100px;
	
} 



.main #mainContent_glossar2 a {
	text-decoration: none;
	font-weight:bold;
	
	color: #333;
}

.main #mainContent_glossar2 a:hover {
	font-weight:bold;
	color: #F63;
}

.main #mainContent_glossar a {
	text-decoration: none;
	font-weight:bold;
	
	color: #333;
}

.main #mainContent_glossar a:hover {
	font-weight:bold;
	color: #F63;
}

#pix {
	float:left;
	margin-right: 20px;
	margin-bottom: 3px;
	padding-top: 2px;
	
	
	}

/* ==================================
   1. Styles für Navi 
   =============================== */   
   
#navi_glossar {
	
	position: absolute;
	text-align: left;
	left: 240px;
	top: 260px;
	width:500px;
	height:14px;
	color: black;
	
	
	
	padding: 0px 5px 0px 5px;
}

ul#navi_glossar_ul {
	color: black;
	margin: 0px;
	padding: 0px 5px 2px 5px;
 }


ul#navi_glossar_ul li {

   display: inline;
   list-style-type: none;
   padding: 0;
   margin: 0 ;
}

#navi_glossar_ul a,
#navi_glossar_ul strong {
	text-decoration:none;
	color: #333;
	background-color: #CCC;
	font-weight: bold;
	font-size: 9px;
	letter-spacing: 1px;
	padding:  0px 6px 1px 6px;
	border-left: 1px solid #FFF;
}

#navi_glossar_ul a:hover,
#navi_glossar_ul a:focus,
#navi06 strong, 
#navi07 strong,
#navi08 strong,
#navi09 strong,
#navi10 strong,
#navi11 strong,
#navi12 strong,
#navi13 strong{
	color: #F63;
	border-left: 1px solid #333;
	font-weight: bold;
   
   
  
  
}  


.navi strong
{
	color: #F63;
	border-left: 1px solid #333;
	font-weight: bold;
   
}  


#navi_glossar_ul a:active { 
   color: black;
   background-color: #CCC ; 
}



/* ==================================
   ENDE DES STYLESHEETS 
   =============================== */   

