@charset "utf-8";
/* CSS Document */

/* --------------------------Main------------------------------ */
body
{
	font-family:Arial;
	color:#000000;
	background-color:#ffffff;
	font-size:14px;
	margin:0px;
	padding:0px;
}

#main
{
	overflow:hidden;
	width:100%;
	background-image:url(pictures/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding-bottom:0px;
}

#header
{
	overflow:hidden;
	height:197px;
}

#menu
{
	overflow:hidden;
	height:44px;
	
}

#content
{
	width:960px;
	overflow:hidden;
	margin:auto;
	height:auto;
	padding-top:0px;
}

#footer
{
	overflow:hidden;
	height:250px;
	background-image:url(pictures/lablec.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

img
{	
	border:none;
}

h10
{
	font-family:Arial;
	color:#000000;
	font-size:15px;
	font-weight:bold;
}

h11
{
	font-family:Arial;
	color:#33460c;
	font-size:11px;
	font-weight:normal;
}



h1
{
	color:#0096ff;
	font-size:22px;
}

h2
{
	color:#df0000;
	font-size:18px;
	font-weight:normal;
}

h3
{
	color:#000000;
	font-size:10px;
	font-weight:normal;
	margin:6px;
}

h6
{
	font-family:Arial;
	color:#000000;
	font-size:13px;
	font-weight:normal;
	margin:6px;
}

h4
{
	color:#5d8fb0;
	font-size:14px;
	font-weight:bold;
	margin:6px;
	
	
}

h7
{
	color:#000000;
	font-size:12px;
	font-weight:normal;
	margin:6px;
	padding-left:15px;
	
}

h5
{
	color:#5d8fb0;
	font-size:24px;
	font-weight:bold;
	margin:2px;	
}
h8
{
	color:#000000;
	font-size:10px;
	font-weight:normal;
	margin:6px;
}


input[type=text]
{
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	width:230px;
	font-size:12px;
}

textarea2
{
	border-style:solid;
	border-width:0px;
	border-color:#cccccc;
	font-size:14px;
	width:400px; 
	height:200px;
}

textarea
{
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	font-size:12px;
	width:400px; 
	height:200px;
}

a, a:visited, a:active
{
	color:#000000;
	text-decoration:none;
}

a:hover
{
	color:#000;
	text-decoration:underline;
}
