/**
 * Description for file
 *
 * CSS version $version
 *
 * @author      PROMACX AG
 * @copyright   PROMACX AG / Wasserwerkgasse 20 / 3011 CH-Bern
 * @link        www.promacx.ch
 * @version     0.0.1
 * @media       screen
 */

/* ------------------------------ Layout
*/


@import url("editor.css");



* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #FFF url(../images/layout/background_kurzerSchatten.jpg) top left repeat-x;
	behavior: url(csshover.htc);
}
html[xmlns^="http"] { /* verhindert Mozilla-Zucken * > Firefox 1.5  */
	overflow-y: scroll;
}
#webcontainer {
	width: 1000px;
}


/* ---------------------------------------------------
   Header
   =================================================== */
#header { 
	height: 205px;
	background: url(../images/layout/header.jpg) no-repeat top left;
}

.accessibility {
	/*display:none;*/
	display: inline;
	left: -1000px;
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: -1000px;
	height: 0px
}
#topnavi {
	float: left;
	width: 829px;
	height: 29px;
	margin-left: 165px;
	padding: 10px 0 5px 0;
	font-family: Trebuchet MS, Arial;
	font-size: 10px;
	color: #8B9CCE;
}
* html #topnavi {
	float: left;
	width: 550px;
	height: 29px;
	margin-left: 80px;
	padding: 7px 0 5px 0;
}


/* KONTAKT */
#rsskontakt {
	float: left;
	text-transform: uppercase;	
}
#rsskontakt li {	
	float: left;
	display: block;
	margin: 0 0 0 6px;
	background: url(../images/layout/topnavi_strich.gif) left center no-repeat;
	padding: 0 10px 0 12px;
} 
#rsskontakt li a, #rsskontakt li a:visited {
	text-decoration: none;
	font-size: 10px;
	height: 11px;
	line-height: 100%;
}
#rsskontakt li.firstelem {
	background: none;
	padding: 0 6px 0 0;
}
#rsskontakt li a:hover, #rsskontakt li a:active, #rsskontakt li a.aktiv {
 	color: #0051A2;
	text-decoration: none;
}

/* SPRACHEN */
#sprachen {
	float: left;
	text-transform: uppercase;
	padding-left: 30px;
}
#sprachen li {	
	float: left;
	display: block;
	margin: 0 0 0 6px;
	background: url(../images/layout/topnavi_strich.gif) left center no-repeat;
	padding: 0 5px 0 6px;
} 
#sprachen li a, #sprachen li a:visited {
	text-decoration: none;
	font-size: 10px;
	height: 11px;
	line-height: 100%;
}
#sprachen li.firstelem {
	background: none;
	padding: 0 0 0 0;
}
#sprachen li a:hover, #sprachen li a:active, #sprachen li a.aktiv {
 	color: #0051A2;
	text-decoration: none;
}

/* SUCHE */
#suche {
 	float: right;
	margin-right: 14px;
}
#suche .suchwort {
	float: left;
	font-family: Trebuchet MS, Arial;
	font-size: 10px;
	color: #8B9CCE;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 10px;
}
#suche .sucheinput {
	float: left;
	border: 1px #8B9CCE solid;
	width: 177px;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	padding: 1px;
	height: 12px;
}
#suche .suchebutton {
	width: 16px;
	margin-left: 5px;
	height: 16px;
}




#firmenname {
	float: right;
	width: 400px;
	height: 29px;
	padding-top: 130px;
	padding-right: 18px;
	font-size: 14px;
	color: #fff;
	text-align: right;
}

/* ---------------------------------------------------
   Hauptnavigation
   =================================================== */

#menu {
	float: left;
	width: 650px;	
	margin: 0;
	padding: 3px 0 0 150px;	
	height: 32px;
	line-height: 32px;
}
#login {
	float: left;
	margin: 0;
	padding: 3px 0 0 0px;	
	height: 32px;
	line-height: 32px;
}

