/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

 
body {
	background-image: url(bg_zeltnerco.gif);
	background-repeat: repeat-x;
	background-color:#0353A1;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html,body {
	height: 100%;
}

 
 /* standard html tags */
 
 
 a {
	color: #0068A5;
	text-decoration: none;
}

 
h1 {
	padding-bottom: 10px;
	font-size: 110%;
	
}

tr, td {
vertical-align:top;

}

div#rightbar h1 {
	padding: 0;
	margin: 0;
	background-image: url(bg_right_h1.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 35px;
	text-align: left; /*background-color:#004A98;*/
	padding-left:10px;
}



h2 {
	padding-bottom: 10px;
	font-size: 100%;
	
}

div#rightbar h2 {
padding: 10px 10px 0 10px;

}

h3,h4,h5,h6 {
	padding-bottom: 0;
	font-size: 100%;
}

p.bodytext {
padding-bottom:10px;
}

div#rightbar p.bodytext {
padding:10px;
padding: 10px 10px 0 10px;
}

div.csc-sitemap li, ul.csc-menu li {
	margin-left: 20px;
}

#content ul {
margin-bottom: 10px;
}

#content-home li {
margin-left: 20px;

}

#content li {
margin-left: 20px;
}

 
 
 
 
 /* Layout Div's */
 
div#wrap-all{
	margin: 0 auto;
	width: 950px;
	background-color: #004A9A;
	min-height: 100%;
	border-left: 1px solid #6C737B;
	border-right: 1px solid #6C737B;
}

* html div#wrap-all {
	height: 100%;
}

div#wrap{
	margin: 0 auto;
	width: 950px;
	background-color: #FFFFFF;
}

 
div#header {
	background-image: url(bg_header_zeltner.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 150px;
}

div#logo {
float:left;
width:300px;

}

div#picture {
float:right;
text-align:right;
width:300px;
position:relative;
top:-637px;
left:20px;

}


div#picture-start {
float:right;
text-align:right;
width:300px;
position:relative;
top:-667px;
left:20px;

}

 
div#metanav {
clear:both;
	/*border-bottom: 6px solid #D40101;*/
	background-color: #FFFFFF;
	line-height: 31px;
	height: 31px;
	background-image:url(bg_metanav.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
}

 
 div#search {
	margin-top:20px;

	background-color: #FFFFFF;
	background-image:url(bg_nav.gif);
	background-repeat:repeat-y;
}

div#searchbox {
border-bottom: 1px solid #B5B5B5;
font-size:90%;
padding:10px 0 10px 10px;
	background-image:url(bg_nav_first.gif);
	background-repeat:repeat-y;

}

div#breadcrumb {
border-bottom: 1px solid #CFCECB;
color:#CFCECB;
padding-bottom:5px;
margin-bottom:5px;
text-align:right;


}

div#address {
border-top: 1px solid #F3F3F3;
font-size:90%;
padding:10px 0 10px 10px;
	background-image:url(bg_nav_last.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

 
div#nav1 {

	padding-top: 10px;
	float: left;
	width: 191px; /*background-color:#669999;*/
	background-color: #FFFFFF;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

div#rightbar {
	float: right;
	width: 230px; /*background-color:#669999;*/
	background-color: #FFFFFF;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

div#right-content {
	width: 220px;
	margin-top:30px;
	background-image:url(bg_right_p.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:10px;
}

 
div#content {
	margin-right: 10px; /*background-color: #6699FF;*/
	background-color: #FFFFFF;
	min-height: 400px;
	height: auto !important;
	height: 400px; /*background-color:#996699;*/
}
div#content  img {
margin:0 10px 10px 0;

}

div#content-home {
	margin-right: 240px; /*background-color: #6699FF;*/
	min-height: 400px;
	height: auto !important;
	height: 400px; /*background-color:#996699;*/
	
}

div#content-wrap-home {
	padding-top: 15px;
	float: right;
	width: 740px;
	background-color: #FFFFFF;
	
}

div#content-wrap {
	padding-top: 15px;
	float: right;
	width: 740px;
	background-color: #FFFFFF;
	
}

 
div#footer {
	clear: both;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF; /*background-color: #9966FF;*/
	background-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url(bg_footer.gif);
	background-repeat: no-repeat;
	font-size: 80%;
	height: 30px;
}

div#copy {


padding:3px;
text-align:right;
padding-right:10px;

}



div#copy a {
color:#FFFFFF;
}

/* Navigation */
/* Main Nav */
ul#nav1-ul {
	list-style-type: none; /*margin-left:210px;*/
	font-size: 100%;
}

ul#nav1-ul li.nav1 {
	padding-left: 16px;
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #E8E8E8;
	background-image: url(bg_nav.gif);
	background-repeat: repeat-y;
	line-height: 18px;
}

ul#nav1-ul li.first {
	border-top: 0;
	background-image: url(bg_nav_first.gif);
	line-height:22px;
}

ul#nav1-ul li.last {
	border-bottom: 0;
	background-image: url(bg_nav_last.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
	line-height:22px;
}

ul#nav1-ul li a {
	display: block;
	color: #004A99;
	text-decoration: none;
}

ul#nav1-ul li a:hover {
	font-weight: bold;
	
}

ul#nav1-ul li.act a {
	font-weight: bold;
}

/* Main Nav Level 2*/
ul#nav2-ul {
	list-style-type: none;
	font-size: 90%;
}

ul#nav2-ul li.nav2 {
	border: 0;
