﻿

.Standard 
{
	font-size: 100%;
}

.Ueberschrift1
{
	background:none;
	font-weight: bold;
	font-size: 130%;
}
.Ueberschrift2
{
	background:none;
	font-weight: bold;
	font-size: 120%;
}
.Ueberschrift3
{
	background:none;
	font-weight: bold;
	font-size: 110%;
}
.Ueberschrift4 
{
	background:inherit;
	font-weight: bold;
	font-size: 100%;
}

.TableWithBorders
{
	border:solid 1px Black !important;
}
.TableWithBorders th
{
	border:solid 1px Black;
}
.TableWithBorders td
{
	border:solid 1px Black;
}

.TableWithCellBorders
{
}
.TableWithCellBorders th
{
	border:solid 1px Black;
}
.TableWithCellBorders td
{
	border:solid 1px Black;
}

.TableWithLinesOnly
{
}
.TableWithLinesOnly th
{
	border-bottom:solid 1px Black;
}
.TableWithLinesOnly td
{
	border-bottom:solid 1px Black;
}


.tablerow1 {
	background-color: #BBBBBB;
}

thead {
	background-color: #FFBBBB;
}

tfoot {
	background-color: #BBBBFF;
}

.InfoHTMLContentBody
{
	list-style-position: inside;
	list-style-type: none;
	line-height:normal;
}


.InfoHTMLContentBody p
{
	margin-top:10px;
}

.InfoHTMLContentBody td
{
	vertical-align:top;
}


.InfoHTMLContentBody img
{
	border:solid 1px black;
}

.InfoHTMLContentBody h2,h3,h4,h5
{
	clear:none;
}

.InfoHTMLContentBody li div
{
	display:inline;
	vertical-align:middle;
}

/* CSS fuer HBO Seiten */
.Paragraph
{
	margin-top:10px;
	text-align:justify;
	display:block;
}
.Kurzparagraph
{
	margin-top:10px;
	text-align:left;
	display:block;
}
.Zitat
{
	font-style:italic;
	margin-top:10px;
	margin-left:40px;
	margin-right:40px;
	display:block;
	text-align:left;
}
.Teaser
{
	font-weight:bold;
	display:block;
	text-align:left;
}
.Hervorhebung
{
	font-style:italic;
}
.Titel1
{
	font-size:140%;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}
.Titel2
{
	font-weight:bold;
	font-style:italic;
	margin-left:20px;
	margin-top:10px;
	display:block;
}
.Titel3
{
	font-size:140%;
	font-style:italic;
	margin-top:20px;
	margin-bottom:10px;
}
.Bildbeschrieb
{
	font-style:italic;
	text-align:left;
}
.Tabellentext
{
	text-align:justify;
	display:block;
}

.Baulexikon
{
	font-size:110%;
	font-family:Verdana;
	font-style:italic;
	display:block;
}
.ImageWithoutBorder
{
	border:none 0px white !important;
}