﻿html, body 
{
    height:100%;
    min-height: 100%;
    background : #B8BBAA;
    margin: 0; padding: 0;
}
.BundBund
{
   /* vertical-align: middle;    */
/*    background: rgba(20, 20, 20, .3);*/
	box-shadow: 3px 3px 15px 2px #666666;
    background : #FFFFFF;
    width : 1030px;
    height : auto;
    margin:0px auto;
    position :relative;
}
.bund 
{
    width : 100%;
    height : auto;
    margin : 0px;
    padding : 0px;
   
}
.LeftBund
{
    width : 175px;
    height : 700px;
    position :absolute;
    left : -180px;
    top : 0px;
}
.RightBund
{
    width : 175px;
    height : 700px;
    position :absolute;
    right : -180px;
    top : 0px;
}
.SlidesSide
{
  /*  visibility : hidden;*/
    float : left;
    top: 0;
    right: 0;
    background : #B8BBAA;
    width: 200px;
    height : 786px;
    z-index:1;
}
.sliderSidePic
{
    width:200px;
    height : 393px;
   
}
.topBund
{
    width : 1030px;
    height : 105px; 
    margin: 0; padding: 0; border : 0;
}
.topBundLeft
{
    background-image : url('/imgs/3logoer.jpg');
    width : 1030px;
    height : 105px;
    text-align : right;
    margin: 0; padding: 0; border : 0;
    display:inline-block;
}
.topBundRight
{
    width : 470px;
    height : 100px;
    text-align : left;
    margin: 0; padding: 0; border : 0;
    display:inline-block;
    overflow : auto;
    overflow-x: hidden;
}
.Menu
{
    margin: 0; padding: 0; border : 0;
}
.BundTekst
{
    width : 1030px;
    height : 30px;
    background-color : #FF0000;
	color:#FFFFFF;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	text-align : center;
    vertical-align: middle;
    line-height: 30px;
}