﻿*{}

/* templateHome.css */

	/* --- AxCMS Editor -------------------------------------------------------- */
	
	.headline 
	{
		color: #339933;
		font-size: 12px;
		font-weight: bold;
	}
	
	.highlight
	{
		color: #339933;
	}

	/* --- AxCMS Editor -------------------------------------------------------- */

		/* Template Home */
		#hometeaser
		{
			z-index: 10;
			position:absolute;
			top: 89px;
			left: 0px;
			width: 780px;
			height: 246px;
			/*background-image: url('../images/template/hometeaser-bg.jpg');*/
			/*background-color: yellow;*/
		}
		
		#left
		{
			padding: 250px 0px 0px 0px;
		}
		
		#content 
		{
			float: left;
			width: 600px;
			padding: 250px 10px 0px 10px;
		}
			
			#content-left
			{
				float:left;
				width: 272px;
				background-color: #fff;
				padding: 12px 10px;
				border-radius: 3px 0 0 0;
				-moz-border-radius: 3px 0 0 0;
				-webkit-border-radius: 3px 0 0 0;
			}

            span.attachments
            {
                display: block;
                margin-top: 0;
                padding: 6px 0 0;
                height: 10px;
                float: right;
            }

            span.attachments span
            {
                margin-left: 8px;
            }
            span.smallhighlight
            {
                display: block;
                font-weight: bold;
                font-size: 11px;
            }

            a.listheadline
            {
                display: block;
                font-weight: bold;
                margin-bottom: 4px
            }
		
		        /* Infothek-Liste */
		        div.infothek-headline
		        {
		            text-indent: -9000px;
		            background-image: url("../images/template/bcsd_sprite.gif");
                    background-repeat: no-repeat;
                    background-position: -16px -770px;
                    width: 272px;
                    height: 47px;
		        }
		        
		        #content-left div.first-item,
		        #content-left div.teaser-item
		        {
		            border-bottom: 1px solid #ccc;
		        }
		        
		        #content-left div.first-item
		        {
		            padding-bottom: 8px;
		        }
		        #content-left div.teaser-item
		        {
		            padding: 8px 0;
		        }
		            #content-left div.teaser-item div.imageleft
		            {
		                height: 100%;
		                float: left;
		                padding-right: 4px;
		                width: 85px;
		            }
		            
		        #content-left a.infothek-all
		        {
		            display: block;
		            margin-top: 20px;
		            padding-left: 10px;
		            background-image: url("../images/template/bcsd_sprite.gif");
                    background-repeat: no-repeat;
                    background-position: -16px -328px;
		            
		        }
		        /* Infothek-Liste */
			
			#content-right
			{
				float:left;
				width: 288px;
				padding: 12px 10px;
				background-color:#EBF6FA;
				border-radius:  0 3px 0 0;
				-moz-border-radius: 0 3px 0 0;
				-webkit-border-radius: 0 3px 0 0;
			}
			
			#content-right h3
			{
			    text-indent: -9000px;
			    background: url(../images/home/headline_produkte_der_saiso.gif) no-repeat scroll top left;
			    width: 167px;
			    height: 14px;
			    line-height: 14px;
			    margin-bottom: 9px;
			}

		#right 
		{
			float: left;
			width: 206px;
		}
		/* Template Home */
		
		/* Topnavi */
			/* Home-Override */
			#tn .tn-home-override
			{
				width:170px;
			}
		
				#tn .tn-homeoverride a:link, #tn .tn-homeoverride a:active, #tn .tn-homeoverride a:visited 
				{
					padding: 0px 0px 0px 18px; /* Extra-Padding Home */
					
					color: #FFFFFF;
				}
				
				#tn .tn-homeoverride a:hover 
				{
					background-color: #339933;
					color: #339933;
				}
			/* Home */
		/* Topnavi */
		
		h1#Headline
		{
		    text-indent: -9000px;
		    width: 202px;
		    height: 15px;
		    background: url(../images/home/headline_wirhelfenihnen.gif) no-repeat scroll top left;
		    margin: 14px 5px 8px;
		}
		
		/* Servicetabs */
		ul#servicetabs-start
		{
		    list-style: none;
		    height: 107px;
		}
		
		ul#servicetabs-start li
		{
		    float: left;
		    padding-right: 5px;
		}
		
		ul#servicetabs-start li.last
		{
		    padding-right: 0;
		}
		
		ul#servicetabs-start li a
		{
		    display: block;
		    text-indent: -9000px;
		    background-image: url("../images/home/sprite_tool_tabs_home.jpg");
            background-repeat: no-repeat;
            width: 116px;
            height: 107px;
		}
		
		ul#servicetabs-start li a.product
		{
		    background-position: -16px -19px;
		}		
		ul#servicetabs-start li a.product:hover
		{
		    background-position: -153px -19px;
		}
		
		ul#servicetabs-start li a.regional
		{
		    background-position: -16px -148px;
		}		
		ul#servicetabs-start li a.regional:hover
		{
		    background-position: -153px -148px;
		}
		
		ul#servicetabs-start li a.advisor
		{
		    background-position: -16px -280px;
		}		
		ul#servicetabs-start li a.advisor:hover
		{
		    background-position: -153px -280px;
		}
		
		ul#servicetabs-start li a.diagnose
		{
		    background-position: -16px -410px;
		}		
		ul#servicetabs-start li a.diagnose:hover
		{
		    background-position: -153px -410px;
		}
		
		ul#servicetabs-start li a.weather
		{
		    background-position: -16px -541px;
		}		
		ul#servicetabs-start li a.weather:hover
		{
		    background-position: -153px -541px;
		}
		/* Servicetabs */