/* Project: HMBO-Webdesign css - Allgemeine Vorlage" 
 * File:    hmbo_webdesign.css
 * @copyright	Copyright 2010, Harald K.Markus
 * @author		Harald K.Markus
 * @link		  http://www.hmbo.de                              
---------------------------------------------------------------
				Import von weiteren CSS Dateien
--------------------------------------------------------------*/  
@import url(hmbo_schriften.css);  /*-- Schriften  --*/
@import url(hmbo_layout.css);     /*-- Layout     --*/
@import url(hmbo_Kontakt.css);    /*-- Kontakt    --*/
@import url(hmbo_navigation.css); /*-- Navigation --*/
@import url(hmbo_kopf.css);       /*-- Kopf       --*/
@import url(hmbo_fuss.css);       /*-- Fuss       --*/
 
/*-------------------------------------------------------------
				RESET für die Browser
--------------------------------------------------------------*/
* {
  padding: 0;                 /* innenabstand */
  margin: 0;                  /* aussenabstand */
  font-size: 100.01%;         /* schriftgrösse */
  font-weight: normal;        /* schriftsärke */
  }
ul,                         /* ungeordnette Listen */
ol {                        /* geordnette Listen */
  list-style: none;
  }
b,                          /* HTML Schriftart */
strong {
  font-weight: bold;
  }
img,                        /* Bilder ohne Rahmen */
a img {
  border: none;
  }

/*-------------------------------------------------------------
				ALLGEMEIN 
--------------------------------------------------------------*/

p {
  margin-bottom: 20px;
}
p.news {
  font-size: 0.9em;
}
.datum {
  display: block;
  color: #e35700;
  font-weight: bold;
}
.firmenmotto {
  padding: 20px 0 0 70px;
  }
.teaser {
  color: #e35700;
  font-weight: bold;
}
/*-------------------------------------------------------------
				Links 
--------------------------------------------------------------*/


ul li {
list-style-type: none;
color:#434343;
}

li a:link, a:visited,  a:active {
border-bottom: dashed 0px #C2631D;
text-decoration:none;
}

li a:hover { 
background:TRANSPARENT;
color:#3333FF;
text-decoration:none;;
}

















