body {
	background: #ffffff url(bg-burst.png) top left repeat-y fixed;
}

#pagecontainer {
	width: 980px;
	margin: 0 auto;
}

#headertop {
	float: left;
	width: 100%;
	background: #920a87;
}


/*** service ***/
#servicespan {
	float: left;
	width: 928px;
	padding: 6px 26px 26px 26px;
	clear: both;
}

#logo {
	float: left;
	padding-top: 14px;
}

#h24 {
	float: left;
	padding: 0 22px;
}

#service {
	float: right;
	width: 124px;
	padding-top: 30px;
}

#service ul { padding: 0; margin: 0; }

#service li {
	float: right;
	list-style: none;
	width: 58px;
	height: 29px;
	margin-left: 4px;
	background: url(service-bg.png);
}

#service li a {
	display: block;
	font-size: 13px;
	line-height: 29px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

#service li a:hover {
	text-decoration: none;
	color: #920a87;
}

#bannerspan {
	float: left;
	padding: 0 0px 9px 26px;
	width: 685px;
	height: 249px;
}

#banner {
	float: left;
	width: 470px;
	height: 150px;
	padding: 70px 0 0 20px;
}

#banner h1 {
	font-size: 40px;
	line-height: 46px;
	color: #920a87;
}

#banner h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #920a87;
	text-align: justify;
}


/*** newsletter ***/
#newssletterspan a#buttonsignup {
	float: left;
	width: 195px;
	height: 27px;
	background: url(button-signup-general.png) top left no-repeat;
	color: #000000;
	line-height: 27px;
	font-size: 12px;
	text-align: center;
	margin-left: 12px;
}

#newssletterspan a#buttonsignup:hover {
	background-position: bottom left;
	cursor: pointer;
	text-decoration: none;
}


#newssletterspan {
	float: right;
	width: 239px;
	background: url(newsletter-mid.png) repeat-y;
	padding-right: 14px;
}

#newssletterspan a {
	color: #ffffff;
	font-size: 12px;
}

#signupheader {
	float: lefT;
	width: 100%;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;	
}

#newsletter-top {
	float: left;
	width: 239px;
	background: url(newsletter-top.png) no-repeat left top;
}

#newsletter-bottom {
	float: left;
	width: 219px;
	padding: 22px 10px 5px 10px;
	background: url(newsletter-bottom.png) no-repeat left bottom;
}

.newsletterrow {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

#newssletterspan h3 {
	font-size: 14px;
	text-align: center;
	color: #ffffff;
}

.newsletterrow label {
	float: left;
	width: 70px;
	padding-right: 5px;
	text-align: right;
	font-size: 13px;
	line-height: 24px;
	color: #ffffff;
}

#newssletterspan input[type=text],
#newssletterspan input[type=password] {
	float: left;
	width: 141px;
	height: 24px;
	background: transparent url(inputbox.png) no-repeat;
	border: 0;
	color: #000000;
}

#newssletterspan input[type=button].hasmargin,
#newssletterspan input[type=image].hasmargin,
#newssletterspan input[type=submit].hasmargin {
	margin-left: 75px;
}

#loginbutton-end {
	float: right;
	height: 27px;
	padding-right: 5px;
	background: url(button-login-end.png) top right no-repeat;	
}

#loginbutton-end:hover {
	background-position: bottom right;
	cursor: pointer;
	text-decoration: none;
}


#loginbutton {
	float: right;
	height: 27px;
	padding-left: 5px;
	line-height: 27px;
	background: url(button-login.png) top left no-repeat;	
}

#loginbutton:hover {
	background-position: bottom left;
	cursor: pointer;
	text-decoration: none;
}


/*** top nav ***/
#topnav {
	float: left;
	width: 100%;
	background: url(topnav-bottomborder.png) left bottom no-repeat;
}

#topnav ul {
	float: left;
	padding: 0 0 7px 26px;
	margin: 0;
}

