/* GENERAL ----------------------------------------------------- */

body {
	margin: 0px;
	padding: 0;
	font-size: 100.01%;
	line-height: 130%;
	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;
}

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;
}

/* --------------------- 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: 1px solid #000;
}

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;
}

/* HEADER ------------------------------------------------------ */

#header {
	display: none;
}

/* ------------------------- HEADER PROJEKTE ------------------- */

.projekt {
	display: none;
}

/* ------------------------- HEADER SUCHE ---------------------- */

#suche {
	display: none;
}

/* ------------------------- HEADER CLEAR ---------------------- */

#clearhead {
	display: none;
}

/* LEFT BLOCK -------------------------------------------------- */

/* ------------------------- MENUE ----------------------------- */

#menue {
	display: none;
}

#navi {
	display: none;
}

.unternav {
	display: none;
}

/* ------------------------- SCHRIFT --------------------------- */

#schrift {
	display: none;
}

.normal {
	font-size: large;
}

.mittel {
	font-size: x-large;
}

.gross  {
	font-size: xx-large;
}

/* RIGHT BLOCK ------------------------------------------------- */

#rechts {
	display: none;
}

/* INHALT ------------------------------------------------------ */

#inhalt {
	position: relative;
	margin: 0 2% 0 2%;
	padding: 0;
	font-size: 70%;
	line-height: 125%;
	color: #000;
	background-color: #fff;
}

#inhalt p {
	margin: 0;
	padding: 5px 0;
}

#inhalt hr {
	clear: left;
	margin: 15px 0px;
	border: 1px solid #fff;
	background: #fff;
}

#inhalt img {
	margin: 0 5px 5px 0;
}

#inhalt a:link, #inhalt a:visited {
	color: #000;
	background-color: #fff;
	text-decoration: underline;
}

#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;
}

/* ----------------------- FOOTER ------------------------------ */

.footer {
	display: none;
}

/* ------------------------ 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;
}