﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/*@import url(debug.css);*/

/* import core styles | Basis-Stylesheets einbinden */
@import url(base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(basemod.css);
@import url(content.css);
/*@import url(basemod_fullheight.css);*/
@import url(basemod_faux_columns.css);

/* import print layout | Druck-Layout einbinden */
@import url(print_003_draft.css);
@import url(hnav.css);

body { background: white;} /*#3965AA;}*/

#header {
	margin-top: 0px;
	padding:0;
	/*height:122px;*/
	/*background-image:url('../images/Header/Header-4.jpg');*/
	background-position:center top;
	background-repeat: no-repeat;
	
}

#banner {
	height:100px;
	position: absolute;
	top: 0;
}

#header #phone-no {
	background: transparent url('../images/phone.png') no-repeat scroll left top;
	position: absolute;
	right: 43px;
	top: 5px;
	padding-top: 33px;
	font-size: 130%;
	font-weight: bold;
	color: #008080;
}

#flash-header {
	width: 970px;
	/*
	box-shadow: 0 0 2px 2px #ccc;
	margin-left: 3px;
	margin-bottom: 2px;
	*/
	background-image: url("../images/flash_header_bg.png");
    margin-left: -2px;
    padding: 5px 5px 0 5px;
	/*padding-bottom: 5px;*/
}

#logo {
	float:left;
	width:215px;
	height:87px;
	background:transparent url('../images/Logos/Syntron anderes gruen.png') no-repeat scroll left top;
	margin:5px 0;
}

#nav {
	padding-top: 72px;
	margin-bottom: 3px;
}

#col3 {
	/*padding-top: 10px;*/
}

#col2 {
	/*padding-top: 10px;*/
}

#col1 {
	/*padding-top: 10px;*/
}

#col1 table {
	width: 100%;
}

#col1 td {
	width: 14px;
}

#col1 td.nav_desc {
	width: auto;
}

#col1 td.nav_space {
	width: 12px;
	height: 1px;
}

#col1_content * {
	border-collapse:collapse;
	padding:0px;
}


A:visited
{
	/*color:black;*/
	color:#333333;
	text-decoration:none;
}


A:active
{
	/*color:black;*/
	color:#333333;
	text-decoration:none;
}


A:link
{
	/*color:black;*/
	color:#333333;
	text-decoration:none;
}

A:hover
{
	color:#025A2A;
	text-decoration:none;
}
/*
#nav #hlist {
	text-align:center;/*
	text-align:left;
	margin-left:210px;*/
}
*/
#col1 a {
	display:block;
}

/*#nav a.active, */
#col1 a.active {
	font-weight:bold;
}

#col3 hr {
	border-color: #888;
	padding:0;
}

#col3 td {
	border-right:1px dotted #eee;
	border-left:1px dotted #eee;
}

h6 {
	font-family:Arial, Helvetica, Sans-Serif;
	color: #008080;
}

h5 {
	font-family:Arial, Helvetica, Sans-Serif;
	color: #008080;
}

h4 {
	font-family:Arial, Helvetica, Sans-Serif;
	color: #008080;
}

h3 {
	font-family:Arial, Helvetica, Sans-Serif;
	color: #008080;
}

h2 {
	font-family:Arial, Helvetica, Sans-Serif;
	color: #008080;
}

h1 {
	font-family:Arial, Helvetica, Sans-Serif;
	color: #008080;
}

h6 {
	margin-top: 0.5em;
}

h5 {
	margin-top: 0.5em;
}

h4 {
	margin-top: 0.5em;
}

h3 {
	margin-top: 0.5em;
}

h2 {
	margin-top: 0.5em;
}
h1 {
	text-align:center;
	padding-bottom: 5px;
	border-bottom: 1px solid #888;
}

h6 a:visited {
	color:#008080;
}

h5 a:visited {
	color:#008080;
}

h4 a:visited {
	color:#008080;
}

h3 a:visited {
	color:#008080;
}

h2 a:visited {
	color:#008080;
}

h1 a:visited {
	color:#008080;
}

h6 a:active {
	color:#008080;
}

h5 a:active {
	color:#008080;
}

h4 a:active {
	color:#008080;
}

h3 a:active {
	color:#008080;
}

h2 a:active {
	color:#008080;
}

h1 a:active {
	color:#008080;
}

h6 a:link {
	color:#008080;
}

h5 a:link {
	color:#008080;
}

h4 a:link {
	color:#008080;
}

