body,html {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: url(/img/background_header.png) repeat-x;
	background-color: #bfd2cf;
}

.clear {clear:both;}

#maincontainer {
	width: 945px;
	margin: 0px auto;
	text-align:left;

	/*border-bottom:3px solid #fff; */
	margin-bottom:20px;
}

#printheader {display:none;}

#header {
	width:945px;
	height: 140px;
	background:url(/img/header.png);
	border-left:3px solid #fff;
	border-right:3px solid #fff;
}
#headerAddress {
	float:left;
	width:120px;
	height:100px;
	padding:40px 0 0 45px;
	background:url(http://www.wine-insider.ch/img/header_logo.png) no-repeat 0 0;
	color:#fff;
	font: normal 11px arial;
}
#headerFlash {float:left;width:780px;}


#navigationBox {width:945px; background: #fff; border-bottom:3px solid #fff;border-left:3px solid #fff;
	border-right:3px solid #fff; }

#tools {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0 0px;
	
	width: 165px;
	height: 21px;
	overflow:hidden;
	background:#188a6e;
	}
			#tools a {
				float: left;
				display: block;
				margin: 0px 0px 0px 0px;
				height: 21px;
				text-indent:-999px;
				overflow:hidden;
				}

				#tools a.fnc-print {
					background: url(/img/funktionen.png) no-repeat 0 0px;
					width:30px;
				}

				#tools a.fnc-print:hover {
					background: url(/img/funktionen.png) no-repeat 0px -21px;
				}

				#tools a.fnc-mail {
					background: url(/img/funktionen.png) no-repeat -30px 0px;
					width:28px;
				}

				#tools a.fnc-mail:hover {
					background: url(/img/funktionen.png) no-repeat -30px -21px;
				}

				#tools a.fnc-impressum {
					background: url(/img/funktionen.png) no-repeat -59px 0px;
					width:21px;
				}

				#tools a.fnc-impressum:hover {
					background: url(/img/funktionen.png) no-repeat -59px -21px;
				}

				#tools a.fnc-sitemap {
					background: url(/img/funktionen.png) no-repeat -80px 0px;
					width:17px;
				}

				#tools a.fnc-sitemap:hover {
					background: url(/img/funktionen.png) no-repeat -80px -21px;
				}


#breadcrumbs {
	clear:both;
	background:url(/img/breadcrumbs_bg.png) no-repeat 0 0;
	height:12px;
	padding:18px 0 40px 175px;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	width: 770px;
	}

#content {
	width: 945px;
	padding: 0;
	min-height: 100px;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
}

#contentText {
	width:512px;
	padding:0px 260px 0px 173px;
	overflow:hidden;
	min-height:350px;
	
}


#contentTextHome {
	width:780px;
	padding:0px 0px 0px 165px;
	overflow:hidden;
	min-height:350px;
	}
	#news {float:left;width:382px;margin-top:100px;}
		#news .news {clear:both;margin-bottom:10px;overflow:hidden;}
		#news img {float:left;width:120px;height:80px;border:1px solid #fff;}
		#news p {float:left;width:215px;margin:0 0 0 10px;}
	#text {width:520px;float:left;margin-top:70px;line-height:16px;}


#footer {
	width: 951px;
	height:20px;
	background:#bfd2cf;
	border-top: 3px solid #fff;
}


#copyright {
	float: left;
	width: 945px;
	text-align: right;
	font-size: 10px;
	line-height:20px;
}

#copyright, #copyright a, #copyright a:hover {color:#79777a;text-decoration:none;}

