@charset "UTF-8";

/* CSS Document by rolf eichenberger - seestrasse 231 - 8820 waedenswil - www.ico.ch */
*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

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

a img { border: 0 none; }

.mail
{
	font-weight: bold;
	color: #333;
}

.mail:hover
{
	color: #666;
	text-decoration: none;
}

p, .bodytext
{
	font-size: 12px;
	line-height: 128%;
	text-align: justify;
}

td, li
{
	font-size: 11px;
	line-height: 128%;
}

td
{
	vertical-align: top;
	text-align: left;
}

h1, h2, h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: transparent;
}

h1
{
	font-size: 16px;
	padding-bottom: 7px;
}

h2
{
	font-size: 14px;
	padding-bottom: 6px;
}

h3
{
	font-size: 12px;
	padding-bottom: 3px;
}
ul { 
	list-style-type: none; 
}

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

.align-left p {
	text-align: left;
}

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


table.csc-uploads-1 {
	/*margin-left: 50%;*/	width:100%;
	background:red;

}

.center {
text-align: center;
}

td {
	vertical-align: top;
}
/*------------------------------
  main layout start
  ------------------------------*/


html, body {
	height:100%;
	/*width:100%;
	background:red;*/

}

body {
	background:url(logo.jpg) top left no-repeat;
	background-color: #000;
}

#container {
	position:absolute;
	width: 702px;
	left:50%;
	margin-left: -351px;
}

#main { 
	background-color:#CBC0AE;
}

#header {
	width: 702px;
	height: 150px;
	background-color:transparent;
	background:url(bg_header.gif) no-repeat;
}


#content {
	height: 542px;
	background: url(bg_content.jpg) left top no-repeat;
}

#column_left {
	width: 638px;
	height: 518px;
	margin-left:32px;
	padding-top:24px;
	padding-right:32px;
	overflow-y:auto;
	clear: both;
}
/*
address, #logo {
	position: absolute;
	left: -999em;
}

/*------------------------------
  main layout end
  ------------------------------*/
  
/*------------------------------
  nav top start
  ------------------------------*/

#nav1 {
	position: absolute;
	z-index: 10;
	width: 672px;
	height: auto;
	top:88px;
	margin-left:12px;
	text-align:center;
	/*background:lime;*/
}


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

/*
#nav1 li a {
	float: left;
}*/

.lev1_child a,
.lev1_cur_child a {
	line-height: 18px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	padding: 3px 12px;
	background: url(nav_divider.png) right no-repeat;
}

.lev1_child a:hover,
.lev1_cur_child a:hover,
.lev1_last_child a:hover,
.lev1_cur_last_child a:hover  {
	text-decoration: underline;
	color: #333;
}


.lev1_last_child a,
.lev1_cur_last_child a {
	padding-right: 18px;
	line-height: 18px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	padding: 3px 12px;
}



#nav2 {
	position: absolute;
	z-index: 10;
	width: 672px;
	height: auto;
	top:112px;
	margin-left:12px;
	/*background:yellow;*/
	text-align:center;
}

#nav2 ul { 

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


/*------------------------------
  nav top end
  ------------------------------*/
  
  
/*------------------------------
  contact form start
  ------------------------------*/

#contactform {
	width: 600px;
	font-size: 12px;
}

#contactform fieldset { 
	border: 0 none; 
}

#contactform li {
	width: 329px;
}

#contactform label {
	text-align: left;
	width: 96px;
	float: left;
	color: #333;
	background-color: transparent;
}

#contactform input {
	padding: 2px 2px;
	width: 192px;
	border: 0 none;
	border-bottom: 1px dotted #9C9E9F;
	color: #333;
	background: #fff;
}

#contactform input.submit {
	width: 80px;
	height:20px;
	border: 0 none;
	color: #fff;
	background: #ABA090;
}

#contactform input.submit:hover {
	color: #333;
	background: #C1B4A1;
}

#contactform input.checkbox {
	width: 16px;
	border: 0 none;
}

#contactform textarea {
	padding: 2px 4px;
	width: 192px;
	height: 92px;
	border: 1px solid #9C9E9F;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: #fff;
}

#contactform textarea.comments { 
	height: 60px; 
}

#contactform li.spacer {
	height:60px;
}
.mandatory {
	font-size: 9px;
}

/*------------------------------
  contact form end
  ------------------------------*/
  
/*------------------------------
  google map start 
------------------------------*/


#gm_table td {
	vertical-align: bottom; 
}

/*------------------------------
  google map end 
------------------------------*/

  
