@charset "utf-8";
/**
 *CSS for 3w-publishing.ch
 *@author: raphael fink, r.fink@3w-publishing.ch
 *@date: 2008-05-19
 */

body, html {
	padding:0;
	margin:0;
}

body {
	font: 12px/16px arial;
	background:url(../img/bg_v2.png) repeat-x 0 0 #4c362d;
	text-align:center;
	color:#fff;
}

body.lightbox {
	background-color: #4C362D;
	background-image: none;
}

a {
	color:#c0d51d;
	text-decoration:none
	}
	a:hover {
		color:#c0d51d;
		text-decoration: underline;
	}

	a.PfeilGross {
		padding: 0 0 5px 8px;
		height: 20px;
		background:url(/img/pfeil_klein.png) no-repeat 0px 2px;
		]background:url(/img/pfeil_klein.gif) no-repeat 0px 2px;
	}

a img:hover, a:hover img {text-decoration:none;}

#printheader {display:none;}

#maincontainer {
	width:985px;
	margin:0px auto;
	text-align:left;
	min-height:550px;
	height: auto !important;
	]height:550px;
	position: relative;
	}
	#tippspiel {
		position: absolute;
		top: 50px;
		z-index: 999;
	}
	#header {
		height:140px;
		position:relative;
		}
		#logo {
			width:220px;
			height:80px;
			float:right;
			}
			#logo img {border:0;}
		#slogan {
			float:right;
			height:32px;
			clear:right;
			color:#fff;
			font-size:17px;
			padding:28px 0 0;
			width:445px;
		}
		#gecko {
			width: 985px;
			height: 250px;
			position:relative;
			}
			#gecko img {
				position:absolute;
			}
			
			#newsticker {
				width:195px;
				/*height:240px;*/
				display:block;
				position:absolute;
				top:30px;
				right:0px;
				padding: 0;
				}
				#newsticker img {position:relative;}
				#newsticker p {margin:0;}
				#newsticker h1.newsTitle {
					padding: 3px 0 0 10px;
					width:185px;
					display:block;
					line-height:25px;
					/*font-weight:bold;*/
					font-size:15px;
					border-bottom:1px solid #c0d51d;
					margin:0;
					/*background:url(../img/3w_Pfeil_30x30px_RZ.png) no-repeat 150px 3px;*/
					/*]background:url(../img/3w_Pfeil_30x30px_RZ.gif) no-repeat 150px 3px;*/
				}
				#newsticker .aktuelles {
					margin: 5px 0 0 10px;
				}
		
				
				#tools2 {
					margin: 0px;
				}
				
		#toolsGrau {
			width:50px;
			height:12px;
			text-align: right;
			float: right;
			}
			
		#tools {
			width:50px;
			float: right;
			height:12px;
			text-align: right;
			margin: 10px 10px 0px 0px;
			}
			#tools a, #toolsGrau a {
				float: left;
				display: block;
				margin: 0px 0px 0px 0px;
				height: 12px;
				text-indent:-999px;
				overflow:hidden;
				text-align: right;
				}
				#tools a.fnc-print {
					background: url(../img/funktionen.png) no-repeat 0 0px;
					width:23px;
				}
				#tools a.fnc-print:hover {
					background: url(../img/funktionen.png) no-repeat 0px -12px;
				}
				#tools a.fnc-mail {
					background: url(../img/funktionen.png) no-repeat -23px 0px;
					width:27px;
				}
				#tools a.fnc-mail:hover {
					background: url(../img/funktionen.png) no-repeat -23px -12px;
				}
				
				#toolsGrau a.fnc-print {
					background: url(../img/funktionen_grau.png) no-repeat 0 0px;
					width:23px;
				}
				#toolsGrau a.fnc-print:hover {
					background: url(../img/funktionen_grau.png) no-repeat 0px -12px;
				}
				#toolsGrau a.fnc-mail {
					background: url(../img/funktionen_grau.png) no-repeat -23px 0px;
					width:27px;
				}
				#toolsGrau a.fnc-mail:hover {
					background: url(../img/funktionen_grau.png) no-repeat -23px -12px;
				}
				
				#tools a.fnc-impressum {
					background: url(../img/funktionen.png) no-repeat -50px 0px;
					width:22px;
				}
				#tools a.fnc-impressum:hover {
					background: url(../img/funktionen.png) no-repeat -50px -12px;
				}
				#tools a.fnc-sitemap {
					background: url(../img/funktionen.png) no-repeat -72px 0px;
					width:20px;
				}
				#tools a.fnc-sitemap:hover {
					background: url(../img/funktionen.png) no-repeat -72px -12px;
				}

	#navBar {
		height:20px;
		color:#c0d51d;
		line-height:15px;
		z-index:999;
		width:350px;
		margin:110px 0 0 0;
		float:left;
		}

		/* common styling */
		#navBar ul {
			padding:0; 
			margin:0;
			list-style-type: none;
		}
		#navBar ul li {
			float:left;
			position:relative;
		}
		#navBar ul li a, #navBar ul li a:visited {
			display:block;
			background: url(../img/pfeil_klein.gif) no-repeat 6px 3px;
			text-decoration:none; 
			color: #c0d51d;
			line-height:15px;
			height:15px;			
			padding: 0 3px 0 14px;
			min-width:25px;
		}

		#navBar ul li a.last,
		#navBar ul li.news a {
			border-left:none;
		}
		* html #navBar ul li a, #navBar ul li a:visited {
			/*]width:130px;*/
		}
		
		#navBar ul li ul {
			display: none;
		}
		table {
			border-collapse:collapse;
			font-size:12px;
		}
		
		/* specific to non IE browsers */
		#navBar ul li:hover a,
		#navBar ul li a:hover {
			text-decoration:underline;
			color:#c0d51d;
			background-color:#4C362D;
		}
		
		#navBar ul li:hover ul,
		#navBar ul li a:hover ul {
			display:block; 
			position:absolute;
			left:0;
			border-top:4px solid #3d281f;
		}
		* html #navBar ul li a:hover ul {
			margin-top:0;
		}
		
		#navBar ul li:hover ul li ul,
		#navBar ul li a:hover ul li a ul {
			visibility:hidden; 
			position:absolute; 
			height:0; 
		}
		
		#navBar ul li:hover ul li a,
		#navBar ul li a:hover ul li a {
			display:block; 
			height:auto; 
			line-height:20px;
			padding: 0 5px 0 5px;
			margin:0;
			color: #c0d51d;
			background: #4c362d;
			text-decoration: none;
			
			border-right:  1px solid #957e74;
			border-left:  1px solid #957e74;
			border-top: 1px solid #957e74;
		}
		
		#navBar ul li.publishing:hover ul li a,
		#navBar ul li.publishing a:hover ul li a {
			width:120px;
		}
		#navBar ul li.service:hover ul li a,
		#navBar ul li.service a:hover ul li a {
			width:80px;
		}
		
		#navBar ul li.contact:hover ul li a,
		#navBar ul li.contact a:hover ul li a {
			width:115px;
		}
		
		
		#navBar ul li:hover ul li a:hover,
		#navBar ul li a:hover ul li a:hover {
			color:#957e74;
		}
		#navBar ul li ul li.last {
			border-bottom:1px solid #957e74;
		}	




