/*######################################################################################
  
  Stylesheet für Textformatierung mit Verknüpfung zum Hauptdokument
  Datei: screen_text.css
  Stand: 03.04.09
  Autor: Wolfgang Schlotmann
  Firma: Schlotmann-Design
  
  
  Projekt: "Ankumer Reisebüro"
  Stand:   03.04.09

  
  
  INHALT -------------------------------------
  1. Standardformatierungen
  2. Überschriften
  3. Text
  4. Listen
  5. Linkstyles
    5.1 Standardformat
	5.2 Sidebar
	5.3 Footer
	5.4 Hyperlinks
  6. Navigation
  7. Sonderformate
    
  --------------------------------------------
	                           
 ####################################################################################### */ 


@media screen {


/* =====================================================================================
   1. Standardformatierungen
   ===================================================================================== */


body {
	font-family: Tahoma, sans-serif;
	font-size: 1em;
}



/* =====================================================================================
   1. Standardformatierungen ENDE
   ===================================================================================== */



/* =====================================================================================
   2. Überschriften
   ===================================================================================== */


h1, h2, h3, h4, h5, h6 {
	color: #3A570F;

}


/* h1 ---------------------------------------------------------------------------------- */


h1 {
	margin-bottom: 8px;
	font-size: 140%;	               /* padding erforderlich für korrektes Rundboximage */
	color: #000066;
	padding-left: 10px;
}


	 
	 /* Sidebar */
	 
     .sidebar_content h1 {
          font-size: 110%;             /* padding erforderlich für korrektes Rundboximage */
     }

	 
     #Angebot h1 {
	font-size: 130%;
	padding-top: 60px;
	text-align: left;
	padding-left: 245px;
     }
	 
	 
 

#formular h1 {
	margin-bottom: 4px;
	font-size: 124%;	
	text-align: left;	                /* padding erforderlich für korrektes Rundboximage */
}

	 
/* h1 ENDE ----------------------------------------------------------------------------- */	 


/* h2 ---------------------------------------------------------------------------------- */


h2 {
	font-size: 114%;
}

 #Angebot h2 {
	font-size: 95%;
	padding-right: 70px;
	text-align: left;
	padding-left: 247px;
	color: #000066;
	font-weight: bold;
	padding-bottom: 8px;
     }

 



/* h2 ENDE ----------------------------------------------------------------------------- */


/* h3 ---------------------------------------------------------------------------------- */


h3 {
	font-size: 130%;
	font-weight: bold;
}


#Preisschild_1 h3{
	font-size:1em;
	color:#FFFFFF;
	padding-top: 90px;
	padding-left: 100px;
}

/* h3 ENDE ----------------------------------------------------------------------------- */


/* h4 ---------------------------------------------------------------------------------- */


h4 {
	font-size: 102%;
	font-weight: bold;
}


/* h4 ENDE ----------------------------------------------------------------------------- */


/* h5 ---------------------------------------------------------------------------------- */



	
/* h5 ENDE ----------------------------------------------------------------------------- */


/* =====================================================================================
   2. Überschriften ENDE
   ===================================================================================== */




/* =====================================================================================
   3. Text
   ===================================================================================== */
 
 
/* Standardformate --------------------------------------------------------------------- */


#content p {
	font-size:0.8em;
	color:#333;
	font-weight: bold;
	padding-left: 20px;
}


#page p {
	font-size:0.9em;
	padding-left: 12px;
	line-height: inherit;
	letter-spacing: 0.1em;
	padding-right: 30px;
	padding-top: 4px;
}


#Angebot p{
	font-size:0.9em;
	color:#333333;
	padding-left: 247px;
	padding-right: 70px;
	vertical-align: bottom;
	font-weight: bold;
}



	 
#footer p, #footer_startseite p {
	text-align:left;
	font-size:60%;
	margin:0;
}
  
  
#formular p {
     font-size:.8em;
     color:#333;
     text-align:left;
     margin:1px 1px 1px 1em;
}
 

/* Standardformate ENDE ---------------------------------------------------------------- */


/* =====================================================================================
   3. Text ENDE
   ===================================================================================== */



/* =====================================================================================
   4. Listen
   ===================================================================================== */


/* Standardformat ---------------------------------------------------------------------- */


ul, ol {
	list-style-type: disc;
	word-spacing: 0.2em;
}


/* Standardformat ENDE ----------------------------------------------------------------- */


/* Sidebar ----------------------------------------------------------------------------- */


/* Sidebar ENDE ------------------------------------------------------------------------ */


/* =====================================================================================
   4. Listen ENDE
   ===================================================================================== */



/* =====================================================================================
   5. Linkstyles
   ===================================================================================== */


/* 5.1 Standardformat ------------------------------------------------------------------ */


p a {
	color: #3A570F;
}


p a:hover {
	text-decoration: none;
}

/*Email*/
.content td a.Link_email {
	list-style-image:none;
	padding-left:2em;
	text-decoration: underline;
	font-weight: bold;
	background-image: url(../../Standardbullets/email.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	font-size: 88%;
	color: #003399;
    }


.content td a.Link_email:hover {
	list-style-image:none;
	padding-left:2em;
	background: url(../../Standardbullets/email.gif) no-repeat 1px 2px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 88%;
	color: #993300;
    }

/* 5.1 Standardformat ENDE ------------------------------------------------------------- */



/* 5.2 Sidebar ------------------------------------------------------------------------- */


     .AccordionPanelContent li a {
	     font-size: 0.8em;
	     color: #004d4d;
	     display: block;
	     padding: 8px 0 8px 5%;
	     text-decoration: none;
	     width: 95%;
     }


     .AccordionPanelContent li a:hover {
	background-color: #CCCCCC;
	color: #004D4D;
	font-weight: bold;
     }


/* 5.2 Sidebar ENDE -------------------------------------------------------------------- */


     
/* 5.3 Footer -------------------------------------------------------------------------- */


     #footer a, #footer_startseite a{
	     color: #999999;
	     font-size: 80%;
	     font-weight: bold;
    }
	
	
     #footer a:hover, #footer_startseite a:hover {
	     color: #006600;
	     background-color: transparent;
	     font-weight: bold;
	 }


     #footer .active a, #footer_startseite .active a {
	     color: #990000;
     }


/* 5.3 Footer ENDE --------------------------------------------------------------------- */


/* 5.4 Hyperlinks ---------------------------------------------------------------------- */



/* 5.4 Hyperlinks ENDE ----------------------------------------------------------------- */


 
/* =====================================================================================
   6. Navigation
   ===================================================================================== */
   

 
 
 /* =====================================================================================
   6. Navigation ENDE
   ===================================================================================== */
   
   
 
/* =====================================================================================
   7. Sonderformate
   ===================================================================================== */


.smallfont {
	     font-size:85%;
         display:block;
         text-align:justify;
         word-spacing:.2em;
         padding-bottom:1.8em;
         margin:1em 1.2em 0em 0em;
     }





/* =====================================================================================
   7. Sonderformate ENDE
   ===================================================================================== */  
   
   
/* ENDE STYLESHEET */

} /*Ende media - nicht löschen!

