

.body
{
   margin: auto;
}

#site
{
   border: solid 1px #e8e8e9;
   width: 1024px;
}

.relative
{
   position: relative;
   height: 0px;
   line-height: 0px;
   font-size: 0px;
}

.hidden
{
	visibility: hidden;
	display:none;
}

.clear
{
   height: 0px;
   line-height: 0px;
   font-size: 0px;
   clear: both;
}


#logo
{
   position: absolute;
   top: 0px;
   left: 61px;
   z-index: 45;
}

img
{
    border: 0px;
}

/*******************************************Header****************************************/
#header
{
   position: relative;
   height: 212px;
} 


#header .logoContainer
{
   position: absolute;
   z-index: 50;
   top: 100px;
   right: 70px;
}

#header .banner
{
   width: 415px;
   height: 158px;
   position: absolute;
   top: 0;
   right: 0;
   z-index: 20;
   background-image: url(/media/banner-default.jpg);
}

#header .bannerHeader
{
   z-index: 25;
   position: relative;
   margin-left: 170px;
}

#header .sitepath
{
    position: absolute;
    top: 0px;
    left: 300px;
    z-index: 99;
}

#header .sitepath a
{
    padding: 2px 20px 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
}

/*******************************************Content****************************************/    

.text, p, a, table, div, h1, h2, h3, h4, .title, titlesmall, .textinput, .textinput2
{      
   font-family:Arial;
} 

h1, h2, h3, h4
{
   margin: 0px;
   padding: 0px;
}


.title, h1
{
   padding-bottom: 20px;
}  
    
.titlesmall, h2
{
   padding-bottom: 20px;
}  

a
{
   cursor: pointer;
}

a:hover
{
   text-decoration: none;
} 
  

#content
{
   width:446px;     
}

#content .padding
{
   padding: 20px 0px 20px 20px;
   width: 420px;
}

#contentTitle
{
   padding-right: 20px;
}


/******************************************columnLeft***********************************/

#columnLeft
{
   width: 290px; 
}

/******************************************columnRight***********************************/

#columnRight
{
   width: 290px; 
}

/*******************************************MENULEFT****************************************/

#menuLeft
{
   margin: 20px 20px 60px 0px;
}

#menuLeft .menu0 a
{
   padding-left: 60px;
   font-family: Arial Black;
   text-decoration: none;
   display: block;
}

#menuLeft .menu1 a, #menuLeft .activemenu1 a
{
   text-decoration: none;
   padding-left: 60px;
   margin-bottom: 5px;
   font-family: Arial;
   display: block;
   text-transform: uppercase;
}


#menuLeft .menu2 a, #menuLeft .activemenu2 a
{
   text-decoration: none;
   padding-left: 70px;
   margin-bottom: 5px;
   font-family: Arial;
   display: block;
}

#menuLeft .menu3 a, #menuLeft .activemenu3 a
{
   text-decoration: none;
   padding-left: 80px;
   margin-bottom: 5px;
   font-family: Arial;
   display: block; 
}


/***************************************MenuFlyout**************************************/

#menuFlyoutPosition
{
   position:absolute;
   top:120px;
   right: 0px;
   z-index: 1075;
}


#menuFlyout
{
   height: 0px;
   line-height: 0px;
   font-size: 0px;
}

#menuFlyout .footer
{
   width: 67px;
}


#menuFlyout div
{
    position:relative;
}

#menuFlyout div .flyout
{
    position:absolute;
    top:92px;
    left: -1;
    display:none;
    width: 200px;
}

#menuFlyout div .flyout .content
{
   padding: 10px 0px 10px 0px;
}

#menuFlyout div .flyout .content a
{
   display: block;
   text-decoration: none;
   padding: 3px 20px 3px 20px;
   font-weight: bold;
   text-transform: uppercase;
}

/*******************************************menuBottom****************************************/

#menuBottom
{
   padding: 10px 0px 20px 300px;
}

#menuBottom a
{
   padding: 0px 10px 0px 10px;
}


/*****************************************NEWS***********************************************/

#news .itemcontainer
{
   padding: 10px;
}

#news .newsDate
{
   font-weight: bold;
}

#news .newsTitle
{
   font-family: Arial Black;
   text-decoration: none;
   text-transform: uppercase;
}

#news .link
{
   font-weight: bold;
}

#news .separator
{
   height: 20px;
}

#news .footer
{
   margin-top: 20px;
   padding: 20px 0px 10px 0px;
}

/*****************************************COMPANIES***********************************************/

#companies .itemcontainer
{
   padding: 10px;
}
#companies .image
{
   float: right;
   margin: 0px 5px 0px 10px;
}


#companies .title
{
   font-family: Arial Black;
   text-decoration: none;
   text-transform: uppercase;
}

#companies .link
{
   font-weight: bold;
}

#companies .separator
{
   height: 20px;
}

#companies .footer
{
   margin-top: 20px;
   padding: 20px 0px 10px 0px;
}

/***********/
#companiesDetail .title
{
   font-family: Arial Black;
   text-decoration: none;
   text-transform: uppercase;
   padding-bottom: 20px;
}

