body, p {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #717169;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
/*
	text-align: justify;
*/
	text-align: left;
}

#main-border {
	width: 730px;
	background-color: #E0E0D9;
}
#main {
	width: 728px;
	background-color: #FFFFFF;
	font-size: 0;
}
.main-fill {
	width: 724px;
	background-color: #F7F7F7;
}
#title.main-fill, #content.main-fill {
	background-color: #E7E6E2;
}

#header {
	position: relative;
	height: 78px;
}
#header-logo {
	position: absolute;
	top: 35px;
	left: 34px;
}
#header-img {
	position: absolute;
	top: 26px;
	left: 602px;
}

#menu-1-border {
	position: relative;
	height: 25px;
}
#menu-1 {
	position: relative;
	top: 3px;
	width: 724px;
	height: 19px;
	background-color: #E3E2DD;
}
#menu-1 ul {
	margin: 0;
	padding: 2px 0px 0px 33px;
	list-style: none;
}
#menu-1 ul li {
	float: left;

	padding-right: 14px;
/*
	padding-right: 20px;
*/
}
#menu-1 ul li a {
	color: #717169;
	font-weight: bold;
	font-size: 10px;
}
#menu-1 ul li.act a {
	color: #000000;
}
#menu-1 a:link, #menu-1 a:visited, #menu-1 a:active {
	text-decoration: none;
}
#menu-1 a:hover {
	text-decoration: underline;
}

#map {
	position: absolute;
	left: 560px;
/*
	left: 584px;
*/
 	top: 7px;
}

#menu-lang {
	position: absolute;
	left: 591px;
/*
	left: 615px;
*/
 	top: 6px;
}

#title {
	padding-top: 14px;
	padding-bottom: 7px;
}
#title-img {
	position: relative;
	width: 696px;
	height: 171px;
}
.title-img-tl {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 12px;
	height: 12px;
	background-image: url(../images/tl.gif);
	background-repeat: no-repeat;
}
.title-img-tr {
	position: absolute;
	left: 685px;
	top: -1px;
	width: 12px;
	height: 12px;
	background-image: url(../images/tr.gif);
	background-repeat: no-repeat;
}
.title-img-br {
	position: absolute;
	left: 685px;
	top: 160px;
	width: 12px;
	height: 12px;
	background-image: url(../images/br.gif);
	background-repeat: no-repeat;
}
.title-img-bl {
	position: absolute;
	left: -1px;
	top: 160px;
	width: 12px;
	height: 12px;
	background-image: url(../images/bl.gif);
	background-repeat: no-repeat;
}
.title-img-t {
	position: absolute;
	left: 11px;
 	top: -1px;
	width: 674px;
	height: 1px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
}
.title-img-r {
	position: absolute;
	left: 696px;
 	top: 11px;
	width: 1px;
	height: 149px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
}
.title-img-b {
	position: absolute;
	left: 11px;
 	top: 171px;
	width: 674px;
	height: 1px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
}
.title-img-l {
	position: absolute;
	left: -1px;
 	top: 11px;
	width: 1px;
	height: 149px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
}

#banner {
	position: absolute;
	top: 10px;
	left: 532px;
	width: 164px;
}
#banner-top {
	position: relative;
	width: 164px;
	height: 10px;
	background-image: url(../images/banner-top.gif);
	background-repeat: no-repeat;
}
#banner-text {
	position: relative;
	width: 164px;
	background-color: #E88700;
}
#banner-text p {
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	background-color: #E88700;
/*
	font-weight: bold;
	font-size: 10px;
	text-align: left;
*/
}
#banner-bot {
	position: relative;
	width: 164px;
	height: 10px;
	background-image: url(../images/banner-bot.gif);
	background-repeat: no-repeat;
}

#content td {
	font-size: 10px;
}
#content-bar-l {
	width: 17px;
}


#content-l {
	width: 196px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
td#content-l {
	font-size: 0px;
}

/**/
td#content-l, #content-l a {
	color: #000000;
	font-size: 9px;
	text-align: center;
}
#content-l img {
	vertical-align: top;
}
/*
#content-l a:link, #content-l a:visited, #content-l a:active {
	text-decoration: none;
}
#content-l a:hover {
	text-decoration: underline;
}
*/


/* mail form fields alignment */
fieldset.csc-mailform {
	padding: 20px 0 10px 20px;
	}
fieldset.csc-mailform div.csc-mailform-label {
	clear: both;
	}
fieldset.csc-mailform div.csc-mailform-label p.formsep {
	font-weight: bold;
	}
