/*
	www.uebergebuehr.de
	css-file

	@title		screen.css
	@author		Andreas Schaeffer
	@lastchange	20-Feb-2008
	@description	CSS-Datei von uebergebuehr.de und seinen Länderseiten
	@version	3

Farbe		R	G	B	Hex		Verwendung
==================================================================================
Orange		255	130	10	ff830b		Ueberschrift, Wichtig, Logo
Orange Hell				ffd37b		Helle Hintergruende
Grau		248	248	248	f8f8f8		Hintergrund von Elementen
Grau		238	238	238	e6e9e8		Hintergrund Website
Grau		220	220	220	dbdbdb		Umrandung von Boxen
Grau		169	169	169	a7a9ac		Helle Schrift, Trennstrich
Grau		101	101	101	666666		Schrift, Links
Weiss		255	255	255	ffffff		Hintergrund von Boxen

*/


/* ##### TAGS ##### */

body {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	background-color: #e6e9e8;
}

h1 {
	font-size: 16pt;
	color: #666666;
	line-height: 20pt;
}


h1 a {
	font-size: 16pt;
	color: #666666;
	line-height: 20pt;
	text-decoration: none;
	border-bottom: 2px solid #ff830b;;
}


h2 {
	font-size: 16px;
	font-weight: bold;
}

h2 a {
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #ff830b;;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

h3 a {
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ff830b;;
}

h4 {
	font-size: 11px;
	font-weight: bold;
}

h4 a {
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ff830b;;
}

h5 {
	font-size: 10px;
	font-weight: bold;
}

h5 a {
	color: black;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ff830b;;
}

a {
	color: #5d5d5d;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: 0px solid transparent;
}

input {
	/* border-top: 1px solid # */
}

input:focus,textarea:focus {
	background-color:#ffd37b;
}

fieldset, input, textarea {
	border: thin solid #a7a9ac;
}

form h3 {
	clear: both;
	display: block;

/*	background-color: #ff830b; */
/*	margin-left: 30px; */
/*	margin-right: 30px; */
/*	padding-left: 10px; */
}


/* ##### IDs ##### */

/* ### Hauptstruktur der Seite ### */

#page { 
	margin: 10px;
	width: auto;
	font: 9pt Arial, Verdana, sans serif;
	line-height: 11pt;
}

#page-header { 
	background: #ffffff url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/backgrounds/page-header.jpg") no-repeat top left;
	margin: 0px;
	width: 961px;
	height: 91px;
}

#page-left {
	clear: left;
	float: left;
	margin-top: 10px;
	width: 156px;
	overflow: hidden;
}

#page-middle {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	width: 661px;
	overflow: visible;
}

html* #page-middle {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	width: 663px;
	overflow: visible;
}

#page-right {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	width: 130px;
}

html* #page-right {
	float: left;
	margin-top: 10px;
	margin-left: 6px;
	width: 130px;
}

* html #page-right {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	width: 130px;
}

/* ### Oben: Homepage ### */

#page-header-mainpage {
	float: left;
	margin-left: 100px;
	margin-top: 15px;
}

* html #page-header-mainpage {
	float: left;
	margin-left: 50px;
	margin-top: 15px;
}
/* ### Oben: Hauptmenü ### */

#page-header-navigation-top {
	clear: left;
	float: left;
	margin-left: 180px;
	margin-top: 20px;
	width:500px;
}

* html #page-header-navigation-top {
	clear: left;
	float: left;
	margin-left: 85px;
	margin-top: 20px;
	width:500px;
}

#page-header-navigation-top ul.menu-horizontal li {
	background-color: #a7a9ac;
	text-align: center;
	font-family: Verdana, sans serif;
	font-size: 7pt;
	font-weight: bold;
	float: left;
	margin-left: 9px;
	width: 75px;
	height: 14px;
}

#page-header-navigation-top ul.menu-horizontal li a {
	display: block;
	color: white;
}

#page-header-navigation-top ul.menu-horizontal li a:hover {
	color: #999999;
	background-color: #dbdbdb;
}

/* ### Links: Dynamisches Menü ### */

#page-navigation-sub { 
	background: #ffffff;
	border: 1px solid #dbdbdb;
	height: 260px;
	overflow: visible;
}

#page-navigation-sub-title { 
	color: #ff830b;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #a7a9ac;
	background: #ffffff url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/buttons/category.png") no-repeat right;
	display: block;
}

