@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #975B07;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-flami.png);
	background-repeat: repeat-x;
	background-position: top;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	color: #823E0D;
}
form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 220px;
	float: left;
}
form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #823E0D;
	background-color:#FFFFFF;
	height: 17px;
	width: 220px;
	border: 1px solid #905122;
}
form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #823E0D;
	background-color:#FFFFFF;
	height: 220px;
	width: 220px;
	border: 1px solid #905122;
}
.csc-mailform-field {
	padding-top: 1px;
}

#outer {
	background-image: url(../images/bg-content.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#outercontent {
	width: 680px;
	height: 334px;
	position: absolute;
}
#outerintro {
	width: 680px;
	height: 334px;
	position: absolute;
	background-image: url(../images/intro_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#innercontent {
	margin: 10px;
}

#content {
	border-left: 1px solid #823E0D;
	border-right: 1px solid #823E0D;
	border-bottom: 1px solid #823E0D;
	background-color: #FFF3D7;
	overflow: auto;
	width: 660px;
	height: 295px;
	position: absolute;
	top: 38px;
	left: 10px;
	z-index: 3;
}
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6 {font-weight: bold;}
#content h1 {font-size: 14px; margin-bottom: -0.8em;}
#content h2 {font-size: 12px; margin-bottom: -0.8em;}
#content h3 {font-size: 16px; color: #823E0D; margin-bottom: -0.6em;}
#content h4 {font-size: 16px; color: #000000; margin-bottom: 0em;}
#content p {font-weight: normal; line-height: 15px;}
#content a:link {
	color: #000000;
	text-decoration: underline;
}
#content a:visited {
	text-decoration: underline;
	color: #000000;
}
#content a:hover {
	text-decoration: none;
	color: #823E0D;
}
#content a:active {
	text-decoration: underline;
	color: #823E0D;
}

#footer {
	color: #823E0D;
	font-size: 14px;
	line-height: 17px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
}

#navcontainer
{
	position: absolute;
	width: 660px;
	left: 10px;
	top: 10px;
	margin: 0;
	padding: 0;
	height: 27px;
}

ul#navlist {
	font: normal 14px Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding-bottom: 27px;
	padding-left: 0;
	border-bottom: 1px solid #823E0D;
	margin: 0;
}

ul#navlist li {
	float: left;
	height: 24px;
	background-color: #FFF3D7;
	margin: 2px 2px 0 2px;
	border: 1px solid #823E0D;
}

ul#navlist li#active {
	border-bottom: 1px solid #FFF3D7;
	background-color: #FFF3D7;
}

li#active a { color: #823E0D; font-weight: bold; }

#navlist a {
	float: left;
	display: block;
	color: #823E0D;
	text-decoration: none;
	padding: 4px;
}

#navlist a:hover { background: #823E0D; color: #FFF3D7 }

