/* GENERAL ----------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 70.01%;
	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	background-color: #fff;
	color: #000;
}

/* GLOBALE DEFINITIONEN ---------------------------------------- */

/* ------------------------- KLASSEN --------------------------- */

.none {
	display: none;
}

.fontnormal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.ohneabstand {
	padding: 0;
	margin: 0;
}

.abstand {
	margin: 5px 5px 5px 10px;
}

hr {
	margin-top: 15px;
	border: none;
	height: 1px;
	background: #000;
}

.beitrag {
	border-bottom: 1px solid #000;
 	height: 12em;
}

.rahmenunten {
	border-bottom: 1px solid #000;
}

.newsbild {
	display: block;
	width: 100px;
	height: 100px;
	float: left;
}

.pbeitrag {
	margin: 0 0 0 100px;
}

.button {
	border: 1px solid #000;
	background-color: #fff;
	margin: 0;
	color: #000;
	text-align: center;
	font-size: 80%;
}

/* --------------------- HTML DEFINITIONEN --------------------- */

acronym, abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

/* ------------------------- HEADNLINES ------------------------ */

h1 {
	display: none;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 0;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0 5px 0;
	padding: 0;
}

h4, h5, h6 {
	font-size: 110%;
	font-weight: bold;
	margin: 5px 0px;
	padding: 0;
}

#rechts h3 {
	margin: 10px 0 0 0;
}

/* BEHIN WEBSITE ----------------------------------------------- */

/* HEADER ------------------------------------------------------ */

#header {
	width: 100%;
	height: 173px;
	position: relative;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
	font-size: 70%;
}

#header .logo {
	float: none;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}

#header .logo_tjfbv {
	display: none;
}

#header .datum {
	display: none;
}

/* ------------------------- HEADER PROJEKTE ------------------- */

.projekt {
	display: none;
}

/* ------------------------- HEADER SUCHE ---------------------- */

#suche {
	display: none;
}

/* ------------------------- HEADER CLEAR ---------------------- */

#clearhead {
	display: none;
}

/* LEFT BLOCK -------------------------------------------------- */

/* ------------------------- MENUE ----------------------------- */

#menue {
	display: none;
}

/* ------------------------- SCHRIFT --------------------------- */

#schrift {
	display: none;
}

/* RIGHT BLOCK ------------------------------------------------- */

#rechts {
	display: none;
}

/* INHALT ------------------------------------------------------ */

#inhalt {
	position: relative;
	margin: 0 20px;
	padding: 0;
	color: #000;
	background-color: #fff;
}

#inhalt p {
	margin: 0;
	padding: 5px 0;
}

#inhalt hr {
	margin: 15px 0px;
	border: 0;
	background: #000;
	height: 1px;
}

#inhalt img {
	margin: 0 15px 15px 0;
}

.newsbildimg {
	margin: 0 5px 5px 0;
}

#inhalt a:link, #inhalt a:visited {
	color: #000;
	background-color: #fff;
	text-decoration: underline;
}

#inhalt a.anmeldung:link, #inhalt a.anmeldung:visited {
	margin-top: 80px;
	float:right;
	display: box;
	border:1px solid #000;
	padding: 3px 5px;
}

#inhalt ul, #inhalt ol {
	margin: 5px 0 5px 25px;
	padding: 0;
}

#inhalt li {
	margin: 0;
	padding: 2px;
}

/* ------------------------- SITEMAP --------------------------- */

.sitemap ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
	border-bottom: 0;
}

.sitemap li {
	margin: 0;
	padding : 2px;
}

/* ----------------------- NEWS LISTE -------------------------- */

#browsing {
	clear:both;
	margin: 10px 0px;
	text-align: center;
}

.back {
	float: left;
}

.next {
	float: right;
}

/* ----------------------- FOOTER ------------------------------ */

.footer {
	clear: both;
	text-align: right;
}

/* ------------------------ Tiny Klassen -----------------------*/

.Linksbündig {
	text-align: left;
}

.Zentriert {
	text-align: center;
}

.Rechtsbündig {
	text-align: right;
}

.Unterstrichen {
	text-decoration: underline;
}

.Durchgestrichen {
	text-decoration: line-through;
}

address {
	font-style: normal;
}

/* --------------- Language -------------------- */

#language {
	display: none;
}

#inhalt div.imgleft {
	text-align: left;
	float: left;
	font-size: 70%;
	padding: 5px 10px 10px 0;
}

#inhalt div.imgright {
	text-align: right;
	float: right;
	font-size: 70%;
	padding: 5px 0 10px 10px;
}

#inhalt div.imgright img {
margin: 0;
padding: 0;
}