.txtHeader
{
	font-family: georgia;
	font-size: 18px;
	font-weight: bold;
	color: #336633;
	margin: 0px;
}
.txtSubHeader
{
	font-family: georgia;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
}
.txtTeaser
{
	font-family: georgia;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}
.txtImgText
{
	font-family: georgia;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}
.img_left
{
	padding-right: 20px;
	padding-bottom: 20px;
}
.img_right
{
	padding-left: 20px;
	padding-bottom: 20px;
}
.txtContent
{
	font-family: georgia;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
}
.txtContentL
{
	font-family: georgia;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	padding-right: 10px;
}
.txtContentR
{
	font-family: georgia;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	padding-left: 10px;
}
.txtMailText
{
	font-family: georgia;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	padding-left: 20px;
}
.txtContentBorderRight
{
	font-family: georgia;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
}
.txtContentPaddingLeft
{
	font-family: georgia;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	padding-left: 20px;
}
.txtHR
{
	border: none;
	border-top: solid 1px #336633;
	height: 1px;
}

/* Tabeller */
.txtTable
{
	border-top: solid 1px #336633;
	border-left: solid 1px #336633;
}
.txtTableHeader
{
	font-family: georgia;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;;
	background: #336633;
	border-bottom: solid 1px #336633;
	border-right: solid 1px #336633;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.txtTableContent
{
	font-family: georgia;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	border-right: solid 1px #336633;
	border-bottom: solid 1px #336633;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

/* Textfields */
.txtTextfield
{
	border: solid 1px #336633;
	font-family: georgia;
	font-size: 11px;
	color: #333333;
	width: 100%;
	margin-bottom: 5px;
}
.txtTextarea
{
	border: solid 1px #336633;
	font-family: georgia;
	font-size: 11px;
	color: #333333;
	width: 100%;
	height: 150px;
	margin-bottom: 5px;
}
.emailSubmit
{
	border: solid 1px #336633;
	font-family: georgia;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: #336633;
	cursor: pointer;
}