html {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
}
html * {
    padding: 0;
    margin: 0;
    font-size: 11px;
    color: #3e3e3e;
    font-family: Verdana, Arial, Tahoma, Courier New;
}
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: transparent url(images/body_bg.jpg) top center repeat;
}
h1 {
		color: #ffffff;
		font-size: 16px;
		font-weight: bold;
}
h1.red {
    color: #d3021d;
		font-size: 16px;
		font-weight: bold;
}
h2 {
		color: #ffffff;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
}
a, img, div, p {
    border: none;
    vertical-align: top;
}

a {
    color: #d3021d;
    text-decoration: none;
    outline-style: none;
}
a.white {
    color: #ffffff;
}
a.arrow_blue {
    color: ##2a76aa;
    padding: 0 0 0 20px;
    font-weight: bold;
    background: transparent url(images/blue_arrow.gif) 7px 4px no-repeat;
}

.arrow_red {
    color: #d3021d;
    padding: 0 0 0 20px;
    font-weight: bold;
    background: transparent url(images/red_arrow.gif) 7px 4px no-repeat;
}
.arrow_red a {
    color: #d3021d;
}
a.arrow_white {
    color: #ffffff;
    padding: 0 0 0 20px;    
    font-weight: bold;    
    background: transparent url(images/white_arrow.gif) 7px 4px no-repeat;    
}
a.first_level{
        font-size:10px;
	color: #706f6f;
}
a.second_level{
        font-size:10px;
	color: #8d8d8d;
}
a.third_level{
        font-size:10px;
	font-weight: normal;
	color: #8d8d8d;
}
a:hover{
    text-decoration: underline;
}
#centerWrap {
/*    width: 993px; */
    min-width: 993px;
    width: 100%;
/*    margin: 0 auto; */
    min-height: 700px;
    height: auto !important;
    height: 700px;
/*    background: transparent url(images/body_bg.jpg) top center repeat-y;  */
    background: transparent url(images/body_bg.jpg) top center repeat;
}
#mainWrap {
		display: block;
    position: relative;
/*		background: transparent url(images/top_bg.jpg) top left no-repeat; */
		background: transparent url(images/top_bg_wide.jpg) top right no-repeat;
    height: auto !important;
    height: 100%;
    padding: 0 0 50px 0;
}
#topWrap {
		display: block;
		position: relative;
		height: 115px;
}
#logoWrap {
		position: absolute;
		width: 299px;
		height: 95px;
		top: 10px;
		left: 100px;
		background: transparent url(images/logo.png) top left no-repeat;
}

*html #logoWrap{
	background: none;
}
*html #logoWrap {
  height: 95px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/tmpl/images/logo.png', sizingMethod='image');
}

#logoWrap a {
  display: block;
		width: 299px;
		height: 95px;
		text-decoration: none;
}  

#linkWrap {
		position: absolute;
		top: 55px;
		left: 450px;
		width: 250px;
		height: 15px;
		font-weight: bold;
		color: #ffffff;
}

#linkWrapD {
		position: absolute;
		top: 70px;
		left: 450px;
		width: 250px;
		height: 15px;
		font-weight: bold;
		color: #ffffff;
}
#extranetMenuWrap {
		display: block;
		/* width: 910px; */
		width: 800px;
		height: 30px;
		margin: 0 auto;
}
#loginInfo {
		position: absolute;
		display: block;
		width: 400px;
		height: 20px;
		top: 25px;
		left: 110px;
		color: #ffffff;
}
#loginInfo form{
		color: #ffffff;
}

