/*-------------------------------------------------------
	
	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;
}
.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;
	font-weight: normal !important;
}
a:hover {
	color: #0082C8;
}
a:visited {}
body, div, h1, h2, h3, h4, h5, h6, h7, h8, h9, p, td, li, span, input, textarea, select {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, Arial, Helvetica, sans-serif; 	
	font-size: 13px;
	line-height: 140%;
	color: #3C494E;
}
h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
div#layerContent h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	margin: 30px 0px 10px;
	padding: 0px;
	border-bottom: 4px solid #ECECEC;
}
div#layerContent h1.csc-firstHeader {
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif !important;
}
h2.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#layerContent p, div#layerContent p.bodytext {
	margin: 10px 0px;
}
div#layerContent p, div#layerContent p.bodytext {
	margin-top: 0px;
}
div#layerContent div.col2 p, div#layerContent form p, div.cnt1 p, div.cnt3 p {
	margin-bottom: 0px !important;
}
div#layerContent li {
	margin: auto;
	padding: auto;
	list-style-type: disc;
}
div#layerContent ul {
	margin-left: 15px;
	list-style-position: outside;
	margin-bottom: 10px;
}
div#layerContent p a {
	text-decoration: underline;
/*	background: url('../_img/nav/link1.gif') no-repeat center left;
	padding-left: 8px;
	background-color: red;
*/
}
div#layerContent p a:hover {
	text-decoration: underline;
}
span.noBgImg a, a.noBgImg {
	background-image: none !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
div.hinweis1 {
	border: 4px solid #B2B7B9;
	padding: 10px 10px 0px;
	margin-bottom: 10px;
}
/*-------------------------------------------------------

	News
	
-------------------------------------------------------*/
div.news-list-item {
	margin: 5px 0px;
	padding: 10px;
	background-color: #ececec;
}
div.news-list-container {
	border-top: 4px solid #bbb;
	border-bottom: 4px solid #bbb;
}

div.news-list-browse {
}
div.news-list-item div.news-author p, div.news-list-item div.news-list-date, div.news-single-item div.news-author p, div.news-single-item div.news-list-date, div.news-latest-item div.news-author p, div.news-latest-item div.news-list-date {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
div.news-list-item h3, div.news-single-item h3, div.news-latest-item h3 {
	margin-bottom: 10px !important;
	font-weight: normal !important;
	margin-top: 10px !important;
	padding-top: 10px !important;
	border-top: 1px solid #bbb;
}
div.news-single-item h3, div.news-list-item h3 a {
	font-size: 20px !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
div.news-list-item p.bodytext, div.news-list-item div.news-list-morelink, div.news-latest-item p.bodytext, div.news-latest-item div.news-list-morelink {
	display: inline;
}
div.news-list-item div.news-keywords {
	display: block;
	font-size: 10px;
	font-weight: bold;
}
div.news-list-browse {
	margin: 10px 0px;
}
table.browseBoxWrap {
	width: 100%;
}
table.browseBoxWrap td.col2 div.right {
	float: right;
}
table.browseBoxWrap td a, table.browseBoxWrap td span {
	display: block;
	float: left;
	padding: 2px 6px;
	background-color: #DDD;
	margin: 2px;
	text-align: center;
}
div.news-single-item {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	border-top: 4px solid #bbb;
}
div.news-latest-item {
	padding: 10px;
	margin-bottom: 4px;
	background-color: #ececec;
}
div.news-latest-item div.news-author p, div.news-latest-item div.news-list-date, div.news-single-item div.news-keywords {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
}
/*-------------------------------------------------------

	Tabellen
	
-------------------------------------------------------*/
table.timeTable {
	width: 100%;
	margin: 0 0 20px 0;
}
table.timeTable th {
	border-bottom: 4px solid #bbb;
	padding-bottom: 10px;
	text-align: left;
}
table.timeTable td {
	font-size: 11px;
	padding-top: 5px;
}
table.timeTable tr.tr-even td {
	border-bottom: 1px solid #bbb;
	padding-bottom: 5px;
}
/*-------------------------------------------------------

	Formulare
	
-------------------------------------------------------*/