/* Content Styles for 'dehelling.info' */
/* Created: 04-11-2005 by Decorboo Internet */

/* Default Styles */
td {
	font-size: 10pt;
}

p {
	font-size: 10pt;
	line-height: 130%;
	margin-bottom: 4px;
}

/* Header Styles */
h1 {
	font-size: 12pt;
	margin-top: 16px;
}

h2 {
	font-size: 11pt;
	margin-top: 14px;
}

h3 {
	font-size: 10pt;
	margin-top: 12px
}

h4 {
	font-size: 10pt;
	margin-top: 2px
}

h5 {
	font-size: 9pt;
	margin-top: 2px
}

a {
	color: #006699;
	text-decoration: none;
}

a:link, a:visited {

}

a:hover, a:active {
	text-decoration: underline;
}


/* Menu Styles */
#menu {
	list-style-type: none;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	text-align: right;
	width: 116px;
}

#menu li {
	margin: 8px 0px 8px 0px;
}

#menu li a {
    color: #33ccff;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu .active a {
    color: #ffff66;
	text-decoration: none;
}

#menu .sub_menu {
	list-style-type: none;
}

#menu .sub_menu a {
    color: #33ccff;
	font-size: 8pt;
}

#menu .sub_menu .active a {
    color: #ffff66;
	font-size: 8pt;
}

.contenttable td p {
	margin: 0px;
}


/* Typo 3 3.8.0 Image alignment hack */
/* this centers images in Gecko/Opera */
div[class="imageorient-0"] table[class="imgtext-table"],
div[class="imageorient-8"] table[class="imgtext-table"] {
  margin: 0 auto;
}

/* this right-aligns images above the text in Gecko/Opera */
div[class="imageorient-1"] table[class="imgtext-table"] {
  float: right;
  width: auto;
}
/* careful, sometimes other tags may follwow the table */
div[class="imageorient-1"] p {
  clear: right;
}


/* this right-aligns images below the text in Gecko/Opera */
div[class="imageorient-9"] table[class="imgtext-table"] {
  float: right;
  width: auto;
}
/* this avoids following content to float besides the images */
div[class="imageorient-9"] div[class="break"] {
  clear: right;
}