#companiesDetail .titlesmall
{
   font-family: Arial Black;
   text-decoration: none;
   text-transform: uppercase;
   padding-bottom: 10px;
}

#companiesDetail .footer
{
   margin-top: 100px;
   padding: 20px 0px 10px 0px;
}

#companiesDetail .link
{
   font-weight: bold;
}





/***************************************PRODUCTS*******************************/

.p-menu1 a,
.p-menu2 a,
.p-menu3 a
{
   text-decoration :none;
}

.p-menu1 a
{
   font-weight: bold;
   display: block;
}

.p-menu2 a
{
   padding-left: 20px;
   display: block;
}

.p-menu3 a
{
   font-style: italic;
   padding-left: 40px;
   display: block;
}



#products .title
{
   padding: 40px 0px 20px 0px;
}

#products .image
{
   float: left;
   margin: 0px 10px 5px 0px;
}

#products .productsTitle, #products .productsTitle a
{
   font-family: Arial Black;
   text-decoration: none;
   text-transform: uppercase;
}

#products .link
{
   font-weight: bold;
   padding-top: 5px;
}

#products .separator
{
   height: 1px;
   line-height: 1px;
   font-size: 0px;
   margin: 15px 0px 15px 0px;
}

/***/
#products .downloads
{
	padding-top: 20px;
}

#products .icon
{
	float: left;
	margin-right: 10px;
}

#products .downloadseparator
{
	height: 10px;
	clear: both;
}




/*****************************************adressCompanies********************************************/

#adressCompanies
{
   padding: 40px 20px 0px 60px;
}

#adressCompanies .logo
{
   padding: 0px 0px 20px 0px;
}

#adressCompanies .separator
{
   height: 10px;
   line-height: 10px;
   font-size: 10px;
}

/************************************QuickRequest************************************************/

#logoPosition
{
   position:absolute;
   top:22px;
   left:-12px;
}

#quickRequest
{
   margin-top:26px;
   margin-left:10px;
   height:126px;
   width:212px;
}

#quickRequest .title
{
   margin-top:13px;
   margin-left:28px; 
}     

#quickRequest .text
{
   padding: 0px 20px 10px 17px;
} 

#quickRequest .text a
{
   text-decoration: none;
} 


/***************************************Address***************************************************/

#address
{
   margin: 20px 0px 20px 0px;
}

#address .logo
{
   padding-left:12px;
}

#address .text
{
   padding-left: 27px;
}


/****************************************exclusiv*************************************************/

#exclusiv
{
   padding: 35px 0px 20px 27px;
}

#exclusiv .title
{
   text-transform: uppercase;
   font-weight: bold;
}

#exclusiv .itemTitle a
{
   font-weight: bold;
   text-decoration: none;
}

#exclusiv .itemContainer
{
   margin-bottom: 10px;
}

/*****************************************teaser********************************************/

#teaser
{
   padding-top: 120px;
}

#teaser .title
{
   padding: 0px 20px 0px 30px;
   text-transform: uppercase;
   font-family: Arial Black;
   text-decoration: none;
}

#teaser .text
{
   padding: 0px 20px 0px 50px;
}

#teaser .text a
{
   text-decoration: none;
}


#teaser .separator
{
   height: 2px;
   line-height: 2px;
   font-size: 2px;
   margin: 10px 10px 25px 30px;
}

/**************************************frameSearchPosition*********************************************/

.frameSearchPosition
{
   position: absolute;
   top: 0px;
   left: 736px;
   z-index: 30; 
}

#frameSearch .searchfield
{
   float: left;
}

#frameSearch a
{
   display: block;
   text-decoration: none;
   float: left;
   padding: 2px 12px 3px 12px;
}

/***************************************Service***************************************************/

#service
{
   margin: 100px 0px 20px 0px;
   padding-left: 27px;
}


/*********************************Fotogallery********************************/

#fotogallery
{
   padding: 60px 0px 20px 0px;
}

#fotogallery .image
{
   float: left;
   margin-right: 20px;
}

#fotogallery .separator
{
   height: 10px;
   clear: both;
}



/********************************************** Sytles ***************************************************/

.PopupFrocen 
{
	background-color:#444444;
	z-index:1000;	
}



.PopupWindow
{
	z-index:1001;
}

.PopupWindowContent
{
	width:100%;
	height:100%;
}

.PrintContainer
{
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;
}

.PrintContent
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:0;
	width:97%;
}

.PrintLock
{
	position:absolute;
	top:35;
	bottom:0;
	left:0;
	right:0;
	z-index: 10;
}

/*****************************SITEMAP*****************************/
.menuSitemapM1
{
	text-decoration:none;
	font-weight:bold;
}
.menuSitemapM2
{
	text-decoration:none;
	font-weight:normal;
}
.menuSitemapM1:hover,.menuSitemapM2:hover
{
	text-decoration:underline;
}
.menuSitemapM3
{
	text-decoration:underline;
	font-weight:normal;
}

/*****************************PRINT PAGE*****************************/
.noscreen
{
	display:none;
	visibility:hidden;	
}

.printBody
{
	background-image:none;
}
#Print .PrintHeader
{
   height:30px;
   padding: 10px;
}


#Print .PrintContent
{
	padding: 20px 40px 0px 40px;
	
}     
