* {
	margin: 0;
	padding: 0; 
}

body {
	width: 90%;
	font-size: 0.8em;
	line-height: 1.5em;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
	background: none;
}

#quicklinks {
	display: none;
}

h1 {
	display: none;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em; 
}

#header {
	display: none;
}

#header img {
	display: none;
}

/* Brotkrumenpfad */

#breadcrumb {
	display: none;
}

/* Suche */

#search {
	display: none;
}

/* Footer */

#footer {
	display: none;
}

/* Hauptnavigation */

#navi {
	display: none;
}

#schriftgroesse {
	display: none;
}

#naviunten {
	display: none;
}

/* Inhalt */

#content {
	width: 90%
	padding: 0;
	background: none;
}

#content1 {
	background: none;
}

#inhalt {
	padding: 0;
}


#inhalt h2, #artikelrechts h2 {
	 margin: 30px 0 20px;
	 padding: 0;
	 background: 0; 
}

#inhalt h3, #artikelrechts h3 {
	 padding: 20px 0 10px 0; 
}

#inhalt h4 {
	padding: 16px 0 8px 0;
}

#inhalt h5 {
	padding: 5px 0;
}

#inhalt p, #artikelrechts p {
	 padding: 5px 0; 
}

#inhalt ul, #inhalt ol {
	margin: 5px 0px 5px 35px;
}

#inhalt ul, #artikelrechts ul {
	list-style-type: none;
}

#inhalt ul li, #artikelrechts ul li {
	background: url(../images/listen_pfeil.jpg) 0 6px no-repeat;
	padding-left: 10px;
}


#inhalt ul ul, #artikelrechts ul ul {
	list-style-image: none;
}

#inhalt ul ul li, #artikelrechts ul ul li {
	background: url(../images/listen_pfeil_2ebene.jpg) 0 7px no-repeat;
}


#inhalt ul ul ul, #artikelrechts ul ul ul {
	list-style-image: none;
}

#inhalt ul ul ul li, #artikelrechts ul ul ul li {
	background: url(../images/listen_pfeil_3ebene.jpg) 0 7px no-repeat;
}

#inhalt a:link, #inhalt a:visited, #artikelrechts a:link, #artikelrechts a:visited {
	color: #000096;
	text-decoration: underline;
}

#inhalt .imgright {
	float: right;
	margin: 9px 0 9px 21px;
}

#inhalt .imgleft {
	float :left;
	margin: 9px 21px 9px 0;
}
/* Inhalt Rechts */

#right, #suche {
	display: none;
}

#artikelrechts {
	display: none;
}

/* Glossar */

/* Suchausgabe */

#suchausgabe ol {
	list-style-image: url(../images/listen_pfeil.jpg);
}

/* vpGlossar */

#vpGlossarIndex ul {
	list-style: none;
	padding-bottom: 30px;
}

#vpGlossarIndex ul li {
	float: left;
}

#vpGlossarEntry  dl {
	list-style: none;
}

#vpGlossarEntry  dl dt {
	font-weight: bold; 
	padding: 3px; 
	text-align: left;
}


#vpGlossarEntry  dl dd { 
	margin-left: auto; 
	padding: 3px 0px 3px 10px;
}


#vpGlossarEntry a {
	float: right;
	padding-left: 15px;
}

/* Newsbeitrag */

.beitrag {
	height: 13em;
}

.newsbild {
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	margin-top: 5px;
}

#inhalt p.pbeitrag {
	margin: 0 0 0 100px;
	padding: 0; 
}

.galeriethumb {
	float: left;
	margin: 0 5px 5px 0;
}

.galeriethumb img {
	border: 0;
}