h3 a:link {
	color:#008080;
}

h2 a:link {
	color:#008080;
}

h1 a:link {
	color:#008080;
}

h6 a:hover {
	color:#025A2A;
}

h5 a:hover {
	color:#025A2A;
}

h4 a:hover {
	color:#025A2A;
}

h3 a:hover {
	color:#025A2A;
}

h2 a:hover {
	color:#025A2A;
}

h1 a:hover {
	color:#025A2A;
}

#navleft ul {
	margin:0;
}
#navleft li ul {
	margin-left:15px;
}
#navleft li {
	list-style:none;
	list-style-position:inside;
	margin:0;
	padding-left:15px;
	background-image:url('../images/ArrowLeft.gif');
	background-repeat:no-repeat;
	background-position:0 3px;
	line-height:1.8em;
}
#navleft .TreeParent {
	background-image:url('../images/ArrowDown.gif');
	background-position:top left;
	padding-left:17px;
}
#navleft .TreeParent ul {
	margin:0;
}

#navleft a.navmore {
	display:block;
	width:15px;
	height:15px;
	float:left;
}

#navleft a.navless {
	display:block;
	width:15px;
	height:15px;
	float:left;
}

#navleft a.navless {background:transparent url('../images/ArrowDown.gif') no-repeat top left;}
#navleft a.navmore {background:transparent url('../images/ArrowRight.gif') no-repeat top left;}

.teaserbox {
	width:15em;
	height:15em;
	float:left;
	margin:10px;
}
.teaserbox table {
	border-collapse:collapse;
	background-color:transparent;
	border:0 none transparent !important;
	height:100%;
	width:100%;
/*	text-align:center;*/
}
.teaserbox h3 {
	margin-top:0;
	margin-bottom:8px;
	line-height:100%;
}
.teaserbox h3 sup {
	font-size: 60%;
}
.teaserbox td p {
	line-height:120%;
}
.teaserbox tr {
	border:0 none transparent !important;
	background-color:transparent !important;
	padding:0;
}
.teaserbox td {
	border:0 none transparent !important;
	background-color:transparent !important;
	padding:0;
}
.teaserbox td a.more {
	float:right;
}
.teaserbox .tb_tl {width:12px; height:12px; background:transparent url('../images/Box/gray/tl.jpg') no-repeat;}
.teaserbox .tb_tm {background:transparent url('../images/Box/gray/tm.jpg') repeat-x;}
.teaserbox .tb_tr {width:16px; background:transparent url('../images/Box/gray/tr.jpg') no-repeat;}
.teaserbox .tb_ml {background:transparent url('../images/Box/gray/ml.jpg') repeat-y;}
.teaserbox .tb_mm {background:white none no-repeat;}
.teaserbox .tb_mr {background:transparent url('../images/Box/gray/mr.jpg') repeat-y;}
.teaserbox .tb_bl {height:16px; background:transparent url('../images/Box/gray/bl.jpg') no-repeat;}
.teaserbox .tb_bm {background:transparent url('../images/Box/gray/bm.jpg') repeat-x;}
.teaserbox .tb_br {background:transparent url('../images/Box/gray/br.jpg') no-repeat;}
.teaserbox .tb_mm {
	vertical-align:text-top;
	padding:0 2px;
}

.teaserbox:hover .tb_tl {width:12px; height:12px; background:transparent url('../images/Box/blue2/tl.jpg') no-repeat;}
.teaserbox:hover .tb_tm {background:transparent url('../images/Box/blue2/tm.jpg') repeat-x;}
.teaserbox:hover .tb_tr {width:16px; background:transparent url('../images/Box/blue2/tr.jpg') no-repeat;}
.teaserbox:hover .tb_ml {background:transparent url('../images/Box/blue2/ml.jpg') repeat-y;}
.teaserbox:hover .tb_mm {background:white none no-repeat;}
.teaserbox:hover .tb_mr {background:transparent url('../images/Box/blue2/mr.jpg') repeat-y;}
.teaserbox:hover .tb_bl {height:16px; background:transparent url('../images/Box/blue2/bl.jpg') no-repeat;}
.teaserbox:hover .tb_bm {background:transparent url('../images/Box/blue2/bm.jpg') repeat-x;}
.teaserbox:hover .tb_br {background:transparent url('../images/Box/blue2/br.jpg') no-repeat;}


