@CHARSET "UTF-8";

body, html {
	margin: 0; 
	padding: 0; 
	text-align: left; 
	font-family: "Trebuchet MS", arial,helvetica,clean,sans-serif;
	font-size: 12px;
}

body {
  background: url('../images/body_bg.jpg');
}

.clear {
  clear: both;
}

p {
  margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong, b {
	padding: 0;
	margin: 0;
  font-weight:bold;
}

h1 {
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ac2027;
  font-size: 14px;
  margin-bottom: 20px;
}

div.csc-header {
  display: inline;
}

h2 {
  font-weight: bold;
  color: #ac2027;
  font-size: 13px;
  margin-bottom: 10px;
}

hr {
  color: #333;
  background: #333;
  border: 0px;
  height: 1px;
  margin: 10px 0;
}

a {
  color: #ac2027;
}

a:hover {
  color: #333;
  text-decoration: none;
}

label:hover {
  cursor: pointer;
}

input, textarea, submit {
	border: 1px solid #a1a1a1; 
	background: #fff; 
	padding: 3px;
}

.indent {
  margin-left: 15px;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.csc-header {
  clear: both;
}

.tx-ttnews-browsebox td {padding: 0 2px;}

#start {
  background: url('../images/start_bg.jpg') repeat-x;
  width: 100%;
  left: 0;
  height: 700px;
  position: absolute;
  z-index: 10;
}

#container {  
	position:relative;
	z-index: 20;
  margin: 0 auto;
  width: 934px;  
  margin-bottom: 40px;
  background: url(../images/container_bg.jpg);
}

#container_start {
  background: url(../images/container_start.jpg) no-repeat;
}

#header #navi_mainlevel {
  position: absolute;
  top: 80px;
  margin-left: 40px;
  z-index: 40;
}

#header #navi_mainlevel li {
  display: inline;
  margin-right: 20px;
}

#header #navi_mainlevel a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  color: #e08339;
  padding-top: 40px;
}

#header #navi_mainlevel a:hover,
#header #navi_mainlevel li.cM_CUR a,
#header #navi_mainlevel li.cM_ACT a {  
  background: url(../images/navimain_arrow.gif) no-repeat;
  background-position: 50%;
}

#header #navi_mainlevel li.cM_CUR a,
#header #navi_mainlevel li.cM_ACT a {
  color: #ac2028; 
}

#header #navi_mainlevel ul.sublevel {
  padding-top: 10px;
  position: absolute;
  margin-left: 148px;
  left: 0;
}

#header #navi_mainlevel .sublevel li {
  display: block;
  margin-right: 0; 
}

#header #navi_mainlevel ul.sublevel li a {
	font-size: 12px;	  
	padding: 0; 	  
}

#header #navi_mainlevel .sublevel a:hover,
#header #navi_mainlevel .sublevel li.cM_CUR a {
  color: #000;
  background: none;
}

#header #navi_mainlevel .sublevel li.cM_ACT a,
#header #navi_mainlevel .sublevel li a {
	background: none;
}

#header #homelink a {
	text-decoration: none;
	display: block;  
  width: 280px;
  height: 200px;
  position: absolute;
  margin-left: 650px;
}

#content {
	min-height: 150px;	
  width: 490px;
  position: relative;
  margin: 210px 0 10px 40px;
  z-index: 30;
  float: left;  
}

#content ul {
  list-style: square;
}

#content li {
	margin-left: 15px;
	list-style: square;
}

#pagetitle {
	position: relative;
  top: 187px;
  background: #f2d892;
  min-width: 200px;  
  float: right;
  height: 28px;
  margin-right: 295px;
  text-align: right;  
  color: #ac2027;
  font-size: 15px;
  padding: 8px 0 0 10px;
  text-transform: uppercase;
}

#serviceicons {
  float: right;
  margin-right: -105px;
}

#serviceicons img {
  margin-left: 10px;	
}

#footer {
  width: 600px;
  padding: 10px 0 10px 40px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ac2027;  
}

#navi_service {  
  float: right;  
}

#navi_service li {
  display: inline;
  margin-left: 10px;
}

#navi_service li a:hover,
#navi_service li.cM_CUR a {
  color: #000;
  text-decoration: none;
}

#colright {
  float: right;
  width: 210px;
  margin-right: 27px;
  margin-top: 210px;
}

#colright h1 {
  font-size: 13px;
}

#colright h2 {
  text-transform: uppercase;
  font-size: 12px;
}

#colright a {
  color: #fecf68;
}

.csc-mailform .csc-mailform-field {
  margin-top: 10px;
  clear: both;
}

.csc-mailform .csc-mailform-field label {
  float: left;
  width: 50px;
  text-align: right;
  padding-right: 10px;
}


.csc-mailform .csc-mailform-submit {
    margin-left: 60px;
}


