body {
	padding: 0;
	margin: 0;
	background-color: #C4C7D6;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat;
}


td {
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

td a, a:hover, a:active, a:visited
	{
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

a:link {
	color: #000000;
}

/* - head- */

#head {
	margin: auto;
	height: auto;
	width: 635px;
}

#navi_head {
	margin: auto;
	height: auto;
	width: 635px;
}

/* - ende head- */



/* - inhalt*/

#inhalt-start {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 191px;
	background-image: url(../images/bkg-inhalt.jpg);
	background-repeat: no-repeat;
	width: 635px;
	overflow: hidden;
	text-align: left;
}

#inhalt-start td, td a, a:hover, a:active, a:visited {
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
}

#inhalt-start h1, h2, h3 {
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	font-weight:bold;
	margin:0 0 3px 0;
}

#inhalt-logo {
	margin: auto;
	height: auto;
	width: 635px;
}

#inhalt-shop {
	margin: auto;
	height: auto;
	width: 635px;
}

#inhalt-start2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0;
	height: auto;
	width: 635px;
	overflow: hidden;
	text-align: left;
	background-color: #FFFFFF;
}

#inhalt-marke {
	margin: auto;
	height: auto;
	background-color: #FFFFFF;
	width: 547px;
	padding: 29px 44px 29px 44px;
	overflow: hidden;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: left;
}

#inhalt-marke h1, h2, h3 {
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	margin:0 0 3px 0;
}

/* - ende inhalt */

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0;
	height: auto;
	background-color: #FFFFFF;
	width: 547px;
	padding: 29px 44px 29px 44px;
	overflow: hidden;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: left;
}

#footer td, td a, a:hover, a:active, a:visited {
	color: #000000;
}

/* ### cta button ### */
.cta  {
	margin-top:31px;
	margin-right:20px;
	margin-bottom:31px;
	margin-left:20px;
	height:auto;
	width:auto;
	float:left;
	text-align:left; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size:18px; 
	color:#ffffff; 
	font-weight:bold;
	}
	
.cta a {
	font-family:Arial,Helvetica,sans-serif; 
	font-size:18px; 
	text-decoration:none;
	color:#ffffff!important;
	display:block;
	padding:8px;
	background-color:#33a800;
	border:1px solid #ffffff;
	line-height:26px;
	background-image:url(bkg-cta.gif);
	background-repeat:repeat-x;	
	}
	
.cta a:hover {
	color:#000000!important;
	}	
	
.cta-kl  {
	margin-top:15px;
	margin-right:0;
	margin-bottom:15px;
	margin-left:0;
	height:auto;
	width:auto;
	float:left;
	text-align:left; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size:17px; 
	color:#ffffff; 
	font-weight:bold;
	}
	
.cta-kl a {
	font-family:Arial,Helvetica,sans-serif; 
	font-size:17px; 
	text-decoration:none;
	color:#ffffff!important;
	display:block;
	padding:6px;
	background-color:#33a800;
	border:1px solid #267e00;
	line-height:23px;
	background-image:url(bkg-cta.gif);
	background-repeat:repeat-x;	
	}
	
.cta-kl a:hover {
	color:#000000!important;
	}
	
/* ### ende cta button ### */


/* Toggler*/

.box  {
	margin-bottom:20px;
	}

	.toggler {
	   	margin-top:5px;
		cursor:pointer;
		text-decoration: none;
		font-size: 10px;
		font-weight:bold;
		display: block;
	}
	.toggler-closed {
		color:#333;
		height:auto;
	}
	.toggler-closed:hover {
		color: #000;
		height:auto;
		font-size: 10px;
		font-weight:bold;
	}
	.toggler-opened {
		color:#000000;
		height:auto;
	}
	.toggler-opened:hover {
		color: #000;
		height:auto;
		font-size: 10px;
		font-weight:bold;
	}

	/* Container - default style */
	.toggler-c {
		 margin-bottom:20px;
	}
	.toggler-c-closed {
		margin:5px 0px 25px 0px;
	}
	.toggler-c-opened {
		margin:5px 0px 25px 0px;
		z-index:3;

	}
	
/* Toggler2  */
	.toggler2 {
	   margin:25px 0 25px 0;
		cursor:pointer;
		text-decoration: none;
		font-size: 1.4em;
		font-weight:bold;
		line-height:30px;
		display: block;
		border:solid 1px #d4d4d4;
		padding:5px;
	}
	.toggler2-closed {
		color:#999;
	}
	.toggler2-closed:hover {
		color: #000;
	}
	.toggler2-opened {
		color:#999;
	}
	.toggler2-opened:hover {
		color: #000;
	}

	/* Container */
	.toggler2-c {
		margin-bottom:25px;
	}
	.toggler2-c-closed {
		margin:-25px 0px 25px 0px;
	   background:#fff;
	   border:solid 1px #d4d4d4;
	   border-top:0;
	   padding:20px;
		width:536px;
	}
	.toggler2-c-opened {
	   margin:-25px 0px 25px 0px;
	   background:#FFF8DC;
	   border:solid 1px #d4d4d4;
		border-top:0;
	   padding:20px;
		width:536px;
	}