.teaserbox2 .tb_tl {width:5px; height:11px; background:transparent url('../images/Box2/tl.jpg') no-repeat;}
.teaserbox2 .tb_tm {background:transparent url('../images/Box2/tm.jpg') repeat-x;}
.teaserbox2 .tb_tr {width:10px; background:transparent url('../images/Box2/tr.jpg') no-repeat;}
.teaserbox2 .tb_ml {background:transparent url('../images/Box2/ml.jpg') repeat-y;}
.teaserbox2 .tb_mm {background:white none no-repeat;}
.teaserbox2 .tb_mr {background:transparent url('../images/Box2/mr.jpg') repeat-y;}
.teaserbox2 .tb_bl {height:12px; background:transparent url('../images/Box2/bl.jpg') no-repeat;}
.teaserbox2 .tb_bm {background:transparent url('../images/Box2/bm.jpg') repeat-x;}
.teaserbox2 .tb_br {background:transparent url('../images/Box2/br.jpg') no-repeat;}
.teaserbox2 .tb_mm {padding-left: 10px;}

.teaserbox3 .tb_tl {width:5px; height:11px; background:transparent url('../images/Box3/tl.jpg') no-repeat;}
.teaserbox3 .tb_tm {background:transparent url('../images/Box3/tm.jpg') repeat-x;}
.teaserbox3 .tb_tr {width:10px; background:transparent url('../images/Box3/tr.jpg') no-repeat;}
.teaserbox3 .tb_ml {background:transparent url('../images/Box3/ml.jpg') repeat-y;}
.teaserbox3 .tb_mm {background:white none no-repeat;}
.teaserbox3 .tb_mr {background:transparent url('../images/Box3/mr.jpg') repeat-y;}
.teaserbox3 .tb_bl {height:12px; background:transparent url('../images/Box3/bl.jpg') no-repeat;}
.teaserbox3 .tb_bm {background:transparent url('../images/Box3/bm.jpg') repeat-x;}
.teaserbox3 .tb_br {background:transparent url('../images/Box3/br.jpg') no-repeat;}
.teaserbox3 .tb_mm {padding-left: 10px;}

center.searchBox {
	display:none;
}

#hlist .searchBox {
	text-align:left;
	width:209px;
}

#hlist #querytop {
	width:13em;
	border: solid #9B9B9B 1px;
	height: 19px;
	box-shadow: 2px 2px 2px #9B9B9B inset;
}

#hlist #querytop:focus {
	box-shadow: none;
	/*box-shadow: 2px 2px 2px #9B9B9B inset;*/
}

#hlist #searchbtn {
	border: none;
	background-color: transparent;
	color: #008080;
  font-size: 120%;
}

#hlist #query {
	width:13em;
}

#col3 .searchBox {
	text-align:left;
	width:25em;
	margin:0 auto;
}

#did_you_mean {
	margin-bottom:0.3em;
}

#did_you_mean a {
	font-weight:bold;
	/*text-decoration:underline;*/
}
#result_report {
	margin-bottom:0.3em;
	font-style:italic;
}

#powered_by {
	visibility:hidden;
}
#results .rank {
	font-weight:bold;
}

#results .weight {
	font-size:80%;
}

#results .title {
	font-size:100%;
	text-decoration:underline;
}

#results .url {
	color:#008080;
}

#col3 table.noborders td {
	border:0;
}

table.noborders th {
	border:0;
}

table.noborders tr {
	border:0;
}

table.noborders td {
	border:0;
}

table.noborders {
	border:0;
}
table.nocolors th {
	background:transparent;
}
table.nocolors tr {
	background:transparent;
}
table.nocolors td {
	background:transparent;
}
table.nocolors {
	background:transparent;
}
table.nohover tr:hover td {
	background:transparent;
}

table.nohover tr:hover tbody th.sub {
	background:transparent;
}

table.nohover tr:hover th[scope="row"] {
	background:transparent;
}

div.googledir div table {
	margin-top:0 !important;
}

#directions {
	padding:0 !important;
	text-align:left;
}

.printonly {
	display:none;
}
@media print
{
	.directions #map {
		width:49% !important;
		font-size:120%;
		/*display:block;*/
	}
	
	.directions #directions {
		width:49% !important;
		font-size:120%;
		/*display:block;*/
	}
	
	.printonly {
		display:block !important;
	}
}

.onlyIE {
	display:none;
}

#footer {
	text-align:center;
	font-size:0.8em;
}

thead th {
	border-bottom:1px solid #a0a0a0;
	border-left:1px dotted #eeeeee;
	border-right:1px dotted #eeeeee;
}

