/* MAIN */

BODY { padding: 0px; margin: 0px;}

.table_main { color:#FFFFFF }


/*.header_main {
	background-image: url(../images/layout/header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}



.header_right {
	background-image: url(../images/layout/bg_r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}*/
.bg_footer
{
	background-image: url(../images/layout/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top left;	
	
	padding-bottom: 9px;
	
	/*FONT-FAMILY: Verdana;
	FONT-SIZE: 9px;
	COLOR: #FFFFFF;
	font-weight: normal;*/
}
.bg_nav {
	background-image: url(../images/layout/bg_hnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* CONTENT */

h1 { margin: 0px; }

.contenttitel {
	FONT-FAMILY: Century Gothic, Verdana;
	FONT-SIZE: 11px;
	COLOR: #c61905;
	font-weight: bold;
	text-decoration:none;
	
	padding-left: 12px;
}
.contenttitel_std {
	FONT-FAMILY: Century Gothic, Verdana;
	FONT-SIZE: 11px;
	COLOR: #c61905;
	font-weight: bold;
	text-decoration:none;
}

.contenttext {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #010101;
	font-weight: normal;
	text-decoration:none;
	
	line-height: 165%;
	
	padding-left: 12px;
	padding-right:12px;
	padding-bottom:24px;
}
.contenttext_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #010101;
	font-weight: normal;
	text-decoration:none;
	
	line-height: 165%;
}

/* OTHERS */

.hnav_tit {
	FONT-FAMILY: Century Gothic, Verdana;
	FONT-SIZE: 30px;
	COLOR: #c61905;
	font-weight: bold;
	text-decoration:none;
	
	line-height: 75%;
	
	border-bottom: solid 1px #ecc017;
	padding-bottom:18px;
}

.link {
	border-bottom: solid 1px #ecc017;
	padding-bottom:9px;
}
	
.user_tit {
	FONT-FAMILY: Century Gothic;
	FONT-SIZE: 14px;
	COLOR: #c61905;
	font-weight: bold;
}

/*.listtitel {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #9b907c;
	font-weight: normal;
	text-decoration:none;
	
	padding-left:24px;
	padding-right:26px;
}

.listcontent {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #9b907c;
	font-weight: normal;
	text-decoration:none;
	
	padding-left:24px;
	padding-right:26px;
}*/

li {
	/*list-style-image: url(../images/layout/list_item.gif);*/
	list-style-type:none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

ul{
	padding: 0 0 0 0;
	margin: 0 0 0 20;
}


