body{
position:relative;
background-image: url(../images/background.jpg);
font: 12px arial, sans-serif;
word-spacing : -0.02em;
background-position:center;
text-align:center;
margin:0 auto;
}
img {
	border: none;
}
div#skip{
	float: center;
	font: italic bold 14px trebuchet ms, sans-serif;
	margin-left: 300px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a {
	color:#0066ff;
	cursor:pointer;
}
a.button {
    background: transparent url('../images/button_end.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: italic bold 12px trebuchet ms, sans-serif;

    height: 19px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button.png') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 12px;
} 
a.button:active {
    background-position: bottom right;
    color: #7CFC00;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 12px; /* push text down 1px */
} 
a.button_s {
    background: transparent url('../images/button_end_s.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: italic bold 12px trebuchet ms, sans-serif;

    height: 19px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button_s span {
    background: transparent url('../images/bg_button_s.png') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 12px;
} 
a.button_s:active {
    background-position: bottom right;
    color: #7CFC00;
    outline: none; /* hide dotted outline in Firefox */
}

a.button_s:active span {
    background-position: bottom left;
    padding: 6px 0 4px 12px; /* push text down 1px */
} 

a.button_green {
    background: transparent url('../images/button_end_green.png') no-repeat scroll top right;
    color: #333;
    display: block;
    float: left;
    font: italic bold 12px trebuchet ms, sans-serif;

    height: 19px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button_green span {
    background: transparent url('../images/bg_button_green.png') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 12px;
} 
a.button_green:active {
    background-position: bottom right;
    color: #7CFC00;
    outline: none; /* hide dotted outline in Firefox */
}

a.button_green:active span {
    background-position: bottom left;
    padding: 6px 0 4px 12px; /* push text down 1px */
} 
a.button_green_s {
    background: transparent url('../images/button_end_green_s.png') no-repeat scroll top right;
    color: #333;
    display: block;
    float: left;
    font: italic bold 12px trebuchet ms, sans-serif;

    height: 19px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button_green_s span {
    background: transparent url('../images/bg_button_green_s.png') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 12px;
} 
a.button_green_s:active {
    background-position: bottom right;
    color: #7CFC00;
    outline: none; /* hide dotted outline in Firefox */
}

a.button_green_s:active span {
    background-position: bottom left;
    padding: 6px 0 4px 12px; /* push text down 1px */
} 
h1, h2, h3, h4{
font: italic bold 24px MgOpen Modata,Helvetica,Geneva;
color:#0066ff;
letter-spacing : -1px;
margin:0px;
padding:0px;
}
h1{
font-size:22px;
}
h2{
font-size:18px;
}
h3{
font-size:16px;
}
h4{
font-size:14px;
color:#666666;
}
table {
  margin-left: auto ;
  margin-right: auto ;
  width:auto;
  border-collapse : collapse;
}
table td, table th {
padding : 0;
}
table.list{
	border:1px;
	border-style:solid;
	border-color:grey;
	width:100%;
}
table.list th {
	color:white;
	background-color:#666666;
	padding : 1px;
}
table.list td{
	border:1px;
	border-style:solid;
	border-color:#aaaaaa;
	padding : 1px;
}
tr.odd{
	background-color:#dddddd;
}
tr:hover {
	background-color:#cccccc;
}
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.menu li{
	display: block;
	float: left;
	text-align: center;
}
div.footer_list{
	color:#666666;
	text-align: justify;
	font-size:10px;
}
label {
	font-weight:bold;
	font-size: 14px;
	text-align:left;
	display: block;
}
input {
	background-image: url(../images/input_bg.png);
	background-repeat: repeat;
	font-size: 16px;
	margin: 4px 0px 4px 0px;
    border: 1px solid #0066ff;
}
textarea{
	background-image: url(../images/input_bg.png);
	background-repeat: repeat-x;
	font-size: 16px;
	margin: 4px 0px 4px 0px;
    border: 1px solid #0066ff;
}
div #hr{
	height: 4px;
	background: #fff url(../images/rightline.gif) no-repeat scroll center;
}
div#one_line{
	padding: 10px;
	margin: 10px;
	float: left;
}	
div#box {
	position:relative;
	text-align:left;
	width:500px;
	background-color:#dddddd;
	background-image: url(../images/frame_bg.png);
	background-repeat:repeat-x;
	border: 1px solid #999999;
	margin: 20px auto 20px auto;
	padding: 20px 40px 20px 40px;
}
div#corner1 {
	background-image: url(../images/corner_left_top.png);
	top:-1px;
	left:-1px;
	width:20px;
	height:20px;
	position:absolute;
}
div#corner2 {
	top:-1px;
	right:-1px;
	background-image: url(../images/corner_right_top.png);
	width:20px;
	height:20px;
	position:absolute;
}
div#corner3 {
	bottom:-1px;
	right:-1px;
	background-image: url(../images/corner_right_bottom.png);
	width:20px;
	height:20px;
	position:absolute;
}
div#corner4 {
	bottom:-1px;
	left:-1px;
	background-image: url(../images/corner_left_bottom.png);
	width:20px;
	height:20px;
	position:absolute;
}
div#container {
  width: 900px ;
  margin-left: auto;
  margin-right: auto;
}
div#submenu{
	background: transparent url(../images/bar.jpg) no-repeat top right;
	margin: 5px 0px 3px 0px;
	padding: 3px 0px 0px 0px;
	width: 900px;
	height: 26px;
}
div#fly_menu{
position:absolute;
left:0px;
top:250px;
width:25px;
height:100px;
z-index:200;
}
div#fly_menu2{
position:absolute;
right:5px;
top:0px;
height:100px;
z-index:201;
}
div#fly_menu3{
position:absolute;
left:0px;
top:100px;
width:25px;
height:100px;
z-index:202;
}
div#flashmenu{
  width: 900px;
  height:270px;
}
div#top{
	font-size:0px;
	background: transparent url('../images/upsite.jpg') no-repeat scroll top right;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 10px;
}
div#bottom{
	font-size:0px;
	background: transparent url('../images/downsite.jpg') no-repeat scroll top right;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 10px;
}
div#flashcontent{
	padding-top: 0;
	margin: 0 auto; 
	width: 900px;
	background-color: #ffffff;
}
div#end{
  clear:both;
  float:none;
}
div#overbox{
padding: 0px 5px 0px 5px;
margin: 0px;
border-right: 1px solid #0066ff;
border-left: 1px solid #0066ff;
}
div#inbox{
padding: 5px;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
}
div#edytor{
z-index:11;
text-align:left;
padding: 2px 3px 2px 5px;
background-color: #999999;
position:absolute;
visibility:hidden;
}
div#left_menu{
	float:left;
	width:300px;
}
div#right_content{
	text-align:left;
	float:left;
	width:auto;
	height:400px;
	background-image:url(../images/rightdiods.jpg);

}
div#overflow{
	width:575px;
	height:400px;
	overflow-x: hidden;
	overflow-y: scroll;
}
div#news_start{
	width:587px;
	height:4px;
	padding:0px;
	margin:0px;
	background:url(../images/upnews.gif) no-repeat scroll top right;
}
div#news_end{
	width:587px;
	height:4px;
	padding:0px;
	margin:0px 0px 5px 0px;
	background:url(../images/downnews.gif) no-repeat;
}
div#large_start{
	width:876px;
	height:4px;
	padding:0px;
	margin:0px;
	background:url(../images/upkit.gif) no-repeat scroll top right;
}
div#large_end{
	width:876px;
	height:4px;
	padding:0px;
	margin:0px 0px 5px 0px;
	background:url(../images/downkit.gif) no-repeat;
}
div#left_news{
	text-align:left;
	float:left;
	width:587px;
	margin-left:5px;
	margin-right:5px;
}
div#content{
	text-align:left;
	padding:5px;
	margin:0px;
	border-right: 1px dotted #FF0000;
	border-left: 1px dotted #FF0000;
	}
