/****************************************************************************************
S C R E E N   O P T I M I Z E D   C S S

Date:	März 25, 2011
Author:	Cyrill Bühler, cybustyle.ch
*****************************************************************************************/
/*---------------------------------------------------------------------------------------
R E S E T S   A N D   B A S E   S E T T I N G S
----------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	height: 100%;
	text-align: left;
	font-family: Arial, sans-serif;
	color: #444444;
	background: url(../img/background.png) top left repeat-x
		#FFF;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p,ul,h2 {
	margin-bottom: 1em;
}

/* Entfernen von standardmäßigen Innen- und Außenabständen für alle Elemente (wenn Abstand gewollt, wird dies durch die Angabe bei den Elementen überschrieben) */
* {
	margin: 0;
	padding: 0;
}

/* Contao additional classes */
select,input,textarea {
	font-size: 99%;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#left {
	float: left;
}

#right {
	float: right;
}

#main {
	width: auto;
	position: relative;
}

.inside {
	position: relative;
	text-align: left;
}

.block {
	overflow: hidden;
}

.clear,#clear {
	height: 0.1px;
	font-size: 0.1px;
	line-height: 0.1px;
	clear: both;
}

.invisible {
	width: 0px;
	height: 0px;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}

/*----------------------------------------------
Fixes IE
-----------------------------------------------*/
* html .block {
	overflow: auto;
	zoom: 1;
}

* html #container,* html .mod_article {
	zoom: 1;
}

* html #left,* html #right {
	display: inline;
}

* html a,* html a:hover {
	background-color: transparent;
}

* html i,* html em {
	overflow: visible;
	display: inline-block;
}

*:first-child+html #main {
	position: static;
}

/*---------------------------------------------------------------------------------------
H T M L   E l e m e n t s   i n   u s e d   s e q u e n c e
----------------------------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 950px;
}

/*------------------------------------------------------------------
Header
-------------------------------------------------------------------*/
#header {
	height: 89px;
}

/*----------------------------------------------
Logo
-----------------------------------------------*/
#logo {
	position: absolute;
	top: 22px;
}

/*----------------------------------------------
MetaNav
-----------------------------------------------*/
#metanav {
	font-size: 12px;
	background: url(../../standard/img/metanav_search.png) no-repeat top
		right;
	width: 950px;
	height: 30px;
	margin-bottom: 17px;
}

#metanav ul {
	padding-top: 2px;
	padding-right: 34px;
	float: right;
	margin-bottom: 0;
}

#metanav li {
	list-style-type: none;
	float: left;
	padding-left: 60px;
}

#metanav li a,#metanav li span.active {
	color: #FFF;
}

/*----------------------------------------------
MainNav
-----------------------------------------------*/
#mainnav.mod_navigation {
	position: absolute;
	right: 70px;
	top: 35px;
	overflow: visible;
	z-index: 60;
}

#mainnav.mod_navigation {
	font-size: 18px;
	clear: both;
}

#mainnav.mod_navigation ul {
	float: right;
	margin-right: 30px;
}

#mainnav.mod_navigation li {
	list-style-type: none;
	float: left;
	padding-left: 50px;
}

#mainnav.mod_navigation li a {
	color: #777;
}

#mainnav.mod_navigation li span.active {
	color: #1e1656;
}

#mainnav.mod_navigation li a:hover,#mainnav.mod_navigation li a:focus {
	color: #1e1656;
}

#mainnav ul.level_1 {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
	font-size: 18px;
}

#mainnav ul.level_1 li {
	float: left;
	position: relative;
	display: block;
	background: #FFF;
	padding: 0 7px;
	margin: 1px 10px;
	margin-bottom: 5px;
}

#mainnav ul.level_1 li a {
	display: block;
	padding: 5px;
	color: #777;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

*+html #mainnav ul.level_1 li a{
         border:#FFF;
}


#mainnav ul.level_1 span.active {
	display: block;
	white-space: nowrap;
	padding: 5px;
	color: #1e1656;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

*+html #mainnav ul.level_1 span.active{
         border:#FFF;
}


#mainnav ul.level_1 li a:hover {
	color: #1e1656;
}

#mainnav ul.level_1 ul.level_2 {
	list-style: none;
	position: absolute;
	left: -9999px;
	opacity: 0;
	-webkit-transition: 0.25s linear opacity;
}

* html #mainnav ul.level_1 ul.level_2{
         visibility:hidden;
}

*+html #mainnav ul.level_1 ul.level_2{
         visibility:hidden;
}

#mainnav ul.level_1 ul li {
	padding-top: 0px;
	float: none;
}

#mainnav ul.level_1 li ul {
	padding-left: 5px;
	background: #FFF;
}

