/*Stylesheet TMT HOMEPAGE*/

body {
	background:url(../images/back_tmt.jpg);
	background-repeat: repeat;
	font-family:tahoma;
	color: #000;
	font-size: 13px;
}

.bodytext {
	padding-left: 20px;
}

a, a:link, a:visited{
	color: #5A4F87;
	text-decoration: none;
}

a:active{
	color: #efb46f;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

cite {
	color: #8f0e14;
	font-weight: bold;
	font-size: 13px;
}

.main, .head, .content, .foot, #banner, #menue {
	width: 800px;
}

.main {
	width: 800px;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0;
	background:url(../images/back_tmt_content.jpg);
	margin-left:auto;
	margin-right:auto;
}
.head {
	height: 225px;

}
#banner {
	height: 160px;
	background: #333333;
	background:url(../images/header_2010_1.jpg);
	background-repeat:no-repeat;
}

#menue {
	background: url(../images/header_2010_2.jpg);
	background-repeat:no-repeat;
	float:left;
	margin: 0px;
	top:0px;
	height:45px;
}

#navi {
	background: url(../images/header_2010_2.jpg);
	background-repeat:no-repeat; 
	height:65px;
	padding-left: 32px;
	padding-top: 12px;
	font-weight: bold;
}
#navi a {
	color: #FFFFFF;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}
	#navi a:hover {
	background-color: white;
	color: #60573d;
	text-decoration: none;
	}
#menue ul {
	list-style: none;
	height:25px;
	margin-top:2px;
	margin-left:0px;
	top:0px;
	float: left;

}
#menue ul li {
	padding: 0px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	float:left;
	margin: 0;
}
#menue ul li a {
	color: #FFF;
	font-weight:bold;
	font-size:14px;
	margin: 0px;
	padding:3px;
}
#menue ul li a:hover {
	color: #999999;
}
.content {
	width: 720px;
	padding: 20px 40px;
}
.content_text {
	margin: 5px 30px 5px 30px;
}
.foot {
	height: 82px;
	background:url(../images/back_tmt_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float: left;
	margin: 0px;
}
h1 {
	color: #60573d;
	background-color: #FFFFFF;
	margin: 1px;
	padding-left: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
}
h2 {
	color: #60573d;
	margin: 1px;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
}

h3 {
	background-color: #60573d;
	padding-left: 20px;
	font-size: 14px;
	color: white;
	height: 20px;
}

/*news design*/
.post {}
.entry {}
.contentElement {}
.contenttable contenttable-0 tr {
	height: 20px;
	padding: 1px;
	margin: 0px;
	}
	table {
	background: #CCCCCC;
	}
li {
	list-style-image: url(images/star.gif);
	}