fieldset.csc-mailform div.csc-mailform-field {
	position: relative;
	padding: 0 0 10px 0;
/*
	width: 466px;
	border-bottom: 1px solid #9F9F9D;
*/
	}
fieldset.csc-mailform div.csc-mailform-field label {
	float: left;
	display: block;
	width: 180px;
/*
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
*/
	padding: 0 5px 0 0;
	}
fieldset.csc-mailform div.csc-mailform-field {
	float: left;
	}
fieldset.csc-mailform div.csc-mailform-field input,
fieldset.csc-mailform div.csc-mailform-field select,
fieldset.csc-mailform div.csc-mailform-field textarea {
	width: 200px;
	}
fieldset.csc-mailform div.csc-mailform-field input#mailformformtype_mail,
fieldset.csc-mailform div.csc-mailform-field input#mailformBusinesspartner {
	width: auto;
	}
fieldset.csc-mailform div.csc-mailform-field input#mailformformtype_mail {
	width: 100px;
	margin-left: 235px;
	}
fieldset.csc-mailform  span.csc-mailform-radio label {
	float: none;
	padding: 3px 0 3px 0;
	width: 100px;
	line-height: 15px;
	}
fieldset.csc-mailform  span.csc-mailform-radio input.csc-mailform-radio {
	clear: both;
	float: left;
	width: auto;
	}
fieldset.csc-mailform  span.csc-mailform-radio fieldset {
	margin: 0;
	padding: 5px;
	width: 191px;
	}

#content-bar-c {
	width: 8px;
}
#content-m {
	width:491px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
}
#content-bar-r {
	width: 12px;
}

#content-lt, #content-lc, .content-lb {
	background-image: url(../images/content-lt-bg.gif);
	background-repeat: repeat-y;
}
#content-lt {
	background-color: #FFFFFF;
}
#content-lc, .content-lb {
	background-color: #FAFAFA;
}

#content-lt-top {
	width: 196px;
	height: 12px;
	background-image: url(../images/content-lt-top.gif);
	background-repeat: no-repeat;
}
.content-lt-bot {
	width: 196px;
	height: 12px;
	background-image: url(../images/content-lt-bot.gif);
	background-repeat: no-repeat;
}

#content-lc-top, .content-lb-top {
	width: 196px;
	height: 12px;
	background-image: url(../images/content-lt-top.gif);
	background-repeat: no-repeat;
	background-color: #FAFAFA;
}
#content-lc-bot, .content-lb-bot {
	width: 196px;
	height: 12px;
	background-image: url(../images/content-lt-bot.gif);
	background-repeat: no-repeat;
	background-color: #FAFAFA;
}

#menu-2 {
	margin: 0;
	padding: 0;
}
#menu-2 h1 {
	margin: 0;
	padding: 3px 0px 8px 23px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
#menu-2 ul {
	margin: 0;
	padding: 0px 13px 0px 13px;
	list-style: none;
	text-align: left;
}
#menu-2 ul li {
	display: block;
	background: url(../images/menu-2-bg.gif) repeat-x;
	padding: 8px 0px 9px 10px;
	padding: 8px 0px 9px 21px;
}
#menu-2 ul li, #menu-2 ul li a {
	color: #717169;
	font-weight: bold;
	font-size: 10px;
	text-indent: -11px;
}
#menu-2 ul li.act, #menu-2 ul li.act a {
	color: #E88700;
}
#menu-2 a:link, #menu-2 a:visited, #menu-2 a:active {
	text-decoration: none;
}
#menu-2 a:hover {
	text-decoration: underline;
}

#menu-3 {
	margin: 0;
	padding: 0;
}
#menu-3-header {
	float: left;
	margin: 0;
	padding: 0px 0px 8px 16px;
	font-size: 10px;
	font-weight: bold;
}
.menu-3-arrows {
	float: left;
	font-size: 10px;
	width: 11px;
	background: url(../images/green-arrows.gif) no-repeat 6px 5px;
}
#menu-3 ul {
	clear: both;
	margin: 0;
	padding: 0px 13px 0px 13px;
	list-style: none;
	text-align: left;
}
#menu-3 ul li {
	display: block;
	background: url(../images/menu-2-bg.gif) repeat-x;
	padding: 2px 0px 5px 13px;
}
#menu-3 ul li, #menu-3 ul li a {
	color: #717169;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#menu-3 a:link, #menu-3 a:visited, #menu-3 a:active {
	text-decoration: none;
}
#menu-3 a:hover {
	text-decoration: underline;
}

