/* ----------------------------------------------------------------
	www.futuretools.ch Standard CSS
	Autor: Future Tools Lindner - Daniel Lindner
	Customer: FTL Project
	Version: 2008.10
	Allg. Formatierungen, Layout,...
---------------------------------------------------------------- */

body {
	/*background: #FFFFFC url(../images/bg.gif) repeat-y center;*/
	font-size: 11px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	height:
}

div, h2, h3, h4, h5, h6, p, img {
	padding: 0;
	/*text-align: left;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #666666;
	border-bottom: 1px solid #666666;
}

a:active, a:hover {
	color: blue;
	border-bottom: 0;
}

img {
	border: 0;
}

.preis {
	color: #bf2222;
	font-style: normal;
}

.pagetitle{
	color: #bf2222;
	font-weight: bold;
	font-size: 13px;
}

/* Main 
--------------------------*/

#main-c {
	position: relative;
	background: #f3f3f3;
	width: 768px;
	height: 550px;
	margin: 0 auto;
	border-bottom: 1px solid #666666;
}


