@charset "utf-8"; /* CSS Document ************************************************
*     _______  _        _______  ______            _______  _        _______     *
*    (  ___  )( (    /|(  ____ \(  ___ \ |\     /|(  ___  )( (    /|(  ____ \    *
*    | (   ) ||  \  ( || (    \/| (   ) )( \   / )| (   ) ||  \  ( || (    \/    *
*    | |   | ||   \ | || (__    | (__/ /  \ (_) / | |   | ||   \ | || (__        * 
*    | |   | || (\ \) ||  __)   |  __ (    \   /  | |   | || (\ \) ||  __)       *  
*    | |   | || | \   || (      | (  \ \    ) (   | |   | || | \   || (          * 
*    | (___) || )  \  || (____/\| )___) )   | |   | (___) || )  \  || (____/\    *
*    (_______)|/    )_)(_______/|/ \___/    \_/   (_______)|/    )_)(_______/    *
*                                                                                *        
*     Dieses Style-Sheet definiert das globale Layout der Site.                  *
*     Die einzelnen Elemente duerfen angepasst werden.                           *
*     Es sollten aber keine Elemente geloescht oder umbenannt werden.            *
*     Es duerfen auch zusaetzliche Elemente eingefuegt werden.                   *
*                                                                                *
*     onelook GmbH | 8840 Einsiedeln SZ | www.onelook.ch | info@onelook.ch       *
*                                                                                *
*********************************************************************************/


/* Schrift **********************************************************************/

div {
	font-size:inherit;
}

td {
	font-size: inherit;
}

h1 {
	font-family: "MetaBold-Roman";
	font-size: 2.8em;
    font-weight: normal;
	margin: 0 0 0.5em;
	padding: 0 0 0.5em;
	line-height: 1.4;
	/*text-align: center;*/
	border-bottom: thin solid rgba(0,10,20,0.5);
	text-transform: uppercase;
}

h2 {
	font-family: "MetaBold-Roman";
	font-size: 2.1em;
    font-weight: normal;
	margin: 0 0 0.5em;
	padding: 0 0 0.5em;
	line-height: 1.4;
	text-transform: uppercase;
}

h3 {
	font-family: "MetaBold-Roman";
	font-size: 1.4em;
    font-weight: normal;
	margin: 0.5em 0 0.5em;
	padding: 0 0 0.5em;
	line-height: 1.4;
	text-transform: uppercase;
}

h4 {
	font-family: "MetaBold-Roman";
	font-size: 1.3em;
    font-weight: normal;
	margin: 0.5em 0 0.5em;
	padding: 0 0 0.5em;
	line-height: 1.4;
}

.box33 h1, .box33 h2, .box66 h1, .box66 h2, .box50 h1, .box50 h2 {
}
.box33 h2, .box66 h2 {
}
@media screen and (max-width: 1000px) {
	h1, h2 {
	}
	.box33 h2, .box66 h2 {
		margin-top: 0;
	}
}
b, strong {
	font-weight: 400;	
}

/* Tabellen *********************************************************************/

table {
	border-collapse:collapse;
	border:none;
	width: 100%;
}

table td {
	border-collapse:collapse;
	padding: 0.2em 0;
	border:none;
	vertical-align: top;
}

.trennlinie td, td.trennlinie {
	border-bottom: thin solid rgba(0,0,0,0.3);
}

/* Links  ***********************************************************************/
a {
	text-decoration: none;
}

/* Listen ***********************************************************************/

ul.linklist,
ul.filelist
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height:inherit;
}

ul.linklist li,
ul.filelist li
{
	line-height:1.2em;
}

a span.datei_details
{
	color: #999999;
	font-size: 0.8em;
	text-decoration:none;
}

a:hover span.datei_details
{
	color: #333333;
	text-decoration:none;
}

/* Quicknavigation **************************************************************/

.az {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #aaa;
}

.sitemap_list ul {
}

.sitemap_list ul li {
}