#page-navigation-sub-menu { 
	margin-left: 10px;
	margin-top: 10px;
	overflow: visible;
}

/* ### Links: Statisches Menü ### */

#page-navigation-static { 
	background: #ffffff;
	border: 1px solid #dbdbdb;
	margin-top: 9px;
	padding: 10px;
}

/* ### Links: Suche ### */

#page-navigation-search { 
	background: #ffffff;
	border: 1px solid #dbdbdb;
	margin-top: 9px;
}

html* #page-navigation-search { 
	background: #ffffff;
	border: 1px solid #dbdbdb;
	margin-top: 9px;
	margin-bottom:43px;
}

* html #page-navigation-search { 
	background: #ffffff;
	border: 1px solid #dbdbdb;
	margin-top: 9px;
	margin-bottom:43px;
}
#page-navigation-search a {
	color: #ff830b;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #a7a9ac;
	background: #ffffff url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/buttons/category.png") no-repeat right;
	display: block;
}

#page-navigation-search input {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 120px;
}

#page-navigation-search br {
	height: 20px;
}

.ac_results {
	width: 300px;
	background: #dbdbdb;
	cursor: pointer;
	position: absolute;
	font: 9pt Arial, Verdana, sans serif;
	left: 0px;
	z-index: 101;
}

.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #a7a9ac;
}

.ac_results iframe {
	display: none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	/* filter:mask(); */
}

.ac_results li {
	padding: 2px 5px;
}

.ac_results a {
	width: 100%;
}

.ac_loading {
	background:url('/typo3conf/ext/cb_indexedsearch_autocomplete/img/indicator.gif') right center no-repeat;
}

.over {
    background: #ff830b;
    color: white;
}

/* ### Links: Kontakt ### */

#page-navigation-contact { 
	background: #ffffff;
	border: 1px solid #dbdbdb;
	margin-top: 9px;
	display: block;
	text-align: center;
}

#page-navigation-contact .category {
	color: #ff830b;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #a7a9ac;
	background: #ffffff url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/buttons/category.png") no-repeat right;
	display: block;
	text-align: left;
}

/* ### Mitte: Tabulatoren ### */

#page-content-tabs ul.menu-horizontal {
	margin: 0px;
	height: 15px;
}

#page-content-tabs ul.menu-horizontal li {
	display: block;
	background-color: white;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #dbdbdb;
	margin: 0px;
	min-width: 80px;
	max-width: 200px;
	overflow: hidden;
	height: 14px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #ff830b;
}

#page-content-tabs ul.menu-horizontal li.active {
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

#page-content-tabs ul.menu-horizontal li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

#page-content-tabs ul.menu-horizontal li a:hover {
	display: block;
	border-top: 1px solid #dbdbdb;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	color: white;
	background-color: #a7a9ac;
}

/* ### Mitte: Teaser ### */

#page-content-teaser {
	clear: left;
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

#page-content-teaser h1 {
	padding: 5px;
	margin: 0px;
}

/* ### Mitte: Inhalt ### */

#page-content {
	margin: 0px;
}


#page-content-content { 
	clear: left;
	background: #ffffff;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana;
}

/*
#page-content-content li a {
	color: #5d5d5d;
	font-weight: bold;
	text-decoration: none;
	background: url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/links/intern.png") no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
}
*/

#page-content-content-content {
	position:relative;
	z-index: 1;
}

/* ### Mitte: Footer mit Zitat der Woche ### */

#page-about { 
	background: #ffffff;
	border: 1px solid #dbdbdb;
	margin-top: 5px;
}

#page-about-title { 
	color: #ff830b;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #a7a9ac;
	background: #ffffff url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/buttons/category.png") no-repeat right;
	display: block;
}

#page-about-text { 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 9px;
	padding-right: 11px;
}

* html #page-about-text { 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width:650;
}


/* ### Rechts: Karte und Länderseiten-Links ### */

#page-navigation-map {
	background: #ffffff;
	border: 1px solid #dbdbdb;
	width: 130px;
}

* html #page-navigation-map {
	background: #ffffff;
	border: 1px solid #dbdbdb;
	width: 128px;
}

#page-navigation-map-title {
	color: #ff830b;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #a7a9ac;
	display: block;
}

#page-navigation-map-map {
	text-align: center;
}