/*
 --------------------------------
*/

		#newsTitle {
			float:left;
			width:320px;
			font-size:15px;
		}
	
	#leftNavigation {
		float:left;
		width: 338px;
		padding: 10px 0 0 0;
		font-size: 12px;
		line-height: 23px;
		z-index:1;
		}
		#leftNavigation h3.navTitle {
			padding:0;
			margin-top:5px;
			font-weight:normal;
			/*width:148px;*/
			font-size:17px;
		}
		#leftNavigation ul {
			margin: 0px;
			padding: 0px;
			list-style-type: none;
		}
		#leftNavigation a {
			text-decoration: none;
			font-family:arial;
			}
			/* 1st level */
			#leftNavigation ul a {
				display: block;
				color: #c0d51d;
				width: 240px;
				padding: 0px 0px 0px 0px;
				line-height:25px;
				border-top:1px solid #957e76;
			}
			#leftNavigation ul a:hover {
				text-decoration:none;
				color: #957e74;
			}
			/* Active */
			#leftNavigation li.current a {
				display: block;
				width: 240px;
				padding: 0px 0px 0px 0px;
				color:#fff;
				}
				#leftNavigation li.first a {border:none;}
				#leftNavigation li.last a {border-bottom:1px solid #957e76;}
				
/*
 ----------
*/

