/* gesamtes Dokument */
BODY
{
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

P,TD,UL,FONT,SPAN
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
}



/* Alle Titel */
H1
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}

H2
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}

H3
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}

H4
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}

H5
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}

H6
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}

/* alle Texte */
.Big
{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

A.Big
{
	color: #000099;
	text-decoration: none;
}

A.Big:hover
{
	color: #000099;
	text-decoration: underline;
}

.Standard
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

A.Standard
{
	color: #000099;
	text-decoration: none;
}

A.Standard:hover
{
	color: #000099;
	text-decoration: underline;
}

.BigStandard
{
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

A.BigStandard
{
	color: #000099;
	text-decoration: none;
}

A.BigStandard:hover
{
	color: #000099;
	text-decoration: underline;
}

.Mini
{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

A.Mini
{
	color: #000099;
	text-decoration: none;
}

A.Mini:hover
{
	color: #000099;
	text-decoration: underline;
}

/* Side-Boxen */
.OuterBox
{
	background-color: #FFFFFF;
	border: 2px #000099 solid;
}

TD.BoxHead
{
	background-image: url(../Images/BoxHead.gif);
	background-color:#FFFFFF;
	border: #000099;
	border-style: solid;
	height: 22px;
	border-width: 1px 1px 0px 1px;
	font-size: 12px;
	
}

TD.SubTitle
{
	background-color: #FFFFFF;
}

TD.BoxContent
{
	background-color: #FFFFFF;
}

.BoxTitle
{
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	color : #000099;
}

A.BoxTitle
{
	text-decoration: none;
	color : #000099;
}

A.BoxTitle:hover
{
	text-decoration: underline;
}

.BoxText
{
	font-size: 12px;
	color: #000000;
}

A.BoxText
{
	color: #000099;
	text-decoration: none;
}

A.BoxText:hover
{
	color: #000099;
	text-decoration: underline;
}

.Title
{
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #6699DD;
	text-decoration: none;
	line-height: 16px;
	vertical-align: middle;
}
.Title:link, .Title:visited
{
	color: #FFFFFF;
	background-color: #6699DD;
	text-decoration: none;
}
.Title:hover, .Title:active
{
	color: #6699DD;
	background-color: #FFFFFF;
	text-decoration: none;
}

/* Content-Tabelle */
.ContTable
{
	table-layout: fixed;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}

/* Bilder-Box */
.ContentPicBoxRight
{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 5px;
	overflow: hidden;
	float: right;
	z-index: 0;
}

.BoxBreak
{
	font-size: 4px;
}