#page-navigation-subpages {
	background: #ffffff;
	border: 1px solid #dbdbdb;
	margin-top: 10px;
	padding-top: 10px;
	width: 130px;
	overflow: hidden;
}

* html #page-navigation-subpages {
	background: #ffffff;
	border: 1px solid #dbdbdb;
	margin-top: 10px;
	padding-top: 10px;
	width: 128px;
	overflow: hidden;
}
#page-navigation-subpages ul.menu-vertical li {
	margin-left: 3px;
	color: #a7a9ac;
	font-weight: bold;
}

#page-navigation-portal {
	background: #ffffff;
	border: 1px solid #dbdbdb;
	margin-top: 10px;
	width: 128px;
	overflow: hidden;
	text-align: center;
}

#page-navigation-portal p {
	color: #ff830b;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #a7a9ac;
	display: block;
	text-align: left;
}

#page-navigation-portal ul.menu-vertical {
	margin: 0px;
}

/* ##### Klassen ##### */

/* ### Strukturelle Elemente: Menüs, Umbrüche, Links, Abschnitte ### */

ul.menu-vertical {
	list-style-type: none;
	padding: 0px;
	margin: 5px;
}

ul.menu-vertical li {
	padding-bottom: 4px;
}

ul.menu-horizontal {
	list-style-type: none;
	padding: 0px;
	margin: 10px;
}

ul.menu-horizontal li {
	float: left;
	margin-right: 5px;
}

.umbruch {
	clear: both;
}

a.category {
	color: #ff830b;
	font-weight: bold;
	text-decoration: none;
	display:block;
}

a.intern, .intern a {
	background: url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/links/intern.png") no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
}

a.extern {
	background: url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/links/extern.png") no-repeat;
	background-position: 0px 3px;
	padding-left: 16px;
}

.information {

}

.warnung {

}

.wichtig {

}

.adresse {
	display: block;
	background: #ff830b;
	color: black;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 10px;
	padding-left: 75px;
}

.datum {

}

h3.abschnitt {
	font-size: 12.5pt;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/backgrounds/abschnitt.png") no-repeat;
}


/* ### Strukturelle Elemente: Formulare ### */

.form-left {
	float: left;
	clear: both;
	width: 200px;
	margin-left: 50px;
}

.form-right {
	float: left;
	width: 300px;
	margin-right: 50px;
}

.form-right input, .form-right select {
	width: 298px;
}

/* ### Themen ### */

.themenuebersicht {
	width: 650px;
	float: left;
}

.themenuebersicht-thema {
	width: 300px;
	height: 300px;
	margin-left: 15px;
	margin-top: 15px;
	padding: 0px;
	float: left;
	border: 1px solid #dbdbdb;
}

.themenuebersicht-thema:hover {
	background-color: #ffd37b;
}

.themenuebersicht-thema h3 {
	margin: 0px;
}

.themenuebersicht-thema p {
	width: 293px;
	height: 200px;
	margin-top: 7px;
	margin-left: 7px;
	font-weight: normal;
	overflow: auto;
}

/* ### Search ### */

.page-content-search h3 a {
	display: block;
	font-size: 12.5pt;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/backgrounds/abschnitt.png") no-repeat;
}

.page-content-search p {
	margin-left: 50px;
	margin-right: 50px;
}

.tx-indexedsearch-res {
	clear: both;
}

.tx-indexedsearch-browsebox ul {
	list-style-type: none;
}

.tx-indexedsearch-browsebox p {
	display: block;
	font-size: 12.5pt;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/backgrounds/abschnitt2.png") no-repeat;
}

li.tx-indexedsearch-browselist-currentPage {
	float: left;
}

.browsebox li {
	float: left;
	padding-bottom: 20px;
	padding-left: 10px;
}

.browsebox li a {
	background: #f8f8f8 url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/links/intern.png") no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
}

/* ### News ### */

.page-content-news {
}

.page-content-news-item {
	clear: left;
	padding-top: 3px;
	padding-bottom: 2px;
	font-family: Arial, sans-serif;
	color: #333333;
}

.page-content-news-item a {
	line-height: 11pt;
}

.page-content-news-item strong {
	color: #666666;
}

.page-content-news-item-title {
}

.page-content-news-item-date {
	font-weight: bold;
	color: #666666;
}

.page-content-news-content {
	text-align: justify;
	font-size: 9.5pt;
	padding-right: 20px;
}