div#text{
	padding:5px;
}	
div#right_bar{
	text-align:left;
	float:left;
	padding:5px;
	width:250px;
	border-left: 1px dotted #999999;
}
div #shadow {
	color:#999999;
	padding:10px;
	text-align:center;
	background-image:url(../images/shadow.jpg);
	background-repeat:no-repeat;
}
 #drop_background{
	position:absolute;
	background-color: #000000;
	z-index:9;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5; 
	-moz-opacity: 0.5;
}
a.edit{
	padding: 0px 3px 0px 2px;
	color: #000000;
	background-color: #FFFF00;
	font: bold 10px arial, sans-serif;
	text-decoration: none;
}
.drop {
	max-width:900px;
	z-index:10;
	position:absolute;
	border: 1px solid #0066ff;
	background-color: #ffffff;
	padding:5px;
}
.drop #closebar {
	text-align:right;
}
#tabs{
	text-align:center;
	font: italic bold 16px trebuchet ms, sans-serif;
}
#kit_photo{
	width:308px;
	height:200px;
	background-image:url(../images/kitbrake.gif);
	background-repeat:no-repeat;
	background-position: top right;
	float:left;
	padding-right:5px;
}
#kit_info{
	width:540px;
	height:175px;
	background-image:url(../images/kitback.gif);
	background-repeat:no-repeat;
	background-position: top right;
	float:left;
	padding:25px 5px 5px 5px;
}
#kit_number{
	color:#ff0000;
	font: italic bold 18px trebuchet ms, sans-serif;
	margin:5px;
}
#kit_item{
	float:left;
	width:288px;
	height:102px;
	background-image:url(../images/item.gif);
}
#item_thumb{
	float: left;
	margin:1px;
	width:100px;
	height:100px;
}
#item_image{
	float: left;
}
#item_image img{
	max-width:450px

}
#item_title{
	background-image:url(../images/kitback.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding-top:35px;
	width:400px;
	height:200px;
	float: left;
}
.overframe{
	background-image:url(../images/backframe.gif);
	background-position:right center;
	background-repeat:repeat-y;
	margin-left:0;
	width:505px;
}
.upframe{
	font-size:1px;
	margin-left:0px;
	width:505px;
	height:15px;
	background-image:url(../images/upframe.gif);
}
.downframe{
	font-size:1px;
	margin-bottom:0px;
	margin-left:0px;
	width:505px;
	height:15px;
	background-image:url(../images/downframe.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.textframe{
	margin: -9px 12px -3px 6px;
}
#left_column{
	max-width:505px;
	float:left;
}
#right_column{
	margin-left:505px;
}
#info{
	padding:5px;
}
#gabinets_left{
width:500px;
text-align:left;
float:left;
padding-left:20px;
}
#gabinets_right{
float:right;
text-align:right;
padding-right:20px;
}
#gabinets_doctor{
color: #CC0000;
}
#gabinets_tel{
max-width:300px;
color: #666666;
font-style: italic;
}
.fast_menu{
list-style: none;
}
.fast_menu li{
display:block;
margin-top:5px;
}
#welcome_background {
        position:relative;
	width:900px;
	height:637px;
	background-image:url(../images/welcome_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#top_text {
   position:absolute;
   left:250px;
   top:10px;
   width:400px;
   height:190px;
   text-align: left;
   font: italic 13px trebuchet ms, sans-serif;
}
#bottom_text {
   position:absolute;
   left:250px;
   top:390px;
   width:400px;
   height:230px;
   text-align: left;
   font: italic 13px trebuchet ms, sans-serif;
}
#dlaczego_viofor {
   position:absolute;
   left:330px;
   top:280px;
}
#dla_domu {
   position:absolute;
   left:205px;
   top:328px;
}
#dla_klinik {
   position:absolute;
   left:455px;
   top:328px;
}
#language_pl {
   position:absolute;
   left:340px;
   top:262px;
}
#language_en {
   position:absolute;
   left:385px;
   top:262px;
}
#language_it {
   position:absolute;
   left:430px;
   top:262px;
}
#language_de {
   position:absolute;
   left:475px;
   top:262px;
}
#language_fr {
   position:absolute;
   left:520px;
   top:262px;
}
