@charset "utf-8";
/**
 * Usrulae Prangenberg
 * Heilpraktikerin
 * Main Stylesheet
 */
 
 @import url(reset.css);
 @import url(layout.css);
 
 /**
  * Klassen
  */
 .clear {
 	clear: both;
 }
 
 /**
  * Common HTML Elements
  */
 html, 
 body {
	 margin: 0;
	 padding: 0;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 background: #f8f3e7 url(../img/bg.gif) repeat-x top;
	 line-height: 1.8em;
	 color: #5b5b5b;
 }
 
 /* Block Elements */
 h1, h2, h3, h4, h5, h6, p, table, ul, dl, form, fieldset {
	 margin: 0 0 30px 0;
	 font-size: 12px;
	 font-family: Arial, Helvetica, sans-serif;
 }


 table {
    width: 100%;
}

 td, th {
	 font-size: 11px;
	 font-family: Arial, Helvetica, sans-serif;
         border-bottom: 1px #CCCCCC dashed;
         padding: 2px;
 }
 
 a {
	text-decoration: none;
	color: #92353e;
 }
 
 a:hover {
	color: #e1ca96; 
 }
 
 a img {
	border: none; 
 }
 
 h1 {
	 font-size: 36px;
	 line-height: 1em;
	 font-family: 'Old Standard TT', Arial, Helvetica, sans-serif;
	 color: #000;
	 padding: 30px 0 5px 0;
	 letter-spacing: -0.04em;
         font-weight: normal;
 }
 
 h2 {
	 font-family: 'Old Standard TT', Arial, Helvetica, sans-serif;
	 font-size: 25px;
	 letter-spacing: -0.04em;
         font-weight: normal;
 }
 
 h3 {
 	font-weight: bold;
	font-size: 1.5em;
 }
 
 h4, h5, h6 {
	font-weight: bold; 
 }

 ul {
 
 }
 
 ul li {
 	padding: 2px 0;
	border-top: 1px #bdbdbd solid;
 }
 
 #content ul li {
	background: url(../img/arrow.gif) no-repeat top left;
	padding: 2px 0 0 13px;
	border-top: none;
 }
 
 input {
 
 }
 
 input.checkbox {
 }
 
 input.radio {
 }

 strong {
     font-weight: bold;
}
em {
     font-style: italic;
}
 


