/*-------------------------------------------------------
	
	styles.css
	
	- Schriftgroessen, -farben, Formatierungen
	  sonstiger HTML-Elemente ausser
	- Formatierungen von DIVs, die fuer das 
	  Layout/Raster verwendet werden, befinden 
	  sich in der Datei layout.css

-------------------------------------------------------*/
/*-------------------------------------------------------
	
	mit der csshover.htc bekommen wir die alten IE dazu, 
	:hover nicht nur auf a-Elemente anzuwenden
	
-------------------------------------------------------*/
body {
	behavior:url(../_js/csshover3.htc);
}
/*-------------------------------------------------------
	
	Allgemeines und Grundsaetzliches
	
-------------------------------------------------------*/
html, body {
	width: 100%;
	height: 100%; 
	margin: 0px;
	padding: 0px;
}
body {
}
.clearFloat {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
table, tbody, tr {
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
td {
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9, p {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a:active { 
	text-decoration:expression(hideFocus='true'); 
}
:focus {
	-moz-outline-style: none; 
}
form { 
	margin: 0px;
	padding: 0px;
}
/*-------------------------------------------------------
	
	Layout usw.
	
-------------------------------------------------------*/
/*-------------------------------------------------------
	
	Diverse Dinge
	
-------------------------------------------------------*/
a {
	color: #000;
	text-decoration: ;
}
a:hover {
}
a:visited {}
body, div, h1, h2, h3, h4, h5, h6, h7, h8, h9, p, td, li, input, textarea, select, button {
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 14px;
	line-height: 150%;
	color: #333;
}
h1 {}
h2 {}
h3 {}
hr {}
/*-------------------------------------------------------

	Tabellen
	
-------------------------------------------------------*/
/*-------------------------------------------------------

	Listen
	
-------------------------------------------------------*/
/*-------------------------------------------------------

	Sitemap

-------------------------------------------------------*/
/*-------------------------------------------------------

	Formulare
	
-------------------------------------------------------*/
/*-------------------------------------------------------

	Rahmen
	
-------------------------------------------------------*/
/*-------------------------------------------------------

	Googlemap
	
-------------------------------------------------------*/
/*-------------------------------------------------------

	Imageboxes

-------------------------------------------------------*/
/*-------------------------------------------------------

	Newslisten
	
-------------------------------------------------------*/
/*-------------------------------------------------------

	SHOW-HIDE
	
-------------------------------------------------------*/
/*-------------------------------------------------------

	NOJS/NOFlash
	
-------------------------------------------------------*/