#topnav li {
	float: left;
	width: 82px;
	height: 43px;
	padding-right: 4px;
	list-style: none;
	text-align: center;
	vertical-align: middle;
	line-height: 10px;
	background: url(topnav-bg.png) no-repeat;
	position: relative;
	z-index: 10000;
}

#topnav li a {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
}

#topnav li a:hover { color: #000000; text-decoration: none; }


.outer-li {display: table; height: 43px; position: static;width: 100%; overflow: hidden; position: relative;}
.middle-li {display: table-cell; vertical-align: middle; width: 100%;}

/*** Level2 ***/
/* hide the sub levels and give them a positon absolute so that they take up no room */
#topnav ul ul {
	position:absolute;
	z-index: 50000;
	top: 43px;
	left:0;
	margin: 0;
	padding: 0;
	right:auto; /*resets the right:50% on the parent ul */
	width: 200px; /* width of the drop-down menus */
	margin-top: -10000px;
	border-top: 1px solid #920a87;
	border-left: 1px solid #920a87;
	border-right: 1px solid #920a87;
}
/* style the second level links */
#topnav li ul {
	background: #f1ddd7;
}

#topnav li li {

	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	padding: 0;
	clear:left;
	width: 100%;
	border-bottom: 1px solid #920a87;
	background: none;
	height: auto;
}

#topnav li li a {
	text-align: left;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0;
	padding: 5px;
	display: block;
	line-height: 20px;
}

#topnav li li a:hover,
#topnav li li a.act {
	color: #920a87;
	text-decoration: none;
}

/* make the second level visible when hover on first level list OR link */
#topnav ul li:hover ul { margin: 0; }

/* style the second level hover */ 
#topnav ul ul a:hover { }

#topnav ul ul a.drop { }
/* style the second level hover */

#topnav li ul a:hover { }

#topnav ul ul .outer-li { height: auto; }


/*** content ***/
#contentspan {
	float: left;
	width: 100%;
	padding: 15px 0;
}

#contentspan h2 { color: #920a87; font-size: 28px; line-height: 36px; padding-bottom: 10px; }
#contentspan h3 { color: #920a87; font-size: 18px; line-height: 24px; padding-bottom: 10px; }
#contentspan h4 { color: #920a87; font-size: 24px; line-height: 38px; }
#contentspan p { text-align: justify; }
#contentspan p strong { color: #920a87; }
#contentspan li { font-weight: bold; }
#contentspan li strong { font-weight: normal; }
#contentspan a,
#contentspan li a { font-weight: bold; text-decoration: underline; }
#contentspan a:hover,
#contentspan li a:hover { font-weight: bold; text-decoration: none; }


#contentspan ul,
#contentspan ol { padding-bottom: 16px; }

#contentspan input[type="button"],
#contentspan input[type="submit"] {
	background: #920A87;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #ffffff;
}

#contentspan input[type="button"]:hover,
#contentspan input[type="submit"]:hover { cursor: pointer; }

#contenttop {
	float: left;
	width: 100%;
	padding-top: 20px;
	background: url(content-bg-top.png) no-repeat;
}

#contentmid {
	float: left;
	width: 100%;
	background: url(content-bg-mid.png) repeat-y;
}

#contentupper {
	float: left;
	width: 100%;
	min-height: 359px;
	background: url(content-bg-upper.png) no-repeat;
}

#contentlower {
	float: left;
	width: 100%;
	clear: both;
	min-height: 530px;
}

#contentbottom {
	float: left;
	width: 100%;
	clear: both;
	height: 18px;
	background: url(content-bg-bottom.png) left top no-repeat;
}

#contentmain {
	float: left;
	position: relative; /* this might be a bad idea, time will tell */
	z-index: 4000;
	width: 633px;	
	padding: 20px 40px 120px 40px;
}

#contentright {
	float: right;
	width: 253px;
}


/*** footer ***/
#footer {
	float: left;
	width: 713px;
	font-size: 10px;
	text-align: center;
	margin-top: -10px;
}

#footer p {
	font-size: 10px;
	line-height: 10px;
}

#footer a {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

