body {
	background-color: #000000;
	background-image: url(html/hint.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Sans-serif;
	font-size:11px;
	margin: 0px;
	padding: 0px;
}

p {
	color:#333333;
	margin:7px 0px 7px 0px;
	width:auto;
}



h1 {
	color:#cccccc;
	font-weight:bold;
	font-size:22px;
	margin:5px 0px 7px 0px;
	padding:0px;
	width:auto;
}

h2 {
	color:#eb6e23;
	font-weight:bold;
	font-size:13px;
	margin:2px 0px 2px 0px;
	padding:0px;
	width:auto;
}

h3 {
	color:#eb6e23;
	font-weight:bold;
	font-size:11px;
	margin:2px 0px 2px 0px;
	padding:0px;
	width:auto;
}

a:link, a:visited	{
	color:#eb6e23;
	text-decoration: none;
	}


a:hover {
	text-decoration: underline;
	}



.asubnav:link, .asubnav:visited	{
	font-weight:bold;
	font-size:13px;
	color:#eb6e23;
	text-decoration: none;
	}


.asubnav:hover {
	text-decoration: underline;
	}


hr	{
	text-align: center;
	}


.imgright {
	float: right;
	}


#hinttile {
	background-image: url(html/hinttile.jpg);
	background-repeat:repeat-y;
	margin: auto;
	width: 862px;
}


#wrapper {
	background-image: url(html/layout.jpg);
	background-repeat:no-repeat;
	margin: auto;
	width: 862px;
}

#main {
	padding-left: 328px;
	width: 100%;
}


#content {
	padding-top: 25px;
	padding-left: 20px;
	width: 430px;
	text-align: left;
}

#footer {
	background-image: url(html/footer.jpg);
	background-repeat:no-repeat;
	clear: both;
	width: 100%;
	height: 150px;
}

#infobreak {
	background-image: url(html/infobreak.jpg);
	background-repeat:no-repeat;
	height: 120px;
}


.indextitel {
	margin: 69px 0px 0px 345px;
	}

.ftext	{
	margin: 1;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color : #505050;
	text-align: center;
	}

.afooter:link, .afooter:visited	{
	color: #505050;
	text-decoration: underline;
	}


.afooter:hover {
	color: #ffffff;
	text-decoration: underline;
	}



/* NAVIGATION */

#nav			 {
	padding-top: 195px;
	padding-left: 5px;
	width: 460px;
	height: 25px;
}

/*menu image 1 */

#nav1 {
	float: left;
	margin: 0px;
	width: 135px;
	height: 25px;
	text-decoration: none;
	display: block;
	background: url('html/nav1.gif') 0 0;
}
#nav1:hover, #nav1:active {
	background-position: 135px 0;
}

#nav1on {
	float: left;
	margin: 0px;
	width: 135px;
	height: 25px;
	text-decoration: none;
	display: block;
	background: url('html/nav1.gif') 135px 0;
}
#nav1on:hover, #nav1on:active {
	background-position: 135px 0;
}

/*menu image 1 */

/*menu image 2 */
#nav2 {
	float: left;
	margin: 0px;
	width: 120px;
	height: 25px;
	text-decoration: none;
	display: block;
	background: url('html/nav2.gif') 0 0;
}
#nav2:hover, #nav2:active {
	background-position: 120px 0;
}

#nav2on {
	float: left;
	margin: 0px;
	width: 120px;
	height: 25px;
	text-decoration: none;
	display: block;
	background: url('html/nav2.gif') 120px 0;
}
#nav2on:hover, #nav2on:active {
	background-position: 120px 0;
}

/*menu image 2 */

/*menu image 3 */
#nav3 {
	float: left;
	margin: 0px;
	width: 115px;
	height: 25px;
	text-decoration: none;
	display: block;
	background: url('html/nav3.gif') 0 0;
}
#nav3:hover, #nav3:active {
	background-position: 115px 0;
}

#nav3on {
	float: left;
	margin: 0px;
	width: 115px;
	height: 25px;
	text-decoration: none;
	display: block;
	background: url('html/nav3.gif') 115px 0;
}
#nav3on:hover, #nav3on:active {
	background-position: 115px 0;
}

/*menu image 3 */

/*menu image 4 */
#nav4 {
	float: left;
	margin: 0px;
	width: 90px;
	height: 25px;
	text-decoration: none;
	display: block;
	background: url('html/nav4.gif') 0 0;
}
#nav4:hover, #nav4:active {
	background-position: 90px 0;
}

#nav4on {
	float: left;
	margin: 0px;
	width: 90px;
	height: 25px;
	text-decoration: none;
	display: block;
	background: url('html/nav4.gif') 90px 0;
}
#nav4on:hover, #nav4on:active {
	background-position: 90px 0;
}

/*menu image 4 */





#tcontainer {
	padding-left: 20px;
	display: table;
	}

#trow  {
	display: table-row;
	width: 350px;

	}

#tleft {
	padding-left: 10px;
	display: table-cell;
	}

#tright {
	padding-left: 250px;
	width: 60px;
	display: table-cell;
	}




