/*------------------
 * B A S E
 */


html, body, div, table, tr, td, img {
	margin:0px;
	padding:0px;
}

body {
	font-family:Verdana;
	font-size:11px;
	/* background:url(./pics/bg-body.gif) repeat-x; */
}

table {
	border-collapse:collapse;
	/* background-color:white;*/
}

table th {
        white-space: nowrap;
}

table td {
	/* border:2px solid #e3e3e3; */
	/* padding:4px 8px 4px 8px; */
}

table td p {
	padding:0px;
	margin:0px;
}

p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
}

a {
	color:inherit;
	text-decoration:none;
}

.invisible {
	display:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

/*------------------
 * L A Y O U T
 */

#teaser, #navBreadcrumb {
	display:none;
}

#navBreadcrumb {
	background-color:#ffffff;
}

/*********************************/

#pageHead {
	float:left;
	width:1010px;
	height:7px !important;
	overflow:hidden;
	background:url(./pics/bg-shd-1000-top.gif) no-repeat -7px top;
}

#page {
	float:left;
	width:1010px;
	background:url(./pics/bg-shd-1000-rgh.gif) repeat-y right;
}

#pageBottom {
	float:left;
	width:1010px;
	height:11px;
	overflow:hidden;
	background:url(./pics/bg-shd-1000-bot.gif) no-repeat -7px top;
}

#head, #teaser {
	float:left;
	width:1000px;
}

#picture {
	padding:0px;
	margin:0px;
	float:left;
	height:190px;
	overflow:hidden;
}

#navTop {
	float:left;
	width:950px;
	padding-left:50px;
	background:url(./pics/bg-topmenu.gif) repeat-x top left;
}

#body {
	float:left;
	width:955px;
	background-color:#ffffff;
	background:url(./pics/bg-content-fire1.png) no-repeat bottom left;
	padding:20px 0px 100px 45px;
}

#navLeft {
	float:left;
	width:160px;
	height:300px;
	margin-right:25px;
	/*margin:20px 0px 100px 45px;*/
}

#title {
	float:left;
	width:739px;
	padding:8px 5px 4px 15px;;
	background-color:#3aa6d0;
	color:white;
	font-size:16px;
	font-weight:bold;
}

#content {
	float:left;
	width:725px;
	min-height:300px;
	padding:15px;
	border:2px solid #3aa6d0;
	background-color:white;
	background:url(./pics/bg-contentbox-fire1.png) no-repeat bottom left;
}

#footer {
	float:left;
	background-color:#252525;
	color:white;
	padding:22px;
	width:956px;
	border-top:8px solid #226078;
}