/* Stufe 1 */
#menu ul,
#login ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin: 0;
	padding: 0;
	position: relative;
}
#menu a ,
#login a{
	display: block;
	color: #0051A2;
	text-decoration: none;
	font-size: 14px;
	padding: 0 15px;
	line-height: 32px;
}
#login a{display:inline;padding-top:17px;}
#menu a:hover, #menu a.aktiv,
#login a:hover, #login a.aktiv
 {
	color: #8B9CCE;
 	text-decoration: none;
}

* html #menu a {
	display: inline;
	color: #8B9CCE;
	text-decoration: none;
	font-size: 14px;
	padding: 0 15px;
	line-height: 32px;
}
* html #menu a:hover, * html #menu a.aktiv {
	color: #0051A2;
 	text-decoration: none;
	line-height: 32px;
}

*+html #menu a {
	display: block;
	color: #8B9CCE;
	text-decoration: none;
	font-size: 14px;
	padding: 0 15px;
	line-height: 32px;
}
*+html #menu a:hover, *+html #menu a.aktiv {
	color: #0051A2;
 	text-decoration: none;
}


/* Stufe 2 + 3 */
#menu ul ul {
	position: absolute;
	z-index: 500;
	line-height: 25px;
}
* html #menu ul ul {
	position: absolute;
	z-index: 500;
	top: 24px;
	left: 0px;
}
*+html #menu ul ul {
	position: absolute;
	z-index: 500;
	line-height: 25px;
	top: 24px;
	left: 0px;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	line-height: 25px;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
	
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
	background: #e9ebf6;
	color: #0051A2;
}

div#menu ul ul li
{
	border-bottom: 1px solid white;
	background: #e9ebf6;
	line-height: 25px;
	display: block;
}
* html div#menu ul ul li
{
	border-bottom: 1px solid white;
	background: #e9ebf6;
	line-height: 25px;
	display: block;
	width: 150px;
}

div#menu ul ul ul li
{
	border-bottom: 1px solid white;
	background: #e9ebf6;
	border-left: 1px solid white;
}

div#menu ul ul li a {
	font-size: 12px;
	line-height: 25px;
	display: block;
	height: 25px;
	white-space: nowrap;
}
* html div#menu ul ul li a {
	font-size: 12px;
	line-height: 25px;
	display: block;
	height: auto;
}
div#menu ul ul li a:hover {
	font-size: 12px;
	color: #0051A2;
	line-height: 25px;
	color: #0051A2;
}
div#menu ul ul ul li a:hover {
	color: #8B9CCE;
}
#menu ul ul a:hover {
	color: #0051A2;
 	text-decoration: none;
 	font-size: 12px;
	line-height: 25px;
}
#menu ul li:hover a.stufe1 { 
	color:#8B9CCE;
}
#menu ul ul li:hover a.stufe2{ 
	color:#8B9CCE;
}


#menu #login {
	float: left;
	margin-right: 2px;
}

/* ---------------------------------------------------
   Content
   =================================================== */
#mainbox {
	float: left;
	width: 984px;
}

#logo {
	float: left;
	width: 110px;
	padding: 60px 0 0 55px;
}
#logo a img {
	border:none;
}

#contentbox {
	float: right;
	width: 819px;
	padding: 51px 0;
}
/*#content {
	float: left;
	width: 515px;
	padding: 51px 46px 51px 0;
}
* html #content {
	float: left;
	width: 510px;
	padding: 51px 46px 51px 0;
}*/


#contentleft {
	float: left;
	width: 515px;
	padding: 0 46px 0 0;
}
#contentright {
	float: right;
	width: 258px;
}

#sidemenu {
	float: right;
	width: 258px;
	
}

#sidemenu ul {
	width: 258px;
	list-style: none;
}
#sidemenu li {
	width: 258px;
	margin: 0;
	list-style:none;
	
} 
#sidemenu ul li a {
	background: url(../images/layout/level1middle.jpg) repeat-y top left;
	border-bottom: 1px solid white;
	padding: 8px 20px;
	display: block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	font-size: 14px;
	color: #0051A2;
}
#sidemenu ul li a.firstelem {
	background: url(../images/layout/level1top.jpg) bottom no-repeat;
	padding: 12px 20px 4px 20px;
}
#sidemenu ul li a.lastelem {
	background: url(../images/layout/level1bottom.jpg) no-repeat;
	padding: 6px 20px 10px 20px;
}
#sidemenu ul li a:hover, #sidemenu ul li a:active, #sidemenu ul li a.aktiv {
 color: #8B9CCE;
}