.red {
		color:red;
}

.imagelisttable {
	width:100%;
	border:0;
	margin-top: 0.5em;
	margin-bottom: 1em;
	
}

.imagelisttable td {
	width:50%;
	padding:5px;
	vertical-align:top;
}

.imageblock {
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	margin-bottom:0.8em
}

.imageblock span {
	color: #008080;
	font-size:150%;
	font-weight:bold;
}

#site-headline {
	color:#008080;
	font-size:250%;
	font-weight:bold;
	font-family:"Times New Roman", Times, Serif;
	/*padding-left:2.5em;*/
	/*padding-top:20px;*/
	position:absolute;
	top: 3px;
	left: 245px;
	display: none;
}

#site-headline span {
	font-style:normal;
	font-weight:normal;
	font-size:70%;
	font-style:italic;
}

#col3 .layouttable tr {
	border:0;
	background: inherit !important;
}

#col3 .layouttable td {
	border:0;
	background: inherit !important;
}

#col3 .layouttable {
	border:0;
	background: inherit !important;
}

.counter {
	margin:15px;
}

#col3 textarea, #col3 input[type=submit], #col3 input[type=text], #col3 select {
	border: 1px #aaa solid;
	padding: 2px;
}
#col3 textarea:focus, #col3 input[type=submit]:focus, #col3 input[type=text]:focus, #col3 select:focus {
	background-color: #FDFBC8;
}
#col3 textarea:hover, #col3 input[type=submit]:hover, #col3 input[type=text]:hover, #col3 select:hover {
	border-color: #888;
}

.validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.warning {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.success {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}


.highlights-grid {
	width: 100%;
	/*margin-top: -10px;*/
}

.highlights-grid * {
	margin: 0;
	padding: 0;
	color: black;
}

.highlights-grid h4 {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 7px;
	margin-top: -35px;
}

.highlights-grid td {
	vertical-align: top;
	position: relative;
}

.highlights-grid .teaser, .highlights-grid .green-teaser {
	position: absolute;
	/*height: 100%;*/
	background: transparent url('../images/graybox-1.png') no-repeat top left !important;
}

.highlights-grid .teaser .teaser-body {
	padding: 18px;
	display: block;
	font-size: 90%;
}

.highlights-grid p {
	margin-bottom: 1ex;
}

.highlights-grid .green-arrow, .highlights-grid .gray-arrow {
	width: 80px;
	height: 36px;
	position: relative;
	display: block;
	background: transparent url('../images/greenarrow-1.png') no-repeat right center !important;
	vertical-align: bottom;
}

.highlights-grid .green-arrow span, .highlights-grid .gray-arrow span {
	line-height: 36px;
	/*position: absolute;
	top: 18px;
	height: 0;
	/*margin-top: -50%;*/
}

.highlights-grid .green-teaser {
	background: transparent url('../images/greenbox-1.png') no-repeat top left !important;
}

.highlights-grid .gray-arrow {
	background: transparent url('../images/grayarrow-1.png') no-repeat right center !important;
}




.highlights-grid .green-arrow, .highlights-grid .gray-arrow {
	top: 100px;
	left: 60px;
}

.highlights-grid-3 td {
	width: 177px;
	height: 177px;
}

.highlights-grid-3 .teaser, .highlights-grid-3 .green-teaser {
	width: 177px;
}

.highlights-grid-3 .teaser .teaser-body {
	height: 141px;
}





.highlights-grid-4 .green-arrow, .highlights-grid-4 .gray-arrow {
	top: 59px;
	left: 17px;
}

.highlights-grid-4 td {
	width: 132px;
	height: 132px;
}

.highlights-grid-4 .teaser, .highlights-grid-4 .green-teaser {
	width: 132px;
}

.highlights-grid-4 .teaser .teaser-body {
	height: 94px;
}

.highlights-grid-4 .teaser {
	background: transparent url('../images/graybox-4.png') no-repeat center center !important;
}





.highlights-grid-5 .green-arrow, .highlights-grid-5 .gray-arrow {
	top: 43px;
	left: 1px;
}

.highlights-grid-5 td {
	width: 108px;
	height: 108px;
}

.highlights-grid-5 .teaser, .highlights-grid-5 .green-teaser {
		width: 108px;
}

.highlights-grid-5 .teaser .teaser-body {
	height: 70px;
}

.highlights-grid-5 .teaser {
	background: transparent url('../images/graybox-5.png') no-repeat center center !important;
}
