/**************************************************'*/
/* styles.css				      					*/
/* copyright 2008 tp-werbeagentur				    */
/*											 	    */
/****************************************************/
body {
	background: #34363e url("../images/body_bg.gif") top left repeat-x;
	margin: 0px;
  	padding: 0px;
	leftmargin: 0px; 
	topmargin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #444;
	text-align: center;	
}
/*************************************************************/
.floatKiller{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
/*************************************************************/
#containerMain {
	width: 800px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;	
	padding: 0;
}
/***********************************************/
/*********** Header  ***************************/
/***********************************************/
#header {
  	width: 750px; 
	height: 140px; /*140*/
	margin: 0;
	padding: 0 0 0 50px;
	background: #34363e url("../images/header_bg.jpg") top left no-repeat;
}
/***********************************************************************************/
/******** Navigation **************************************************************/
/***********************************************************************************/
#navigation1{
	margin: 105px 0 0 0;
	padding: 0;
	/*width: 125px;*/
	float: left;
}
#navigation1 ul{
	list-style: none;
	margin: 0;
	padding:0;
}
#navigation1 ul li{
	float: left;
}
#navigation1 ul li a{
	display: block;
	margin: 0;
	padding: 0;
	line-height: 22px;
	height: 22px;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	color: #a1a1a1;
	font-weight: normal;
}
#navigation1 ul li a:hover, #navigation1 ul li a.naviActive{
	color: #FFF;
}
#navigation1 .trenner {
	padding: 1px 5px 0 5px;
	color: #a1a1a1;
}
/*
#navigation2{
	margin: 55px 0 0 0;
	padding: 0;
	width: 125px;
	float: left;
}
#navigation2 ul{
	list-style: none;
	margin: 0;
	padding:0;
}
#navigation2 ul li a{
	display: block;
	width: 125px;
	margin: 0;
	padding: 0;
	line-height: 22px;
	height: 22px;
	text-decoration: none;
	font-size: 17px;
	text-align: left;
	color: #a1a1a1;
	font-weight: normal;
}
#navigation2 ul li a:hover, #navigation2 ul li a.naviActive{
	color: #FFF;
}*/

/***********************************************************************************/
/******** MainContent **************************************************************/
/***********************************************************************************/
.contentPixAll{
	width: 775px; /*800*/
	height: 535px; /*535px*/
	padding: 0 0 0 25px;
	margin: 0;
	overflow: hidden;
}
.contentHome, .contentAktuell{
	background: #34363e url("../images/01_web.jpg") top left no-repeat;
}
.contentUeberuns{
	background: #34363e url("../images/02_web.jpg") top left no-repeat;
}
.contentImpressionen1{
	background: #34363e url("../images/03_web.jpg") top left no-repeat;
}
.contentImpressionen2{
	background: #34363e url("../images/04_web.jpg") top left no-repeat;
}
.contentImpressionen3{
	background: #34363e url("../images/05_web.jpg") top left no-repeat;
}
.contentImpressionen4{
	background: #34363e url("../images/06_web.jpg") top left no-repeat;
}
.contentSortiment{
	background: #34363e url("../images/07_web.jpg") top left no-repeat;
}
.contentCuboro_kugelbahn{
	background: #34363e url("../images/08_web.jpg") top left no-repeat;
}
.contentKinderkoffer{
	background: #34363e url("../images/09_web.jpg") top left no-repeat;
}
.contentDrehmusikspielwerke{
	background: #34363e url("../images/10_web.jpg") top left no-repeat;
}
.contentDiabolos{
	background: #34363e url("../images/11_web.jpg") top left no-repeat;
}
.contentJonglierkeulen{
	background: #34363e url("../images/12_web.jpg") top left no-repeat;
}
.contentInstrumente{
	background: #34363e url("../images/13_web.jpg") top left no-repeat;
}
.contentHandpuppen{
	background: #34363e url("../images/14_web.jpg") top left no-repeat;
}
.contentOstheimer_spielfiguren{
	background: #34363e url("../images/15_web.jpg") top left no-repeat;
}
.contentMobiles{
	background: #34363e url("../images/16_web.jpg") top left no-repeat;
}
.contentKnobelspiele{
	background: #34363e url("../images/17_web.jpg") top left no-repeat;
}
.contentFingermonster{
	background: #34363e url("../images/18_web.jpg") top left no-repeat;
}
.contentKreisel{
	background: #34363e url("../images/19_web.jpg") top left no-repeat;
}
.contentService{
	background: #34363e url("../images/01_web.jpg") top left no-repeat;
}
.contentTeam1{
	background: #34363e url("../images/20_web.jpg") top left no-repeat;
}
.contentTeam2{
	background: #34363e url("../images/21_web.jpg") top left no-repeat;
}
.contentTeam3{
	background: #34363e url("../images/22_web.jpg") top left no-repeat;
}
.contentTeam4{
	background: #34363e url("../images/23_web.jpg") top left no-repeat;
}
.contentTeam5{
	background: #34363e url("../images/24_web.jpg") top left no-repeat;
}
.contentTeam6{
	background: #34363e url("../images/25_web.jpg") top left no-repeat;
}
.contentKontakt{
	background: #34363e url("../images/01_web.jpg") top left no-repeat;
}
.contentAnfahrt{
	background: #34363e url("../images/26_web.gif") top left no-repeat;
}
/***********************************************************************************/
#contentText{
	width: 310px; /*350px*/
	padding: 25px 15px 25px 25px;
	text-align: left;
	margin: 0; 
	background: #FFF;
}
/***********************************************************************************/
/******** Footer **************************************************************/
/***********************************************************************************/
#footer{
	width: 800px;
	padding: 0;
	margin: 5px 0 0 0;
	text-align: left;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #FFF;
}
/***********************************************************************************/
/******** Links **************************************************************/
/***********************************************************************************/
#footer a{
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover{
	text-decoration: underline;
	color: #FFF;
	font-size: 11px;
}
a {
	color: #444;
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	color: #cd071e;
}