@CHARSET "UTF-8";
/* general styles */
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #35454a;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #637279;
}

a {
	color: #637279;
	text-decoration: underline;
}

/* layout containers */
#container {
	margin: 93px auto 0;
	width: 758px;
	background-color: #fff;
	clear: both;
	height: 550px;
}

#topcontainer {
	float: left;
	clear: both;
	margin: 7px 8px 7px 8px;
	height: 91px;
	background-image: url(../images/bg_top.gif);
	width: 742px;
	background-repeat: no-repeat;
	display: inline;
}

#middlecontainer {
	float: left;
	clear: both;
	margin: 0 8px 0 8px;
	height: 178px;
	width: 742px;
	background-image: url(../images/bg_middle.gif);
	background-repeat: repeat-x;
	display: inline;
}

#bottomcontainer {
	float: left;
	clear: both;
	margin: 7px 8px 7px 8px;
	height: 255px;
	width: 742px;
	background-image: url(../images/bg_bottom.gif);
	background-repeat: repeat-x;
	display: inline;
}

#footer {
	margin: 7px auto 0;
	color: #637279;
	clear: both;
	width: 742px;
}

#copyright {
	float: left;
}

#logocontainer {
	margin: 30px 0 0 68px;
}

#logocontainer a {
	text-decoration: none;
	color: #010000;
}

#companyname {
	font-size: 2.6em;
}

/* breadcrumb */
#breadcrumbcontainer {
	float: left;
	color: #e0e765;
}

#breadcrumbcontainer ul {
	list-style-type: none;
	margin: 14px 0 0 20px;
	padding: 0;
}

#breadcrumbcontainer li {
	float: left;
}

#breadcrumbcontainer a {
	color: #e0e765;
	text-decoration: none;
}

/* menu below main container */
#lowermenu {
	float: right;
}

#lowermenu a {
	text-decoration: none;
	color: #637279;
}

#lowermenu a:hover {
	color: #fff;
}

/* address pane */
#leftshadow, #rightshadow, #adresscontainer, #contentcontainer {
	float: left;
}

#adresscontainer, #menucontainer {
	width: 250px;
	background-color: #fff;
}

#adresscontainer {
	height: 210px;
	padding-top: 43px;
}

#adresswrapper {
	margin: 0 0 0 41px;
	line-height: 1.3em;
}

#adresswrapper table p {
	margin: 0;
	padding: 0;
}

#adresswrapper table td {
	padding-right: 14px;
}

#adresswrapper table a {
	text-decoration: none;
	color: #637279;
}

/* main menu */
#menucontainer {
	height: 164px;
	margin-left: 27px;
	padding-top: 14px;
	float: left;
	display: inline;
}

#menucontainer ul {
	margin: 0 0 0 41px;
	padding: 0;
	list-style-type: none;
	color: #999;
}

#menucontainer ul ul {
	margin: 0 0 0 12px;
}

#menucontainer li {
	margin-bottom: 2px;
}

#menucontainer a {
	text-decoration: none;
	color: #999;
	padding: 1px 3px 1px 0px;;
}

#menucontainer a span.menutext {
	margin-left: 5px;
}

#menucontainer a:hover, #menucontainer a.selectedEntry {
	color: #010000;
}

#hiddenmenu {
	visibility: hidden;
}

/* content */
#contentmask {
	overflow: hidden;
	position: relative;
	height: 233px;
	width: 420px;
	padding-top: 0;
	padding-right: 10px;
	margin-top: 20px;
	float: left;
}

#scrollcontainer {
	float: left;
	height: 233px;
	width: 10px;
	margin-left: 5px;
	display: none;
}

#scrollUpBtn {
	height: 10px;
	width: 10px;
	background-image: url(../images/scroll_up.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	display: inline;
	float: left;
	clear: both;
}

#scrollDownBtn {
	float: left;
	clear: both;
	height: 10px;
	width: 10px;
	background-image: url(../images/scroll_down.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	display: inline;
}

#scrolltrack {
	float: left;
	clear: both;
	height: 223px;
	width: 10px;
	background-color: #e0e0e0;
}

#scrollknob {
	width: 8px;
	height: 25px;
	border: 1px solid #637279;
}

#contentcontainer {
	height: 233px;
	width: 435px;
	padding-top: 0;
	padding-right: 10px;
	overflow: scroll;
	overflow-x: hidden;
	margin-top: 20px;
	font-size: 1.1em;
}

#contentcontainer .csc-header {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-size: 1.1em;
}

#contentcontainer p.bodytext {
	text-align: justify;
	margin-top: 0;
}

#contentcontainer ul {
	list-style-image: url(../images/plus.gif);
	padding: 0 0 0 14px;
}

#contentcontainer li {
	margin-bottom: 5px;
}

.spamat {
	margin: 0 1px -2px 1px;
	border: 0;
}

/* sitemap */
.tx-flseositemap-pi1 li a {
	display: block;
	margin-bottom: 3px;
}

.tx-flseositemap-pi1 ul.deep1 {
	margin-top: 5px;
}

/* mailform */
.tx-thmailformplus-pi1 fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.tx-thmailformplus-pi1 label {
	width: 100px;
	float: left;
	clear: left;
}

.tx-thmailformplus-pi1 input, .tx-thmailformplus-pi1 textarea {
	width: 250px;
	float: left;
	margin-bottom: 5px;
	border: 1px solid #010000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.tx-thmailformplus-pi1 .submit {
	margin-left: 100px;
	width: 100px;
	background-color: #f5f6eb;
}

.red {
	color: red;
	float: left;
	margin: 0 0 5px 100px;
	clear: right;
}