body {
	text-align: center;
	margin: inherit;
	padding: inherit;
}
body,td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #444444;
}
td {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 3px;
}
table.contenttable-1 td.td-0 {
	width: 100px;
}

p.align-right {
	text-align: right;
}
p.align-center {
	text-align: center;
}
h1,h2,h3,h4,h5 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0px;
}
p {
	margin-top: 0px;
}
a {
	color: #444444;
}
a:hover,
.submenu a.active:hover {
	color: #e20906;
}
.submenu a {
	text-decoration: none;
}
.submenu a.active {
	color: #999999;
}
div.container {
	text-align: left;
	margin: 10px auto;
	width: 920px;
	position: relative;
}
div.header {
	position: absolute;
	height: 40px;
	width: 900px;
	top: 0px;
	left: 0px;
}
div.leftcontent {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 256px;
	line-height: 1.3em;
}
div.rightcontent {
	position: absolute;
	left: 276px;
	top: 80px;
	width: 624px;
	line-height: 1.3em;
}
div.centeredcontent {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 900px;
	line-height: 1.3em;
	text-align: center;
}



div.menu {
	position: absolute;
	left: 0px;
	top: 32px;
}
div.menu2 {
	position: absolute;
	right: 0px;
	top: 32px;
	text-align: right;
}
a.menu-item {			color: #444444 !important; }
a.menu-item:hover {		color: #888888 !important; }
a.menu-active {			color: #e20906 !important; }
a.menu-active:hover {	color: #e20906 !important; }
	

span.menudivider {
	margin-left: 3px;
	margin-right: 3px;
	color: #888888;
}
div.menu a,
div.menu2 a {
	text-decoration: none;
	color: #888888;
}
div.menu img,
div.menu2 img {
	border: none;
}


/* ********************
		ADMIN
******************** */

table.typo3-adminPanel {
	position: absolute !important;
	bottom: 0px;
	right: 0px;
}

/* -------------------------------- */
/* CSC Frames						*/
/* -------------------------------- */
div.csc-frame-rulerBefore {
	border-top: 1px solid #e3e3e3;
	margin: 35px 0px 5px 0px;
}
div.csc-frame-rulerAfter {
	border-bottom: 1px solid #e3e3e3;
	margin: 5px 0px 35px 0px;
}

/* -------------------------------- */
/* CSC Forms						*/
/* -------------------------------- */

form fieldset {
	border: none;
	margin: inherit;
	padding: inherit;
}
form fieldset label {
	width: 120px;
	float: left;
	margin-bottom: 6px;	
}
form fieldset input {
	margin-left: 10px;
	float: left;
	border: 1px solid silver;
	border-right: 1px solid gray;	
	margin-bottom: 6px;	
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	padding: 4px;
	padding-bottom: 2px;
}
form fieldset textarea {
	margin-left: 10px;
	float: left;
	border: 1px solid silver;
	border-right: 1px solid gray;	
	margin-bottom: 6px;	
	padding: 4px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}
form fieldset input.csc-mailform-submit {
	margin-top: 15px;
	margin-left: 130px;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-right: 2px solid silver;
	border-bottom: 2px solid silver;
	font-weight: bold;
	color: #185db2;
	cursor: pointer;
}
form fieldset input.csc-mailform-submit:hover {
	color: #e20906;
}

form fieldset div.csc-mailform-field {	
	clear: both;
}


table td {
	padding: 0px;
}
td p {
	margin: 0px !important;
}

.csc-frame-frame1 {
	width: 180px;
	margin: 0 auto;
	text-align: left;
}

.csc-frame-frame2 {
	padding-right: 28px;
}

table.contenttable-1 {
	width: 100%;
}
table.contenttable-1 caption {
	padding-left: 100px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #e20906;	
}
table.contenttable-1 th,
table.contenttable-1 th.td-0 {
	text-align: left;
	width: 95px;
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #eeeeee;
}
table.contenttable-1 td {
	font-size: 12px;
	vertical-align: top;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #eeeeee;
}

