@charset "utf-8";

body {
	margin: 8px 0 0 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font: normal 1em arial, helvetica, sans-serif;
	background-color: #FFFFFF;
}

img {
    border:0px;
}

a {
	color: #006600;
    text-decoration: none;
}

a:hover {
    color: #666666;
    text-decoration: underline;
}


.structure #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

.structure #header {
	text-align:right;
	margin-bottom:2px;
	font: normal 90% arial, sans-serif;
	height:24px;
}

.structure #leftcontent {
    width: 311px;
    float: left;
}

.structure #rightcontent {
    margin-left:311px;
	background-image:url(../img/bg1.gif);
    height:500px;
    padding: 0 12px 0 12px;
	text-align: right;
}

.structure #rightcontent h1 {
	margin: 0;
    font: normal 32px arial, sans-serif;
    color: white;
    line-height:110%;
}

.structure #rightcontent h2 {
	margin: 16px 0 0 0;
    font: normal 140% arial, sans-serif;
}

.structure #rightcontent h2 a {
    /*color: #FF7F00;*/
	color: #339933;
    text-decoration: none;
}

.structure #rightcontent h2 a:hover {
    color: white;
    text-decoration: none;
}

.structure #rightcontent h3 {
	margin: 0;
    font: normal 90% arial, sans-serif;
    color: #EEEEEE;
}


.structure #footer {
	text-align: center;
	margin: 6px 0 6px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.structure #footer .content {
	border-bottom: 1px solid #777777;
	text-align:right;
	font: normal 90% arial, sans-serif;
	height:24px;
}

.structure #footer .title {
	font-size:110%;
    letter-spacing: 8px;
}

.structure #footer .subtitle {
	font-size:15px;
    margin-top:4px;
    letter-spacing: 5px;
}

.structure #footer .membrete {
	font-size:11px;
    margin-top:6px;
    letter-spacing: 1px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