/* 2nd level */
				/* hide all */
				#leftNavigation li ul {
					display: none;
				}
				/* show active */
				#leftNavigation li.current ul {
					display: block;
				}
				#leftNavigation li li {
					margin: 0px;
					padding: 0px;
				}
				#leftNavigation li.current li a,
				#leftNavigation li li a{
					display: block;
					width: 230px;
					padding: 0px 0px 0px 10px;
					color: #c0d51d;
					line-height:18px;
					border:none;
					text-decoration: none;
				}
				#leftNavigation li li.first a {border-top:1px solid #957e76;}
				#leftNavigation li li a:hover {
					text-decoration:none;
					color: #957e74;
				}
				/* Active */
				#leftNavigation li.current li.current a {
					width: 230px;
					padding: 0px 0px 0px 10px;
					color: #fff;
					}
					
					/* 3rd level */

					/* hide all */

					#leftNavigation li li ul,
					#leftNavigation li.current li ul {
						display: none;
					}

					/* show active */
					#leftNavigation li.current li.current ul,
					#leftNavigation li li.current ul {
						display: block;
					}

					#leftNavigation li li {
						margin: 0px;
						padding: 0px;
					}

					#leftNavigation li.current li.current li a {
						display: block;
						width: 220px;
						padding: 0px 0px 0px 20px;
						color: #c0d51d;
						line-height:18px;
						border:none;
						text-decoration: none;
						background:url(/img/bullet.png) no-repeat 12px 7px;
					}

					#leftNavigation li li li.first a {border-top:none;}
					#leftNavigation li.current li.current li a:hover {
						color:#957e74;
						background:url(/img/bullet_over.png) no-repeat 12px 7px;
					}

					/* Active */
					#leftNavigation li.current li.current li.current a {
						width: 220px;
						padding: 0px 0px 0px 20px;
						color: #fff;
						background:url(/img/bullet_active.png) no-repeat 12px 7px;
					}

	#leftNavigation .moreTitle {
			font-weight:bold;
			border-bottom:1px solid #4d362e;
			display:block;
			width:230px;
			margin:0;
			padding: 0px 0 0 10px;
			line-height:32px;
			background:#665750;
		}


/*----------
*/
	