/* Content Submenu */
#submenu, ul.csc-menu {
	float: left;
	text-transform: uppercase;
	width: 819px;
	padding-bottom: 20px;
}
#submenu ul, ul.csc-menu  {	
	margin: 0;
	padding: 0;
} 
#submenu li, .csc-menu li {	
	float: left;
	display: block;
	margin: 0;
	background: url(../images/layout/topnavi_strich.gif) left center no-repeat;
	padding: 0 10px 0 12px;
} 
#submenu li a, #submenu li a:visited, .csc-menu li a, .csc-menu li a:visited {
	text-decoration: none;
	font-size: 10px;
	height: 11px;
	line-height: 100%;
}
#submenu li.firstelem, .csc-menu li.firstelem{
	background: none;
	padding: 0 6px 0 0;
}
#submenu li a:hover, #submenu li a:active, #submenu li a.aktiv {
 	color: #0051A2;
	text-decoration: none;
}


/* Content SubSubmenu */
#subsubmenu {
	float: left;
	width: 819px;
	padding-bottom: 20px;
}
#subsubmenu ul {	
	margin: 0;
	padding: 0;
} 
#subsubmenu li {	
	float: left;
	display: block;
	margin: 0;
	padding: 0 5px 0 0;
} 
#subsubmenu li a, #subsubmenu li a:visited {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
	color: #0051A2;
	padding: 0 5px;
}
#subsubmenu li a:hover, #subsubmenu li a:active, #subsubmenu li a.aktiv {
 	color: #0051A2;
	text-decoration: none;
}
#subsubmenu ul ul {	
	margin: 0;
	padding: 0;
	width: 190px;
} 
#subsubmenu ul ul li {
	float: none;
	margin: 0;
	padding: 2px 4px;
	background: #e4e8f5;
} 
#subsubmenu ul ul li a, #subsubmenu ul ul li a:visited {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
}
#subsubmenu ul ul li a:hover, #subsubmenu ul ul li a:active, #subsubmenu ul ul li a.aktiv {
 	color: #0051A2;
	text-decoration: none;
}
/* ------------------------------ Layout
*/

#content *, * {
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 150%;
}
#content * span,
* span {
	margin: 0;
	padding: 0;
}

   /* ---------------------------------------------------
   P Standard
   =================================================== */
#content p,
p {
	color: #646464;
	line-height: 150%;
	padding-bottom: 10px;
	font-size: 12px;
}

/* ---------------------------------------------------
   HR Standard
   =================================================== */
hr {
	background-color: #666; /* Farbe für Opera und Firefox */
	color: #666; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 1px;
	width: 550px;
}


/* ---------------------------------------------------
   Liste Punkte
   =================================================== */
#content ul, ul { 
	padding-bottom: 1em;
	margin-top: 0px;
	margin-left: 5px;
	line-height: 150%;
	font-size: 12px;
	list-style-type: disc;
}
#content ul li, ul li { 
	margin-bottom: 2px;
	margin-left: 18px;
	font-size: 12px;
}

#contentbox ul, ul { 
	padding-bottom: 1em;
	margin-top: 0px;
	margin-left: 5px;
	line-height: 140%;
	font-size: 12px;
	list-style-type: disc;
	color:#666666;
}


/* ---------------------------------------------------
   Liste Zahlen
   =================================================== */
#content ol, ol { 
	padding-left: 35px; 
	padding-bottom: 15px; 
	margin-top: 0px; 
	list-style-type: decimal;
	line-height: 150%;
	color: #666666;
}
#content ol li,  ol li {
	margin-bottom: 2px;
	text-align: left;
	line-height: 150%;
}

