/* global width of page content is 795px */
/* menu 230px / maincontent 330px / rightbox 235px */


/*
 *		RECHTE SPALTE
 */

#col_right {
	width: 150px;
	border: 0px solid blue;
	padding-right: 15px;
	overflow: hidden;
	float: left;
}
#col_right .block {
	color: #000;
	background-color: #fafafa;
	border: 1px solid #e8e8e8;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#col_right .headline {
	color: #000;
	background-color: #e8e8e8;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	border-top: 2px solid #fafafa;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
#col_right .headline_downloads {
	color: #000;
	background-color: #e8e8e8;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	border-top: 2px solid #fafafa;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#col_right .headline_downloads a {
	color: #000;
	text-decoration: none;
}
#col_right .content {
	font-size: 10px;
	padding-left: 9px;
	padding-right: 9px;
}
#col_right .content a {
	color: #000;
	text-decoration: none;
}



/*
 *		MITTLERE SPALTE
 */

#col_center {
	width: 423px;
   border: 0;
   padding-left: 15px;
   padding-right: 25px;
	overflow: hidden;
	float: left;
}


#col_center h1 {
   background-repeat: no-repeat;
   margin-bottom: 10px;
}
#col_center h2 {
   background-repeat: no-repeat;
}


@media screen, handheld {
	#col_center h1 span {
	   visibility: hidden;
	}
	#col_center h2 span {
	   visibility: hidden;
	}
}
@media print {
	#col_center h1 {
		font-size: 20px;
		font-weight: bold;
		line-height: 24px !important;
	}
}


#col_center a {
   color: #333;
   font-weight: bold;
   text-decoration: none;
}

#col_center a:hover {
   text-decoration:underline;
}




/* Die Sitemap */

ul.sitemap_level1 {
	list-style-type: none;
}
ul.sitemap_level1 li {
	margin-left: 0px;
}
ul.sitemap_level1 li a {
	color: #000;
   text-decoration: none;
	padding-left: 16px;
}
ul.sitemap_level1 li a:hover {
	background-position: 0px 1px;
	background-repeat: no-repeat;
	background-image:url(gfx/submenu_dot.gif);
}
ul.sitemap_level2 {
	list-style-type: none;
	margin-top:3px;
	margin-bottom:12px;
}
ul.sitemap_level2 li {
	margin-left: 20px;
}
ul.sitemap_level2 li a {
	color: #000;
   text-decoration: none;
	padding-left: 16px;
}
ul.sitemap_level2 li a:hover {
	background-position: 0px 1px;
	background-repeat: no-repeat;
	background-image:url(gfx/submenu_dot.gif);
}
ul.sitemap_level3 {
	list-style-type: none;
	margin-bottom:6px;
}
ul.sitemaplevel3 li {
	margin-left: 20px;
}
ul.sitemap_level3 li a {
	color: #000;
   text-decoration: none;
	padding-left: 16px;
}
ul.sitemap_level3 li a:hover {
	background-position: 0px 1px;
	background-repeat: no-repeat;
	background-image:url(gfx/submenu_dot.gif);
}





/* Formulare */

#form input#kadfb {
	display: none;
}

#form {
	background-color: #fafafa;
   border: 1px solid #e6e6e6;
	padding: 10px;
}

#form div.element {
   margin-bottom: 6px;
   border:0;
   float: left;
}

#form div.label {
   border:0;
}

input, textarea, select {
   font-family: Arial, Helv, Helvetiva, Geneva, sans-serif;
   font-size: 10px;
	vertical-align: middle;
}

#form legend {
   display: none;
}

fieldset {
	border:0;
}


/* Popup Fenster */
   div#popup_footer a {
   	color:#9e9e9e;
   	text-decoration:none;
	   font-family: Verdana, Arial, Helv, Helvetiva, Geneva, sans-serif;
	   font-size: 10px;
	   line-height: 18px;
   }



#intax_video {
   height: 503px;
   width: 412px;  
   background-repeat: no-repeat;
   background-position: top left;
}

#intax_video a {
   display: block;
   width: 100%;
   height: 100%;  
}

#fachhaendler_de {
   float:left;
   width:270px;
   position: relative;
}

#fachhaendler_de a {
   width:10px;
   height:12px;
   position:absolute;
   line-height: 1px;
   display: block;
   background-image: url(gfx/fahne_gelb.gif);
   text-decoration: none;
   white-space: nowrap;
}

#fachhaendler_de a:hover {
   background: #ffffff;
   text-decoration:none;
   z-index: 10;
}

#fachhaendler_de a.tooltip span {
   display:none; 
   padding:2px 3px; 
   margin-left:15px; 
   line-height: 14px;
}

#fachhaendler_de a.tooltip:hover span{
   display:inline; 
   position: absolute;
   border: 1px solid #cccccc;
   background: #ffffff; 
   font-style: normal;
   color: #000;
}

/**********************************
	TEAM
***********************************/

	div.team_image {
		float: left;
		height: 220px;
		width: 140px;
		*margin-right: -170px;
	}
	
	div.team_image img {
		width: 140px;
	}
	
	div.team_info {
		
		width: 300px;
		margin-left: 170px;
		margin-top: 15px;
		position: absolute;
	}


