/*
	project: www.inteco.ch
	date: 7. 2007
	author: cp1 (cyrill.pedol@inteco.ch)

--------------------------------------------------------------
	BASICS	
--------------------------------------------------------------
*/

html{
	height:100%;
	font-family: Verdana, Arial;
}
body{
	margin:0px;
	padding:0px;
	height:100%;
}
a{
	color:#00466A;
	text-decoration:none;
}
.hover_cursor:hover{
	cursor:pointer;
}
/*
--------------------------------------------------------------
	HEADER		
--------------------------------------------------------------
*/
#header{
	width:100%;
	height:30px;
	background-color:#00466A;
	font:11px Verdana;
	color:white;
}

#header-content{
	width:730px;
	margin:auto;

}


#header-content-left{
	margin-top:7px;
	width: 200px;
	float:left;
}

#header-content-right{
	height:15px;
	width:114px;
	margin-top:7px;
	float:right;
}

#login-button-text{
	color:#ffffff;
}

img#login-button-image{
	float:left;
	width:22px;
	height:13px;
}
/*
--------------------------------------------------------------
	BODY	
--------------------------------------------------------------
*/

#body{
	width:100%;
	text-align:center;
	height:auto;
}

/*
  * Navigation-Bar
  */
#menu{
	color:#00466A;
	width:710px;
	height:18px;
	max-width:710px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding-bottom:12px;
}
#udm{
	padding-left:80px;
}
/**
 * Banner
 */
#banner{
	text-align:center;
}
#banner img{
	z-index:0;
}
/**
 * Logo
 */
#banner-logo {
	z-index:1;
	position:relative;
	top:-95px;
	text-align:right;
	right:-50px;
	padding-bottom:8px;
	padding-right:28px;
	float:right;
} 

/* 
 * The following styles define the round corners on the top of the content (white paper).
 * Actually the corners are two bg-images and the line between them is a div-border.
 */
 
#corners-top { 
 	position: relative;
	top: -113px;
	height:7px;
	width:708px;
	margin:auto;
}
#corner-top-left  { 
	background: url(../img/boxen/corner_topleft_darkbg.gif) no-repeat top left; 
}
#corner-top-right  { 
	background: url(../img/boxen/corner_topright_darkbg.gif) no-repeat top right; 
}
#corner-top-line  { 
	background-color:#FFFFFF;
	border-top:1px solid #9ac3d7;
	margin:auto;
	width:696px;
	height:7px;
}
#corner-top-left, #corner-top-right {
	height:7px;
	width:100%;
	font-size: 1px;
}
/* the same for the bottom corners */
#corners-bottom { 
	position: relative;
	top:-116px;
	height:7px;
	width:708px;
	margin:auto;
}
#corner-bottom-left  { 
	background: url(../img/boxen/corner_bottomleft.gif) no-repeat top left; 
}
#corner-bottom-right  { 
	background: url(../img/boxen/corner_bottomright.gif) no-repeat top right; 
}
#corner-bottom-line  { 
	background-color:#FFFFFF;
	border-bottom:1px solid #bed8e5;
	margin:auto;
	width:696px;
	height:7px;
}
#corner-bottom-left, #corner-bottom-right {
	height:7px;
	width:100%;
	font-size: 1px;
}
/*
--------------------------------------------------------------
	STYLE CONTENT	
--------------------------------------------------------------
*/
/* Defines the "white paper"  */ 
#content{
	background-color:#FFFFFF;
	margin:auto;
	padding-left:37px;
	padding-right:37px;
	padding-top:20px;
	padding-bottom:56px;
	width:632px;
	max-width:632px;
	border-left:1px solid #bed8e5;
	border-right:1px solid #bed8e5;
	z-index:1;
 	position: relative;
	top: -114px;
	height:auto;
	font: 11px Verdana, Arial;
	text-align:left;
}
/* defines the general title region at the beginning of the content (white paper) */
#contentTitle{
	font-size: 17px;
	color:#00466A;
	padding-bottom:0px;
	margin-bottom:15px;
	text-align:left;
	vertical-align:middle;
	height:auto
}
/*
 * DEFAULT-SECTION
 * ******************
 * Defines the default title region. 
 * The content / text itself (inner content) has full width
 */
  
/*  defines a default title region without any logo or sth. */    
#contentTitle-defaultSection{
	padding-top:15px;
}

/* Styles the default page prologue */
#contentTitle-text-defaultSection{
	font-size:10px;
	color:#000000;
	border-bottom:1px solid #9ac3d7;
	padding-bottom:15px;
}
/*--------------------------------------------------------------
	FOOTER	
--------------------------------------------------------------
*/
#non-footer{
	position: relative;
	min-height: 100%;
}

