body {
  width:100%;
  /**height: 100%;**/
  margin:0 0 10px 0;
  padding: 0;
  background: #FFFFFF;
}
.separation {
	clear: both;
	height: 10px;
}

/* ------------------------------------------------ MAIN -- */

.wrapper {
	width:797px;
	margin: 0 auto 0 auto; 
	/**overflow:auto;**/
	height: 100%;
    background-repeat: repeat-y;
}

/* ------------------------------------------------ HEADER -- */

#headerContainer {
	float: left;
	width:797px;
	height: 162px;
}
#logo {
	float: left;
	width:167px;
	height: 162px;
}
#empty01 {
	float: left;
	width:629px;
	height: 76px;
}
#title {
	float: left;
	width:629px;
	height: 41px;
}
#navContainer {
	float: left;
	width:630px;
	height: 45px;
}
.navHolder {
	float: left;
	width:126px;
	height: 45px;
	background: url('../images/main/deel01-nav.jpg');
}

/* ------------------------------------------------ BODY -- */

#bodyContainer {
	float: left;
	width:796px;
	height: 100%;
}
#bodyLeft {
	float: left;
	width:41px;
	height: 100%;
}
#bodyRight {
	float: left;
	width:755px;
	height: 100%;
}
#flashBanner {
	float: left;
	width:755px;
	height: 168px;
}
#contentContainer {
	float: left;
	width:755px;
	height: 100%;
	background: url('../images/bg/content_bg.jpg');
}
#contentLeft {
	float: left;
	width:258px;
	height: 100%;
}
#contentRight {
	float: left;
	width:497px;
	height: 100%;
}

/* ------------------------------------------------ FOOTER -- */

#footer {
	float: left;
	width:796px;
	height: 79px;
}
#footerLeft {
	float: left;
	width:41px;
	height: 100%;
}
#footerBar {
	float: left;
	width:755px;
	height: 5px;
}
#footerEmpty {
	float: left;
	width:737px;
	height: 78px;
}
#footerRound {
	float: left;
	width:18px;
	height: 78px;
}
#footerRight {
	float: left;
	width:755px;
	height: 79px;
	background: url('../images/bg/footer_bg.jpg');
}

/* ------------------------------------------------ TextFormats -- */
 
 BODY,TD			{ font-family:Arial, Helvetica, verdana, sans-serif; font-weight: bold; font-size:12px; }
A:link				{ color:#000000; font-weight: bold; text-decoration: none }
A:visited			{ color:#000000; font-weight: bold; text-decoration: none }
A:active			{ color:#000000; font-weight: bold; text-decoration: none }
A:hover				{ color:#F15E2A; font-weight: bold; text-decoration: none }

A.me:link			{ color:#FFFFFF; font-weight: bold; text-decoration: none }
A.me:visited		{ color:#FFFFFF; font-weight: bold; text-decoration: none }
A.me:active			{ color:#FFFFFF; font-weight: bold; text-decoration: none }
A.me:hover			{ color:#79BDB2; font-weight: bold; text-decoration: none }

A.li:link			{ color:#FFFFFF; font-weight: bold; text-decoration: none }
A.li:visited		{ color:#FFFFFF; font-weight: bold; text-decoration: none }
A.li:active			{ color:#FFFFFF; font-weight: bold; text-decoration: none }
A.li:hover			{ color:#F15E2A; font-weight: bold; text-decoration: none }

A.no:link			{ color:#F15E2A; font-weight: bold; text-decoration: none }
A.no:visited		{ color:#F15E2A; font-weight: bold; text-decoration: none }
A.no:active			{ color:#F15E2A; font-weight: bold; text-decoration: none }
A.no:hover			{ color:#FFFFFF; font-weight: bold; text-decoration: none }

.minititle01 {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 12px;
	line-height: 20px;
	text-align: left;
}
.normal {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	clip:   rect(auto auto auto auto);
}
.normalSmall {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	font-weight: normal;
	clip:   rect(auto auto auto auto);
}
.normalBig {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	clip:   rect(auto auto auto auto);
}
.normalDark {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	clip:   rect(auto auto auto auto);
}
.normalOrange {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #F15E2A;
	font-weight: bold;
	clip:   rect(auto auto auto auto);
}
.menu {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 13px;
	color: #79BDB2;
	text-align: center;
	font-weight: bold;
	clip:   rect(auto auto auto auto);
}
.title {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 17px;
	color: #F15E2A;
	text-align: left;
	font-weight: bold;
	clip:   rect(auto auto auto auto);
}
.txtField {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #EBEBEB;
	border: 0px solid #333333;
	width:80px
}
.btnNext {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	background-color:#F2F2F2;
	border: 1px solid #333333;
	width:60px;
}
