/* struktura */

html {
margin : 0; 
padding : 0; 

} 


body {
font-size: 11px;
font-family : Arial; 
color : #72706e; 
margin : 0; 
padding : 0; 
background: #fff;
} 


#wraper {
width: 1000px;
margin:0;
padding:0;
background: url(img/tlo.png) repeat-y;
}

#gora {
width : 1000px;
height: 77px;
display:block;
background: url(img/gora.png) no-repeat;
} 


#naglowek {
float: right;
padding-right: 25px; 
}


#lang {
display: block;
text-align: right;
}



#header {
width : 1000px;
height: 147px;
display:block;
background: url(img/header.jpg) no-repeat;
} 



#menu {
height: 40px;
width: 770px;
background: url(img/menikson.png) top no-repeat;
display:block;
}

#subheader {
background: url(img/subheader.png) top no-repeat;
height: 21px;
width: 770px;
display:block;
}


#main {
width: 1000px;
display: block;
position: relative;
}

#left {
float : left; 
display:inline;
width: 770px;
position: relative;
} 

#text {
font-size: 12px;
font-family: Arial;
color : #72706e; 
padding-left: 25px;
padding-right: 20px;
text-align:left;
display: block;
}

#right {
float : right; 
display:inline;
width :230px;
} 


#footer {
display : block; 
width: 1000px;
height: 47px; 
background: url("img/dol.png") no-repeat;
clear:both;
text-align: left;
} 


ul {
list-style: disc;
padding-top: 5px;
}

ul li {
padding-top: 4px;
}


.title {
color : #6f6f6f; 
font-family : Arial; 
font-weight : bold; 
font-size: 15px;
text-align:left;
text-indent: 10px;
margin-bottom: 7px;
margin-top: 2px;
text-align: center;
} 



a:link, a:visited {
color : #6f6f6f; 
text-decoration : none; 
font-weight: bold;
} 
a:active, a:hover {
color : #000; 
text-decoration: none;
} 


.button {
background: url(../img/button.jpg);
width: 79px;
height: 25px; 
color: #fff;
border: none;
}










ul#menu1, ul#menu1 li {
	display: block;
	list-style: none;
	margin: 0;
	
}

ul#menu1 {
	float: left;
	background-color: #fff;
	padding-left: 20px;
	
}

ul#menu1 li {
	float: left;
}

ul#menu1 a:link, ul#menu1 a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
text-align: center:
font-size: 11px;
font-family: Arial;
	background: url("../img/menu.png") no-repeat;
	color: #fff;
	border-right: 1px solid #fff;
	width: 103px;
height: 28px;
padding-top: 5px;
margin-right: 2px;
}

ul#menu1 a:hover {
	color: #000;
	background-image: url("../img/menu2.png");



.accordion { list-style-type: none; padding: 0; margin: 0; border:   }
	.accordion ul { padding: 0; margin: 0; float: left; display: block; width: 600px; }
	.accordion li {  background: #cccdca ; list-style-type: none; padding: 0; margin: 0;display: block; width: 590px; }
	.accordion li div { background: #e8e8e8; display: block; }
.accordion a { text-decoration: none; border-bottom: 1px solid #fff; font: bold 1.1em/2em Arial, sans-serif; color: #222; padding: 0 10px; display: block; cursor: pointer; }