/* ---------------------------------------------------
   Links Standard
   =================================================== */
#content a, a {
	color: #8B9CCE;
	text-decoration: none;
	font-size: 12px;
}
#content a:visited, a:visited {
	color: #8B9CCE;
	text-decoration: none;
}
#content a:hover, #content a:active,
a:hover, a:active {
	color: #0051A2;
	text-decoration: underline;
}

li.first-item{ background-color:#FF0000;}

td.light-grey{ background-color:#e0e0e0; text-align:center; vertical-align:middle;}
td.middle-grey{ background-color:#c0c0c0;text-align:center; vertical-align:middle;}
td.field-img{ width:94px;}
table.barometer-table{ width:550px;}
table.barometer-table th{padding-bottom:6px;}

/* ---------------------SHOP------------------------*/
td.com-list-col-title{ font-weight:bold;}
.error_class{color: #0051A2;}
.error{color: #0051A2;}
th{ text-align:left}
tr.com-list-odd{ background-color:#d0d0d0}

/*------------------CLIMATE-----------------------*/
table.barometer-table td a{ color: #0051A2;}
td.cpprocess{ background-color:#d0d0d0; text-align:center;color: #0051A2; border-left:solid 1px black; border-right:solid 1px black; border-top:solid 1px black;}
td.cpprocess_left{ border-left:solid 1px black;}
td.cpprocess_right{ border-right:solid 1px black;}

/* ---------------------------------------------------
  News
   =================================================== */
/* Liste */
.news-list-items {
	color: #646464;
	line-height: 150%;
	font-size: 12px;
}
.news-list-item-box {
	float: left;
	min-height: 185px;
}
.news-list-item-text {
	float: left;
	width: 515px;
}
.news-list-item-title h2 {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	color: #0051A2;
	width: inherit;
}
.news-list-item-subtitle p {
	padding-bottom: 4px;
}
.news-list-item-image {
	float: right;
	width: 260px;
	text-align: left;
	margin-left: 40px;
}
.news-list-item-line {
	float: left;
	width: 515px;
	margin-bottom: 15px;
}
.news-list-item-line hr {
	background-color: #7c91c4; /* Farbe für Opera und Firefox */
	color: #7c91c4; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 1px;
	width: 515px;
}
.news-list-item-more a, .news-single-item-more a {
	color: #8B9CCE;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.news-list-item-more a:visited, .news-single-item-more a:visited {
	color: #8B9CCE;
	text-decoration: none;
}
.news-list-item-more a:hover, .news-list-item-more a:active,
.news-single-item-more a:hover, .news-single-item-more a:active {
	color: #0051A2;
	text-decoration: underline;
}



/* Detailansicht */
#news-single-item-text {
	float: left;
	width: 515px;
}
#news-single-item-image {
	float: right;
	width: 260px;
	padding-top: 7px;
}
#news-single-item-image .news-single-imgcaption {
	font-size: 12px;
	padding-bottom: 15px;
}


/* ---------------------------------------------------
   tMailform
   =================================================== */
table.tmailform { 
	margin: 0px; 
	width: 819px;
	color: #646464;
}
table.tmailform td{ 
	padding: 3px 3px 3px 0;
}

input.input-light-grey,
textarea.input-light-grey{ 
	padding: 2px 2px;
	width: 200px;
} 
textarea.input-light-grey-text {
	padding: 5px 2px;
}
select.input-light-grey {
	width: 420px;
	color: #646464;
	padding: 2px 2px;
}
.tmailform input,
.tmailform textarea,
.tmailform select{
	font-family: Arial,Helvetica,sans-serif;
	border:#333333 solid 1px;
}

table.tmailform td.tmail-err-txt { 
	color:#bc032c;
}
.tmailform-thankyou {
	width:100%; 
	/*padding-top:50px; 
	text-align:center;*/
}
input.longer { 
	width: 413px;
}
input.input-light-grey-submit { 
	padding: 2px 2px;
	width: 120px;
	background: #7297cc;
	color: #e9ebf7;
}