.news-box-2 {
	margin: 0;
	padding: 0;
}
.news-box-2-header {
	margin: 0;
	padding: 5px 13px 5px 13px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.news-box-2 p {
	margin: 0 13px 0 13px;
	padding: 0 0 5px 0;
	font-size: 10px;
	color: #979797;
	background-color: #FAFAFA;
}
.news-box-2-url {
	margin: 0;
	padding: 0 13px 5px 13px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.news-box-2 a:link, .news-box-2 a:visited, .news-box-2 a:active {
	color: #979797;
	text-decoration: none;
}
.news-box-2 a:hover {
	text-decoration: underline;
}
.news-box-2 p a {
	font-weight: bold;
}

.news-box-space {
	height: 4px;
	font-size: 0px;
}

#content-m-top {
	width: 491px;
	height: 12px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
}
#content-header h1 {
	margin: 3px 26px 17px 26px;
	padding: 0;
	color: #E88700;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

#content-main {
	margin: 0 26px 13px 26px;
	padding: 0;
	text-align: left;
/*
	overflow: auto;
	height: 236px;
*/
}
#content-main h1 {
	margin-bottom: 3px;
	font-size: 10px;
	font-weight: bold;
}
#content-main p {
	margin-bottom: 17px;
	font-size: 10px;
}
#content-main a {
	color: #717169;
}
#content-main dd.csc-textpic-caption {
	margin-bottom: 10px;
}

#content-main table.csc-uploads {
	margin-bottom: 17px;
}
#content-main td.csc-uploads-fileName p {
	margin: 0 0 0 13px;
}

td.align-center p {
	text-align: center;
}

#footer-top {
	height: 2px;
}
#footer {
	height: 37px;
}
#footer-bot {
	height: 4px;
	font-size: 0px;
}
#address {
	float: left;
	margin: 0;
	padding: 9px 0px 0px 24px;
	width: 570px;
}
#address p {
	color: #717169;
	background-color: #F5F5F5;
	font-size: 9px;
}
#address a {
	color: #717169;
	text-decoration: none;
}
#contact {
	margin: 0;
	padding: 9px 8px 0px 0px;
	text-align: right;
}
#contact a {
	margin: 0px 11px 0px 0px;
	padding: 0;
	color: #717169;
	font-size: 9px;
	font-weight: bold;
}
#contact a:link, #contact a:visited, #contact a:active {
	text-decoration: none;
}
#contact a:hover {
	text-decoration: underline;
}

#cur-date {
	margin: 3px 29px 6px 0px;
	padding: 0;
	color: #CBCBC0;
	font-size: 10px;
	text-align: right;
}

#last-news {
	margin: 0 14px 0 14px;
	padding: 0 8px 0 8px;
	background-color: #D8D8D0;
}
#last-news h1, #last-news h1 a {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	background-color: #D8D8D0;
}
#last-news h2, #last-news h2 a {
	margin: 0;
	padding: 8px 0 2px 0;
	font-size: 9px;
	color: #73736B;
	text-align: left;
/*
	background-color: #D8D8D0;
*/
}
#last-news p, #last-news p a {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 9px;
	color: #73736B;
	background-color: #D8D8D0;
	text-align: left;
	line-height: 16px;
}
#last-news a:link, #last-news a:visited, #last-news a:active {
	text-decoration: none;
}
#last-news a:hover {
	text-decoration: underline;
}

#login-box {
	margin: 0;
	padding: 0;
	background-image: url(../images/content-lt-bg.gif);
	background-repeat: repeat-y;
	background-color: #FAFAFA;

}
.login-td-l {
	margin: 0;
	padding: 0 0 0 16px;
	width: 37px;
	height: 20px;
	font-weight:bold;
	text-align: left;
	vertical-align: top;
}
.login-td-c {
	margin: 0;
	padding: 0;
	width: 110px;
	height: 20px;
}
.login-td-r {
	margin: 0;
	padding: 0 0 0 3px;
	width: 30px;
	height: 20px;
	text-align: left;
}
.login-input {
	margin: 0;
	padding: 0;
	width: 110px;
	height: 16px;
	vertical-align: middle;

	font-size: 10px;
	color: #717169;
	background-color: #FCFCFC;
	border: 1px solid #E1E1E1;
}
.login-submit {
	vertical-align: middle;
}
.login-autologin-checkbox {
	float: left;
}
.login-autologin-label {
	float: left;
	padding: 3px 0 0 0;
	font-size: 9px;
	color: #717169;
}

.csc-sitemap {
	text-align: left;
}
.csc-sitemap ul li a {
	color: #979595;
}
.csc-sitemap a:link, .csc-sitemap a:visited, .csc-sitemap a:active {
	text-decoration: none;
}
.csc-sitemap a:hover {
	text-decoration: underline;
}