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

*
{ 
margin: 0px; 
padding: 0px;
}

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

}

img
{
border: none;
padding:0px;
margin:0px;
}

td
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
}

body
{ 
background: url( images/bg2.jpg ) repeat-x;
text-align:center;
margin: auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
color:#595959;
}
#main {
	height: auto;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-color:#dfdfd9;
	border-width:1px;
	background-color:#FFFFFF;
}
#header {
	float: left;
	height: auto;
	width: 900px;
	background-color:#a8b21b;
}
#container {
	float: left;
	height: auto;
	width: 900px;
	background-image:url(images/corner3.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#footer {
	float: left;
	height: 15px;
	width: 900px;
		background-color:#a8b21b;
		color:#FFFFFF;
		text-align:right;
		
		font-size:10px;
		line-height:14px;
}
#footer a{
		color:#FFFFFF;
}
#footer a:hover{
		color:#FFFFFF;
		text-decoration:underline;
}

#logo {
	float: left;
	text-align:left;
	height: 100px;
	width: 500px;
}
#logo_name {
	float: left;
	height: 100px;
	width: 400px;
	font-size:10px;
	color:#ffffff;
}
#logo_name a {
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}
#logo_name a:hover {
	font-size:10px;
	color:#ffffff;
	text-decoration:underline;
}

#menu {
	float: left;
	height: auto;
	width: 209px;
	text-transform:uppercase;
	
	font-size:11pt;
}
#menu a {
	text-transform:uppercase;
	font-size:11pt;
	color:#595959;
}
#menu a:hover {
	text-decoration:none;
	color: #808815; 
}
#content {
	float: left;
	height: auto;
	width: 661px;
	text-align:justify;
	margin-right:20px;
	margin-left:10px;
}
#banner {
	float: left;
	height: 185px;
	width: 674px;
}
.red_small
{
font-size:8pt;
color:#ca4a3b;
}

.input_text
{
width:300px;
}

#eil2
{
background-color:#e0ebcb;
padding-left:15px;
line-height:25px;
}

#eil1
{
padding-left:15px;
line-height:25px;
}
.input_text_bg
{
width:147px;
height:20px;
background-image:url(images/txt_inp_bg.jpg);
border:none;
}
#login_box {
	float: left;
	height: 301;
	width: 175px;
		border-style:solid;
	border-color:#dfdfd9;
	border-width:1px;	
}
.input_submit_bg
{
width:72px;
height:25px;
background-image:url(images/btn_bg.jpg);
border:none;
color:#FFFFFF;
font-weight:bold;
}
.txt_white
{
color:#FFFFFF;
}
.small_txt
{
font-size:8pt;
}
.big_txt_green
{
font-size:24px;
color:#808815;
text-transform:uppercase;
}