.page-content-news-image {
	width: 260px;
	float: right;
	padding-left: 15px;
}

.page-content-news-related {
	clear: both;
	padding-left: 42px;
	background-color: #f8f8f8;
}

.page-content-news-related ul, .page-content-news-files ul {
	list-style-type: none;
	padding: 0px;
	clear: both;
	margin-bottom: 10px;
}

.page-content-news-related a {
	float: left;
	padding-left: 10px;
	display: block;
	width: 400px;
}

.page-content-news-related-date {
	clear: both;
	float: left;
	margin-right: 12px;
	width: 55px;
	display: block;
	float: left;
	background-color: #f8f8f8;
	color: #666666;
}

.page-content-news-related-image {
	float: left;
	width: 11px;
}

.page-content-news-files a {
	color: #5d5d5d;
	font-weight: bold;
	text-decoration: none;
	background: #f8f8f8;
	padding-left: 10px;
}

.page-content-news-categories, .page-content-news-files, .page-content-news-links, .page-content-news-media {
	clear: both;
	background-color: #f8f8f8;
	margin-top: 10px;
}

.page-content-news-categories, .page-content-news-files, .page-content-news-links {
	padding-left: 109px;
}

.page-content-news-media {
	padding-left: 42px;
}

.page-content-news-links a {
	color: #5d5d5d;
	font-weight: bold;
	text-decoration: none;
	background: #f8f8f8 url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/links/extern.png") no-repeat;
	background-position: 0px 5px;
	padding-left: 25px;
}

.page-content-news-media-item {
	width: 132px;
	height: 175px;
	overflow: hidden;
	float: left;

	margin-top: 20px;
	margin-right: 15px;
	font-size: 10pt;
}

.page-content-news-media-item img {
	max-height: 140px;
}

.page-content-news-media-item a {
	color: #ff830b;
	font-weight: bold;
	text-decoration: underline;
}

.page-content-news-categories {
	margin-top: 10px;
}