/**
 *Livesearch
 */
	
	
	#search {
		position:relative;
		width:240px;
		}
		
		div#autocomplete_choices  a {
		color:#c0d51d;
		display:block;
		}
		div#autocomplete_choices  a:hover {
			color:#c0d51d;
			text-decoration:underline;
			background:#665750;
			width:229px;
		}
		
		
		div#autocomplete_choices  {
			width:232px;
			position:absolute;
			top:0px;
			left:0px;
			z-index:10000000;
			background:#4C362D;
			padding:3px;
			}
			div#autocomplete_choices  ul {
			  list-style-type:none;
			  margin:0px;
			  padding:0px;
			  width:229px;
			}
			div#autocomplete_choices ul li.selected a { background-color: #957E74;}
			div#autocomplete_choices  ul li a {
				background-color: #665750;
				width:229px;
				list-style-type:none;
				display:block;
				margin:0;
				padding:3px;
				line-height:15px;
				cursor:pointer;
			}
	
	#contentTextHome {
		float:left;
		width:985px;
		padding-top: 10px;
		overflow:hidden
		}
		#homeText {
			width:465px;
			float:left;
			height:127px;
			margin: 0 20px 0 0;
			}
			#homeText h1 {margin-top:0;margin-bottom:5px;}
		/*#refBg {background:url(/img/bg_referenzen.png) no-repeat 0 0;width:460px;float:left;}*/
		#refBg {width:460px;float:left;}
		div#homeElements {
			margin:0;
			padding:0;
			float:right;
			width:500px;
			overflow:hidden;
			}
			ul#homeElements li {
				width:150px;
				float:left;
				list-style:none;
				margin:0 0 10px 16px;
				padding:0;
				cursor: move;
				}
				#homeElements .labelImg {
					width:150px;
					height:115px;
					border: 1px solid #957E74;
				}

				#homeElements #homeMarketing {background:url(../img/3w_home_marketing.png) no-repeat 0 0;}
				#homeElements #homeCD {background:url(../img/3w_home_corporatedesign.png) no-repeat 0 0;}
				#homeElements #homePrint {background:url(../img/3w_home_printmedien.png) no-repeat 0 0;}
				#homeElements #homeWeb {background:url(../img/3w_home_internetmedien.png) no-repeat 0 0;}
				#homeElements #homeKurse {background:url(../img/3w_home_firmenkurse.png) no-repeat 0 0;}
				#homeElements #homeUnternehmen {background:url(../img/3w_home_unternehmen.png) no-repeat 0 0;}
					.labelImg a {
						display:block;
						width:145px;
						}
				.homeTextBox {
					margin-top: 5px;
				}
				.homeTextBox a {
					background: url(../img/pfeil_klein.gif) no-repeat 6px 3px;
					padding-left: 16px;
				}
					.labelImg h1 {
						margin-top:3px;
					}

						.labelImg h1 a {
							margin:0px 1px 0px 0px;
							border-bottom:1px solid #957e74;
							padding-left:5px;
							line-height:30px;
							background:url(../img/pfeil_gross.png) no-repeat 135px 5px;
							]background:url(../img/pfeil_gross.gif) no-repeat 223px 5px;
							color:#c0d51d;
							font-size: 15px;
						}
						

				
		
	#contentText {
		float:left;
		width:647px;
		padding-top: 10px;
		z-index:1;
		}
		
	#contentTextBox {
		float:left;
		width:442px;
		padding-top: 10px;
		}
		
		#contentText ul, #contentTextBox ul {
			margin-left:15px;
			padding:0;
			}
			#contentText li, #contentTextBox li {
				list-style-type:square;
				padding:0;
				margin:0;
			}
		#contentTextBox a.btnFileExchange {
			display:block;
			height:30px;
			width:185px;
			text-indent:-999px;
			overflow:hidden;
			background:url(/img/btn_datenaustausch_out.png) no-repeat 0 0;
		}
		#contentTextBox a.btnFileExchange:hover {background:url(/img/btn_datenaustausch_over.png) no-repeat 0 0;}
		#contentTextBox a.mitbewerber {	
			display:block;
			height:30px;
			width:180px;
			text-indent:-999px;
			overflow:hidden;
			background:url(/img/btn_mitbewerberanalyse_out.png) no-repeat 0 0;
		}
		#contentTextBox a.mitbewerber:hover {background:url(/img/btn_mitbewerberanalyse_over.png) no-repeat 0 0;}
		#contentTextBox a.btnAnmelden {
			display:block;
			height:30px;
			width:115px;
			text-indent:-999px;
			overflow:hidden;
			background:url(/img/bt_hier_anmelden_out.png) no-repeat 0 0;
		}
		#contentTextBox a.btnAnmelden:hover {background:url(/img/bt_hier_anmelden_over.png) no-repeat 0 0;}
		#contentTextBox a.btnBlaetterkatalog {
			display:block;
			height:45px;
			width:230px;
			text-indent:-999px;
			overflow:hidden;
			background:url(/img/bt_kontaktieren_sie_out.png) no-repeat 0 0;
		}
		#contentTextBox a.btnBlaetterkatalog:hover {background:url(/img/bt_kontaktieren_sie_over.png) no-repeat 0 0;}
		#contentTextBox a.btnZurGalerie {
			display:block;
			height:30px;
			width:148px;
			text-indent:-999px;
			overflow:hidden;
			background:url(/img/bt_zur_galerie_out.png) no-repeat 0 0;
		}
		#contentTextBox a.btnZurGalerie:hover {background:url(/img/bt_zur_galerie_over.png) no-repeat 0 0;}
	#contentTextBoxBg {
		float:left;
		width:412px;
		padding: 10px 15px 20px 15px;
		margin:20px 0 0 0;
		background:#665750;
		}
		#contentBox {
			float:left;
			margin:15px 0 0 10px;
			width:195px;
			background:#665750;
		}
		
		#contentBox p {
			margin: 10px 0 10px 10px;
		}
				
		#contentBox ul {
			list-style: none;
			margin:0 0 5px 0;
			padding:0;
		}
		
		#contentBox li {
			padding: 0px;
			margin: 0px;
		}
		#contentBox li a {
			background: url(../img/btn_pfeildreieck.gif) no-repeat 10px 4px;
			padding-left: 19px;
			display: block;
		}
		#contentBox .moreTitle {
			font-weight:bold;
			border-bottom:1px solid #4d362e;
			display:block;
			margin:0;
			padding: 0 0 0 10px;
			line-height:29px;
		}
		
		#contentBox .moreTitle a {
			font-weight:bold;
			display:block;
			margin:0;
			padding: 0 0 0 10px;
			line-height:29px;
			background:url(../img/pfeil_klein.png) no-repeat 0px 10px;
			]background:url(../img/pfeil_klein.gif) no-repeat 0px 10px;
		}
		
		#contentBox #Boxfeed {
			margin: 0px 0 0 10px;
			float: left;
		}
		
		#contentBox #Boxfeed a {
			background: none;
			padding-left: 0px;
			display: block;
		}
		
		div.kundenImageSmall {
			float: left;
			width: 98px;
			height: 75px;
			padding-top: 8px;
			padding-left: 7px;
			border-right: 1px solid #4c362d;
			border-bottom: 1px solid #4c362d;
		}
		div.kundenImageSmallLast {
			float: left;
			width: 98px;
			height: 75px;
			padding-top: 7px;
			padding-left: 7px;
			border-right: 1px solid #4c362d;
		}
		
		.feedback {
			background:#665750;
		}
		