#footer a:hover {
	color: #920a87;
	text-decoration: none;
}


/*** simpleContentElementHtml4 ***/
.contentelement {
	float: left;
	width: 100%;
	clear: both;
	}
.img-caption { font-style: italic; }

.img-above-center,
.img-above-left,
.img-above-right {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	clear: both;
}

.img-below-center,
.img-below-left,
.img-below-right {
	float: left;
	width: 100%;
	padding-top: 15px;
	clear: both;
}

.img-above-center img,
.img-below-center img { float: none; margin: auto; display: block; }

.img-above-center p,
.img-below-center p { text-align: center; }

.img-above-left img,
.img-below-left img { float: left; }

.img-above-right img,
.img-below-right img { float: right; }

.img-above-right p,
.img-below-right p { text-align: right; }

.contentelement-admin {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border: 1px dotted #cecece;
}

.contentelement-admin:hover {
	border: 1px dotted #000000;
}

.contentelement-admintools {
	float: left;
	width: 100%;	
}

.admintool-edit { float: left; padding: 3px 10px 10px 3px; z-index: 50000; }
.admintool-delete { float: right; padding: 3px 3px 10px 10px; z-index: 50000; }

/*** site specific simpleContentElementXhtml ***/
#contentmain .columntext { float: left; width:345px; }
.img-column-left { float: left; padding: 0 15px 15px 0; }
.img-column-right { float: left; padding: 0 0 15px 15px; }


/*** BMI ***/
#bmichart {
	float: left;
	width: 260px;
	}

.bmitext {
	float: right;
	width: 370px;
	}

.bmiinfo {
	padding: 10px;
	background: #ffffff;
	border: 1px solid #000000;
	display: none;
}

.bmiline {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 6px;	
}

.labelsmall {
	float: left;
	width: 60px;
	text-align: right;
	padding-right: 5px;	
}

.biglabel {
	float: left;
	width: 235px;
	text-align: right;
	padding-right: 5px;
}

.input3 {
	float: left;
	width: 30px;
	text-align: right;
	padding-right: 5px;
}

.input4 {
	float: left;
	width: 40px;
	text-align: right;
	padding-right: 5px;
}

.bmitable td { font-size: 11px; }

#contentmid input,
#contentmid select {
	border: 1px solid #000000;
	background: #ffffff;	
	color: #000000;
}

/*** registration ***/
.registerline {
	float: left;
	width: 100%;
	clear: both;	
}

.registerline label {
	float: left;
	width: 170px;
	padding-right: 5px;	
	text-align: right;
}

.registerline input,
.registerline select {
	float: left;	
	padding-right: 5px;	
}

.mandatory { color: red; }

.imgleft { padding: 0 25px 25px 0; }
.imgright { padding: 0 0 25px 25px; }
.imgright20 { padding: 0 0 20px 25px; }

/*** promotion ***/
.promotionline { float: left; width: 100%; padding-bottom: 6px; }
div.mandatory { float: left; color: red; }
.promotionregline {
	float: left;
	width: 100%;
	padding-bottom: 6px;
}
.promotionregline label { float: left; width: 100px; text-align: right; padding-right: 7px; }
.promotionregline input { float: left; padding-left: 5px; }

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #ff3300;
	color : #ffffff;
	font-weight: bold;
}

.accordionButton {
	width: 581px;
	padding: 0 26px;
	background: url(accordion-bg.png) no-repeat 0 2px;
	min-height: 20px;
	font-size: 16px;
	color: #920a87;
	font-weight: bold;
	min-height: 25px;
	border-bottom: 1px solid #920a87;
}