#loginInfo a{
		color: #1c6faa;
		vertical-align: top;
}
#extranetLogo {
		position: absolute;
		dispaly: block;
		width: 212px;
		height: 56px;
		top: 4px;
		right: 100px;
}
#extranetSubmenuWrap {
		display: block;
		height: 28px;
		background: transparent url(images/extranetSubmenuBg.gif) top left repeat-x;
		padding: 62px 0 0 0;
		margin: 0 0 20px 0 !important;
		margin: 0;
		position: relative;
}
#extranetSubmenuWrap #extranetSubmenu  {
		display: block;
		width: 780px;
		height: 29px;
		margin: 0 auto 20px auto !important;
		margin: 0 auto 0 auto;
}
#extranetSubmenuWrap #extranetSubmenu div {
		display: block;
		width: 130px;
		height: 28px;
		float: left;
		position: static;
}
#extranetSubmenuWrap #extranetSubmenu div a{
		display: block;
		height: 28px;
		line-height: 28px;
		text-align: center;
		position: relative;
		font-weight: bold;
		text-transform: lowercase;
		color: #6d6d6d;
		text-decoration: none;
		background: transparent url(images/extranet_menuitem.gif) top left no-repeat;
}
#extranetSubmenuWrap #extranetSubmenu div a:hover, #extranetSubmenuWrap #extranetSubmenu div a.act {
		position: relative;
		color: #474747;
		background: transparent url(images/extranet_menuitem_act.gif) top left no-repeat;
}

#extranetSubmenuLevel2 {
		display: block;
		width: 830px;
		clear: both;
		margin: 0px auto;
}
#extranetSubmenuLevel2 a{
		display: inline;
		text-align: center;
		position: relative;
		font-weight: bold;
		text-transform: lowercase;
		color: #535353;
		height: 30px;
		background: none;
		margin: 0 20px 0 0;
		text-decoration: none;
}
#extranetSubmenuLevel2 a:hover{
    color: #d3021d;
}

#extranetSubmenuLevel2 a.act{
    color: #d3021d;
}

#menuIndexWrap {
		display: block;
		width: 910px;
		height: 60px;
		margin: 0 auto 5px auto;
}
#menuWrap {
		display: block;
		width: 910px;
		height: 60px;
		margin: 0 auto 50px auto;
}
#menuIndexWrap #mainmenu, #menuWrap #mainmenu {
		display: block;
		/* width: 910px; */
		height: 29px;
		text-align:center;
}
#menuIndexWrap #mainmenu div, #menuWrap #mainmenu div, #extranetMenuWrap div {
		display: block;
		width: 130px;
		height: 28px;
		float: left;
		position: static;
}
#menuIndexWrap #mainmenu div a, #menuWrap #mainmenu div a, #extranetMenuWrap div a{
		display: block;
		height: 28px;
		line-height: 28px;
		text-align: center;
		position: relative;
		font-weight: bold;
		text-transform: lowercase;
		color: #ffffff;
		text-decoration: none;
		background: transparent url(images/menuitem.gif) top left no-repeat;
}
#menuIndexWrap #mainmenu div a:hover, #menuWrap #mainmenu div a:hover, #menuIndexWrap #mainmenu div a.act, #menuWrap #mainmenu div a.act {
		position: relative;
		color: #005fa7;
		background: transparent url(images/menuitem_act.gif) top left no-repeat;
}
#extranetMenuWrap div a:hover, #extranetMenuWrap div a.act {
		position: relative;
		color: #005fa7;
		background: transparent url(images/extramenu_act.gif) top left no-repeat;
}
#menuWrap #submenu {
		display: block;
		width: 780px;
		height: 20px;
		padding: 10px 0 0 30px;
		clear: both;
}
#menuWrap #submenu a{
		display: inline;
		text-align: center;
		position: relative;
		font-weight: bold;
		text-transform: lowercase;
		color: #535353;
		background: none;
		margin: 0 20px 0 0;
		text-decoration: none;
}
#menuWrap #submenu a:hover{
    color: #d3021d;
}
#menuWrap #submenu a.act{
    color: #d3021d;
}
#langWrap {
		position: absolute;
		top: 154px;
		left: 10px;
}
#langWrap a {
  color: #808080;
}
#formWrap {
		position: absolute;
		right: 0px !important;
		right: -8px;
		top: 160px;
		width: 158px;
		height: 96px;
}
#formWrap .text, #slider .text {
		border: none;
		color: #757575;
		font-size: 10px;
		padding: 5px 0 0 5px !important;
		padding: 0 0 0 5px;
		margin: 0 !important;
		margin: 0 0 3px 0;		
		height: 22px;
		line-height: 22px;
		width: 153px;
		vertical-align: middle;
}
#formWrap .text {
		background: transparent url(images/input_bg.gif) top left no-repeat;
}
#contentWrap {
		display: block;
		width: 835px;
		margin: 0 auto;
		height: auto !important;
		min-height: 395px;
		height: 395px;
}
#breadcrumbs {
		display: block;
		height: 20px;
		width: 910px;
		clear: both;
		padding: 0 65px;
		margin: 0 auto 10px auto;
}
#inlineBreadcrumbs {
		position: absolute;
		display: block;
		height: 52px;
		width: 620px;
		top: -1px;
		right: -1px;
		z-index: 10;
		background: transparent url(images/breadsBg.gif) top left no-repeat;
}
#inlineBreadcrumbs p, #breadcrumbs p{
	margin: 10px 0 0 40px;
	color: #8D8D8D;
	height: 15px;
	line-height: 15px;
}
#inlineBreadcrumbs p a, #breadcrumbs p a{
	height: 15px;
	line-height: 15px;
	padding: 0 3px;
	vertical-align: top;
	font-weight:bold;
}

