/*@import url("contact.css");*/

/*=RESET*/
* {
  margin: 0;
  padding: 0;
  border: 0;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
	padding: 3px 20px 3px 0;
}

/*=INITIAL */
body {
	font: normal 13px "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
	background: #fff;
	text-align: center;
}

a, a:visited {
	color: #912737;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*h1, h2, h3 {
	font-size: 17px;
  margin-bottom: 4px;
}*/

h1 {
  font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

h2 {
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0 5px 0;
	color: #c00;
}

h3 {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
/*	padding: 5px 0 0 15px; */
	padding: 5px 0;
	color: #c00;
	text-transform: uppercase;
}

h4 {
	font: normal 13px "Trebuchet MS", Helvetica, sans-serif;
	padding: 0 0 0 15px;
}

p {
  padding: 0 0 9px 0;
}

div.indent {
	padding: 0 0 0 15px;
}

/*=LAYOUT */
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1006px;
}

/*=HEADER*/
#header {
  position: relative;
  height: 117px;
}

#logo {
  position: absolute;
  left: 40px;
  top: 36px;
}

#logo a, #logo a:visited {
  display: block;
  width: 274px;
  height: 24px;
  background: url(../img/logo.gif) 0 0 no-repeat;
  text-indent: -1000em;
}

#banners {
  position: absolute;
  right: 70px;
  top: -9px;
  width: 325px;
  height: 160px;
  background: url(../img/xray.png) 0 0 no-repeat;
}

* html #banners {
  behavior: url(fileadmin/templates/v1/css/iepngfix.htc);
}

#banner1 {
  position: absolute;
  left: 25px;
  top: 35px;
}

#banner2 {
  position: absolute;
  left: 138px;
  top: 45px;
}

#banner3 {
  position: absolute;
  left: 237px;
  top: 50px;
}

/*=MAIN*/
#main {
/*  position: relative;*/
}


/*=CONTENT*/
#content {
  min-height: 500px;
/*  background: #e7e7e7;*/
  background: url(../img/content_bg.gif) 0 0 repeat-y;
  padding: 50px 35px 0 55px;
  margin-left: 187px;
}

#content p, #content ul, #content h1, #content h2, #content h3, #content h4 {
  width: 590px;
}

#content .csc-textpic-intext-right-nowrap p,
#content .csc-textpic-intext-right-nowrap ul,
#content .csc-textpic-intext-right-nowrap h1,
#content .csc-textpic-intext-right-nowrap h2,
#content .csc-textpic-intext-right-nowrap h3,
#content .csc-textpic-intext-right-nowrap h4 {
	width: auto;
}


* html #content {
  height: 500px;
}


#content li {
	padding: 0 0 0 10px;
	background: url(../img/bullet.gif) 1px 8px no-repeat;
}

/*=NAV*/
#nav-cont {
  float: left;
  position: relative;
}

#nav {
  position: absolute;
  top: -26px;
  left: 0;
  width: 215px;
}

#nav ul {
  border-top: 18px solid #000;
  border-bottom: 20px solid #000;
}

#nav ul li ul {
  border: none;
}

#nav li {
/*  height: 1%; */
}


#nav li a, #nav li a:visited {
  display: block;
  padding: 10px 15px 12px 40px;
	font: bold 14px "Trebuchet MS", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #000;
/*  height: 1%; */
}

#nav li a:hover, #nav li a.active, #nav li a.active:visited {
  color: #912737;
  background: #000 url(../img/marker.gif) 100% 50% no-repeat;
  text-decoration: none;
}


#nav li li a, #nav li li a:visited {
  margin-right: 10px;
  padding: 8px 25px 8px 48px;
  font-size: 12px;
  color: #000;
  background: #b9b9b9;
/*  height: 1%;  */
	line-height: 1.2;
  text-transform: none;
}

#nav li li a:hover, #nav li li a.active, #nav li li a.active:visited {
  color: #912737;
  background: #b9b9b9;
}

#nav li li li a, #nav li li li a:visited {
  margin-right: 10px;
  padding: 4px 25px 4px 65px;
  font-size: 10px;
  color: #000;
  background: #b9b9b9;
/*  height: 1%;  */
	line-height: 1.2;
  text-transform: none;
}

#nav li li li a:hover, #nav li li li a.active, #nav li li li a.active:visited {
  color: #912737;
  background: #b9b9b9;
}

/*=FOOTER*/
#footer {
  padding: 2px 0;
	margin-right: 126px;
  color: #7b7b7b;
  border-top: 1px solid #aaa;
  text-align: right;
  font-size: 10px;
}

/*=CSC-MAILFORM*/
input, select, textarea {
	font: normal 13px "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
/*	padding: 2px;   */
	border: 1px solid #000;
	width: 218px;
}

select {
	width: 220px;
}

input.csc-mailform-check {
  width: auto;
}

.csc-mailform-label span {
  padding: 4px;
}


.csc-mailform label {
  display: block;
	float: left;
	width: 140px;
}

.csc-mailform-field {
  margin: 4px;
}

input.csc-mailform-submit {
  display: block;
	margin: 20px 0 20px 140px;
	width: 220px;
}

.csc-mailform-field-check {
	margin-left: 144px;
	position: relative;
	top: -15px;
}

.csc-mailform-check input {
	width: auto;
	border: none;
}

.csc-mailform .csc-mailform-check-label label {
	display: inline;
	width: auto;
	float: none;
}

/*=CONTENTTABLE*/
.contenttable ul {
	padding: 20px 50px 20px 5px;
}

.contenttable ul li {
	line-height: 1.7;
}


.contenttable ul ul {
	padding: 0;
}

#content .contenttable li {
	background: none;
	padding: 0;
}


#content .contenttable ul ul li {
	padding: 0 0 0 25px;
	background: url(../img/bullet.gif) 10px 9px no-repeat;
}


/*=FIX FOR FF3*/
html>/**/body div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: -4px;
}

/*=FIX FOR IE6*/
* html div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: -4px;
}

/*=in IE7 works fine o_O */



/*=CSC-TEXTPIC-INTEXT-RIGHT-NOWRAP*/
.csc-textpic-intext-right-nowrap {
	width: 729px;
}

.csc-textpic-intext-right-nowrap .csc-textpic-image {
  margin-top: 35px;
  margin-bottom: -30px;
	padding-bottom: 10px;
}


div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 6px !important;
	margin-left: 10px; /*left as is for IE6*/
}




