/* CSS Document */
*
{
margin:					0px;
padding:                0px;
}
html, body {
    margin:             0;
    padding: 	        0;
	background-color: #e5bb7b;
	font-family: Tahoma, Geneva, sans-serif;
	height:				100%;
	width:				100%;
	margin:				0 auto;
	font-size:			12px;
}
/* main */
#main
{
	border-top:			0px;
	border-bottom:		40px;
	margin-left:		auto;
	margin-right:		auto;
	width:				1000px;
}
#main a
{
	color:             #000000;
	text-decoration:   none;
}
#main a:hover
{
	color:             #856d48;
	text-decoration:   underline;
}
#maintd 
{
background-color:#f1d697;
border-bottom:1px solid #b59462;
border-left:1px solid #b59462;
border-right:1px solid #b59462;
}
/* topmenu */
#topmenu
{
	border-bottom:		0px solid #b59462;
	font-size:			11px;
    height:21px;
	background-color:	#d5ad71;
	width:				100%;
}
/* online */
#online
{
	border:				0px solid #999999;
	height:				18px;
	width:				50px;
	position:			absolute;
	left:				435px;
	right:				5px;
	top:				3px;	
}
/* banner */
#banner
{
	border-top:			0px solid #000000;
	border-bottom:		1px solid #b59462;
	border-left:		0px solid #000000;
	border-right:		0px solid #000000;
	height:				150px;
	width:				100%;
	margin-top:			0px;
	margin-left:		0px;
	background-image:url(../pics/banner.png);
	background-repeat:	no-repeat;
}
/* login */
#login_main
{
	border:		0px solid #54452e;
	height:		105px;
	width:		340px;
	float:		left;
	margin-left:10px;
	margin-top:	0px;
	padding:10px;
	background-image:url(../pics/bg-profil.png);
	background-repeat:no-repeat;
	background-position:top left;
}
/* footer */
#footer
{
	margin-left:		auto;
	margin-right:		auto;
	height:				30px;
	width:				1000px;
	margin-top:			10px;
	font-size:			10px;
	text-align:			center;
	font-family:"Times New Roman", Times, serif;
}
/* input felter */
.input
{
border:1px solid #b59462; 
background-color:#f1d697; 
height:18px; 
padding-top:2px;
width:150px;
}
.submit
{
border:1px solid #b59462; 
color:#FFFFFF; 
background-color:#8c734c;
height:22px;
padding:0px;
}
.inputlog
{
	border:		1px solid #b59462;
	margin-top:	5px;
	background-color:	#ffdf99;
}