#mainnav ul.level_1 ul a {
	white-space: nowrap;
	display: block;
}

#mainnav ul.level_1 li:hover ul {
	left: 0;
	opacity: 1;
}

#mainnav ul.level_1 li:hover a {
	
}

#mainnav ul.level_1 li:hover ul a {
	text-decoration: none;
}

#mainnav ul.level_1 li:hover ul li a:hover {
	color: #008AE3;
}

#mainnav ul.level_1 li:hover span.inv {
	visibility: visible;
	color: #008AE3;
}

#mainnav ul.level_1 li.submenu li {
	border-bottom: 1px solid #CACACA;
	font-size: 13px;
	margin-right: 25px;
	margin-left: 3px;
	padding: 0;
}

#mainnav li.submenu {
	background: #FFF;
}

#mainnav ul.level_1 li:hover ul.level_2 {
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	border-top: 1px solid #CACACA;
	-moz-box-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px #666;
	box-shadow: 1px 1px 1px #666;
	margin-left: -1px;
}

#mainnav ul.level_1 li.submenu:hover {
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-bottom: 5px solid #FFFFFF;
	border-top: 1px solid #CACACA;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	margin: 0 9px;
	padding: 0 7px;
}

*+html #mainnav ul.level_1 li.submenu:hover{
         border:#FFF;
}


#mainnav ul.level_1 li.submenu:hover div.line {
	visibility: visible;
}

#mainnav span.inv {
	visibility: hidden;
}

#mainnav ul.level_1 li.submenu li.last {
	border-bottom: none;
	padding-bottom: 10px;
}

#mainnav ul.level_1 li ul li.first {
	padding-top: 10px;
}

#mainnav ul.level_2 {
	padding-top: 5px;
	font-weight: bold;
}

#mainnav div.line {
	position: absolute;
	background: #FFF;
	height: 10px;
	width: 100%;
	z-index: 2000;
	left: 0;
	visibility: hidden;
}

/*------------------------------------------------------------------
Container
-------------------------------------------------------------------*/
#main .teaserblock {
	float: left;
	width: 298px;
	height: 70px;
	margin-right: 13px;
	padding: 14px 0 0 10px;
	overflow: hidden;
}

#main .teaserblocklast {
	float: left;
	width: 298px;
	height: 70px;
	margin-right: 0;
	padding: 14px 0 0 10px;
	overflow: hidden;
}

#main .teaserblock h1,#main .teaserblocklast h1 {
	color: #1E1656;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 14px;
	position: absolute;
}

#main .teaserblock h1 a,#main .teaserblocklast h1 a {
	color: #1E1656;
}

#main .teaserblock a,#main .teaserblocklast a {
	color: #444;
}

#main .teaserblock p{
	font-weight: bold;
	line-height: 1.5;
	font-size: 12px;
	margin-top: 35px;
}


#main .teaserblocklast p{
        font-size:12px;
        margin-top:15px;
        line-height:1.5;
        font-weight:bold;
}

#main .teaserblock a:link{color:#1E1656; font-size:19px;}
#main .teaserblock a:visited{color:#1E1656; font-size:19px;}
#main .teaserblock a:hover{color:#1E1656; font-size:19px;}
#main .teaserblock a:active{color:#1E1656; font-size:19px;}

#main .teaserblocklast a:link{color:#1E1656; font-size:19px;}
#main .teaserblocklast a:visited{color:#1E1656; font-size:19px;}
#main .teaserblocklast a:hover{color:#1E1656; font-size:19px;}
#main .teaserblocklast a:active{color:#1E1656; font-size:19px;}


/*----------------------------------------------
Main
-----------------------------------------------*/
.sub #main .inside {
	margin-left: 25px;
	font-size: 14px;
	line-height: 1.5;
}

.sub #main h1 {
	color: #1E1656;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 14px;
	padding: 0;
}

.sub #main h2 {
	font-size: 14px;
}

.sub #main li {
	margin-left: 2em;
}

.sub #main a {
	color: #1e1656;
}

.sub #main a:hover {
	text-decoration: underline;
}

/*----------------------------------------------
Kontaktformular
-----------------------------------------------*/
div.formbody label {
	display: block;
}

div.formbody input {
	height: 15px;
	width: 300px;
	overflow: hidden;
}

div.formbody input,div.formbody textarea {
	background-color: #fff;
	border: 1px solid #999999;
	color: #444;
	font-family: Arial, sans-serif;
	font-size: 100%;
	margin-bottom: 15px;
	outline: medium none;
	overflow: auto;
	padding: 3px;
	width: 300px;
}

div.formbody input.submit {
	height: auto;
	width: 150px;
	color: #FFF;
	background-color: #777;
}

