/****** RESET BEGIN ******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****** RESET END ******/

body {
	background: url(images/bg.gif) repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #c1c1c1;
	text-align: center;	
}

#container {
	width: 1158px;
	margin: 9px auto 0 auto;
	text-align: left;
	border: 1px solid #777;
}

#header {
	height: 184px;
	background: url(images/header_bg.jpg) no-repeat top left;
}

#breadcrump {
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	background: #101010;
	padding: 3px 12px;
	font-size: 0.8em;
}

#breadcrump span {
	margin: 0 3px;
}

#contentContainer {
	background: #1c1c1c;
	padding: 17px 0 0 0;
}

#footer {
	border-top: 3px solid #777;
	text-align: center;
	padding: 20px;
	font-size: 0.8em;
	background: #101010;
}

#left {
	float: left;
	width: 270px;
	margin: 0 20px 0 14px;
	display: inline;
}

#main {
	float: left;
	width: 580px;
	display: inline;
}

#right {
	float: left;
	width: 240px;
	margin: 0 14px 0 20px;
	display: inline;
}

#homelink {
	position: absolute;
	top: 10px;
	left: 18px;
	width: 754px;
	height: 110px;
}

#menue1 {
	clear: both;
	height: 26px;
	display: block;
	margin: 133px 0 0 12px;
}

#menue1 li {
	list-style: none;
	display: block;
	float: left;
	background: url(images/nav_left.gif) repeat-x top left;
}

#menue1 li a {
	padding: 0 20px;
	height: 100%;
	line-height: 2em;
	float: left;
	display: inline;
	text-decoration: none;
	background: url(images/nav_right.gif) no-repeat top right;
}
  
#menue1 li a:hover {
	text-decoration: underline;
}

#menue1 li.active {
	background: url(images/nav_left_active.gif) repeat-x top left;
}

#menue1 li.active a {
	font-weight: bold;
	background: url(images/nav_right_active.gif) no-repeat top right;
}

#menue2 li {
	list-style: none;
	display: inline;
}

#menue2 .level2 li {
	background: none;
	list-style: none;
}

#menue2 .level2 li.active a {
	background: #2b2b2b;
}

#menue2 li a {
	padding: 0 0 0 18px;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
	border-top: 1px solid #777;
	background: url(images/dashedline.gif) repeat-x bottom left;
}

#menue2 li a {
	display: block;
}

#menue2 .level2 li a {
	padding: 0 0 0 44px;
	border: none;
	background: none;
	font-weight: normal;
}

#menue2 .level2 li.active a {
  font-weight: bold;
}

#menue2 .level2 li.active a {
  color: #ff0;
}
  
#menue2 li a:hover {
	text-decoration: underline;
}

#menue3 {
	text-align: right;
	width: 100%;
	display: block;
	height: 25px;
	font-size: 0.85em;
}

#menue3 ul {
	float: right;
	margin: 2px 10px 0 0;
	display: inline;
}

#menue3 li {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
}

#menue3 a {
	text-decoration: none;
}

#menue3 a:hover {
	text-decoration: underline;
}

a {
	color: #c1c1c1;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

#main a {
	color: #ff0;
	font-weight: bold;
	text-decoration: underline;
}
 
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #ff0;
	text-decoration: underline;
	line-height: 1.2em;
	margin: 0.6em 0 0.3em 0;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
}


/**** HALB-STANDARDS ****/
/*textarea {
  font-size: 1.1em;
}*/
#contentLeft hr, #contentMiddle hr, #contentRight hr {
  height: 1px;
  border: 1px solid #5a5a5a;
}
fieldset input, fieldset textarea {
  font-family: Arial, Helvetica, sans-serif;
}

/**** STANDARDS ****/
.clearer {
  clear: both;
}
.csc-textpic-caption {
  font-size: 0.9em;
  display: block;
  padding-bottom: 0.9em;
}
p.align-center, th.align-center, td.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center {
  text-align: center;
}
p.align-right, th.align-right, td.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right {
  text-align: right;
}
p.align-left, th.align-left, td.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left {
  text-align: left;
}
p.align-justify, th.align-justify, td.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify {
  text-align: justify;
}
#left ul, #left ol, #main ul, #main ol, #right ul, #right ol {
  margin-bottom: 1em;
}
.csc-firstHeader, .csc-firstHeader, .csc-firstHeader {
  margin-top: 0;
}
#contentLeft .csc-textpic-imagewrap dl, #contentMiddle .csc-textpic-imagewrap, #contentRight .csc-textpic-imagewrap {
  margin: 0;
}
#contentLeft ul li, #contentLeft ol li, #contentMiddle ul li, #contentMiddle ol li, #contentRight ul li, #contentRight ol li {
  list-style-position: outside;
  margin: 0 0 0.3em 12px;
}
* html #contentLeft ul li, * html #contentLeft ol li, * html #contentMiddle ul li, * html #contentMiddle ol li, , * html #contentRight ul li, * html #contentRight ol li {
  margin-left: 15px;
}
* + html #contentLeft ul li, * + html #contentLeft ol li, * + html #contentMiddle ul li, * + html #contentMiddle ol li, , * + html #contentRight ul li, * + html #contentRight ol li {
  margin-left: 15px;
}
.csc-textpic-image {
  padding: 0 0 0.9em 0;
}
.csc-textpic-imagerow {
  padding: 0;
}
:root div.csc-textpic-above div.csc-textpic-text {
  clear: both;
  float: left;
}
.csc-textpic-intext-right .csc-textpic-caption {
  text-align: right;
}
#contentLeft table, #contentMiddle table, #contentRight table {
  line-height: normal;
}
.csc-textpic dl.csc-textpic-image {
/*  padding: 0 3px;*/
}
.csc-textpic dl.csc-textpic-firstcol {
  padding-left: 0;
}
.csc-textpic dl.csc-textpic-lastcol {
  padding-right: 0;
}
fieldset {
  border: 0;
}
fieldset label {
  width: 170px;
  float: left;
  clear: both;
  display: block;
  font-weight: bold;
}
fieldset .csc-mailform-field {
  margin: 0 0 5px 0;
}
fieldset .csc-mailform-field #mailformformtype_mail {
  margin: 20px 0 0 170px;
}
fieldset input, fieldset textarea {
  width: 200px;
  font-family: Arial, Helvetica, sans-serif;  
}
#contentLeft .csc-sitemap ul li, #contentMiddle .csc-sitemap ul li, #contentRight .csc-sitemap ul li {
  margin-top: 0.1em;
  margin-bottom: 0.2em;
}
.csc-textpic-intext-right-nowrap, .csc-textpic-intext-left-nowrap {
  padding-bottom: 1em;
}
#content .csc-textpicHeader h1, #content .csc-textpicHeader h2, #content .csc-textpicHeader h3, #content .csc-textpicHeader h4, #content .csc-textpicHeader h5, #content .csc-textpicHeader h6 {
  margin-top: 0;
}
a img {
  border: 0;
}
table {
  border-collapse: collapse;
}
li {
  list-style-position: inside;
}
p {
  margin-bottom: 1em;
}
.middle {
  vertical-align: middle;
}
