/* CSS Document
FACT | Frauen aktiv contra Tabak e.V.

Stand: Februar 2009
 */

	*	{
		margin: 0px;
		padding: 0px;
		}
		
	body	{
			text-align: center;
			}
			
	#box 	{
			position: relative;
			width: 800px;
			text-align: left;
			margin: 0px auto;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #6B6563;
			background-color: #FFF;
			border-left: #ccc solid 1px;
			border-right: #ccc solid 1px;
			}
			
	* html #box {
			width: 805px;
			}
			
/*header*/	

	#header	{
			width: 800px;
			height: 240px;
			background-image: url(../img/titel.jpg);
			background-repeat: no-repeat;
			background-position: bottom;
			margin-bottom: 10px;
			}
			
			
/*navigation*/
						
	#navigation	{
			width: 200px;
			float: left;
			}
			
	#navigation ul 	{
			margin-left: 7px;
			}

	li 		{
			letter-spacing: 1px;			
			font-style: normal;
			list-style-type: none;			
			}
			
	#navigation a:link, #navigation a:visited	
			{
			display: block;
			width: 145px;
			padding: 3px;
			padding-left: 15px;
			text-decoration: none;
			color: #6B6563;
			}			
		
	#navigation a:focus, #navigation a:active, #navigation a:hover								
			{
			text-decoration: underline;
			}
			
	#startseite_active {
			background-image: url(../img/navi_startseite.jpg);
			background-position: left;
			background-repeat: no-repeat;
			}
			
	#information_active {
			background-image: url(../img/navi_informationen.jpg);
			background-position: left;
			background-repeat: no-repeat;
			}
			
	#aktuelles_active {
			background-image: url(../img/navi_aktuelles.jpg);
			background-position: left;
			background-repeat: no-repeat;
			}
			
	#mitgliedschaft_active {
			background-image: url(../img/navi_mitgliedschaft.jpg);
			background-position: left;
			background-repeat: no-repeat;
			}
			
	#gruendungsmitglieder_active {
			background-image: url(../img/navi_gruendungsmitglieder.jpg);
			background-position: left;
			background-repeat: no-repeat;
			}
			
	#satzung_active {
			background-image: url(../img/navi_satzung.jpg);
			background-position: left;
			background-repeat: no-repeat;
			}
			
	#links_active {
			background-image: url(../img/navi_links.jpg);
			background-position: left;
			background-repeat: no-repeat;
			}
			
	#impressum_active {
			background-image: url(../img/navi_impressum.jpg);
			background-position: left;
			background-repeat: no-repeat;
			}		
			
/*content*/


	#content	{
			width: 580px;
			margin-left: 200px;
			margin-top: px;
			margin-bottom: 30px;
			border-left: #ccc dotted 1px;
			}
			
	* html #content {
			position: relative;
			left: -3px;
			}

/*Überschrift*/		
	h2  	{
			font-size: 16px;
			font-weight: bold;
			letter-spacing: 1px;
			display: block;
			width: 564px;
			padding: 2px;
			padding-left: 10px;
			padding-top: 10px;
			margin-bottom: 25px;
			margin-left: 15px;
			background-color: #81bddf;
			color: #FFF; 
			}
			
	#greenbox {
			width: 576px;
			background-color: #99cc33;
			margin-left: 15px;
			margin-bottom: 50px; 
			}
			
	#zitat	{
			color: #FFF;
			font-weight: bold;
			font-size: 13px;
			padding: 15px;
			}
	.zitat	{
			color: #FFF;
			font-weight: bold;
			font-size: 13px;
			padding: 15px;
			}
			
	#zitatinfo {
			color: #FFF;
			font-size: 13px;
			padding: 15px;
			}
	.zitatinfo {
			color: #FFF;
			font-size: 13px;
			padding: 15px;
			}
		
	h1		{
			width: 546px;
			font-size: 13px;
			font-weight: bold;
			padding-left: 15px;
			color: #FFF;
			line-height: 130%;
			}
			
	#leerzeile {
			line-height: 50%;
			}
	.leerzeile {
			line-height: 50%;
			}
			
	h3		{
			width: 546px;
			font-size: 13px;
			font-weight: bold;
			padding: 15px;
			background-color: #99cc33;
			color: #FFFFFF;
			line-height: 130%;
			margin-left: 15px;
			margin-bottom: 50px; 
			}
			
	h4		{
			font-size: 12px;
			font-weight: bold;
			margin-left: 15px;
			}
				
	p		{
			padding-bottom: 25px;
			padding-left: 15px;
			padding-right: 10px;
			line-height: 150%;
			}
			
	#content ul {
			margin-top: 15px;
			margin-bottom: 50px;
			margin-left: 50px;
			}
			
	#content li {
			padding-left: 8px;
			padding-top: 10px;
			padding-right: 10px;
			list-style-type: disc;
			letter-spacing: normal;
			line-height: 150%;
			}
			
	#dbdd 	{
			margin-left: -7px;
			}
			
	#ol_satzung {
			margin-bottom: 10px;
			}
			
	#ol_satzung li {
			margin-left: 50px;
			padding-left: 5px;
			padding-top: 2px;
			padding-right: 5px;
			list-style-type: decimal;
			}
			
	#ol_unterpunkte {
			
			}		
			
	#ol_unterpunkte li {
			margin-left: 8px;
			padding-left: 5px;
			padding-top: 2px;
			padding-right: 5px;
			list-style-type: lower-alpha;
			}
			
	#content a {
			text-decoration: underline;
			color: #6B6563;
			}
			
	#mitgliedschaftsantrag {
			padding: 5px;
			text-decoration: none;
			margin-left: 15px; 
			}
			
	#hidden {
			color: #FFF;
			}
			
	.anfang {
			display: block;
			width: 20px;
			height: 20px;
			background-image: url(../img/pfeil.jpg);
			background-repeat: no-repeat;
			border-color: #FFFFFF;
			text-decoration: none;
			margin-left: 16px;
			}			
		
/*footer*/
		
	#footer	{
			text-align: left;
			width: 800px;
			height: 30px;
			clear: left;
			border-top: 1px dotted #ccc;
			border-bottom: 1px solid #ccc;
			background-color: #FFF;
			}
		
	#footer p {
			display: inline;
			padding-top: 8px;
			padding-left: 15px;
			margin-right: 128px;
			}
			
	#footer a:link, #footer a:visited  {
			text-decoration: none;
			color: #6B6563;
			}
			
	#footer a:active, #footer a:hover  {
			text-decoration: underline;
			color: #6B6563;
			}