div.formbody p.error {
	color: #C20000 !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

/*----------------------------------------------
Tabelle
-----------------------------------------------*/
#referenzen td,#referenzen th {
	display: table-cell;
	padding: 3px;
	vertical-align: top;
}

#referenzen tr {
	display: table-row;
	vertical-align: inherit;
}

/*----------------------------------------------
Banner
-----------------------------------------------*/
#banner {
	position: relative;
	margin-bottom: 28px;
	margin-top: 55px;
	z-index: 10;
}

/*----------------------------------------------
Right Container
-----------------------------------------------*/
#right {
	width: 260px;
	margin-left: 35px;
	margin-top: 40px;
}

/*----------------------------------------------
SubNav
-----------------------------------------------*/
#subnav {
	font-size: 12px;
}

/*-----Level 1-----*/
#subnav ul {
	margin-bottom: 0;
}

#subnav ul li {
	list-style-type: none;
}

#subnav ul li a {
	display: block;
	padding: 7px 10px 7px 25px;
	border-bottom: 1px solid #ccc;
	color: #777;
	font-weight: bold;
}

#subnav ul li span.active,#subnav ul li a.trail {
	display: block;
	padding: 7px 10px 7px 25px;
	border-bottom: 1px solid #ccc;
	color: #1e1656;
	font-weight: bold;
}

#subnav ul li a:hover,#subnav ul li a:focus {
	color: #1e1656;
}

/*-----Level 2-----*/
#subnav ul li ul li {
	
}

#subnav ul li ul li a {
	padding-left: 50px;
}

#subnav ul li ul li span.active,#subnav ul li ul li a.trail {
	padding-left: 50px;
}

/*-----Level 3-----*/
#subnav ul li ul li ul li a {
	padding-left: 75px;
}

#subnav ul li ul li ul li span.active,#subnav ul li ul li ul li a.trail
	{
	
}

/*------------------------------------------------------------------
Footer
-------------------------------------------------------------------*/
#footer {
	font-size: 12px;
	width:950px;
	margin:0 auto;
}

#footer .inside {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 29px 0 30px 0;
	height: 30px;
}

/*----------------------------------------------
Adresse
-----------------------------------------------*/
#footer .ce_text {
	font-style: normal;
	padding-left: 20px;
	margin-top: 7px;
	padding-bottom: 7px;
}

#footer .ce_text a {
	color: #444;
}

/*----------------------------------------------
Social Bookmarks
-----------------------------------------------*/

.mod_social_bookmarks{
	display:inline;
}

.mod_social_bookmarks ul {
	float: right;
}

.mod_social_bookmarks li {
	float: left;
	list-style-type: none;
}

.mod_social_bookmarks a {
	margin: 0 10px 0 0;
}

/*----------------------------------------------
Länder Verlinkung
-----------------------------------------------*/
div#impacde {
	position: absolute;
	right:290px;
}

span#impacde {
	font-size:11px;
	color: #666;
	visibility: hidden;
        vertical-align:middle;
}

div#impacde img {
	width: 20px;
	padding-top: 3px;
	margin: 0;
	border: 0;
}

div#impacde a:link {
	filter: alpha(opacity =   60);
	opacity: 0.6;
	text-decoration: none;
	color: #000;
}

div#impacde a:visited {
	filter: alpha(opacity =   60);
	opacity: 0.6;
	text-decoration: none;
	color: #000;
}

div#impacde a:hover {
	filter: alpha(opacity =   100);
	opacity: 1;
	text-decoration: none;
	color: #000;
}

div#impacde a:active {
	filter: alpha(opacity =   60);
	opacity: 0.6;
	text-decoration: none;
	color: #000;
}

div#impacde:hover span#impacde {
	visibility: visible;
}

/*----------------------------------------------
Kundencenter Login
-----------------------------------------------*/

div#login{
	position:absolute;
	top:2px;
	right:300px;
	width:50px;
}

div#login ul#loginlist_1{
	list-style-type:none;
	margin-right:275px;
}

div#login ul#loginlist_1 li.parent{
	color:#fff;
	font-size:12px;
	padding-bottom:5px;
}

div#login ul#loginlist_1 li a:link{color:#fff; text-decoration:none;}
div#login ul#loginlist_1 li a:visited{color:#fff; text-decoration:none;}
div#login ul#loginlist_1 li a:hover{color:#fff; text-decoration:none;}
div#login ul#loginlist_1 li a:active{color:#fff; text-decoration:none;}

div#login li ul#loginlist_2{
	position:absolute;
	margin-top:0px;
	background:#fff;
	z-index:100;
	margin-left:-9000px;
}

