/**
 * CSS
 * __________________________________________________________________
 *
 * @date		2007-08-25
 * @version		1.0
 * @author		Roland Schaer, 3w-publishing.ch
 */


html {
	/*height: 100%;*/
}

body {
	margin: 0px;
	padding: 0px;
		font-family: arial,Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}


img {
	border: 0px;
	vertical-align:bottom;
}

form, input, object {
	margin: 0px;
	padding: 0px;
}

input, select {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight:bold;
	line-height: 26px;
	color: #666;
}

p {
	margin: 5px 0px 5px 0px;	
}

div ul {
	margin: 15px;
	padding: 0px;
	list-style-type: square;
}

div ul ul, div ul ul ul, div ul ul ul ul {
	margin: 5px 0px 0px 20px;
	list-style-type: disc;
}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
a {
	color: #97233f;
	text-decoration:none;
}

a:hover {
	color: #8e908f;
}



#accesskeys{
	display:none;
}

#maincontainer {
	width: 650px;
	color:#000;
	text-align: left;
}

/*
Header
_________________________________________________
*/

#header, #linie, #slogan, #promoContent, #topNavigation, #breadcrumbs {
        display: none;
}

#printheader {
	width: 650px;
	height: 200px;
}


/*
Content
_________________________________________________
*/
#contentText, #contentTextHome, #contentTextProduct {
	float: left;
	padding: 15px 0 0 5px;
	width: 650px;

	/*Min height*/
	min-height: 310px;
	height:auto !important;
	height:310px;
}

#content img.imgBorder {border:1px solid #fff;}
	#contentText {
		margin:0 5px 0 0px;
		
		}
		#contentText #mct {width:500px;}
		ul#overview {
			margin:0;
			padding:0;
			list-style-type:none;
			}
			#overview li {
				float:left;
				display:block;
				width:122px;
				height:125px;
				margin-right:6px;
				}
				#overview li h2 {
					margin:0;
					}
					#overview li h2 a {
						font:bold 11px/14px arial;
						padding:0 0 0 12px;
						background:url(/img/bullet.png) no-repeat 0 3px;
					}
		
		
		
	#contentTextHome {
		margin:0 5px 0 5px;
		}
		#contentTextHome #mct {
			margin:0 0 0 157px;
			width:500px;
		}
		#contentTextHome h2 {
			background:#97233f;
			height:40px;
			width:150px;
			margin:0;
			}
			#contentTextHome h2 a {
				font: normal 12px/25px arial;
				color:#fff;
				margin:0px 0 0 3px;
			}
	#contentTextProduct {
		padding:0;
		}
		#contentTextProduct #gallery {
			float:left;
			width:246px;
			overflow:hidden;
			}
			#contentTextProduct #gallery .thumb {
				float:left;
				width:75px;
				height:51px;
				margin:0 7px 6px 0;
				}
				#contentTextProduct #gallery .thumb img {border:1px solid #fff;}
		#contentTextProduct #productText {
			float:left;
			margin:0 75px 0 6px;
			width:288px;
			}
			#contentTextProduct #productText h1 {margin-top:0;line-height:18px;}
		#contentTextProduct #productInformation {
			display:none;
			}
			





#footer {
	display:none;
}
#footer a	{
	font-weight:normal;
	color:#A7A6A9;
}
