﻿@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: #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;
}
#logo {
	float:right;
	width:241px;
	height:90px;
	background:transparent url('../images/Header/Syntron Logo sehr klein.png') no-repeat scroll right top;
	margin:5px;
}
#col1, #col2, #col3 {
	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:link, A:active, A:visited
{
	/*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;
}

h1, h2, h3, h4, h5 , h6 {
	font-family:Arial, Helvetica, Sans-Serif;
	color: #1C4C98;
}

h2, h3, h4, h5, h6 {
	margin-top: 0.5em;
}
h1 {
	text-align:center;
	padding-bottom: 5px;
	border-bottom: 1px solid #888;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color:#1C4C98;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 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.navless, #navleft a.navmore {
	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%;
}
.teaserbox td, .teaserbox tr {
	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 5px 5px 5px;
}

.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;}

#hlist .searchBox {
	text-align:left;
	width:209px;
}

#hlist #query, #hlist #querytop {
	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:#1C4C98;
}

table.noborders, table.noborders td, table.noborders tr, table.noborders th, #col3 table.noborders td {
	border:0;
}
table.nocolors, table.nocolors td, table.nocolors tr, table.nocolors th {
	background:transparent;
}
table.nohover tr:hover th[scope="row"], table.nohover tr:hover tbody th.sub, table.nohover tr:hover td {
	background:transparent;
}

div.googledir div table {
	margin-top:0 !important;
}

#directions {
	padding:0 !important;
	text-align:left;
}

.printonly {
	display:none;
}
@media print
{
	.directions #directions, .directions #map {
		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: #1C4C98;
	font-size:150%;
	font-weight:bold;
}

#banner div {
	color:white;
	font-size:250%;
	font-style:italic;
	font-weight:bold;
	font-family:"Times New Roman", Times, Serif;
	padding-left:2.5em;
	padding-top:20px;
	float:left;
}

#banner div span {
	font-style:normal;
	font-weight:normal;
	font-size:80%;
}