#footer{
	position: relative;
	margin-top: -26px;
	background-color:#00466A;
	color:#FFFFFF;
	height:20px;
	width:100%;
	text-align:center;
	font: 10px Verdana;
	padding-top:6px;
}
/*
--------------------------------------------------------------
	ECOMMERCE 						
--------------------------------------------------------------
*/
/**
 * Ecommerce Referenzen						
 */
 
#referencebox{
 	cursor:pointer;
	width:472px;
}

#referenceboxheadertitle{
	float:left;
	width:454px;
	height:26px;
	background-image:url(/img/boxen/boxhead_filler.png);
	background-repeat:repeat-x;
	padding-top:10px;
	padding-left:10px;
}

#referenceboxfooterfiller{
	float:left;
	width:466px;
	height:3px;
	margin-top:3px;
	border-top:1px solid #9ac3d7;
}

#referenceboxheadertitle a.title{
	color:#00466A;
	font-size:12px;
	font-weight:bold;
	margin-left:17px;
}
div.referencedetail{
 	display:none;
 	padding:12px;
 	clear:both;
 	border-left:1px solid #9AC3D7;
 	border-right:1px solid #9AC3D7;
 }
 span.referencesubtitle{
 	color:#00466A;
 	font-weight:bold;
 	line-height:20px;
 }
 div.screenshots{
 	clear:both;
 	width:100%;
 	margin-top:5px;
 }
 div.screenshots img{
 	padding-right:3px;
 	border:none;
 }
 div.screenshots img:hover{
 	border:1px dotted black;
 }
 #referenceboxheadertitle img{
 	position:absolute;
 	margin-left:-6px;
 	margin-top:-1px;
}	
 
/*
--------------------------------------------------------------
	NEWS / RSS			
--------------------------------------------------------------
*/
table.rss-news tr{
	vertical-align:top;
}
table.rss-news a{
	color:#00466A;
	font-weight:normal;
	text-decoration:none;
}
table.short-news{
	border-collapse:collapse;
}
.linespacer{
	padding-bottom:8px;
	border-top: 1px solid #9ac3d7;
}
table.news{
	border-collapse:collapse;
	border: 1px solid #9ac3d7;
}
img.newsbuttons{
	color:#000000;	
	text-decoration:none;
	border:0px;
	margin-top:13px;
}
tr.news-blue-row td{
	background-color:#B3D1E1;
	padding:10px 10px 10px 10px;
}
tr.news-white-row td{
	background-color:#FFFFFF;
	padding:10px 10px 10px 10px;
}
span.news-title{
	font-weight:bold;
}
span.news-title a{
	color:#00466A;
	text-decoration:none;
}

#fillboxheadertitle a.title{
	color:#00466A;
	font-size:14px;
	font-weight:bold;
}

#fillboxcontent span.date{
	font-weight:bold;
}

#fillboxcontent span.subtitle{
	font-weight:bold;
	color:#00466a;
	padding-left:10px;
}
	
