body
{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #252525;
	width:100%;
}
img
{
	border:none;
}

#container
{
	width:100%;
	margin: 0;
	padding: 0;
}
#bg_container
{
	min-width:982px;
	max-width:1480px;
	margin: 0 auto;
	padding: 0;
	background:url(../img/body_bg.jpg) white center top no-repeat;
}
#wrapper
{
	width:980px;
	margin: 0 auto;
	padding: 0;
	background:url(../img/body_bg.jpg) white center top no-repeat;
}

table#site
{
	width:980px;
	/*width:978px;*/
	text-align:left;
}
td#header
{
	height:340px;
	background:url(../img/iamheader.jpg) top no-repeat;
	vertical-align:top;
}

#header_logo
{
	height:300px;
	width:100%;
}
div#trenner,
div.trenner
{
	height:2px;
	width:100%;
	background:url(../img/trenner.jpg);
}
#navigation-hor
{
	height:40px;
	margin:0;
	padding:0 0 0 20px;
	background:url(../img/navigation_bg.jpg) bottom #c6c6c5;
}
#navigation-hor a
{
	display:block;
	float:left;
	width:110px;
	height:25px;
	background:url(../img/navigation_bg.jpg) bottom #c6c6c5;
	border-right: 1px solid white;
	text-align:center;
	padding-top:15px;
	
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#252525;
}
#navigation-hor a#first,
#navigation-hor a.first
{
	border-left: 1px solid white;
}
#navigation-hor a:hover,
#navigation-hor a:focus,
#navigation-hor a:active,
#navigation-hor a.active
{
	background:url(../img/navigation_bg-hover.jpg) #c6c6c5;
}

td#content
{
	/*height:536px;*/
	background:url(../img/content_bg.jpg) white top no-repeat;
	vertical-align:top;
	height:300px;
	/*border-left:solid 1px #c7c7c7;
	border-right:solid 1px #c7c7c7;*/
	padding-top:60px;
	padding-left:10px;
	padding-right:10px;
}
td#footer
{
	/*height:20px;*/
	background:url(../img/footer_bg.jpg) no-repeat;
	padding-left:15px;
	/*border-left:solid 1px #c7c7c7;
	border-right:solid 1px #c7c7c7;*/
	padding-top:140px;
}
td#footer table
{
	color:black;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
td#footer table tr td
{
	margin:0px;
	padding:5px 0;
	font-weight:bold;
	color:#a9a9a9;
	font-size:11px;
}

/* HEADER IMAGES START */
div.tooltip
{
	font-size:11px;
	padding-left:30px;
	padding-right:10px;
	background:url(../img/white_arrow.png);
	width:175px;
	height:109px;
}
#header_images
{
	margin-left:380px;
}
#header_images #header_image2
{
	padding-left:30px;
}
/* HEADER IMAGES END */
