@charset "UTF-8";
/* CSS Document der Deutsch-Tadschikischen Gesellschaft e. V. */
/* Autorin: Karolina Fritz 2008/2009 */



body {
    margin: 0; 
	padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
	font-size: 100.01%;
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */

	}

/*-----LAYOUT ----------------------------------------------------------------------------*/

div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 740px;
	padding: 0;
	border: none;
  }
  
  * html div#Seite {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  
 /* +++++++++ Banner für die Home Seite +++++++++  */ 
 #header_home{
	 display:none;
 } 

 /* +++++++++ Banner für die Home Seite +++++++++  */ 
 #header_allg{
	 display:none;
 } 
 

/*------N A V I G A T I O N-------------------------------------------------------------------------*/

/*************************** M A I N   N a v i g a t i o n************************** */
  ul#Navigation {
	 display:none;
  }

  ul#Navigation li {
	 display:none;
  }
  
  ul#Navigation li.last {
	 display:none;
  }
 
  ul#Navigation span{
	 display:none;
  }


/*************************** S U B N a v i g a t i on ************************** */  
  ul#Navigation li ul {
	 display:none;
  }
  
  ul#Navigation li ul span{
	 display:none;
  }
  
  ul#Navigation li ul li {
	 display:none;
  }
  
  * html ul#Navigation li ul li {  /* Korrektur fuer IE 5.x */
	 display:none;
	}
	
/*************************** Pseudoklassen M A I N   N A V I  ************************** */  
  ul#Navigation a {
	 display:none;
  }
 
  ul#Navigation a:link {
	 display:none;
  }
  ul#Navigation a:visited {
	 display:none;
  }
  ul#Navigation a:hover {
	 display:none;
  }
  
  ul#Navigation a:active {
	 display:none;
  }

/*************************** Pseudoklassen S U B  N A V I  ************************** */  
   
 * html ul#Navigation li ul li a {
	 display:none;
  }
   
    ul#Navigation li ul li a {
	 display:none;
  }
  
  ul#Navigation li ul li a:link {
	 display:none;
  }
  
  ul#Navigation li ul li a:visited {
	 display:none;
  }
  
  ul#Navigation li ul li a:hover {
	 display:none;
  }
  ul#Navigation li ul li a:active {
	 display:none;
  }
  

/* +++++++++ 3. Navigationsebene / Breadcrumb ++++++++++++++++++++++++++++++++++++++  */ 

 #subnavi{
	 display:none;
	
}


/*************************** Box fuer Inhalt ************************** */  

  div#Inhalt {
    margin: 50px 0 0 60px; /**************************** Breite spielt mit Inhalt zusammen */
    padding: 0;
	border: none;
  }
  
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
 
  div#Inhalt p {
    margin: 0;
  }

/*************************** Fusszeile  ************************** */  

  div#footer {
	 display:none;
  }



/*------ALLGEMEINES-------------------------------------------------------------------------*/
/*tabelle, damit sie keine rahmen haben*/	
td { border: none;
	color: #333333;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 16px;
	margin: 0;
	padding:0;
	}

/* gegen linkrahmen im Firefox*/
.decoration {
	clear: left;
	border: none; } /*** fuer IE6 ***/
	
.rahmen{
	 display:none;
}

.rahmen_rot{
	 display:none;
}

.rot{ font-weight:bold; color:#C00; }

#linie{
	 display:none;
}	

.border{
	 display:none;
}

/* FORMULARE*/
.Button { 
	 display:none;
}
input, textarea { 
		font-size:9px; 
		font-family: "Lucida Grande", Arial, sans-serif; 
		font-weight:normal; color:#888;
		margin: 2px; }
	
		

	
/*------Content Boxen-------------------------------------------------------------------------*/
#wrapper {
	margin: 0;
	padding: 20px;
	border: none;
}

/* Box für linke Spalte - halbe Breite mit Linie links*/	
#content1{
	 display:none;

}	
/* Box für rechte Spalte - halbe Breite*/
#content2{
	 display:none;
}
	
/* Box für untere Spalte halbe Breite*/
#content3{
	 display:none;
}



/*------3-Spalige Inhalte---------------------------------*/

/* 1 S P A L T E*/
#spalte_1{
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	}

/* 2 S P A L T E*/
#spalten_2{
	text-align:left;
	width: 350px;
	margin: 0;
	padding: 0;
	float: left;
}


/* Breite  S P A L T E*/
#spalten_3{
	text-align: left;
	width: 560px;
	margin: 0;
	padding: 0;
}

#marginalspalte{
	margin: 0;
	padding: 0 0 0 30px;
	float: left;
	width: 180px;
	}
	
/*------*TYPO*-----------------------------------------------------------------------------*/
	
/*standard-text: hier werden die allgemeinen parameter für die texte definiert.
hier steht auch die Größe für alle text drin, deshalb muss die nicht noch einmal angegeben werden */
p {
	color: #333333;
	font-size: 10px;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
	line-height: 16px;
	padding-bottom: 10px;
}

.subnavi{
	color: #666666;
	font-size: 10px;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
	line-height: 16px;
	padding: 6px 0 4px 0;
	}

/*headline*/
.head {
	color: #003399;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}

/*headline*/
.subline{
	color: #003399;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
}

strong{ font-weight: bold; }


/*fuer alle auszeichungen die blau dargestellt werden sollen: Subline, Klammern, Active_Navigation*/
.klein{
	color: #333333;
	font-size: 9px;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
	line-height: 12px;
	padding-bottom: 1em; }
	
#h1{
visibility:hidden;
font-size:0px;
line-height:0px;
}	
	
/*---------------- L I S T E ------------------------------------------------------------*/	
	
#liste{
	color: #333333;
	font-size: 10px;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
	line-height: 16px;
	margin: 0;
	padding: 0 20px;
	list-style:none;
}
#liste li{
	padding: 0 0 5px 0; 
}

/*---------------- L I N K S ------------------------------------------------------------*/	


/*link: gilt fuer alle Links*/
a {
	color: #009900;
	text-decoration: none;
	border: none;
	outline: none;
	}	

a:link {
	color:#009900;
	text-decoration: none;
	border: none;
}

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

a:hover {
	color: #CC0000;
	text-decoration: none;
	border: none;
	}	
	
	
/*Link fuer Impressum*/	
.imprint{
	color:#CCCCCC;
	text-decoration: none;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, arial, sans-serif;
	font-size: 9px;
	border: none;
	}	

.imprint:link {
	color: #CCC;
	font-weight:normal;
	text-decoration: none;
	border: none;
	}

.imprint:visited { 
	color: #CCC;
	font-weight:normal;
	text-decoration: none;}

.imprint:hover {
	color: #FFF;
	font-weight:normal;
	text-decoration: none;}		
	

	
	
	
	
