@charset "UTF-8";
/* CSS Document */

@import url(tt_news/tt_news_idh_styles.css);

html,body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-height: 100%; /* Moderne Browser */
	height: auto !important; /* Moderne Browser */
	height: 100%; /* IE */
	color: #666666;
	background: #ffffff;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-weight: normal;
	text-align:center;
}

div#container {
 	position: relative;
	float: left;
	width: 994px;
	margin: 0px auto;
	min-height:100%;
	height: auto !important; /* Moderne Browser */
	height: 100%; /* IE */
	left: 50%;
	margin-left: -497px;
}
* html #container {
     height: 100%;
}

#header {
	float: left;
	padding: 0px;
	margin:0 auto;
	padding-top: 0px;
	height: 228px;
	width: 994px;
	background:url(../grfx/bg_header.jpg);
	background-repeat:no-repeat;
}

#logo {
	position:absolute;
	top: 0px;
	left: 904px;
}

/*TOPNAVI*/
#topnavi {
	position:relative;
	padding-top: 70px;
	margin-left: 36px;
	float: left;
}
#topnavi ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	float: left;
}
#topnavi li {
	display: inline;
	width: auto;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	line-height: 28px;
	color: #666666;
	float: left;
	text-indent: 10px;
	text-align: right;
}
#topnavi li a:active  {
	display: block;
	color: #666666;
	text-decoration: none;
}
#topnavi li a:visited  {
	display: block;
	color: #666666;
	text-decoration: none;
}
#topnavi li a:link {
	display: block;
	color: #666666;
	text-decoration: none;
}
#topnavi li a:hover  {
	display: block;
	color: #666666;
	text-decoration: none;
}
#topnavi_active  {
	display: block;
	color: #666666;
	text-decoration: none;
}
#topnavi_inactive  {
	display: block;
	color: #666666;
	text-decoration: none;
}


#content_framework {
	float: left;
	width: 994px;
	margin: 0px auto;
	min-height: 700px; /* Moderne Browser */
	height: auto !important; /* Moderne Browser */
	height: 100%; /* IE */
	padding-top: 170px;
	padding: 0px;
	background:url(../grfx/bg_content.jpg);
	background-repeat:repeat-y;
}

#blue_column {
	position:relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 16px;
	min-height: 500px; /* Moderne Browser */
	height: auto; !important /* Moderne Browser */
	height: 100%; /* IE */
	background-color:#184483;
	/*background:url(../grfx/bg_mainnavi.jpg);
	background-repeat:no-repeat;*/	
}

#searchbox {
	position:relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 209px;
	height: 20px;
}

#mainnavi {
	position:relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 209px;
	height: 100%;
	text-align:left;
}
#mainnavi_top {
	position:relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 209px;
	height: 5px;
	background:url(../grfx/bg_mainnavi_top.jpg);
	background-repeat:no-repeat;
}
#mainnavi_bottom {
	position:relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 209px;
	height: 10px;
	background:url(../grfx/bg_mainnavi_bottom.jpg);
	background-repeat:no-repeat;
}

#content {
	position:relative;
	float: left;
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 30px;
	padding: 0px;
	width: 500px;
	min-height: 500px; /* Moderne Browser */
	height: auto; !important /* Moderne Browser */
	height: 100%; /* IE */
	text-align:left;
}

#contact {
	position:relative;
	float: left;
	margin: 0px;
	margin-top: 50px;
	margin-bottom: 10px;
	padding: 0px;
	width: 219px;
	height: 185px;
	color: #666666;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align:left;
}

/* #news {
	position:relative;
	float: left;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	width: 210px;
	text-align:left;
} */

/*FOOTER*/

#footer_framework {
	clear: both;
	position:relative;
	margin-top: 10px;
	height: 35px;
	width: 100%;
}
#footer {
	position:absolute;
	height: 25px;
	left: 50%;
	width: 994px;
	margin-left: -497px;
	padding-left: 120px;
	background:url(../grfx/bg_footer.jpg);
	background-repeat:no-repeat;
}
#footer ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#footer li {
	display: inline;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	line-height: 28px;
	color: #666666;
	float: left;
	text-indent: 10px;
	text-align: left;
}
#footer li a:active  {
	display: block;
	color: #666666;
	text-decoration: none;
}
#footer li a:visited  {
	display: block;
	color: #666666;
	text-decoration: none;
}
#footer li a:link {
	display: block;
	color: #666666;
	text-decoration: none;
}
#footer li a:hover  {
	display: block;
	color: #666666;
	text-decoration: none;
}
#footer_active  {
	display: block;
	color: #666666;
	text-decoration: none;
}
#footer_inactive  {
	display: block;
	color: #666666;
	text-decoration: none;
}

/* HYPERLINKS */
.hyperlink a:link, 
.hyperlink a:active, 
.hyperlink a:visited  {
	font-size: 11px;
	color: #666666; 
	font-weight: normal;
	text-decoration: none; 
	}
.hyperlink a:hover  {
	font-size: 11px;
	color: #c60001;
	font-weight: normal;
	text-decoration: none; 
	}