.accordionButton:hover strong { cursor: pointer; color :#920A87; }
.on strong { color :#920A87; }

.accordionContent {
	width: 581px;
	padding: 5px 26px 3px 26px;
	background: #f8e2ea;
	border-bottom: 1px solid #920a87;
}

/*** addthis ***/
.addthis_toolbox {
	padding-left: 0px;
	padding-top: 75px;
}

.bottomsocial .at15t_email {
	float: left !important;
	padding-right: 10px;
	margin-top: 3px;
}

.comp-winners {	border: 3px solid #920A87; margin-bottom: 8px; }

/*** graph legend ***/
.graphlegend { float: left; margin: 0; }
.graphlegend li { list-style: none; padding-left: 40px; margin: 0; }
.graphlegend .critical { background: url("barcritical.png") repeat-y; }
.graphlegend .high { background: url("barhigh.png") repeat-y; }
.graphlegend .ideal { background: url("barnormal.png") repeat-y; }
.graphlegend .low { background: url("barlow.png") repeat-y; }


/*** Contact form ***/
.contactformspan {
	float: left;
	width: 100%;
}

.contactline {
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

.contactline label {
    float: left;
    line-height: 40px;
    padding-right: 10px;
    text-align: right;
    width: 126px;
}

#contentmid .contactline input[type="text"] {
    border: 1px solid #920A87;
    color: #000000;
    float: left;
    height: 15px;
    line-height: 15px;
    padding: 12px 10px;
    width: 400px;
    font-family: arial;
    font-size: 15px;
}

.contactline .textarea {
}

.contactline textarea {
    background: #ffffff;
	border: 1px solid #920A87;
    padding: 10px 8px 10px 10px;
	color: #000000;
    float: left;
    height: 150px;
    overflow: auto;
    width: 401px;
    font-family: arial;
    font-size: 15px;
}

#contentmid #contactsend {
    float: right;
    margin-right: 77px;
    padding: 10px;
    background: #920A87;
    color: #ffffff;
}

#contentmid .mandatory { float: left; color: red; }

#langselect {
	float: left;
	padding-left: 30px;
}

.langflag {
	float: left;
	padding-right: 10px;
}

.langflag a { float: left; padding: 5px; color: #ffffff; }
.langflag a:hover { background: #fbd6d0; }
.langflag a p { color: #ffffff; }
.langflag a:hover p { color: #000000; }



/*** BMI calculator ***/
.bmitextage {
	float: left;
	width: 180px;
}

.bmicalctop {
	float: left;
	width: 100%;
}

.bmicalcmid {
	float: left;
	width: 100%;
}

.bmicalcbottom {
	float: left;
	width: 100%;
}

#bmisliderspan,
.bmislider {
	float: right;
	width: 452px;
}
.bmislider .col1 {
	float: left;
	width: 100px;
	text-align: center;
}

.bmislider .col2 {
	float: left;
	width: 452px;
}

#bmicalc {
	float: left;
	width: 100%;
	/*background: url(bg-bmi-measuretape.png) left bottom no-repeat;*/
	padding-bottom: 15px;
}

#bmicalc input[type=text] {
	width: 51px;
	height: 36px;
	border: 0;
	background: url(bg-bmi-input.png) no-repeat top left;
	text-align: center;
	line-height: 40px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

#bmicalc #your-bmi {
	float: left;
	width: 51px;
	height: 38px;
	border: 0;
	background: url(bg-bmi-input.png) no-repeat top left;
	text-align: center;
	line-height: 40px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

#bmicol1 { float: left; width: 100px; }

.yourbmispan {
	float: left;
	padding: 15px;
	background: #ffffff;
}

.yourbmispan label {
	float: left;
	line-height: 22px;
	padding-right: 4px;
	color: #F05882;
    font-size: 18px;
    font-weight: bold;
}


.yourbmitext {
	float: left;
	padding-left: 15px;
	
}
#idealweight {
	font-weight: bold;
}

#weighttoloose {
	max-width: 300px;
}

#weight-slider,
#height-slider {
	width: 452px;
	height: 81px;
	background: url(bg-bmi-slider.png) no-repeat top left;
	border: 0;
}

#bmicalc .ui-slider-horizontal .ui-slider-range-min {
	background: url(bg-bmi-slider.png) no-repeat bottom left;
	border: 0;
}