#footer {
	text-align:left;
	margin:20px auto 20px auto;
	width:985px;
	font-size:10px;
}

#footerPrint {display:none;}

input, textarea {
	border: 0px solid #fff;
	background-color: #665750;
	margin-bottom: 3px;
	color: #fff;
	font-size: 11px;
	font-family: Arial;
}

input.button {
	border: 0px;
	background:url(../img/btn_senden_out.png) no-repeat 0 0;
	width:80px;
	height:30px;
}
input.button:hover {
	background-image:url(../img/btn_senden_over.png);
	cursor:pointer;
}

.required, .formError {
	border: 1px solid #C0D51D;
}
div.errors {color: #C0D51D;}

a.webmailLogin {
	background:url(../img/btn_login_out.png) no-repeat 0 0;
	height:30px;
	width:69px;
	display:block;
}
a.webmailLogin:hover {background-image:url(../img/btn_login_over.png);}

.buttonLogin {
	background:url(../img/btn_login_out.png) no-repeat 0 0;
	height:30px;
	width:69px;
	display:block;
	cursor:pointer;
}
.buttonLogin:hover {background-image:url(../img/btn_login_over.png);}


#easypoll, .pollresults {
	margin:10px;
	width: 290px;
}
#easypoll h3 {
	font-size:12px;
}
#easypoll .pollbutton {
	border-width:1px;
	border-color:#C0D51D;
}
.pollresults li , #easypoll li {
    clear:both;
    width:100%;
    list-style: none !important;
}
.easypoll fieldset {
    border:none;
    margin:0px;
    padding:0px;
}
.easypoll_bar {
    height:20px;
    background-color:#957E74;
    float:left;
    width:100%;
    margin-bottom:0.5em;
}
.easypoll_bar strong {
    float:left;
    display:block;
    padding:2px 3px;
    font-size:0.9em;
}
.easypoll_inner {
    height:100%;
    float:left;
    background-color:#C0D51D;
}


#contentBox ul {
	margin-top: 10px;
}

span.ajaxSearch_highlight {
	background-color: #800031;
}

#contentBox span.ajaxSearch_highlight, #leftNavigation span.ajaxSearch_highlight, #navBar span.ajaxSearch_highlight, #footer span.ajaxSearch_highlight {
	background: none;
}

#contentTitle {
	float: left;
	width: 350px;
}

#contentTitleBox {
	float: left;
	width: 320px;
}

#feed {
	margin: 42px 0 0 0;
	float: left;
	width: 450px;
	height:90px;
}

#feed a {
	background: none;
	padding-left: 0px;
	display: block;
}

#referenzen div {
	float: left;
	width: 140px;
	height: 110px;
	margin: 0 0 5px 5px;
	text-align: center;
	background-color: #665750;
	border: 1px solid #957E74;
}
#referenzen div img {
	padding-top: 10px;
}

.prettytable {
	border:1px solid #AAAAAA;
	border-collapse:collapse;
	empty-cells:show;
	margin:1em 1em 1em 0;
}
.wikitable th, .wikitable td, .prettytable th, .prettytable td {
border:1px solid #AAAAAA;
padding:0.3em;
}
.hintergrundfarbe5 {
background-color:#957e74;
}


/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 627px;
			background:url(/img/Aktuelle_Projekte_1.png) no-repeat top right #665750;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #C0D51D;
			font-weight: bold;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			border-bottom: 1px solid #5e453d;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(/img/Aktuelle_Projekte_2.png) no-repeat top right #665750;
			color: #ffffff;
			border-bottom: 1px solid #5e453d;
		}
		
		.accordion_content {
			/*background-color: #786962;*/
			background-color: #665750;
			color: #fff;
			overflow: hidden;
			padding: 5px 10px 10px 10px;
			width:627px;
			border-bottom: 1px solid #5e453d;
		}
			
			.accordion_content h2 {
				/*margin: 15px 0 5px 10px;*/
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				/*padding: 5px 10px 15px 10px;*/
				color:#fff;
				padding: 0;
				margin: 0 0 10px 0;
			}
			
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(http://stickmanlabs.com/accordion/images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(http://stickmanlabs.com/accordion/images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 680px;   
      height: 100px;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }


#facebook {
	background: #4C362D;
	padding: 0 0 10px 0;
	text-align: left;
}