/* ===============================================
   Allgemeine Stylesheets
	 Media:  all
	 Datei:  basic.css
	 Site:   http://localhost/templateseite
	 Datum:  2011-04-28
	 Autor:  Dr. Olaf Anderßon
	 Aufbau: 1. Kalibrierung und Restauration
	         2. Sonstige Styles
================================================ */

/* ====================================== 
  1. Kalibrierung und Restauration
  ====================================== */

/* optional: erzwingt Scrollbar im Firefox */
html { height: 100%; margin-bottom: 1px; }
h2, p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; } 

/* hier ggfs. Abstände für weitere Elemente restaurieren */
iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

th {
	text-align:center;
}

img {
	border: 0px;
}

/* ====================================== 
  2. Sonstige Styles 
  ====================================== */
  
/* Layout für Kalender-Button */ 
.calButton {
	cursor: pointer; 
	border:none;
	padding:1px;
	vertical-align:top;
}