padding-left: 16px;
	line-height: 18px;
}

ul#nav2-ul li.nav2 a {
	display: block;
	font-weight: normal; /*padding-left:10px;*/
	text-decoration: none;
	
}

ul#nav2-ul li.nav2 a:hover,ul#nav2-ul li.act a {
	color: #000000;
}

/* Main Nav Level 3*/
ul#nav3-ul {
	list-style-type: none;
	font-size: 90%;
}

ul#nav3-ul li.nav3 {
	border: 0;
padding-left: 25px;
	line-height: 18px;
}

ul#nav3-ul li.nav3 a {
	display: block;
	font-weight: normal; /*padding-left:10px;*/
	text-decoration: none;
	color: #004A99;
	line-height:12px;
	margin-bottom:5px;
}

ul#nav3-ul li.nav3 a:hover,ul#nav3-ul li.act a {
	color: #000000;
}


/* LEvel 3 */
ul#nav2sub-ul {
	padding-left: 26px;
	list-style-type: none;
	background-color: #FFFFFF;
	font-size: 90%;
}

ul#nav2sub-ul li.nav2sub {
	border-bottom: none;
	background-color: #FFFFFF;
	font-weight: normal;
	line-height: 15px;
}

ul#nav2sub-ul li.nav2sub a {
	padding-left: 5px;
	display: block;
	color: #0068A5;
	background-color: #FFFFFF;
	text-decoration: none;
}

ul#nav2sub-ul li.nav2sub a:hover,ul#nav2sub-ul li.act a {
	background-color: #FFFFFF;
	color: #0068A5;
	font-weight: bold;
}

/* Meta Nav */
ul#metanav-ul {
	padding: 5px 0 0 16px;
	list-style-type: none;
	font-size: 90%;
	font-weight: normal;
}

ul#metanav-ul a {
	color: #004A9A;
	text-decoration: none;
}

ul#metanav-ul li.metanav {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #0068A5;
	line-height: 12px;
}

ul#metanav-ul li.last {
	border-right: none;
}

/* Meta2 Nav */
ul#metanav2-ul {
	list-style-type: none;
	font-size: 80%;
	font-weight: bold;
}

ul#metanav2-ul a {
	color: #0068A5;
	text-decoration: none;
}

ul#metanav2-ul li.metanav2 {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #0068A5;
	line-height: 12px;
}

ul#metanav2-ul li.last {
	border-right: none;
	
}


/* Form fuields */
input#searchfield {
	border: 1px solid #0068A5;
	width: 100px;
	font-size: 90%;
}

input#searchsubmit {
	border: 1px solid #0068A5;
	font-size: 90%;
}

 
 
/* Shop */

table.contenttable {
border-collapse: collapse;

}

.heading  {
background-color:#004A9A;
color:#FFFFFF;
font-weight:bold;
padding:5px;
margin-bottom:10px;

}

span.tx-ttproducts-pi1-wrap2 {
color:#FFFFFF;

}

/* Form */

/* FORM */
input, textarea, select {
font-size:100%;
font-family: Verdana,Arial, Helvetica, sans-serif;
border: 1px solid #000000;
vertical-align:middle;
}

div.csc-mailform legend.bold,div.tx-powermail-pi1 legend {
font-weight:bold;
}

fieldset.csc-mailform,fieldset.tx-powermail-pi1_fieldset {
border:1px solid #dddddd;
margin-bottom:20px;
padding: 10px;
}
div.csc-mailform-field,div.tx_powermail_pi1_fieldwrap_html {
	padding: 5px 0 ;
}

div.csc-mailform-field label,div.tx_powermail_pi1_fieldwrap label {
font-weight:bold;

}

form.tx-powermail-pi1 form {
margin-bottom:10px;

}

  
div.csc-mailform-field  label,div.tx_powermail_pi1_fieldwrap_html label {
	float: left;
	width: 20%;
	padding-right: 10px;
	/*font-weight: bold;*/
	text-align: right;
}

span.csc-mailform-label {
font-weight:bold;
}
tr.tr-even {
 /* background-color:#D5E4F9  */
}

tr.tr-odd {
  background-color:#CFCECB;  
}

tr.heading td {
background-color:#004A9A;
color:#FFFFFF;
font-weight:bold;
padding:2px;


}

div#content table  {
font-size:90%;
border-collapse: separate;
width:95%;


}

div#content table td, table th  {
padding:2px;
text-align:left

}

div#content table caption  {

font-weight:bold;
padding:10px 0;

}

div#content  table tr.tr-odd   {
  background-color:#F0F0F0;  
}

div#content table tr.tr-0  {
  background-color:#CFCECB;  
  font-weight:bold;
}

/* Accordion

/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#000000;
  line-height: 26px;
  height: 23px;
  background: #CECFCE url(plus.gif) 5px center no-repeat;
  border-top:1px solid #F7F3F7;
  padding:0 0 2px 25px;
  margin-right:32px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#000000;
  background:#CECFCE url(minus.gif) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
 /* width:573px;*/
/*  border-left:1px solid #ccc;
  border-right:1px solid #ccc;*/
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}
 

.tx-veguestbook-pi1 h2.tx-guestbook-header {
background-color:#B0C4D7;
clear:both;
color:#000000;
display:block;
font-size:100%;
font-weight:bold;
padding:2px;
width:100%;
}
.tx-veguestbook-pi1 .tx-guestbook-field label {
clear:both;
display:block;
float:left;
width:200px;
}


 
