/*-------------------------------------------------------
	
	styles.css
	
	- Schriftgr��en, -farben, Formatierungen
	  sonstiger HTML-Elemente au�er
	- Formatierungen von DIVs, die f�r das 
	  Layout/Raster verwendet werden, befinden 
	  sich in der Datei layout.css

-------------------------------------------------------*/
/*-------------------------------------------------------
	
	mit der csshover.htc bekommen wir den IE dazu, :hover
	nicht nur auf a-Elemente anzuwenden
	
-------------------------------------------------------*/
body {
	behavior:url(/_js/csshover.htc);
}
/*-------------------------------------------------------
	
	Allgemeines und Grunds�tzliches
	
-------------------------------------------------------*/
html, body {
	width: 100%;
	height: 100%; 
	margin: 0px;
	padding: 0px;
	background: #B5B5B5 url(../_img/bg/bg01.jpg) repeat-x;
}
.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;
}
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;
}
/*-------------------------------------------------------
	
	Diverse Dinge
	
-------------------------------------------------------*/
a {
	color: #004E78;
}
a:hover {
	color: #0082C8;
}
a:visited {}
body, div, h1, h2, h3, h4, h5, h6, h7, h8, h9, p, td, li, input, textarea, select {
	font-family: Arial, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif; 	
	font-size: 12px;
	line-height: 130%;
}
h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
div#layerContentMainColMain h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 10px;
}
div#layerContentMainColMain h1.csc-firstHeader {
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
hr {
	background-color: #ddd; 
	color: #ddd;
	border: 0;
	height: 1px; 
	margin: 10px 0px 20px 0px;
}
div#layerContentMainColMain p {
	padding-bottom: 10px;
}
div.csc-textpic-imagewrap dl {
	margin: 0px !important;
	padding: 0px !important;
}
div.csc-textpic-imagewrap dl.csc-textpic-firstcol {
	padding-right: 10px !important;
}
div.csc-textpic-imagewrap dt {
	margin: 0px !important;
	padding: 0px !important;
}
div.csc-textpic-imagewrap img {
}

/*
div.csc-textpic {
	padding: 0px !important;
	margin: 0px !important; 
}
div.csc-textpic-center {
}
div.csc-textpic-above {
}
div.csc-textpic-imagewrap {
}
*/

/*-------------------------------------------------------

	Tabellen
	
-------------------------------------------------------*/
/*-------------------------------------------------------

	Listen
	
-------------------------------------------------------*/

div#layerContentMainColMain ul {
	margin-bottom: 10px;
}


/*-------------------------------------------------------

	Formulare
	
-------------------------------------------------------*/