#inlineBreadcrumbs p a.third_level, #breadcrumbs p a.third_level {
	font-weight: normal;
}
#content {
		position: relative;
}
#content .head {
		display: block;
/*	position: absolute;
		top: 0;
		left: 0;
		z-index: 2;*/
		height: 19px;
		width: 810px;
		padding: 10px 0 0 25px;
		color: #ffffff;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
		background: transparent url(images/contentHead.gif) top left no-repeat;
}
#content .body {
		display: block;
/*		position: relative;
		z-index: 1;*/
		float: left;
		height: auto !important;
		min-height: 310px;
		height: 310px;	
		padding: 20px 0 0 0;
		text-align: justify;	
		background: transparent url(images/contentBody.gif) top left repeat-y;
}

#content .body h1, #contentHome div h1 {
  padding: 5px 20px;
  color:#000000;
}
#contentWrap .body h3, #contentWrap .body .news-single-backlink {
  padding: 5px 20px;
}
#content .body p {
		padding: 0 20px 5px 20px;
}
#content .body img {
/*		padding: 0 20px 0 20px; */
}
#content .bottom {
		display: block;
		height: 29px;
		clear: both;
		background: transparent url(images/contentBot.gif) top left no-repeat;
}
#content #leftCol, #content #rightCol, #content #centerCol {
		display: block;
}
#content #leftCol{
		width: 360px;
		float: left;
		margin: 0 0 0 10px !important;
		margin: 0 0 0 5px;
}
#content #rightCol {
		width: 420px;
		float: right;
		margin: 0 10px 0 0 !important;		
}
#content #centerCol {
		width: 820px !important;
		width: 795px;
		float: left;
		margin: 0 10px 0 10px;		
}
#contentLeft {
		display: block;
		float: left;
		width: 340px;
		margin: 20px 0 0 55px !important;
		margin: 20px 0 0 25px;
}
#contentLeft .head, #contentRight .head {
		display: block;
		height: 40px;
		color: #ffffff;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 9px 0 0 15px;
}
#contentLeft .head {
		background: transparent url(images/leftFlexHead.gif) top left no-repeat;
}
#contentRight .head {
		background: transparent url(images/rightFlexHead.gif) top left no-repeat;
}
#contentLeft .body {
		background: transparent url(images/leftFlexBody.gif) top left repeat-y;
}
#contentRight .body {
		background: transparent url(images/rightFlexBody.gif) top left repeat-y;
}
#contentWrap .body p {
		padding: 0 20px 5px 20px;
}
#contentLeft .bottom {
		background: transparent url(images/leftFlexBot.gif) top left repeat-y;
}
#contentRight .bottom {
		background: transparent url(images/rightFlexBot.gif) top left repeat-y;

}
#contentRight {
		display: block;
		float: right;
		width: 366px;
		margin: 20px 55px 0 0 !important;
		margin: 20px 25px 0 0;
}
#contentLeft .body, #contentRight .body {
		display: block;
		height: auto !important;
		min-height: 180px;
		height: 180px;		
		padding: 0 10px 0 10px;
}
#contentLeft .bottom, #contentRight .bottom {
		display: block;
		height: 20px;
}
#newsWrap {
		display: block;
		width: 276px;
		float: left;
		margin: 0 0 0 20px !important;
		margin: 0 0 0 10px;
		background: transparent url(images/extranetNewsRepeat.gif) top left repeat-y;
}
#productsWrap {
		display: block;
		width: 486px;
		float: right;
		margin: 0 20px 0 10px !important;
		margin: 0 10px 0 10px;
}
#newsWrap .body, #productsWrap .body {
		display: block;
		height: auto !important;
		min-height: 280px;
		height: 280px;		
		padding: 0 10px 0 10px;
}
#newsWrap .head {
		display: block;
		height: 39px;
		color: #ffffff;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 12px 0 0 25px;
		background: transparent url(images/extranetNewsHead.gif) top left no-repeat;				
} 
#newsWrap .body {
		background: transparent url(images/extranetNewsBody.gif) top left no-repeat;
}
#productsWrap .body {
		background: transparent url(images/productsBody.gif) top left repeat-y;
}
#newsWrap .bottom {
		display: block;
		height: 20px;
		background: transparent url(images/extranetNewsBot.gif) top left no-repeat;				
} 
#productsWrap .bottom {
		display: block;
		height: 33px;
		background: transparent url(images/productsBot.gif) top left no-repeat;				
} 
#productsWrap .head {
		display: block;
		height: 39px;
		color: #ffffff;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 12px 0 0 25px;
		background: transparent url(images/productsHead.gif) top left no-repeat;				
} 
.center {
		width: 640px;
		margin: 0 auto;
}
.right {
		float: right;
		margin: 0 15px 0 0;
}
.more_product {
		float: right;
		margin: 15px 15px 0 0;
}

