/* gesamtes Dokument */
BODY
{
	background-color: #FDF3E0;
}

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



/* Alle Titel */
H1
{
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

H2
{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

H3
{
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

H3 :link, H3 :visited, H3:active
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

H3 :hover
{
	font-weight: bold;
	color: #FF6C00;
	text-decoration: underline;
}

H4
{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

H5
{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

H6
{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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



/* Formulare */
.Formular
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.Email
{
	font-size: 9px;
	color: #000000;
}



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

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

.BoxTitle
{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color : #745E3E;
}

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

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

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

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

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

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

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

.BoxTextSmall
{
	font-size: 10px;
	color: #000000;
}

A.BoxTextSmall
{
	color: #000000;
	text-decoration: none;
}

A.BoxTextSmall:hover
{
	color: #FF6C00;
	text-decoration: underline;
}

.BoxBreak
{
	font-size: 4px;
}

.ContentPicBox
{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 5px;
	overflow: hidden;
	float: left;
	z-index: 0;
}

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