#weight-slider.ui-slider-horizontal .ui-slider-handle {
	background: url(bmi-weight.png) left center no-repeat;
	width: 36px;
	height: 81px;
	border: 0;
	padding-top: 6px;
}

#height-slider.ui-slider-horizontal .ui-slider-handle {
	background: url(bmi-height.png) left center no-repeat;
	width: 36px;
	height: 81px;
	border: 0;
	padding-top: 6px;
}

.bmiline {
	float: left;
	width: 100%;
	padding-top: 10px;
}

.bmiline label {
	float: left;
	width: 99px;
	padding-right: 6px;
	font-weight: bold;
	font-size: 16px;
}

.bmigendergroup {
	float: left;
	width: 125px;
}

.bmicontrol {
	float: right;
	width: 20px;
	min-height: 1px;
	padding-top: 4px;	
}

.bmivalup {
	float: right;
	clear: both;
	width: 17px;
	height: 14px;
	background: url(bmi-input-up.png) top left no-repeat;
	margin-bottom: 4px;
}

.bmivaldown {
	float: right;
	clear: both;
	width: 17px;
	height: 14px;
	background: url(bmi-input-down.png) top left no-repeat;
}


.bmivalup:hover,
.bmivaldown:hover {
	cursor: pointer;
	background-position: bottom left;
}

.bmitable { width: 400px; }

.bmitable th {
	background: #941f89;
	border: 2px solid #000000;
	color: #ffffff;
}

.bmitable th strong { color: #ffffff; }

.bmitable td {
	border: 2px solid #000000;
	background: #ffffff;
	font-size: 14px;
}


.bmitable td.bmitableleftcol { background: #f2e0d8; font-weight: bold; }


/* 
 * The state classes are a little bit complex, because of the doubble class bug in IE6
 * The state class looks like this:
 * 
 * .ui-radio-state[-checked][-disabled][-hover] or .ui-checkbox-state[-checked][-disabled][-hover]
 * 
 * Examples:
 * 
 * .ui-radio-state-checked (simply checked) 
 * .ui-radio-state-checked-hover (checked and hovered/focused)
 * .ui-radio-state-hover (unchecked and hovered/focused)
 * 
 * If you don´t have to deal with the doubble class bug of IE6 you can also use the simple ui-checkbox-checked, ui-checkbox-disabled, ui-checkbox-hover state-classnames (or: ui-radio-checked...)
 * and the ui-radio/ui-checkbox role-classnames.
 * 
 */

.ui-radio-state-disabled,
.ui-radio-state-checked-disabled,
.ui-radio-state-disabled-hover,
.ui-radio-state-checked-disabled-hover {
	color: #999;
}

span.ui-checkbox,
span.ui-radio {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(input-radiobutton.png) 0 0 no-repeat;
	padding-right: 6px;
}

span.ui-helper-hidden {
	display: none;
}

label {
	padding: 2px;
	
}
span.ui-radio-state-hover {

}
span.ui-checkbox-state-hover {
	background-position: 0 -20px;
}

span.ui-checkbox-state-checked {
	background-position: 0 -20px;
}

span.ui-checkbox-state-checked-hover {
	background-position: 0 -20px;
}
span.ui-radio-state-checked-disabled-hover,
span.ui-radio-state-checked-disabled,
span.ui-radio-state-checked {
	background-position: 0 -20px;
}

span.ui-radio-state-checked-hover {
	background-position: 0 -20px;
}
.ui-radio-disabled,
.ui-checkbox-disabled {
	opacity: 0.7;
}


.datasheet { float: left; width: 100%; margin: 15px 0; }
.datasheet thead { background: #920A87; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.datasheet th,
.datasheet td { padding: 4px; }
.datasheet tr.striped { background: #f9d8e4; }
.datasheet th { background: transparent; color: #ffffff; }
.datasheet th b,
.datasheet th strong,
#contentspan .datasheet th p,
.datasheet th span,
.datasheet th strong { color: #ffffff; padding-bottom: 0; }
.datasheet th sub,
.datasheet th sup { color: #ffffff; }