.csc-textpic-caption {
  text-align: center;
  font-size: 9px;
}

.csc-textpic {
  margin: 0 20px !important;
  margin: 0;
}
#rightLogo {
	position: absolute;
	right: 0;
	top: 155px;
	width: 195px;
	height: 105px;
	z-index: 1000;
}
#toggle {
	width: 30px;
	height: 100px;
	display: block;
	float: right;
	z-index: 999;
}
#rightLogo div #slider .text {
	background: url(images/input_bg_sl.gif) top left no-repeat !important;
	background: url(images/input_bg_sl.gif) top left fixed;
	margin: 0 0 2px 0;
}
#rightLogo div {
	width: 160px;
	display: block;
	height: 100px;
	float: right;
}
#rightLogo div #slider {
	color: #fff;
	padding: 10px 0 0 0;
	margin: 0;
	height: 86px;	
	background: #e9e9e9;
	border-top: #C0C0C0 2px solid;
	border-bottom: #C0C0C0 2px solid;
	overflow: hidden;
}
#rightLogo div #slider form img {
	display: none;
}

#boxpresent {background: url(images/box_2.gif) top left no-repeat; width:207px; height:117px; float:left; margin-left:32px;}

a.presentlink img {margin:57px 0px 32px 15px; padding:0; }
a.flpllink img{margin:0px 0px 0px 26px; padding:0; text-align:left;}
a.videolink img { float:left; padding:0; margin:0px 0px 0px 20px; text-align:left;}