@import url(content.css);
@import url(sidebar.css);
@import url(IE.css);
@import url(styles_tt_news.css);

html, body {
	margin: 0;
	padding: 0;
	background: url(images/bg.gif) repeat-x top left;
	height: 100%;
}
	
img {
	border: none;
}

#wrap {
	width: 920px;
	margin: 0 auto;
	height: auto !important;
	min-height: 100%;
	position: relative;
	background: url(images/bg_wrap.gif) repeat-y top left;
}

#wrap_header {
	width: 900px;
	height: 125px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 125px;
	background: url(images/header.gif) no-repeat;
	float: left;
}
#logo {
	width: 250px;
	margin: 0px;
	padding: 0px;
	float: left;	
}
#nav {
	width: 600px;
	maring: 0px;
	padding: 0px;
	float: right;	
}
#header ul {
	margin: 0;
	text-align: right;
	padding: 10px 0 0 0;
}

#header li {
	margin: 0;
	padding: 0 5px;
	list-style: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right: 1px solid #0091D8;
}

#header .lastli {
	border: none;
	padding: 0 15px 0 5px;
}

#header li a,
#header li a:link,
#header li a:visited {
	text-decoration: none;
	color: #0091D8;
}

#header li a:hover, #header li a.navcurrent {
	color: #203876 !important;
}

#schatten_nav {
	width: 920px;
	margin: 0 auto;
	background: url(images/schatten_nav.gif) repeat-x top left;
	}

#wrap_nav {
	height: 280px;
	width: 900px;
	background: url(images/schlagschatten.gif) repeat-x top left;
	clear: both;
	padding: 15px 0 0 0;
	margin: 0 auto;
}

.nav_container {
	width: 225px;
	height: 265px;
	float: left;
}

#wrap_content {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

#content {
	width: 555px;
	padding: 40px 60px 168px 60px;
	float: left;
}

#sidebar {
	width: 225px;
	float: left;
	padding-bottom: 168px;
}

.clearer {
	height: 30px;
	clear: both;
	overflow: hidden;
}	

#footer {
	width: 900px;
	height: 168px;
	background: url(images/footer.gif) no-repeat top left;
	padding: 0px;
	position: absolute;
	bottom: 0; /* stick to bottom */
	margin: 0 10px 0 10px;
}

#footer_content {
	text-align: center;
	color: #0091D8;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 140px 0 0 0;
	margin: 0px;
}
