body
{
background-color: black;
margin: 20px;
padding: 0px;
text-align: center;
background-image: url(tlo.jpg);


}

div.main
{

width: 800px;
height:800px;
border-style: solid;
border-right-color: #EF7F1A;
border-left-color: #EF7F1A;
border-top-color: #EF7F1A;
border-bottom-color: #EF7F1A;
margin: auto;
text-align: center;
border-top-right-radius: 40px;
border-top-left-radius: 40px;
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;

}


div.biuro_tlumaczen
{
width: 800px;
height:123px;
background-color:  #444444;
border-top-right-radius: 40px;
border-top-left-radius: 40px;
background-image: url(tlo2.jpg);
}

div.napis_biuro_tlumaczen
{
position: relative; top: 30px;
font-size: 55px;
color: #EF7F1A;
font-weight:bold;

}

div.logo_menu
{
width: 800px;
height:200px;
background-color: #444444;
background-image: url(tlo2.jpg);

}

div.logo
{
width: 550px;
height:200px;
text-align: center;
font-size: 150px;
background-color: #EF7F1A;
float: left;
position: relative; left: -80px;
background-image: url(logo.jpg);
}

div.menu
{
width: 250px;
height:200px;
background-color: #444444;
float: right;
text-align: left;
position: relative; left: -20px;
background-image: url(tlo2.jpg);
}



div.tresc
{
width: 800px;
height:427px;
text-align: center;
background-color: #444444;
background-image: url(tlo2.jpg);

}

div.content
{
width: 700px;
height:370px;
text-align: left;
color: darkkhaki;
margin: auto;
position: relative; top: 30px;
}

div.stopka
{
width: 800px;
height:50px;
background-color:#EF7F1A;
text-align: center;
border-bottom-right-radius: 32px;
border-bottom-left-radius: 32px;
}




/*------------------------------------------------------KONTAKT---------------------------------------------------*/



div.dane_firmy
{
width: 300px;
height:230px;
float: left;
font-size: 20px;
position: relative; top: 50px;
}

div.mail
{

color: #EF7F1A;
font-size: 20px;
color: darkkhaki;
position: relative; top: 100px; left: 80px;

}

a.mail
{
text-decoration:none;
color: #EF7F1A;
font-size: 25px;
}

div.telefon
{
font-size: 20px;
position: relative; top: 110px; left: 80px;
}

div.numer_telefonu
{
font-size: 25px;
color: #EF7F1A;
position: relative; top: 82px; left: 145px;
}


/*------------------------------------------------------CENNIK----------------------------------------------------*/

div.cennik
{
font-size: 20px;
position: relative; top: 20px;
}

/*------------------------------------------------------MENU------------------------------------------------------*/



ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 7px;

}

ul {
	width: 200px;
	padding: 2px 2px 1px 2px;

	
}

ul li {
	border-bottom: 1px solid #EF7F1A;

}

ul a:link, ul a:visited {
	display: block;
	width: 176px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: #444444;
background-image: url(tlo2.jpg);
	color: darkkhaki ;
	border-left: 10px solid #EF7F1A;
}

ul a:hover {
	width: 166px;
	background-color: #444444;

	color: #EF7F1A;
	border-left: 20px solid #EF7F1A;
}


