

/*
|| Generelles
*/

body {
	margin: 10px;
	font-family: sans-serif;
	font-size: 80%;
	color: black;
	background-color: white;
}

/* Einige Elemente, wie z.B. Trennlinien, sollen nur in Nicht-CSS-fähigen Browsern dargestellt werden. */
.non_css {
	display: none;
}



/*
|| Links
*/

a:link, a:visited, a:active, a:hover {
	color: #000;
	text-decoration: underline;
}

a:hover {
	background-color: #ddd;
}

a.broesellink:link, a.broesellink:visited, a.broesellink:active, a.broesellink:hover {
	color: #fff;
	text-decoration: underline;
}

a.broesellink:hover {
	background-color: #888;
}

.startseitelink {
	font-weight: bold;
}


/*
|| Style-Klassen, nach Layoutblöcken gruppiert. 
*/

/* Kopfbalken */
#headerblock {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	height: 69px;
	border: 1px solid #666;
	border-bottom: none;
}

/* Fehlerblock */
#errorblock {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #666;
}

/* Logo im Kopfbalken */
#logo {
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 1px 10px 0px 50px;
	border: none;
}

/* Sprachvarianten im Kopfbalken */
#languageblock {
	margin: 0px 0px 10px 0px;
	padding-right: 10px;
	text-align: right;
	color: black;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

/* Titel im Kopfbalken */
#titlebox {
	margin: 0px 140px 0px 0px;
}

/* Titel im Kopfbalken */
#title {
	margin: 20px 0px 0px 0px;
	font-size: 1.7em;
	font-weight: bold;
	color: black;
}


/* Gelber Navigationsblock */
#naviblock {
	clear: right;
	float: left;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* Navigationsblock */
#mainnavi {
	color: black;
	background-color: #fefecc;
	border: 1px solid #666;
	border-top: none;
}

/* Blocktitel Navigationsblock */
.nav_title {
	margin: 0px;
	padding: 5px 0px 3px 10px;
	color: #fefecc;
	background-color: #666;
	font-size: 0.9em;
	letter-spacing: 1pt;
	text-transform: uppercase;
}

/* Navigationsblock: Ebene 1 */
ul.nav_level_1 {
	margin: 0px;
	padding: 0px 10px 10px 10px;
}

li.nav_level_1 {
	padding-top: 10px;
	list-style-type: none;
	font-weight: bold;
}

/* Navigationsblock: Ebene 2 */
ul.nav_level_2 {
	margin-left: 2em;
	padding-left: 0em;
	line-height: 120%;
}

li.nav_level_2, li.nav_level_2_hi {
	list-style-type: square;
	font-weight: normal;
}

li.nav_level_2_hi {
	color: #999;
}


/* Kontextblock */
.contextnavi {
	margin-top: 10px;
	color: black;
	background-color: white;
	border: 1px solid #666;
}

/* Blocktitel des Kontextlbocks */
.contextnavi_title {
	margin: 0px;
	padding: 5px 0px 3px 10px;
	color: #fff;
	background-color: #666;
	font-size: 0.9em;
	letter-spacing: 1pt;
	text-transform: uppercase;
}

/* Listenelement Kontextblock */
ul.contextnavi_list {
	margin: 10px 0px 0px 10px;
	padding: 0px 10px 10px 1em;
}

li.contextnavi_list {
	line-height: 120%;
	list-style-type: square;
	font-weight: normal;
}


/* Grosser Inhaltsblock für Detail- und Listenansichten */
#contentblock {
	clear: right;
	margin: 0px 0px 0px 260px;
	border: 1px solid #666;
	background-color: white;
}

/* Für die Contentblöcke auf der Startseite */
.homepageblock, .homepageblock_last {
	clear: right;
	margin: 0px 0px 0px 260px;
	border: 1px solid #666;
	background-color: white;
}

.homepageblock {
	border-bottom: none;
}

/* Blocktitel */
.content_title {
	margin: 0px;
	padding: 5px 0px 3px 10px;
	color: #fff;
	background-color: #666;
	font-size: 0.9em;
	letter-spacing: 1pt;
	text-transform: uppercase;
}

/* Einleitungstext */
.content_abstract {
	margin: 10px 10px 10px 10px;
/* 	font-weight: bold; */
	line-height: 120%;
}

/* Hervorhebung in Einleitung */
em.content_abstract {
	font-weight: bold;
	font-style: normal;
}

/* Artikelliste */
dl.content_list {




	padding: 0px 10px 0px 10px;
}

dt.content_item, dt.content_item_first {
	margin: 10px 0px 5px 0px;
	padding-top: 10px;
	border-top: 1px solid #666;
	font-weight: bold;
}

dt.content_item_first {
	padding-top: 0px;
	border-top: none;
}

dd.content_item {
	margin-left: 0px;
	line-height: 120%
}

/* Datum */
.content_item_date {
	font-weight: normal;
	color: #666;
}

/* Mehr-Link */
.mehr {
	font-weight: bold;
	font-size: 0.9em;
}

/* Artikel (Detailansicht) */
.article {
	padding: 0px 10px 10px 10px;
}

.article_header {
	margin: 10px 0px 0px 0px;
}

.article_title {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 1.3em;
	font-weight: bold;
}

.article_date {
	float: right;
	width: auto;
	font-size: 0.9em;
	font-weight: normal;
	color: #666;
}

.article_date_termin {
	margin-bottom: 1em;
	font-size: 0.9em;
	font-weight: bold;
}

.article_abstract {
	clear: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

em.article_abstract {
	font-weight: bold;
	font-style: normal;
	line-height: 120%
}

.article_text {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 120%;
}

.article_img {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 0.9em;
	font-style: italic;
	line-height: 100%;
	background-color: white;
}

/* Artikelquelle */

.quelle {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	font-style: italic;
}

/* Kontakt-Artikel */
.kontaktart {
	font-weight: bold;
}


/* Kondolenzbuch */
.fehlermeldung {
	font-weight: bold;
	color: #f00;
}

.kondolenzbuch_jumpleiste_links {
	margin: 10px;
	padding-bottom: 20px;
}

.kondolenzbuch_jumpleiste_rechts {
	float: right;
	width: auto;
	margin: 10px;
	font-weight: bold;
}

.kondolenzbuch_name {
	font-weight: bold;
}

.kondolenzbuch_email {
	font-weight: normal;
}

input.kondolenzbuch_input, textarea.kondolenzbuch_input {
	width: 300px;
}


/*
|| Fussbalken
*/

#footerblock {
	clear: left;
	position: relative;
	top: 10px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	border-top: 1px solid #666;
}


/*
|| Automatisch generierte Tabelle 
*/
table.autotable {
	border-collapse: collapse;
}

table.autotable td {
	border: 1px solid #000;
	padding: 5px;
}