.page-content-news-categories a {
	color: #5d5d5d;
	font-weight: bold;
	text-decoration: none;
	background: #f8f8f8 url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/links/intern.png") no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}

.page-content-news-header {
	clear: left;
}

.page-content-news-title {
	text-align: left;
}

.page-content-news-date {
	float: right;
	font-weight: bold;
}

.page-content-news-archive {
	padding-top:7px;
}

.page-content-news-archive-menu {
	margin-top:10px;
	padding-left:30px;
	padding-right:30px;
}
.page-content-news-archive-menu li {
	padding-top:3px;
	padding-bottom:1px;
	float: left;
}

.page-content-news-archive-menu li a {
	color: #5d5d5d;
	font-weight: bold;
	text-decoration: none;
	background: #f8f8f8 url("http://www.uebergebuehr.de/fileadmin/templates/www.uebergebuehr.de.1/gfx/linkintern.png") no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}

.page-content-news-archive-menu ul {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	list-style-type: none;
}

.news-amenu-item-year {
	clear: left;
	background-color: #ffd37b;
}

/* ### Termine ### */

.page-content-termine-header {
	display: block;
	background-color: #e6e9e8;
	text-align: center;
}

.page-content-termine-header p {
	display: inline;
	margin-left: 30px;
	margin-right: 30px;
}

.page-content-termine-header h1 {
	display: inline;
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.page-content-termine-month {
	clear: both;
	display: block;
}

.page-content-termine-weekdays {
	border: 1px solid #e6e9e8;
}

.page-content-termine-weekday {
	float: left;
	display: block;
	width: 91px;
	height: 14px;
	background-color: #ffd37b;
	text-align: center;
	border-right: 1px solid #e6e9e8;
	padding-top: 5px;
	padding-bottom: 5px;
}

.page-content-termine-weeks {
	float: left;
	clear: both;
	border: 1px solid #e6e9e8;
}

.page-content-termine-days {
	float: left;
	border-right: 1px solid #e6e9e8;
	display: block;
	width: 91px;
	min-height: 65px;
	font-size: 8pt;
}

.page-content-termine-day {
	display: block;
	background-color: #ffd37b;
	text-align: right;
	padding-right: 10px;
}

.page-content-termine-event {
	display: block;
	background-color: white;
	padding-left: 5px;
	margin-bottom: 3px;
	border-bottom: 2px dashed #dbdbdb;
	overflow: hidden;
}

.page-content-termine-event a {
	display: block;
	font-weight: normal;
	color: #333333;
}

.page-content-termine-event:hover {
	display: block;
	background-color: #ffd37b;
}


h1.page-content-termin-titel {
	display: block;
	width: 650px;
	height: 200px;
	color: black;
	font-size: 18pt;
}

h1.page-content-termin-titel span {
	background: url('/fileadmin/templates/www.uebergebuehr.de.1/gfx/teaser/masken/white_3.png');
	position: relative;
	width: 650px;
	height: 60px;
	top: 140px;
	left: 0px;
	display: block;
	vertical-align: bottom;
}

.page-content-termin-datum {
	float: left;
	display: block;
	width: 250px;
	margin-bottom: 15px;
	font-size: 10.5pt;
}

.page-content-termin-datum h3, .page-content-termin-details h3 {
	background-color: #ffd37b;
	font-size: 10pt;
}

.page-content-termin-details {
	float: left;
	display: block;
	width: 380px;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 10.5pt;
}

.page-content-termin-description {
	clear: both;
	padding-top: 15px;
	border-top: 1px solid #ffd37b;
	text-align: justify;
	font-size: 9.5pt;
	padding-right: 20px;
}

.page-content-termin-images {
	width: 260px;
	float: right;
	padding-left: 15px;
}

.page-content-termin-attachment {
	
}

/* ### Front: Topnews, News, Regional, Artikel, Manuell ### */

.page-content-topnews h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.page-content-topnews {
	padding: 0px;
}

html* .page-content-topnews {
	padding: 0px;
	width:650px;
}
.page-content-topnews p {
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.page-content-topnews p a {
	background: url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/links/intern.png") no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
}

.page-content-topspecial {
	border: 1px solid #dbdbdb;
	margin: 0px;
	padding: 0px;
}

.page-content-topspecial img {
	margin-bottom: 10px;
}

.page-content-frontnews, .page-content-frontregional, .page-content-frontartikel, .page-content-fronttermine {
	padding: 0px;
	margin: 0px;
}

h1.page-content-frontnews {
	font-size: 14pt;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 5px;
	background: url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/front/news.png") no-repeat;
}

h1.page-content-fronttermine {
	font-size: 14pt;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 5px;
	background: url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/front/termine.png") no-repeat;
}

h1.page-content-frontregional {
	font-size: 14pt;
	color: white;
	margin-top: 20px;
	margin-bottom: 5px;
	background: url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/front/regional.png") no-repeat;
}

h1.page-content-frontartikel {
	font-size: 14pt;
	color: white;
	margin-top: 20px;
	margin-bottom: 5px;
	background: url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/front/artikel.png") no-repeat;
}

h1.page-content-frontthemen {
	font-size: 14pt;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 5px;
	background: url("/fileadmin/templates/www.uebergebuehr.de.1/gfx/front/themen.png") no-repeat;
}

.page-content-frontnews-item, .page-content-frontregional-item, .page-content-frontartikel-item, .page-content-fronttermine-item {
	border: 1px solid #dbdbdb;
	margin-bottom: 8px;
}

html* .page-content-frontnews-item,html* .page-content-frontregional-item,html* .page-content-frontartikel-item,html* .page-content-fronttermine-item {
	border: 1px solid #dbdbdb;
	width:650px;
	height:120px;
	}

* html .page-content-frontnews-item, * html .page-content-frontregional-item, * html .page-content-frontartikel-item, * html .page-content-fronttermine-item {
	border: 1px solid #dbdbdb;
	height:102px;
	}
	
.page-content-frontnews-item h1 {
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	background-color: #e6e9e8;
}

.page-content-fronttermine-item h1 {
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	background-color: #ffd37b;
}

.page-content-fronttermine-item h1 a {
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	background-color: #ffd37b;
	border: 0px;
}

.page-content-frontartikel-item h1 {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	background-color: #aa89af;
}

.page-content-frontregional-item h1 {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	background-color: #89a4af;
}

.page-content-frontnews-item p, .page-content-frontnews-item p img, .page-content-frontregional-item p, .page-content-frontregional-item p img, .page-content-frontartikel-item p, .page-content-frontartikel-item p img, .page-content-fronttermine-item p, .page-content-fronttermine-item p img {
	float: left;
	clear: none;
	vertical-align: top;
	display: inline;
	font-weight: normal;
	padding-right: 10px;
	margin: 0px;
}