span.linkToNewsContent img{
	margin-top:10px;
}
a.nicetitle{
	position:	relative;
}
a.nicetitle span{
	position:	absolute;
	display: 	none;
}
a.nicetitle:hover span{
	z-index:	1000;
 	display:	block;
  	position:	absolute;
    width:		10em;
    border: 	5px solid #c5dce8;
   	color:		#00466a;
    font-weight:bold;
  	text-align: center;
    background:	#c5dce8;
}
span.groupTitle{
	font-weight:bold;
	font-size:14px;
}
/*
span-tooltips: Muss im IE mit MARGIN positoniert werden, da sonst der z-index nicht funktioniert.
               Im FIREFOX muss es mit TOP, LEFT, usw. definiert werden, 
               da sich sonst die Position nicht anpasst. 
*/
span.gotonewsTooltip{
	left:60px;
	top:-31px;
}
span.supportTooltip{
	left:42px;
	top:-20px;
}
span.referenzTooltip{
	left:60px;
	top:-31px;
}
span.emailTooltip{
	left:50px;
	top:-31px;
}
span.partnerTooltip{
	left:160px;
	top:-20px;
}
/*
------------------------------------------------------------
	NEWSLETTER 						
--------------------------------------------------------------
*/
.newsletter_navi{
	width:100%;
}
.newsletter_navi td{
	text-align:center;
}
.newsletter_navi td img{
	width:102px;
	height:102px;
	border:0px;
}
/*
--------------------------------------------------------------
	TEXTERFASSUNG (UEBERSETZEN)
--------------------------------------------------------------
*/
.widget{
	line-height:20px;
	clear:both;
}
.widget img{
	border:none;
}
.widget:hover{
	cursor:pointer;
	color:#00466A;
}
td.textContentSwitcher{
	padding-top:10px;
}
td.textContentSwitcher span:hover{
	cursor:pointer;
}
td.translationActions {
	border-left:1px solid #9ac3d7;
	line-height:20px;
	width:90px;
	text-align:left;
}
td.translationActions a:hover{
	color:black;
}
td.translationActions span:hover{
	color:black;
	cursor:pointer;
}
td.list-left-translation{
	color:#00466A;
	font-weight:normal;
	width:100%;
	text-align:left;
}
tr.translation-listviewTitle td{
	border-bottom:1px solid #9ac3d7;
	vertical-align:bottom;
}
td.restoreContent{
	border-left:1px solid #9ac3d7;
	line-height:20px;
	width:50px;
	vertical-align:middle;
	text-align:center;
}
td.restoreContent:hover a{
	color:black;
}
textarea.text_d{
	background-image:url(/img/other/de.png);
	background-repeat:no-repeat;
	background-position: center;
}
textarea.text_f{
	background-image:url(/img/other/fr.png);
	background-repeat:no-repeat;
	background-position: center;
}
textarea.text_i{
	background-image:url(/img/other/it.png);
	background-repeat:no-repeat;
	background-position: center;
}
/*
------------------------------------------------------------
	LISTS 						
--------------------------------------------------------------
*/
table.list{
	border-collapse:collapse;
}
table.list td{
	text-align:left;
	padding:10px 10px 10px 10px;
	vertical-align:top;
}

tr.list-blue-row td{
	background-color:#B3D1E1;
}

tr.list-white-row td{
	background-color:#FFFFFF;
}
td.list-left-date{
	font-weight:bold;
	width:15%;
	white-space:nowrap;
}

td.list-left-email{
	color:#00466A;
	font-weight:bold;
	width:30%;
	white-space:nowrap;
}

td.list-left-references{
	color:#00466A;
	font-weight:bold;
	white-space:normal;
	width:20%;
}
td.list-left-references p{
	color:#000000;
	font-weight:normal;
	white-space:nowrap;
}
td.list-right-references{ 
	width:40%;
}
td.list-right-references div{
	text-align:right;
	height:95px;
}
td.list-right-references img{
	border:none;
	padding-left:5px;
	max-width:250px;
	max-height:90px;
}
td.list-left{
	color:#00466A;
	font-weight:bold;
	width:10%;
	white-space:nowrap;
}
td.list-center{
	vertical-align:top;
}
td.list-right{
	width:16%;
}
td.list-right img{
	border:none;
	padding-left:5px;
	max-width:150px;
}
span.list-center-date-title{
	color:#00466A;
	font-weight: bold;
}
span.list-center-email-title{
	font-weight: normal;
}
span.list-center-normal-title{
	font-weight: bold;
}
/*
------------------------------------------------------------
	BOXES 						
--------------------------------------------------------------
*/
table.box-table{
	border-collapse:collapse;
}

table.box-table td{
	border: 0px none;
	vertical-align:top;
	margin:0px;
	text-align:left;
	padding-bottom:9px;
}

td.box-left{

}

td.box-center{
	padding: 0px 8px 0px 8px;
}

div.box-header{
	background-image:url(../img/boxen/header_middleblue_205.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:26px;
	width:205px;
	padding-top:10px;
}

div.box-header span{
	color:#00466A;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
}
div.box-body{
	position:relative;
	top:0px;
	left:0px;
	border-left:1px solid #9ac3d7;
	border-right:1px solid #9ac3d7;
	padding:10px;
	height:120px;
	width:183px;
	font-size:10px;
}
div.box-footer{
	background-repeat:no-repeat;
	background-position:left;
	height:41px;
	width:205px;
	vertical-align:bottom;
}
div.box-see-more-link{
	border-left:1px solid #9ac3d7;
	border-right:1px solid #9ac3d7;
	text-align:right;
	padding-right:15px;
	height:20px;
	width:188px;
}
div.box-see-more-link a{
	text-decoration:none;
	color:#00466A;
	font-size:12px;
}

/*	FillerBox
	
	Um Breite anzupassen jeweils beim headertitle und
	beim footerfiller den entsprechen Wert eintragen:
	fillbox width - 18px = fillbox-header-title width
	fillbox width - 6px = fillbox-footer-filler width                */
 
#fillbox{
	width:631px;
}