div#login li:hover ul#loginlist_2{
	margin-left:0;
	border:1px solid #CACACA;
	margin-top:0px;
}

div#login iframe{
	border:none;
	width:380px;
	height:150px;
	overflow:hidden;
	position:relative;
}


/*----------------------------------------------
Google +1 Button
-----------------------------------------------*/

div#googleplus{
	height:20px;
	display:inline;
	float:right;
}



/*----------------------------------------------
Referenzen / Case Studies
-----------------------------------------------*/
div.ce_dma_eg_1{
	display:inline;
}

div.ref_block{
    width:275px;
    height:73px;
    background:#E0E0E0;
    display:inline-block;
    vertical-align: middle;
    padding:10px;
    margin:4px;
}

span.ref_description{
	width:170px;
	float:right;
	font-size:12px;
}

div#ref_gallery a:link{color:#444444; text-decoration:none;}
div#ref_gallery a:visited{color:#444444; text-decoration:none;}
div#ref_gallery a:hover{color:#444444; text-decoration:none;}
div#ref_gallery a:active{color:#444444; text-decoration:none;}

div#ref_gallery a{
    padding:0;
    margin:0;
}

img.ref_image{
	vertical-align:middle;
	margin-right:10px;
}

*+html div.ref_block{
	width:277px;
	height:82px;
	padding:10px;
	display:inline;
}

*+html span.ref_description{
}
	
*+html img.ref_image{
	margin:5px;
	float:left;
}

div#ref_top{
	background:url(../../standard/img/bg_top.png) no-repeat;
	height:7px;
	}
		
div#ref_gallery{
	background:url(../../standard/img/bg.png) repeat-y;
	}
	
div#ref_bottom{
	background: url(../../standard/img/bg_bottom.png) no-repeat;
	height:14px;
	}

div.case_block{
	width:600px;
	padding-bottom:60px;
	padding-right:54px;
}

img.case_image{
	margin-right:20px;
	height:100px;
}

div.case_spacer{
	float:right;
	width:48px;
	margin-left:20px;
	border:1px solid #FFF;
}

a.case_pdf{
	float:right;
	margin-left:20px;
}

a.case_pdf img{
	height:50px;
}

span.case_description{
	width:340px;
	float:right;
}

*+html img.case_image{
	float:left;
}


/*----------------------------------------------
Google Site Search
-----------------------------------------------*/

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 2%;
  width: 96%;
}

.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: block;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: Arial, sans-serif !important;
  color: #000000;
  text-shadow: 0 1px 2px #FFFFFF;
  background-color: #FFF !important;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border:1px solid #CACACA !important;
  height:21px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion,
.gs-promotion {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion .gs-promotion-image,
.gs-promotion .gs-promotion-image {}
/* Promotion links */
.cse .gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link,
.cse .gs-promotion a.gs-title:link *,
.gs-promotion a.gs-title:link *,
.cse .gs-promotion .gs-snippet a:link,
.gs-promotion .gs-snippet a:link {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited,
.cse .gs-promotion a.gs-title:visited *,
.gs-promotion a.gs-title:visited *,
.cse .gs-promotion .gs-snippet a:visited,
.gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover,
.cse .gs-promotion a.gs-title:hover *,
.gs-promotion a.gs-title:hover *,
.cse .gs-promotion .gs-snippet a:hover,
.gs-promotion .gs-snippet a:hover {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active,
.cse .gs-promotion a.gs-title:active *,
.gs-promotion a.gs-title:active *,
.cse .gs-promotion .gs-snippet a:active,
.gs-promotion .gs-snippet a:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion .gs-snippet,
.gs-promotion .gs-snippet,
.cse .gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right,
.cse .gs-promotion .gs-title .gs-promotion-title-right *,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}

/* Full URL */
.gs-webResult div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long {
  display: block;
}

.gsc-input input{
    height:19px;
    border-color:#BABABA !important;
}

div.gs-no-results-result div.gs-snippet{
    background:#FFF !important;
    border: none !important;
    font-weight:bold !important;
}


/*----------------------------------------------
Referenz Startseite
-----------------------------------------------*/


div#startref_des{
    width:180px;
    margin-left:10px;
    float:left;
}

div#startref_td{
    padding-top:20px;
}

#main .teaserblocklast *{
	margin:0;
	padding:0;
}

#main .teaserblocklast p {
	margin-top:22px;
}

#main .teaserblocklast img{
	margin-top:17px;
}

/*----------------------------------------------
Swiss Made Software Logo
-----------------------------------------------*/

div#swissmade_img{
	position:absolute;
	right:0;
	top:40px;
	right:0;
	z-index:9000;
}