.sitemap_list ul li ul li ul li {
}

.searchbutton {
	width: 15px;
	height: 15px;
	margin: 0 0 0 10px;
}

/* Online-Schalter **************************************************************/

.os_table {
	width: 100%;
	border-collapse:collapse;
}

.os_table td {
	padding: 4px 6px;
	border-bottom: 1px solid #ffffff;
}

.os_kategorie {
	background-color: #dddddd;
	color: #000000;
	font-weight: bold;
}

.os_zeile_1 {
	background-color: #ffffff;
}

.os_zeile_2 {
	background-color: #f0f0f0;
}

.os_titel {
}

.os_preis {
	white-space:nowrap;
	text-align:right;
}

.os_link, .os_vorschau, .os_datei, .os_bestellen {
	text-align: center;
}

.os_details {
	padding: 5px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.os_details table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0px 8px;
}
.os_details .os_details_name,
td.os_form_name {
	width: 120px;
	padding: 4px;
	background-color: #e0e0e0;
	border-bottom: 1px solid #ffffff;
}
.os_details .os_details_wert,
td.os_form_wert {
	padding: 3px 7px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #ffffff;
}
div.os_formular {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
}
table.os_formular {
	width: 100%;
	border-spacing: 0px;
	border-collapse:collapse;
}
input.os_form_total {
	border: none;
	background-color: #f0f0f0;
	margin-left: 20px;
	color:#000000;
	width: 200px;
}
table.os_formular input,
table.os_formular textarea
 {
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #cccccc;
}
div.os_suchmaske {
	background-color: #dddddd;
	margin-bottom: 10px;
}
table.os_suchmaske {
	width: 100%;
}
table.os_suchmaske td {
	padding: 4px;
}
table.os_suchmaske td.os_stichwortsuche {
	background-color: #d3d3d3;
}
.level0 {
}
.level1 {
	font-weight:bold;
}
.level2 {
}

/* Agenda-Tabellen **************************************************************/

table.agenda_galerie {
	margin-top: 0.5em;
	width: 98%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-spacing: 0px;
}
table.agenda_galerie td {
	border: 1px solid;
	background-color: #C2C6DA;
	padding: 2px 4px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: #989FC0;
	color: #000000;
	vertical-align:top;
}
table.agenda_galerie td a {
	color: #000001; /* !! W3C CSS Error With #000000 !! */ 
}

table.agenda_download {
	margin-top: 0.5em;
	width: 98%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-spacing: 0px;
}
table.agenda_download td {
	border: 1px solid;
	background-color: #D6D6D6;
	padding: 2px 4px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: #B2B2B2;
	color: #000000;
	vertical-align:top;
}
table.agenda_download td a {
	color: #000001; /* !! W3C CSS Error With #000000 !! */ 
}

table.agenda_programm {
	margin-top: 0.5em;
	width: 98%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-spacing: 0px;
}
table.agenda_programm td {
	border: 1px solid;
	background-color: #D6D6D6;
	padding: 2px 4px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: #B2B2B2;
	color: #000000;
	vertical-align:top;
}
table.agenda_programm td.programm {
	font-weight:bold;
	color:#FFFFFF;
	background-color: #666666;
	
}
table.agenda_programm td a {
	color: #000001; /* !! W3C CSS Error With #000000 !! */
}

.bilderoverview {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	width: 160px;
}
.bilderoverview span {
	display: block;
}
.bilderoverview a {
	border-bottom: none;
}
.bilderoverview img {
	border: none;
	margin-top: 4px;
}

img {
	border:none;
}

.printonly {
	display: none;
}

.resultate {
	padding: 0;
	margin: 0;
}

.resultate li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	margin: 0 0 5px;
}

.resultate a {
	font-weight: bold;
	text-shadow: none;
}

.resultate a:hover {
}

.resultate a div {
	font-weight: normal;
	color: #555;
}

.clear {
	clear: both;
}