#fillboxheaderleft{
	float:left;
	width:4px;
	height:36px;
	background-image:url(/img/boxen/boxhead_left.png);
	background-repeat:no-repeat;
}

#fillboxheadertitle{
	float:left;
	width:613px;
	height:26px;
	background-image:url(/img/boxen/boxhead_filler.png);
	background-repeat:repeat-x;
	padding-top:10px;
	padding-left:10px;
}

#fillboxheaderright{
	float:left;
	width:4px;
	height:36px;
	background-image:url(/img/boxen/boxhead_right.png);
	background-repeat:no-repeat;	
}

#fillboxcontent{
	border-left:1px solid #9ac3d7;
	border-right:1px solid #9ac3d7;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:12px;
}

#fillboxfooterleft{
	float:left;
	width:3px;
	height:3px;
	background-image:url(/img/boxen/boxfoot_left.png);
	background-repeat:no-repeat;
}

#fillboxfooterfiller{
	float:left;
	width:625px;
	height:3px;
	margin-top:3px;
	border-top:1px solid #9ac3d7;
}

#fillboxfooterright{
	float:left;
	width:3px;
	height:3px;
	background-image:url(/img/boxen/boxfoot_right.png);
	background-repeat:no-repeat;
}

/*
------------------------------------------------------------
	STYLE COMMON WIDGETS  						
--------------------------------------------------------------
*/
/**
 * Input-fields
 */

table.pricetable{
	table-layout:fixed;
	width:100%;
}

table.pricetable th{
	background-color:#9ac3d7;
	color:#00466a;
	line-height:250%;
	padding-left:7px;
}

table.pricetable th.center{
	background-color:#9ac3d7;
	color:#00466a;
	padding-left:0px;
	text-align:center; 
}

table.pricetable td{
	background-color:#bed8e5;
	color:#000;
	line-height:125%;
	padding:4px;
}

table.pricetable td.grey{
	background-color:#ddd;
}

table.pricetable td.center{
	background-color:#ddd;
	text-align: center;
	padding-left:0px;
}

#search-div-left{
	background:url("/img/other/search_bg_left.png");
	width:17px;
	height:15px;
	float:left;
}
#search-div-center{
	height:15px;
	float:left;
}
#searchfield-small{
	outline:none;
	background-color:#FFFFFF;
	font-size:9px;
	line-height:11px;
	color:#00466A;
	width:89px;
	height:11px;
	border-left:none;
	border-top:1px solid #CCDAE1;
	border-right:none;
	border-bottom:1px solid #668FA5;
	float:left;
}
#search-div-right{
	background:url("/img/other/search_bg_right.png");
	width:6px;
	height:15px;
	float:left;
}
#suchfeld{
	margin-left: -9px;
}
/**
 * Special Input
 * -> Container fuer (Ajax-)Nachrichten (z.b in der Texterfassung)
 */
div#specialInput{
	font-size:14px;
	color:#00466A;
	position:fixed;
	width:610px;
	min-height:100px;
	top:40%;
	z-index: 9999;
	background-color:#C5DCE8;
	border:2px dotted white;
	padding:8px;
}
/* Submenu Title */
.submenutitle{
	color:#00466A;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 15px;
}
/* Special <ul> */

ul.ul-list li{
	list-style: url(../ico/menu_arrow_right.gif);
	margin-top:10px;
	margin-bottom:10px;
}
ul.ul-indented-list li{
	list-style: url(../ico/square.gif);
	margin-top:10px;
	margin-bottom:10px;
}
/* Embedded Image */

img.embedded-left{
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

img.embedded-right{
	float:right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
/* Forms */
.label{
	font-style: normal;
	font-weight: bold;
}
img {
	border: none;
}
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}
div.showNewsContainer{
	width:100%;
	height:52px;
	background-color:#C5DCE8;
	background-image:url(/img/other/news.png);
	background-repeat:no-repeat;
}
div.showNewsContainer:hover{
	background-color:#FFFF94;
	cursor:pointer;
}
div.showNewsContainer:hover p{
	font-weight:bold;
}
/**
 * DOJO-XHTML-STYLES
 * Wird benoetigt, weil wir dojo nicht ueber den Struts tag (<s:head theme="ajax" />) laden.
 * dojo verwendet original das File /struts/xhtml/styles.css
 */
.wwFormTable {}
.label {font-style:italic; }
.errorLabel {font-style:italic; color:red; }
.errorMessage {font-weight:bold; text-align: center; color:red; }
.checkboxLabel {}
.checkboxErrorLabel {color:red; }
.required {color:red;}
.tdLabel {text-align:right; vertical-align:top; } 
