/**
 *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 arial;
	background:none;
	text-align:left;
	color:#000;
}

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

div, p, td {
	color: #000;
	font-size: 12px;
}

h1 {
	color: #000;
	font-size: 17px;
	font-family: Arial;
	font-weight: normal;
	margin-top: 5px;
	]margin-top:15px;
	padding-top: 0px;
}

h2 {
	color: #000;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
}

div, td, p	{
	line-height: 18px;
}


ul {
	list-style-type: square;
	}



#printheader {
	margin: 0px 0px 50px 0px;
	width: 650px;
	height: 140px;
	text-align: left;
}

#maincontainer {
	width:650px;
	margin:0px;
	text-align:left;
	/*min-height:450px;
	height: auto !important;
	]height:450px;*/
	}
	#header {
		display:none;
		}
		
		#gecko {
			display:none;
		}
	#navBar {
		display:none;
	}
	#menu { display: none; }
	#leftNavigation {
		display:none;
		}


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

#contentText {
	float: left;
	width: 650px;
	
	/* Browser compatibility hack */
	/*necessary to hide from Mozilla*/
	width: 650px;							/*read by Safari*/
	]width: 630px;							/*only read by IE6*/
	margin: 10px 0px 0px 0px;
         background-color: #FFFFFF;
}
		.homeBoxes {
			width: 164px;
			float: left;
			margin-right: 5px;			
			font-size:12px;
		}
		.homeBoxesLast {
			margin-right:0px;
			width:138px;
			float: left;
			font-size:12px;
		}		
		.homeBoxes p, .homeBoxesLast p {margin:0;}
		div.kundenImageSmall {
			float: left;
			width: 100px;
			height: 74px;
			padding-top: 9px;
			padding-left: 5px;
			border-right: 1px solid #4c362d;
			border-bottom: 1px solid #4c362d;
		}
		div.kundenImageSmallLast {
			float: left;
			width: 100px;
			height: 77px;
			padding-top: 5px;
			padding-left: 5px;
			border-right: 1px solid #4c362d;
		}
		#contentText a.BoxNewsTitle {
					padding: 3px 30px 0 10px;
					display:block;
					line-height:20px;
					color:#000;
					font-weight:bold;
					font-size:15px;
					border:none;
				}
		#contentText td.promoBox p {
			margin: 10px;
		}
		
		
#footer {display:none;}
#footerPrint {
	text-align:left;
	margin:30px 0 20px 0;
	width:650px;
	font-size:10px;
}

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-color: #4c362d; 
}

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

#contentBox, #lightbox, #lightview {
	display: none;
}