/* HTML CSS Tags */
body {
	margin: 0px;
	background-color: #ffffff;
}
body, p, td, h1, a, input, textarea, li {
	color: #595858;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
td {
	vertical-align: top;
}
a {
	color: #ba5644;
}
a:hover {
	color: #9f9482;
	text-decoration: none;
}
h1, #title {
	color: #9f9482;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
}
h2 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;

}
input, textarea {
	background-color: #eee7de;
	margin-top: -2px;
	padding: 2px;
	/*border: 1px solid #fcf693;*/
}
ul, li {
	margin:0px;
	padding:0px;
	list-style-type: square;
	list-style-position: inside;
}
/* Custom CSS Tags */
#frame1 {
	background-repeat: no-repeat;
}
#main {
	padding: 40px;
	padding-left: 10px;
}
#menu_1 {
	vertical-align: top;
	background-color: #ccc3b6;
}
#content {
}
#footer {
}
#menu_1 a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	font-weight: bold;
}
#menu_1 .menu1-level1-no a {
	color: #ffffff;
}
#menu_1 .menu1-level1-act a {
	color: #43423f;
}
#menu_1 .menu1-level2-no a, #menu_1 .menu1-level2-act a, #menu_1 .menu1-level3-no a, #menu_1 .menu1-level3-act a {
	font-size: 11px;
	font-weight: normal;
}
#menu_1 .menu1-level2-no a {
	color: #59503e;
}
#menu_1 .menu1-level2-act a {
	color: #43423f;
	font-weight: bold;
}
#menu_1 .menu1-level3-no a {
	color: #59503e;
}
#menu_1 .menu1-level3-act a {
	color: #43423f;
	font-weight: bold;
}
#menu_1 .menu1-level1-no a:hover, .menu1-level1-act a:hover {
	color: #685f4e;
}
#menu_1 .menu1-level2-no a:hover, #menu_1 .menu1-level2-act a:hover {
	color: #9f9482;
}
#menu_1 .menu1-level3-no a:hover, #menu_1 .menu1-level3-act a:hover {
	color: #9f9482;
}
.menu1-level1-no, .menu1-level1-act {
	border-top: 2px solid #77706a;
	padding-top: 0px;
	margin: 0px;
}
.menu1-level1-no {
	background-image: url('images/arr-no.gif');
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
.menu1-level1-act {
	background-image: url('images/arr-act.gif');
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
.menu1-level2-no,.menu1-level2-act {
	padding-left: 10px;
}
.menu1-level3-no,.menu1-level3-act {
	padding-left: 20px;
}
.menu1-level3-act {
	font-weight: bold;
}
#left_cell {
	background-color: #eee7de;
}
#menu_table {
	border-bottom: 2px solid #77706a;
	margin-top: 0px;
	
}
#right_cell {
	padding-right: 34px;
}
#contentright {
	padding: 4px;
}
#titleright {
	font-weight: bold;
	border-top: 2px solid #77706a;
}
#contentrighttext {

}
#footer, #footer a {

}
#footer a:hover {

}
#footer {
	background-color: #eee7de;
	padding: 2px;
	text-align: center;
}
/* TYPO3 CSS Tags */
.contenttable {
	margin:0px;
	white-space: nowrap;
	border-collapse: collapse;
	border-spacing: 0px;
}
.contenttable td {
	padding-right:5px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.tr-even {
	background-color: #eee7de;
}
.td-1 {
	text-align:right;
}
.csc-mailform {
	padding-top: 10px;
}
.csc-form-label, .csc-form-label-req {
	text-align: right;
	font-weight: bold;
	margin-right: 5px;
}
